{
  "name": "@stoplight/json-ref-resolver",
  "version": "3.1.3",
  "description": "Recursively resolve JSON pointers and remote authorities.",
  "keywords": [
    "json-parser",
    "json",
    "jsonschema",
    "json-schema",
    "json-pointer",
    "$ref",
    "resolver",
    "openapi",
    "swagger",
    "dereference",
    "resolve"
  ],
  "main": "index.js",
  "sideEffects": false,
  "files": [
    "**/*"
  ],
  "author": "Stoplight <support@stoplight.io>",
  "repository": {
    "type": "git",
    "url": "https://github.com/stoplightio/json-ref-resolver.git"
  },
  "license": "Apache-2.0",
  "engines": {
    "node": ">=8.3.0"
  },
  "dependencies": {
    "@stoplight/json": "^3.17.0",
    "@stoplight/path": "^1.3.2",
    "@stoplight/types": "^12.3.0",
    "@types/urijs": "^1.19.16",
    "dependency-graph": "~0.11.0",
    "fast-memoize": "^2.5.2",
    "immer": "^9.0.6",
    "lodash.get": "^4.4.2",
    "lodash.set": "^4.3.2",
    "tslib": "^2.3.1",
    "urijs": "^1.19.6"
  },
  "typings": "index.d.ts"
}
