blob: 152dbb05d2c9af64a66c3061a433b3d4f93e4cab [file] [log] [blame]
{
"_from": "JSONStream@0.10.0",
"_id": "JSONStream@0.10.0",
"_inBundle": false,
"_integrity": "sha1-dDSdDYlSK3HzDwoD/5vSDKbxKsA=",
"_location": "/JSONStream",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "JSONStream@0.10.0",
"name": "JSONStream",
"escapedName": "JSONStream",
"rawSpec": "0.10.0",
"saveSpec": null,
"fetchSpec": "0.10.0"
},
"_requiredBy": [
"/docker-modem"
],
"_resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-0.10.0.tgz",
"_shasum": "74349d0d89522b71f30f0a03ff9bd20ca6f12ac0",
"_spec": "JSONStream@0.10.0",
"_where": "/home/rafael/marvin/marvin-repl/nodejs_poc/node_modules/docker-modem",
"author": {
"name": "Dominic Tarr",
"email": "dominic.tarr@gmail.com",
"url": "http://bit.ly/dominictarr"
},
"bin": {
"JSONStream": "./index.js"
},
"bugs": {
"url": "https://github.com/dominictarr/JSONStream/issues"
},
"bundleDependencies": false,
"dependencies": {
"jsonparse": "0.0.5",
"through": ">=2.2.7 <3"
},
"deprecated": false,
"description": "rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)",
"devDependencies": {
"assertions": "~2.2.2",
"event-stream": "~0.7.0",
"it-is": "~1",
"render": "~0.1.1",
"tape": "~2.12.3",
"trees": "~0.0.3"
},
"engines": {
"node": "*"
},
"homepage": "http://github.com/dominictarr/JSONStream",
"keywords": [
"json",
"stream",
"streaming",
"parser",
"async",
"parsing"
],
"name": "JSONStream",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/dominictarr/JSONStream.git"
},
"scripts": {
"test": "set -e; for t in test/*.js; do echo '***' $t '***'; node $t; done"
},
"version": "0.10.0"
}