combine-sequential-streaming/package.json
2021-07-13 18:34:34 +02:00

26 lines
746 B
JSON

{
"name": "@promistream/combine-sequential-streaming",
"version": "0.1.0",
"main": "index.js",
"keywords": [
"promistream"
],
"repository": "http://git.cryto.net/promistream/combine-sequential-streaming.git",
"author": "Sven Slootweg <admin@cryto.net>",
"license": "WTFPL OR CC0-1.0",
"devDependencies": {
"@joepie91/eslint-config": "^1.1.0",
"@promistream/collect": "^0.1.1",
"@promistream/range-numbers": "^0.1.2",
"eslint": "^6.8.0"
},
"dependencies": {
"@promistream/pipe": "^0.1.6",
"@promistream/from-iterable": "^0.1.0",
"@promistream/is-end-of-stream": "^0.1.1",
"@promistream/propagate-abort": "^0.1.7",
"@promistream/sequentialize": "^0.1.0",
"bluebird": "^3.7.2"
}
}