react / react-0.13.3 / examples / basic-commonjs / node_modules / browserify / node_modules / deps-sort / node_modules / JSONStream / package.json
80738 views{1"name": "JSONStream",2"version": "1.0.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"license": "(MIT OR Apache-2.0)",10"keywords": [11"json",12"stream",13"streaming",14"parser",15"async",16"parsing"17],18"dependencies": {19"jsonparse": "~1.0.0",20"through": ">=2.2.7 <3"21},22"devDependencies": {23"it-is": "~1",24"assertions": "~2.2.2",25"render": "~0.1.1",26"trees": "~0.0.3",27"event-stream": "~0.7.0",28"tape": "~2.12.3"29},30"bin": {31"JSONStream": "./index.js"32},33"author": {34"name": "Dominic Tarr",35"email": "[email protected]",36"url": "http://bit.ly/dominictarr"37},38"scripts": {39"test": "set -e; for t in test/*.js; do echo '***' $t '***'; node $t; done"40},41"optionalDependencies": {},42"engines": {43"node": "*"44},45"gitHead": "b89b855ffa3c88693cf28dc5dae6311842dd3acf",46"bugs": {47"url": "https://github.com/dominictarr/JSONStream/issues"48},49"_id": "[email protected]",50"_shasum": "aa86d6a89c8e77f206cd542581b563e7eee32459",51"_from": "JSONStream@>=1.0.3 <2.0.0",52"_npmVersion": "1.4.28",53"_npmUser": {54"name": "dominictarr",55"email": "[email protected]"56},57"maintainers": [58{59"name": "dominictarr",60"email": "[email protected]"61}62],63"dist": {64"shasum": "aa86d6a89c8e77f206cd542581b563e7eee32459",65"tarball": "http://registry.npmjs.org/JSONStream/-/JSONStream-1.0.4.tgz"66},67"directories": {},68"_resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.0.4.tgz"69}707172