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

30 lines
940 B
JSON

3 years ago
{
3 years ago
"name": "@promistream/from-node-stream",
3 years ago
"version": "0.1.3",
3 years ago
"main": "index.js",
3 years ago
"repository": "http://git.cryto.net/promistream/from-node-stream.git",
3 years ago
"author": "Sven Slootweg <admin@cryto.net>",
"license": "WTFPL OR CC0-1.0",
"dependencies": {
"@joepie91/consumable": "^1.0.1",
3 years ago
"@joepie91/unreachable": "^1.0.0",
3 years ago
"@promistream/buffer": "^0.1.0",
"@promistream/end-of-stream": "^0.1.0",
"@promistream/is-end-of-stream": "^0.1.0",
"@promistream/pipe": "^0.1.1",
"@promistream/propagate-abort": "^0.1.3",
"@promistream/propagate-peek": "^0.1.0",
"@promistream/simple-sink": "^0.2.0",
3 years ago
"@promistream/simple-source": "^0.1.1",
3 years ago
"bluebird": "^3.7.2",
"debug": "^4.3.1",
"p-event": "^4.2.0",
3 years ago
"split-filter": "^1.1.3"
},
"devDependencies": {
"@promistream/buffered-map": "^0.1.0",
"@promistream/collect": "^0.1.1",
"@promistream/range-numbers": "^0.1.2"
3 years ago
}
}