{
  "name": "json-depth-stream",
  "version": "2.4.1",
  "description": "Streaming JSON parser with depth-limited auxiliary data",
  "main": "lib/json-depth-stream.js",
  "scripts": {
    "lint": "make lint",
    "format": "make format",
    "test": "mocha --reporter=spec test/*-test.js && npm run lint"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/indutny/json-depth-stream.git"
  },
  "keywords": [
    "json",
    "depth",
    "stream",
    "auxilliary",
    "data"
  ],
  "author": "Fedor Indutny <fedor@indutny.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/indutny/json-depth-stream/issues"
  },
  "homepage": "https://github.com/indutny/json-depth-stream#readme",
  "devDependencies": {
    "async": "^2.0.0",
    "eslint": "^6.8.0",
    "mocha": "^7.0.1"
  }
}
