{
  "_args": [
    [
      "stream-json@1.7.1",
      "/home/pi/harperdb"
    ]
  ],
  "_from": "stream-json@1.7.1",
  "_id": "stream-json@1.7.1",
  "_inBundle": false,
  "_integrity": "sha512-I7g0IDqvdJXbJ279/D3ZoTx0VMhmKnEF7u38CffeWdF8bfpMPsLo+5fWnkNjO2GU/JjWaRjdH+zmH03q+XGXFw==",
  "_location": "/stream-json",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "stream-json@1.7.1",
    "name": "stream-json",
    "escapedName": "stream-json",
    "rawSpec": "1.7.1",
    "saveSpec": null,
    "fetchSpec": "1.7.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/stream-json/-/stream-json-1.7.1.tgz",
  "_spec": "1.7.1",
  "_where": "/home/pi/harperdb",
  "author": {
    "name": "Eugene Lazutkin",
    "email": "eugene.lazutkin@gmail.com",
    "url": "http://lazutkin.com/"
  },
  "bugs": {
    "url": "http://github.com/uhop/stream-json/issues"
  },
  "dependencies": {
    "stream-chain": "^2.2.3"
  },
  "description": "stream-json is the micro-library of Node.js stream components for creating custom JSON processing pipelines with a minimal memory footprint. It can parse JSON files far exceeding available memory streaming individual primitives using a SAX-inspired API. Includes utilities to stream JSON database dumps.",
  "devDependencies": {
    "heya-unit": "^0.3.0"
  },
  "directories": {
    "test": "tests"
  },
  "files": [
    "/*.js",
    "/filters",
    "/jsonl",
    "/streamers",
    "/utils"
  ],
  "github": "http://github.com/uhop/stream-json",
  "homepage": "http://github.com/uhop/stream-json",
  "keywords": [
    "scanner",
    "lexer",
    "tokenizer",
    "parser",
    "django",
    "stream",
    "streaming",
    "json"
  ],
  "license": "BSD-3-Clause",
  "main": "index.js",
  "name": "stream-json",
  "repository": {
    "type": "git",
    "url": "git://github.com/uhop/stream-json.git"
  },
  "scripts": {
    "debug": "node --inspect-brk tests/tests.js",
    "test": "node tests/tests.js"
  },
  "version": "1.7.1"
}
