{
  "_args": [
    [
      "jsonpointer@4.1.0",
      "/var/www/www-root/data/www/afutest.su"
    ]
  ],
  "_development": true,
  "_from": "jsonpointer@4.1.0",
  "_id": "jsonpointer@4.1.0",
  "_inBundle": false,
  "_integrity": "sha512-CXcRvMyTlnR53xMcKnuMzfCA5i/nfblTnnr74CZb6C4vG39eu6w51t7nKmU5MfLfbTgGItliNyjO/ciNPDqClg==",
  "_location": "/jsonpointer",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "jsonpointer@4.1.0",
    "name": "jsonpointer",
    "escapedName": "jsonpointer",
    "rawSpec": "4.1.0",
    "saveSpec": null,
    "fetchSpec": "4.1.0"
  },
  "_requiredBy": [
    "/@rjsf/core"
  ],
  "_resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-4.1.0.tgz",
  "_spec": "4.1.0",
  "_where": "/var/www/www-root/data/www/afutest.su",
  "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": "^17.1.1",
    "standard": "^14.3.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": "4.1.0"
}
