package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "ajv-errors@1.0.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "ajv-errors@1.0.1",
  9. "_id": "ajv-errors@1.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==",
  12. "_location": "/ajv-errors",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "ajv-errors@1.0.1",
  18. "name": "ajv-errors",
  19. "escapedName": "ajv-errors",
  20. "rawSpec": "1.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.1"
  23. },
  24. "_requiredBy": [
  25. "/schema-utils"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz",
  28. "_spec": "1.0.1",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": "",
  31. "bugs": {
  32. "url": "https://github.com/epoberezkin/ajv-errors/issues"
  33. },
  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. }