source: trip-planner-front/node_modules/combined-stream/package.json@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 640 bytes
Line 
1{
2 "author": "Felix Geisendörfer <felix@debuggable.com> (http://debuggable.com/)",
3 "name": "combined-stream",
4 "description": "A stream that emits multiple other streams one after another.",
5 "version": "1.0.8",
6 "homepage": "https://github.com/felixge/node-combined-stream",
7 "repository": {
8 "type": "git",
9 "url": "git://github.com/felixge/node-combined-stream.git"
10 },
11 "main": "./lib/combined_stream",
12 "scripts": {
13 "test": "node test/run.js"
14 },
15 "engines": {
16 "node": ">= 0.8"
17 },
18 "dependencies": {
19 "delayed-stream": "~1.0.0"
20 },
21 "devDependencies": {
22 "far": "~0.0.7"
23 },
24 "license": "MIT"
25}
Note: See TracBrowser for help on using the repository browser.