{
"name": "JSONStream",
"version": "1.0.4",
"description": "rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)",
"homepage": "http://github.com/dominictarr/JSONStream",
"repository": {
"type": "git",
"url": "git://github.com/dominictarr/JSONStream.git"
},
"license": "(MIT OR Apache-2.0)",
"keywords": [
"json",
"stream",
"streaming",
"parser",
"async",
"parsing"
],
"dependencies": {
"jsonparse": "~1.0.0",
"through": ">=2.2.7 <3"
},
"devDependencies": {
"it-is": "~1",
"assertions": "~2.2.2",
"render": "~0.1.1",
"trees": "~0.0.3",
"event-stream": "~0.7.0",
"tape": "~2.12.3"
},
"bin": {
"JSONStream": "./index.js"
},
"author": {
"name": "Dominic Tarr",
"email": "[email protected]",
"url": "http://bit.ly/dominictarr"
},
"scripts": {
"test": "set -e; for t in test/*.js; do echo '***' $t '***'; node $t; done"
},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"gitHead": "b89b855ffa3c88693cf28dc5dae6311842dd3acf",
"bugs": {
"url": "https://github.com/dominictarr/JSONStream/issues"
},
"_id": "[email protected]",
"_shasum": "aa86d6a89c8e77f206cd542581b563e7eee32459",
"_from": "JSONStream@>=1.0.3 <2.0.0",
"_npmVersion": "1.4.28",
"_npmUser": {
"name": "dominictarr",
"email": "[email protected]"
},
"maintainers": [
{
"name": "dominictarr",
"email": "[email protected]"
}
],
"dist": {
"shasum": "aa86d6a89c8e77f206cd542581b563e7eee32459",
"tarball": "http://registry.npmjs.org/JSONStream/-/JSONStream-1.0.4.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.0.4.tgz",
"readme": "ERROR: No README data found!"
}