{
"name": "jsonparse",
"description": "This is a pure-js JSON streaming parser for node.js",
"tags": [
"json",
"stream"
],
"version": "0.0.5",
"author": {
"name": "Tim Caswell",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "http://github.com/creationix/jsonparse.git"
},
"devDependencies": {
"tape": "~0.1.1",
"tap": "~0.3.3"
},
"scripts": {
"test": "tap test/*.js"
},
"bugs": "http://github.com/creationix/jsonparse/issues",
"engines": [
"node >= 0.2.0"
],
"license": "MIT",
"main": "jsonparse.js",
"_id": "[email protected]",
"dist": {
"shasum": "330542ad3f0a654665b778f3eb2d9a9fa507ac64",
"tarball": "http://registry.npmjs.org/jsonparse/-/jsonparse-0.0.5.tgz"
},
"_from": "[email protected]",
"_npmVersion": "1.2.14",
"_npmUser": {
"name": "creationix",
"email": "[email protected]"
},
"maintainers": [
{
"name": "creationix",
"email": "[email protected]"
},
{
"name": "substack",
"email": "[email protected]"
}
],
"directories": {},
"_shasum": "330542ad3f0a654665b778f3eb2d9a9fa507ac64",
"_resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-0.0.5.tgz"
}