react / react-0.13.3 / examples / basic-commonjs / node_modules / browserify / node_modules / JSONStream / package.json
80711 views{1"name": "JSONStream",2"version": "0.8.4",3"description": "rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)",4"homepage": "http://github.com/dominictarr/JSONStream",5"repository": {6"type": "git",7"url": "git://github.com/dominictarr/JSONStream.git"8},9"keywords": [10"json",11"stream",12"streaming",13"parser",14"async",15"parsing"16],17"dependencies": {18"jsonparse": "0.0.5",19"through": ">=2.2.7 <3"20},21"devDependencies": {22"it-is": "~1",23"assertions": "~2.2.2",24"render": "~0.1.1",25"trees": "~0.0.3",26"event-stream": "~0.7.0",27"tape": "~2.12.3"28},29"bin": {30"JSONStream": "./index.js"31},32"author": {33"name": "Dominic Tarr",34"email": "[email protected]",35"url": "http://bit.ly/dominictarr"36},37"scripts": {38"test": "set -e; for t in test/*.js; do echo '***' $t '***'; node $t; done"39},40"optionalDependencies": {},41"engines": {42"node": "*"43},44"bugs": {45"url": "https://github.com/dominictarr/JSONStream/issues"46},47"_id": "[email protected]",48"_shasum": "91657dfe6ff857483066132b4618b62e8f4887bd",49"_from": "JSONStream@>=0.8.3 <0.9.0",50"_npmVersion": "1.4.9",51"_npmUser": {52"name": "dominictarr",53"email": "[email protected]"54},55"maintainers": [56{57"name": "dominictarr",58"email": "[email protected]"59}60],61"dist": {62"shasum": "91657dfe6ff857483066132b4618b62e8f4887bd",63"tarball": "http://registry.npmjs.org/JSONStream/-/JSONStream-0.8.4.tgz"64},65"directories": {},66"_resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-0.8.4.tgz"67}686970