package.json 2.4 KB

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