{
  "_args": [
    [
      "ajv-keywords@^3.1.0",
      "/var/www/html/isbn/resources/angular-app/node_modules/schema-utils"
    ]
  ],
  "_from": "ajv-keywords@>=3.1.0 <4.0.0",
  "_hasShrinkwrap": false,
  "_id": "ajv-keywords@3.5.2",
  "_inCache": true,
  "_installable": true,
  "_location": "/ajv-keywords",
  "_nodeVersion": "12.6.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/ajv-keywords_3.5.2_1595859243247_0.028313188838655412"
  },
  "_npmUser": {
    "email": "e.poberezkin@me.com",
    "name": "esp"
  },
  "_npmVersion": "6.9.0",
  "_phantomChildren": {},
  "_requested": {
    "name": "ajv-keywords",
    "raw": "ajv-keywords@^3.1.0",
    "rawSpec": "^3.1.0",
    "scope": null,
    "spec": ">=3.1.0 <4.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/schema-utils",
    "/style-loader/schema-utils",
    "/uglifyjs-webpack-plugin/schema-utils",
    "/webpack",
    "/webpack/schema-utils"
  ],
  "_resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
  "_shasum": "31f29da5ab6e00d1c2d329acf7b5929614d5014d",
  "_shrinkwrap": null,
  "_spec": "ajv-keywords@^3.1.0",
  "_where": "/var/www/html/isbn/resources/angular-app/node_modules/schema-utils",
  "author": {
    "name": "Evgeny Poberezkin"
  },
  "bugs": {
    "url": "https://github.com/epoberezkin/ajv-keywords/issues"
  },
  "dependencies": {},
  "description": "Custom JSON-Schema keywords for Ajv validator",
  "devDependencies": {
    "ajv": "^6.9.1",
    "ajv-pack": "^0.3.0",
    "chai": "^4.2.0",
    "coveralls": "^3.0.2",
    "dot": "^1.1.1",
    "eslint": "^7.2.0",
    "glob": "^7.1.3",
    "istanbul": "^0.4.3",
    "js-beautify": "^1.8.9",
    "json-schema-test": "^2.0.0",
    "mocha": "^8.0.1",
    "pre-commit": "^1.1.3",
    "uuid": "^8.1.0"
  },
  "directories": {},
  "dist": {
    "fileCount": 33,
    "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfHuErCRA9TVsSAnZWagAA8ScP/ju99xLCkS/HZ22XR+9e\nOdif6HER8Hv1nt8EoN0Qxw2y68xMw2tJJv8zVHd9mBnSxuV5L4zg4yghB6da\nPjCHhKJK4omTOjEpX/rqqSu3C6c1BZhQoHUHYI9s4AgoUpe9SXng3fcLmvwU\nl0geOryzjQszhfwhAaYFaNwb1c/VeST7usuXdwYz51x+2qDvkbw0fOUyIPSO\nRtYdYnuL1VxFJj2352YY2GiMaqGs2M/4zX+iEgP5L7lZLQqS1G00mH27QzvT\n1+l8B8mY0gFVPkk9VdPxU17zUlwzIx1bri4QjurxOqNarYeThTRUh4U4o41L\ngGzB6D1//PBT+cnIAIRvt5uEmuiMTyGBQdWoy1vaTQ0PTHssko2JZMV0TOu+\ne8n5DY5CygN31cpkKjJ20ByItKjavkRTPHEdexY+KyGkUjxIgnX2Ug+mb4G3\nrNw9TC1IjrMsF2nJv8pQvf4mXSOaf06hq86o93UukhsKq6t4/3XLFRGLFmay\n8TKdPVEA7dd2DF4o1okea92BH6j4IFpv8ZWt8wTV4pIhoOT/sBNOBU+aWMDb\nMU1dkMeFet2cGSa81tLu89BOXSmZq1pwlT0dY/X81Y1u6zfhbw1Oywm9XGhR\nRYPqMm5M4RZ4d2QPoXYZ7uTmX1lwYP09QjvrtK/yLXYCPWJ+B0TLdxbDtTnM\nqvQg\r\n=EI5j\r\n-----END PGP SIGNATURE-----\r\n",
    "shasum": "31f29da5ab6e00d1c2d329acf7b5929614d5014d",
    "tarball": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
    "unpackedSize": 72887
  },
  "gitHead": "9e16d50b2604611868972ddb52c3be61c7f8cbdb",
  "homepage": "https://github.com/epoberezkin/ajv-keywords#readme",
  "keywords": [
    "JSON-Schema",
    "ajv",
    "keywords"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "esp",
      "email": "e.poberezkin@me.com"
    }
  ],
  "name": "ajv-keywords",
  "optionalDependencies": {},
  "peerDependencies": {
    "ajv": "^6.9.1"
  },
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/epoberezkin/ajv-keywords.git"
  },
  "scripts": {
    "build": "node node_modules/ajv/scripts/compile-dots.js node_modules/ajv/lib keywords",
    "eslint": "eslint index.js keywords/*.js spec",
    "prepublish": "npm run build",
    "test": "npm run build && npm run eslint && npm run test-cov",
    "test-cov": "istanbul cover -x 'spec/**' node_modules/mocha/bin/_mocha -- spec/*.spec.js -R spec",
    "test-spec": "mocha spec/*.spec.js -R spec"
  },
  "typings": "ajv-keywords.d.ts",
  "version": "3.5.2"
}
