Files

26 lines
640 B
JSON
Raw Permalink Normal View History

2023-04-29 12:01:45 -04:00
{
2023-04-30 14:20:49 -04:00
"author": "Felix Geisendörfer <felix@debuggable.com> (http://debuggable.com/)",
2023-04-29 21:23:55 -04:00
"name": "combined-stream",
2023-04-30 14:20:49 -04:00
"description": "A stream that emits multiple other streams one after another.",
"version": "1.0.8",
"homepage": "https://github.com/felixge/node-combined-stream",
2023-04-29 21:23:55 -04:00
"repository": {
"type": "git",
"url": "git://github.com/felixge/node-combined-stream.git"
2023-04-29 12:01:45 -04:00
},
2023-04-30 14:20:49 -04:00
"main": "./lib/combined_stream",
2023-04-29 21:23:55 -04:00
"scripts": {
"test": "node test/run.js"
2023-04-29 12:01:45 -04:00
},
2023-04-30 14:20:49 -04:00
"engines": {
"node": ">= 0.8"
},
"dependencies": {
"delayed-stream": "~1.0.0"
},
"devDependencies": {
"far": "~0.0.7"
},
"license": "MIT"
2023-04-29 12:01:45 -04:00
}