{
  "name": "JSONStream",
  "version": "1.3.0",
  "description": "rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)",
  "homepage": "http://github.com/dominictarr/JSONStream",
  "repository": {
    "type": "git",
    "url": "git://github.com/dominictarr/JSONStream.git"
  },
  "license": "(MIT OR Apache-2.0)",
  "keywords": [
    "json",
    "stream",
    "streaming",
    "parser",
    "async",
    "parsing"
  ],
  "dependencies": {
    "jsonparse": "^1.2.0",
    "through": ">=2.2.7 <3"
  },
  "devDependencies": {
    "it-is": "~1",
    "assertions": "~2.2.2",
    "render": "~0.1.1",
    "trees": "~0.0.3",
    "event-stream": "~0.7.0",
    "tape": "~2.12.3"
  },
  "bin": {
    "JSONStream": "./index.js"
  },
  "author": {
    "name": "Dominic Tarr",
    "email": "dominic.tarr@gmail.com",
    "url": "http://bit.ly/dominictarr"
  },
  "scripts": {
    "test": "set -e; for t in test/*.js; do echo '***' $t '***'; node $t; done"
  },
  "optionalDependencies": {},
  "engines": {
    "node": "*"
  },
  "gitHead": "3d5d3283d79e23da81fa6fc4b76bc1f44ff0047d",
  "bugs": {
    "url": "https://github.com/dominictarr/JSONStream/issues"
  },
  "_id": "JSONStream@1.3.0",
  "_shasum": "680ab9ac6572a8a1a207e0b38721db1c77b215e5",
  "_from": "JSONStream@>=1.3.0 <1.4.0",
  "_npmVersion": "3.10.3",
  "_nodeVersion": "6.5.0",
  "_npmUser": {
    "name": "dominictarr",
    "email": "dominic.tarr@gmail.com"
  },
  "dist": {
    "shasum": "680ab9ac6572a8a1a207e0b38721db1c77b215e5",
    "tarball": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.0.tgz"
  },
  "maintainers": [
    {
      "name": "dominictarr",
      "email": "dominic.tarr@gmail.com"
    },
    {
      "name": "doowb",
      "email": "brian.woodward@gmail.com"
    }
  ],
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/JSONStream-1.3.0.tgz_1481845260408_0.7681232686154544"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.0.tgz",
  "readme": "ERROR: No README data found!"
}
