You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

114 lines
2.7 KiB

{
"_args": [
[
{
"raw": "JSONStream",
"scope": null,
"escapedName": "JSONStream",
"name": "JSONStream",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"/Users/zkat/Documents/code/npm"
]
],
"_from": "JSONStream@latest",
"_id": "JSONStream@1.2.1",
"_inCache": true,
"_location": "/JSONStream",
"_nodeVersion": "6.4.0",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/JSONStream-1.2.1.tgz_1474751953169_0.9057570598088205"
},
"_npmUser": {
"name": "dominictarr",
"email": "dominic.tarr@gmail.com"
},
"_npmVersion": "3.9.3",
"_phantomChildren": {},
"_requested": {
"raw": "JSONStream",
"scope": null,
"escapedName": "JSONStream",
"name": "JSONStream",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.2.1.tgz",
"_shasum": "32aa5790e799481083b49b4b7fa94e23bae69bf9",
"_shrinkwrap": null,
"_spec": "JSONStream",
"_where": "/Users/zkat/Documents/code/npm",
"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"
},
"dependencies": {
"jsonparse": "^1.2.0",
"through": ">=2.2.7 <3"
},
"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"
},
"directories": {},
"dist": {
"shasum": "32aa5790e799481083b49b4b7fa94e23bae69bf9",
"tarball": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.2.1.tgz"
},
"engines": {
"node": "*"
},
"gitHead": "641402b48dbf3db5380e9bc857753c237d4ee9d9",
"homepage": "http://github.com/dominictarr/JSONStream",
"keywords": [
"json",
"stream",
"streaming",
"parser",
"async",
"parsing"
],
"license": "(MIT OR Apache-2.0)",
"maintainers": [
{
"name": "dominictarr",
"email": "dominic.tarr@gmail.com"
},
{
"name": "doowb",
"email": "brian.woodward@gmail.com"
}
],
"name": "JSONStream",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"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": "1.2.1"
}