collect-all
Version:
Returns a stream which becomes readable once all input is received
34 lines (33 loc) • 906 B
JSON
{
"name": "collect-all",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "1.0.4",
"description": "Returns a stream which becomes readable once all input is received",
"repository": "https://github.com/75lb/collect-all.git",
"license": "MIT",
"main": "./lib/collect-all.js",
"keywords": [
"concat",
"stream",
"collect",
"buffers",
"concentate"
],
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "tape test/*.js",
"docs": "jsdoc2md -t jsdoc2md/README.hbs lib/*.js > README.md; echo",
"cover": "istanbul cover ./node_modules/.bin/tape test/*.js && cat coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf coverage; echo"
},
"dependencies": {
"stream-connect": "^1.0.2",
"stream-via": "^1.0.4"
},
"devDependencies": {
"coveralls": "^2.13.1",
"jsdoc-to-markdown": "^3.0.0",
"tape": "^4.6.3"
}
}