{
  "_args": [
    [
      "@apidevtools/json-schema-ref-parser@14.0.1",
      "/var/www/html/armory.jba3.com/api-temporary-for-convert"
    ]
  ],
  "_from": "@apidevtools/json-schema-ref-parser@14.0.1",
  "_id": "@apidevtools/json-schema-ref-parser@14.0.1",
  "_inBundle": false,
  "_integrity": "sha512-Oc96zvmxx1fqoSEdUmfmvvb59/KDOnUoJ7s2t7bISyAn0XEz57LCCw8k2Y4Pf3mwKaZLMciESALORLgfe2frCw==",
  "_location": "/@apidevtools/json-schema-ref-parser",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@apidevtools/json-schema-ref-parser@14.0.1",
    "name": "@apidevtools/json-schema-ref-parser",
    "escapedName": "@apidevtools%2fjson-schema-ref-parser",
    "scope": "@apidevtools",
    "rawSpec": "14.0.1",
    "saveSpec": null,
    "fetchSpec": "14.0.1"
  },
  "_requiredBy": [
    "/@apidevtools/swagger-parser"
  ],
  "_resolved": "https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-14.0.1.tgz",
  "_spec": "14.0.1",
  "_where": "/var/www/html/armory.jba3.com/api-temporary-for-convert",
  "author": {
    "name": "James Messinger",
    "url": "https://jamesmessinger.com"
  },
  "browser": {
    "fs": false
  },
  "bugs": {
    "url": "https://github.com/APIDevTools/json-schema-ref-parser/issues"
  },
  "contributors": [
    {
      "name": "Boris Cherny",
      "email": "boris@performancejs.com"
    },
    {
      "name": "Phil Sturgeon",
      "email": "phil@apisyouwonthate.com"
    },
    {
      "name": "Jakub Rożek",
      "email": "jakub@stoplight.io"
    },
    {
      "name": "JonLuca DeCaro",
      "email": "apis@jonlu.ca"
    }
  ],
  "dependencies": {
    "@types/json-schema": "^7.0.15",
    "js-yaml": "^4.1.0"
  },
  "description": "Parse, Resolve, and Dereference JSON Schema $ref pointers",
  "devDependencies": {
    "@eslint/compat": "^1.3.0",
    "@eslint/js": "^9.29.0",
    "@types/eslint": "^9.6.1",
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^24",
    "@typescript-eslint/eslint-plugin": "^8.34.1",
    "@typescript-eslint/parser": "^8.34.1",
    "@vitest/coverage-v8": "^3.2.3",
    "cross-env": "^7.0.3",
    "eslint": "^9.29.0",
    "eslint-config-prettier": "^10.1.5",
    "eslint-config-standard": "^17.1.0",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-prettier": "^5.4.1",
    "eslint-plugin-promise": "^7.2.1",
    "eslint-plugin-unused-imports": "^4.1.4",
    "globals": "^16.2.0",
    "jsdom": "^26.1.0",
    "prettier": "^3.5.3",
    "rimraf": "^6.0.1",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.34.1",
    "vitest": "^3.2.3"
  },
  "engines": {
    "node": ">= 16"
  },
  "files": [
    "lib",
    "dist",
    "cjs"
  ],
  "funding": "https://github.com/sponsors/philsturgeon",
  "homepage": "https://apidevtools.com/json-schema-ref-parser/",
  "keywords": [
    "json",
    "schema",
    "jsonschema",
    "json-schema",
    "json-pointer",
    "$ref",
    "dereference",
    "resolve"
  ],
  "license": "MIT",
  "main": "dist/lib/index.js",
  "name": "@apidevtools/json-schema-ref-parser",
  "packageManager": "yarn@4.9.1",
  "release": {
    "branches": [
      "main"
    ],
    "plugins": [
      "@semantic-release/commit-analyzer",
      "@semantic-release/release-notes-generator",
      "@semantic-release/npm",
      "@semantic-release/github"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/APIDevTools/json-schema-ref-parser.git"
  },
  "scripts": {
    "build": "rimraf dist && tsc",
    "lint": "eslint lib",
    "prepublishOnly": "yarn build",
    "prettier": "prettier --write \"**/*.+(js|jsx|ts|tsx|har||json|css|md)\"",
    "test": "vitest --coverage",
    "test:browser": "cross-env BROWSER=\"true\" yarn test",
    "test:node": "yarn test",
    "test:update": "vitest -u",
    "test:watch": "vitest -w",
    "typecheck": "tsc --noEmit"
  },
  "types": "dist/lib/index.d.ts",
  "version": "14.0.1"
}
