{
  "_from": "is-my-json-valid@^2.12.4",
  "_id": "is-my-json-valid@2.20.6",
  "_inBundle": false,
  "_integrity": "sha512-1JQwulVNjx8UqkPE/bqDaxtH4PXCe/2VRh/y3p99heOV87HG4Id5/VfDswd+YiAfHcRTfDlWgISycnHuhZq1aw==",
  "_location": "/is-my-json-valid",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "is-my-json-valid@^2.12.4",
    "name": "is-my-json-valid",
    "escapedName": "is-my-json-valid",
    "rawSpec": "^2.12.4",
    "saveSpec": null,
    "fetchSpec": "^2.12.4"
  },
  "_requiredBy": [
    "/eslint",
    "/har-validator"
  ],
  "_resolved": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.20.6.tgz",
  "_shasum": "a9d89e56a36493c77bda1440d69ae0dc46a08387",
  "_spec": "is-my-json-valid@^2.12.4",
  "_where": "/data/www/cors-anywhere/node_modules/har-validator",
  "bugs": {
    "url": "https://github.com/mafintosh/is-my-json-valid/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "generate-function": "^2.0.0",
    "generate-object-property": "^1.1.0",
    "is-my-ip-valid": "^1.0.0",
    "jsonpointer": "^5.0.0",
    "xtend": "^4.0.0"
  },
  "deprecated": false,
  "description": "A [JSONSchema](https://json-schema.org/) validator that uses code generation to be extremely fast.",
  "devDependencies": {
    "safe-regex": "^1.1.0",
    "tape": "^2.13.4",
    "typescript": "^3.0.1"
  },
  "files": [
    "formats.js",
    "index.d.ts",
    "index.js",
    "require.js"
  ],
  "homepage": "https://github.com/mafintosh/is-my-json-valid#readme",
  "keywords": [
    "json",
    "schema",
    "orderly",
    "jsonschema"
  ],
  "license": "MIT",
  "name": "is-my-json-valid",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mafintosh/is-my-json-valid.git"
  },
  "scripts": {
    "test": "tape test/*.js && tsc"
  },
  "version": "2.20.6"
}
