writable-consumable-stream
Version:
An async stream which can be iterated over using a for-await-of loop.
38 lines (37 loc) • 1.08 kB
JSON
{
"name": "writable-consumable-stream",
"version": "4.2.0",
"description": "An async stream which can be iterated over using a for-await-of loop.",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/_mocha --reporter spec --timeout 10000 --slow 10000",
"build": "./node_modules/.bin/rollup --config ./rollup.config.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/SocketCluster/writable-consumable-stream.git"
},
"keywords": [
"async",
"generator",
"stream",
"data",
"for-await-of"
],
"author": "Jonathan Gros-Dubois",
"license": "MIT",
"bugs": {
"url": "https://github.com/SocketCluster/writable-consumable-stream/issues"
},
"homepage": "https://github.com/SocketCluster/writable-consumable-stream#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-terser": "^0.4.3",
"mocha": "^10.2.0",
"rollup": "^3.28.1"
},
"dependencies": {
"consumable-stream": "^3.0.0"
}
}