You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
640 B

4 years ago
{
4 years ago
"author": "Felix Geisendörfer <felix@debuggable.com> (http://debuggable.com/)",
"name": "combined-stream",
4 years ago
"description": "A stream that emits multiple other streams one after another.",
4 years ago
"version": "1.0.8",
4 years ago
"homepage": "https://github.com/felixge/node-combined-stream",
"repository": {
"type": "git",
"url": "git://github.com/felixge/node-combined-stream.git"
},
4 years ago
"main": "./lib/combined_stream",
4 years ago
"scripts": {
"test": "node test/run.js"
},
4 years ago
"engines": {
"node": ">= 0.8"
},
"dependencies": {
"delayed-stream": "~1.0.0"
},
"devDependencies": {
"far": "~0.0.7"
},
"license": "MIT"
4 years ago
}