{
  "name": "jsonpointer",
  "description": "Simple JSON Addressing.",
  "version": "5.0.1",
  "author": "Jan Lehnardt <jan@apache.org>",
  "repository": {
    "type": "git",
    "url": "https://github.com/janl/node-jsonpointer.git"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "main": "./jsonpointer",
  "typings": "jsonpointer.d.ts",
  "files": [
    "jsonpointer.js",
    "jsonpointer.d.ts"
  ],
  "license": "MIT",
  "devDependencies": {
    "semantic-release": "^18.0.0",
    "standard": "^16.0.4"
  },
  "standard": {
    "ignore": [
      "test.js"
    ]
  }
}