{
  "_args": [
    [
      "jsonpointer@5.0.0",
      "/home/smartsensero/public_html/frontend/front-end"
    ]
  ],
  "_from": "jsonpointer@5.0.0",
  "_id": "jsonpointer@5.0.0",
  "_inBundle": false,
  "_integrity": "sha512-PNYZIdMjVIvVgDSYKTT63Y+KZ6IZvGRNNWcxwD+GNnUz1MKPfv30J8ueCjdwcN0nDx2SlshgyB7Oy0epAzVRRg==",
  "_location": "/jsonpointer",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "jsonpointer@5.0.0",
    "name": "jsonpointer",
    "escapedName": "jsonpointer",
    "rawSpec": "5.0.0",
    "saveSpec": null,
    "fetchSpec": "5.0.0"
  },
  "_requiredBy": [
    "/@apideck/better-ajv-errors"
  ],
  "_resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-5.0.0.tgz",
  "_spec": "5.0.0",
  "_where": "/home/smartsensero/public_html/frontend/front-end",
  "author": {
    "name": "Jan Lehnardt",
    "email": "jan@apache.org"
  },
  "bugs": {
    "url": "http://github.com/janl/node-jsonpointer/issues"
  },
  "contributors": [
    {
      "name": "Joe Hildebrand",
      "email": "joe-github@cursive.net"
    },
    {
      "name": "Marc Bachmann",
      "email": "marc.brookman@gmail.com"
    }
  ],
  "description": "Simple JSON Addressing.",
  "devDependencies": {
    "semantic-release": "^18.0.0",
    "standard": "^16.0.4"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "jsonpointer.js",
    "jsonpointer.d.ts"
  ],
  "homepage": "https://github.com/janl/node-jsonpointer#readme",
  "license": "MIT",
  "main": "./jsonpointer",
  "name": "jsonpointer",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/janl/node-jsonpointer.git"
  },
  "scripts": {
    "semantic-release": "semantic-release pre && npm publish && semantic-release post",
    "test": "npm run test:standard && npm run test:all",
    "test:all": "node test.js",
    "test:standard": "standard"
  },
  "standard": {
    "ignore": [
      "test.js"
    ]
  },
  "tags": [
    "util",
    "simple",
    "util",
    "utility"
  ],
  "typings": "jsonpointer.d.ts",
  "version": "5.0.0"
}
