{
  "_from": "@apidevtools/json-schema-ref-parser@^9.0.3",
  "_id": "@apidevtools/json-schema-ref-parser@9.0.6",
  "_inBundle": false,
  "_integrity": "sha512-M3YgsLjI0lZxvrpeGVk9Ap032W6TPQkH6pRAZz81Ac3WUNF79VQooAFnp8umjvVzUmD93NkogxEwbSce7qMsUg==",
  "_location": "/@apidevtools/json-schema-ref-parser",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@apidevtools/json-schema-ref-parser@^9.0.3",
    "name": "@apidevtools/json-schema-ref-parser",
    "escapedName": "@apidevtools%2fjson-schema-ref-parser",
    "scope": "@apidevtools",
    "rawSpec": "^9.0.3",
    "saveSpec": null,
    "fetchSpec": "^9.0.3"
  },
  "_requiredBy": [
    "/exegesis"
  ],
  "_resolved": "https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-9.0.6.tgz",
  "_shasum": "5d9000a3ac1fd25404da886da6b266adcd99cf1c",
  "_spec": "@apidevtools/json-schema-ref-parser@^9.0.3",
  "_where": "/home/guad4607/public_html/api/xamxam-billing/node_modules/exegesis",
  "author": {
    "name": "James Messinger",
    "url": "https://jamesmessinger.com"
  },
  "browser": {
    "fs": false
  },
  "bugs": {
    "url": "https://github.com/APIDevTools/json-schema-ref-parser/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Boris Cherny",
      "email": "boris@performancejs.com"
    }
  ],
  "dependencies": {
    "@jsdevtools/ono": "^7.1.3",
    "call-me-maybe": "^1.0.1",
    "js-yaml": "^3.13.1"
  },
  "deprecated": false,
  "description": "Parse, Resolve, and Dereference JSON Schema $ref pointers",
  "devDependencies": {
    "@babel/polyfill": "^7.10.4",
    "@jsdevtools/eslint-config": "^1.0.7",
    "@jsdevtools/host-environment": "^2.0.4",
    "@jsdevtools/karma-config": "^3.1.7",
    "@jsdevtools/version-bump-prompt": "^6.0.6",
    "@types/json-schema": "^7.0.4",
    "@types/node": "^14.0.25",
    "chai": "^4.2.0",
    "chai-subset": "^1.6.0",
    "eslint": "^7.5.0",
    "karma": "^5.0.2",
    "karma-cli": "^2.0.0",
    "mocha": "^8.0.1",
    "npm-check": "^5.9.0",
    "nyc": "^15.0.1",
    "shx": "^0.3.2",
    "typescript": "^3.9.7"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://apitools.dev/json-schema-ref-parser/",
  "keywords": [
    "json",
    "schema",
    "jsonschema",
    "json-schema",
    "json-pointer",
    "$ref",
    "dereference",
    "resolve"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "@apidevtools/json-schema-ref-parser",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/APIDevTools/json-schema-ref-parser.git"
  },
  "scripts": {
    "bump": "bump --tag --push --all",
    "clean": "shx rm -rf .nyc_output coverage",
    "coverage": "npm run coverage:node && npm run coverage:browser",
    "coverage:browser": "npm run test:browser -- --coverage",
    "coverage:node": "nyc node_modules/mocha/bin/mocha",
    "lint": "eslint lib test/fixtures test/specs",
    "release": "npm run upgrade && npm run clean && npm test && npm run bump",
    "test": "npm run test:node && npm run test:typescript && npm run test:browser && npm run lint",
    "test:browser": "karma start --single-run",
    "test:node": "mocha",
    "test:typescript": "tsc --noEmit --strict --lib esnext,dom test/specs/typescript-definition.spec.ts",
    "upgrade": "npm-check -u && npm audit fix"
  },
  "typings": "lib/index.d.ts",
  "version": "9.0.6"
}
