package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_from": "ajv-errors@^1.0.0",
  3. "_id": "ajv-errors@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==",
  6. "_location": "/ajv-errors",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ajv-errors@^1.0.0",
  12. "name": "ajv-errors",
  13. "escapedName": "ajv-errors",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/mini-css-extract-plugin/schema-utils",
  20. "/postcss-loader/schema-utils",
  21. "/webpack-dev-server/schema-utils",
  22. "/webpack/schema-utils"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz",
  25. "_shasum": "f35986aceb91afadec4102fbd85014950cefa64d",
  26. "_spec": "ajv-errors@^1.0.0",
  27. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\mini-css-extract-plugin\\node_modules\\schema-utils",
  28. "author": "",
  29. "bugs": {
  30. "url": "https://github.com/epoberezkin/ajv-errors/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Custom error messages in JSON-Schema for Ajv validator",
  35. "devDependencies": {
  36. "ajv": "^5.0.0",
  37. "coveralls": "^2.11.16",
  38. "dot": "^1.1.1",
  39. "eslint": "^3.17.0",
  40. "glob": "^7.1.1",
  41. "js-beautify": "^1.6.12",
  42. "mocha": "^3.2.0",
  43. "nyc": "^10.1.2",
  44. "pre-commit": "^1.2.2"
  45. },
  46. "files": [
  47. "lib"
  48. ],
  49. "homepage": "https://github.com/epoberezkin/ajv-errors#readme",
  50. "keywords": [
  51. "ajv",
  52. "json-schema",
  53. "validator",
  54. "error",
  55. "messages"
  56. ],
  57. "license": "MIT",
  58. "main": "index.js",
  59. "name": "ajv-errors",
  60. "nyc": {
  61. "exclude": [
  62. "**/spec/**",
  63. "node_modules"
  64. ],
  65. "reporter": [
  66. "lcov",
  67. "text-summary"
  68. ]
  69. },
  70. "peerDependencies": {
  71. "ajv": ">=5.0.0"
  72. },
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/epoberezkin/ajv-errors.git"
  76. },
  77. "scripts": {
  78. "build": "node node_modules/ajv/scripts/compile-dots.js node_modules/ajv/lib lib",
  79. "eslint": "eslint *.js spec",
  80. "prepublish": "npm run build",
  81. "test": "npm run eslint && npm run build && npm run test-cov",
  82. "test-cov": "nyc npm run test-spec",
  83. "test-spec": "mocha spec/*.spec.js -R spec"
  84. },
  85. "version": "1.0.1"
  86. }