collect-json
Version:
Returns a stream which becomes readable with a single value once all (valid) JSON is received.
34 lines (33 loc) • 797 B
JSON
{
"name": "collect-json",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "1.0.9",
"description": "Returns a stream which becomes readable with a single value once all (valid) JSON is received.",
"repository": "https://github.com/75lb/collect-json.git",
"license": "MIT",
"main": "./lib/collect-json.js",
"keywords": [
"stream",
"collect",
"all",
"json",
"buffer",
"transform"
],
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "tape test/*.js",
"docs": "jsdoc2md -t jsdoc2md/README.hbs lib/*.js > README.md; echo"
},
"dependencies": {
"collect-all": "^1.0.4",
"stream-connect": "^1.0.2",
"stream-via": "^1.0.4"
},
"devDependencies": {
"jsdoc-to-markdown": "^7.0.1",
"tape": "^4.13.3"
}
}