series-stream
Version:
Pipe multiple streams into a single stream, ensuring each added stream finishes piping it's data before the next begins.
37 lines (36 loc) • 832 B
JSON
{
"name": "series-stream",
"version": "1.0.1",
"description": "Pipe multiple streams into a single stream, ensuring each added stream finishes piping it's data before the next begins.",
"main": "index.js",
"scripts": {
"test": "istanbul cover tape test/test.js"
},
"keywords": [
"funnel",
"stream",
"combine",
"concat",
"each",
"series",
"linear"
],
"author": "Alan Shaw",
"license": "ISC",
"devDependencies": {
"concat-stream": "^1.4.7",
"istanbul": "^0.3.7",
"tape": "^3.5.0"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/alanshaw/series-stream.git"
},
"bugs": {
"url": "https://github.com/alanshaw/series-stream/issues"
},
"homepage": "https://github.com/alanshaw/series-stream"
}