react / wstein / node_modules / browserify / node_modules / JSONStream / node_modules / jsonparse / package.json
80536 views{1"name": "jsonparse",2"description": "This is a pure-js JSON streaming parser for node.js",3"tags": [4"json",5"stream"6],7"version": "1.0.0",8"author": {9"name": "Tim Caswell",10"email": "[email protected]"11},12"repository": {13"type": "git",14"url": "git+ssh://[email protected]/creationix/jsonparse.git"15},16"devDependencies": {17"tape": "~0.1.1",18"tap": "~0.3.3"19},20"scripts": {21"test": "tap test/*.js"22},23"bugs": {24"url": "http://github.com/creationix/jsonparse/issues"25},26"engines": [27"node >= 0.2.0"28],29"license": "MIT",30"main": "jsonparse.js",31"gitHead": "455b08e7ae1ca76630ef32acd6ff3657397a47b0",32"homepage": "https://github.com/creationix/jsonparse",33"_id": "[email protected]",34"_shasum": "2622f4e66c08e1aac7edbeb76053c9b7e1211f76",35"_from": "jsonparse@>=1.0.0 <1.1.0",36"_npmVersion": "1.4.28",37"_npmUser": {38"name": "creationix",39"email": "[email protected]"40},41"maintainers": [42{43"name": "creationix",44"email": "[email protected]"45},46{47"name": "substack",48"email": "[email protected]"49}50],51"dist": {52"shasum": "2622f4e66c08e1aac7edbeb76053c9b7e1211f76",53"tarball": "http://registry.npmjs.org/jsonparse/-/jsonparse-1.0.0.tgz"54},55"directories": {},56"_resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.0.0.tgz",57"readme": "ERROR: No README data found!"58}596061