package.json
702 Bytes
{
"name": "stream-consume",
"version": "0.1.1",
"description": "Consume a stream to ensure it keeps flowing",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/aroneous/stream-consume.git"
},
"author": "Aron Nopanen",
"license": "MIT",
"bugs": {
"url": "https://github.com/aroneous/stream-consume/issues"
},
"homepage": "https://github.com/aroneous/stream-consume",
"devDependencies": {
"mocha": "^1.20.1",
"should": "^4.0.4",
"through2": "^0.5.1"
},
"_from": "stream-consume@0.1.1",
"_resolved": "http://registry.npm.taobao.org/stream-consume/download/stream-consume-0.1.1.tgz"
}