{
  "_args": [
    [
      "ajv-errors@^1.0.0",
      "/var/www/html/isbn/resources/angular-app/node_modules/schema-utils"
    ]
  ],
  "_from": "ajv-errors@>=1.0.0 <2.0.0",
  "_hasShrinkwrap": false,
  "_id": "ajv-errors@1.0.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/ajv-errors",
  "_nodeVersion": "10.0.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/ajv-errors_1.0.1_1544388262825_0.438145911563087"
  },
  "_npmUser": {
    "email": "e.poberezkin@me.com",
    "name": "esp"
  },
  "_npmVersion": "5.6.0",
  "_phantomChildren": {},
  "_requested": {
    "name": "ajv-errors",
    "raw": "ajv-errors@^1.0.0",
    "rawSpec": "^1.0.0",
    "scope": null,
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/schema-utils"
  ],
  "_resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz",
  "_shasum": "f35986aceb91afadec4102fbd85014950cefa64d",
  "_shrinkwrap": null,
  "_spec": "ajv-errors@^1.0.0",
  "_where": "/var/www/html/isbn/resources/angular-app/node_modules/schema-utils",
  "author": "",
  "bugs": {
    "url": "https://github.com/epoberezkin/ajv-errors/issues"
  },
  "dependencies": {},
  "description": "Custom error messages in JSON-Schema for Ajv validator",
  "devDependencies": {
    "ajv": "^5.0.0",
    "coveralls": "^2.11.16",
    "dot": "^1.1.1",
    "eslint": "^3.17.0",
    "glob": "^7.1.1",
    "js-beautify": "^1.6.12",
    "mocha": "^3.2.0",
    "nyc": "^10.1.2",
    "pre-commit": "^1.2.2"
  },
  "directories": {},
  "dist": {
    "fileCount": 7,
    "integrity": "sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==",
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcDX6nCRA9TVsSAnZWagAAu1sP/R1PmaZCddDScGEKSaDw\npqT+zr5jNjcjyX24Pi8uDye/QwvTdAnqO8kqzg6ZHWJk78kmOw3WsqBGk8S9\nzMDXPJweSTWAZvrNYRiGfchCt9lLuuTdGjvgYxGrTEFiUdEXl9U6SScTxs7X\npy9Vd8hfdTa8TKPxWt8Aj7ELTM13Er71B8V82J63k42YomtsMssxER5d2mqx\nOt92KJvlu+w/cvVzjAS1QquBybVzUwlWWTGzxP/SdN6Z0EzPAT9XoKyr0aeg\n2q+6C0+j88ObOP2tMBS5VOl0E5HTB/1lb0VPVZkMEEDedmnT/bj5r+kSnVKU\nTYQRsLb1VsbYqtHWyCIS996DxtfiAh8hUchHJYSdCSz4eiOkteYRvGYKQlYa\n4t/T9EmDpe6HH7GYKujMIFKSSTZRSAIWwenAlARWSEscZlXyD5ql2CiSLdRh\n2UOWf/DK8QzjbaBX4Iki9W+8ResOA/2nA15o2YT9RSfeX10qymAckwkgU/U4\nRB1QSKFpkdpYvrhcdxSnPIGXB5nhmRik/NP+VbdRz8Fqm4Rjz4LmUg4wqkq4\nbs9JsnrqSsknsNrMxB83nBR0L/iHHWfyJZAIow/KWYHF3cIU5CvmBQQIRDc+\nJ6zgHs6x80YIb0qWey/Wz98rJb2L1uYSI3j8TgBzePf/B+g2ozqKS9+pou0K\n6Z7v\r\n=0kuF\r\n-----END PGP SIGNATURE-----\r\n",
    "shasum": "f35986aceb91afadec4102fbd85014950cefa64d",
    "tarball": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz",
    "unpackedSize": 41660
  },
  "gitHead": "5d134394acb6429840438cc262c36c76d91e356c",
  "homepage": "https://github.com/epoberezkin/ajv-errors#readme",
  "keywords": [
    "ajv",
    "error",
    "json-schema",
    "messages",
    "validator"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "esp",
      "email": "e.poberezkin@me.com"
    }
  ],
  "name": "ajv-errors",
  "nyc": {
    "exclude": [
      "**/spec/**",
      "node_modules"
    ],
    "reporter": [
      "lcov",
      "text-summary"
    ]
  },
  "optionalDependencies": {},
  "peerDependencies": {
    "ajv": ">=5.0.0"
  },
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/epoberezkin/ajv-errors.git"
  },
  "scripts": {
    "build": "node node_modules/ajv/scripts/compile-dots.js node_modules/ajv/lib lib",
    "eslint": "eslint *.js spec",
    "prepublish": "npm run build",
    "test": "npm run eslint && npm run build && npm run test-cov",
    "test-cov": "nyc npm run test-spec",
    "test-spec": "mocha spec/*.spec.js -R spec"
  },
  "version": "1.0.1"
}
