{
  "_from": "json-ptr@^1.3.1",
  "_id": "json-ptr@1.3.2",
  "_inBundle": false,
  "_integrity": "sha512-tFH40YQ+lG7mgYYM1kGZOhQngO4SbOEHZJlA4W+NtetWZ20EUU3BPU+30uWRKumuAJoSo5eqrsXD2h72ioS8ew==",
  "_location": "/json-ptr",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "json-ptr@^1.3.1",
    "name": "json-ptr",
    "escapedName": "json-ptr",
    "rawSpec": "^1.3.1",
    "saveSpec": null,
    "fetchSpec": "^1.3.1"
  },
  "_requiredBy": [
    "/exegesis"
  ],
  "_resolved": "https://registry.npmjs.org/json-ptr/-/json-ptr-1.3.2.tgz",
  "_shasum": "17f45b322a843b1f2fbcc9b45132bd9b3ba8cd38",
  "_spec": "json-ptr@^1.3.1",
  "_where": "/home/guad4607/public_html/api/xamxam-billing/node_modules/exegesis",
  "author": {
    "name": "Phillip Clark",
    "email": "phillip@flitbit.com"
  },
  "bugs": {
    "url": "https://github.com/flitbit/json-ptr/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "tslib": "^2.0.0"
  },
  "deprecated": false,
  "description": "A complete implementation of JSON Pointer (RFC 6901) for nodejs and modern browsers.",
  "devDependencies": {
    "@types/assert-plus": "^1.0.4",
    "@types/bent": "^7.3.0",
    "@types/chai": "^4.2.11",
    "@types/debug": "^4.1.5",
    "@types/mocha": "^8.0.0",
    "@types/node": "~14.0.23",
    "@typescript-eslint/eslint-plugin": "~3.6.1",
    "@typescript-eslint/parser": "~3.6.1",
    "bent": "^7.3.7",
    "chai": "^4.2.0",
    "chokidar-cli": "^2.1.0",
    "eslint": "^7.5.0",
    "eslint-config-prettier": "~6.11.0",
    "eslint-plugin-mocha": "^7.0.1",
    "mocha": "^8.0.1",
    "mocha-junit-reporter": "^2.0.0",
    "nyc": "^15.1.0",
    "prettier": "~2.0.5",
    "rimraf": "~3.0.2",
    "ts-loader": "^8.0.1",
    "ts-node": "^8.10.2",
    "typedoc": "^0.17.8",
    "typescript": "~3.9.7",
    "webpack": "^4.43.0",
    "webpack-cli": "^3.3.12"
  },
  "files": [
    "dist",
    "dist.browser"
  ],
  "homepage": "https://github.com/flitbit/json-ptr#readme",
  "keywords": [
    "6901",
    "json",
    "pointers",
    "fragmentid"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "json-ptr",
  "nyc": {
    "include": [
      "src/**/*.ts"
    ],
    "extension": [
      ".ts",
      ".tsx"
    ],
    "require": [
      "ts-node/register"
    ],
    "reporter": [
      "text-summary",
      "html"
    ],
    "sourceMap": true,
    "instrument": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/flitbit/json-ptr.git"
  },
  "scripts": {
    "build": "npm run buildall",
    "build:browser": "webpack",
    "build:browser-tests": "webpack --config webpack.tests.config.js",
    "build:watch": "tsc -w --importHelpers -p tsconfig.release.json",
    "buildall": "tsc --importHelpers -p tsconfig.release.json && npm run build:browser && npm run build:browser-tests && npm run docs",
    "ci": "nyc mocha __tests__/**/*.spec.ts --timeout=10000 --exit --reporter mocha-junit-reporter --reporter-options mochaFile=reports/mocha/test-results.xml",
    "cibuild": "npm run buildall",
    "cilint": "eslint . --ext .ts,.tsx --format junit --output-file ./reports/eslint/eslint.xml",
    "clean": "rimraf coverage dist dist.browser tmp docs",
    "docs": "typedoc --theme minimal && cp _config.yml docs/",
    "lint": "eslint . --ext .ts,.tsx",
    "prebuild": "npm run lint",
    "preci": "npm run cibuild",
    "precibuild": "npm run cilint",
    "pretest": "npm run lint",
    "test": "nyc mocha __tests__/**/*.spec.ts",
    "test:watch": "chokidar \"*.js\" \"*.json\" \"src/**/*.ts\" \"__tests__/**/*.ts\" --command \"npm run test\" --initial"
  },
  "types": "dist/index.d.ts",
  "version": "1.3.2"
}
