You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
typesetting/pitfall/pdfkit/node_modules/JSONStream/package.json

101 lines
2.4 KiB
JSON

{
"_args": [
[
{
"raw": "JSONStream@~0.7.1",
"scope": null,
"escapedName": "JSONStream",
"name": "JSONStream",
"rawSpec": "~0.7.1",
"spec": ">=0.7.1 <0.8.0",
"type": "range"
},
"/Users/MB/git/pdfkit/node_modules/browserify"
]
],
"_from": "JSONStream@>=0.7.1 <0.8.0",
"_id": "JSONStream@0.7.4",
"_inCache": true,
"_location": "/JSONStream",
"_npmUser": {
"name": "dominictarr",
"email": "dominic.tarr@gmail.com"
},
"_npmVersion": "1.4.9",
"_phantomChildren": {},
"_requested": {
"raw": "JSONStream@~0.7.1",
"scope": null,
"escapedName": "JSONStream",
"name": "JSONStream",
"rawSpec": "~0.7.1",
"spec": ">=0.7.1 <0.8.0",
"type": "range"
},
"_requiredBy": [
"/browserify",
"/insert-module-globals",
"/module-deps"
],
"_resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-0.7.4.tgz",
"_shasum": "734290e41511eea7c2cfe151fbf9a563a97b9786",
"_shrinkwrap": null,
"_spec": "JSONStream@~0.7.1",
"_where": "/Users/MB/git/pdfkit/node_modules/browserify",
"author": {
"name": "Dominic Tarr",
"email": "dominic.tarr@gmail.com",
"url": "http://bit.ly/dominictarr"
},
"bugs": {
"url": "https://github.com/dominictarr/JSONStream/issues"
},
"dependencies": {
"jsonparse": "0.0.5",
"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": "734290e41511eea7c2cfe151fbf9a563a97b9786",
"tarball": "https://registry.npmjs.org/JSONStream/-/JSONStream-0.7.4.tgz"
},
"engines": {
"node": "*"
},
"homepage": "http://github.com/dominictarr/JSONStream",
"keywords": [
"json",
"stream",
"streaming",
"parser",
"async",
"parsing"
],
"maintainers": [
{
"name": "dominictarr",
"email": "dominic.tarr@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": "0.7.4"
}