package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "ajv-errors@1.0.1",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ajv-errors@1.0.1",
  10. "_id": "ajv-errors@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-81mGrOuRr63sQQL72FAUlQzvpk0=",
  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. "/copy-webpack-plugin/schema-utils",
  27. "/mini-css-extract-plugin/schema-utils",
  28. "/postcss-loader/schema-utils",
  29. "/terser-webpack-plugin/schema-utils",
  30. "/webpack-dev-server/schema-utils",
  31. "/webpack/schema-utils"
  32. ],
  33. "_resolved": "https://registry.npm.taobao.org/ajv-errors/download/ajv-errors-1.0.1.tgz",
  34. "_spec": "1.0.1",
  35. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  36. "author": "",
  37. "bugs": {
  38. "url": "https://github.com/epoberezkin/ajv-errors/issues"
  39. },
  40. "description": "Custom error messages in JSON-Schema for Ajv validator",
  41. "devDependencies": {
  42. "ajv": "^5.0.0",
  43. "coveralls": "^2.11.16",
  44. "dot": "^1.1.1",
  45. "eslint": "^3.17.0",
  46. "glob": "^7.1.1",
  47. "js-beautify": "^1.6.12",
  48. "mocha": "^3.2.0",
  49. "nyc": "^10.1.2",
  50. "pre-commit": "^1.2.2"
  51. },
  52. "files": [
  53. "lib"
  54. ],
  55. "homepage": "https://github.com/epoberezkin/ajv-errors#readme",
  56. "keywords": [
  57. "ajv",
  58. "json-schema",
  59. "validator",
  60. "error",
  61. "messages"
  62. ],
  63. "license": "MIT",
  64. "main": "index.js",
  65. "name": "ajv-errors",
  66. "nyc": {
  67. "exclude": [
  68. "**/spec/**",
  69. "node_modules"
  70. ],
  71. "reporter": [
  72. "lcov",
  73. "text-summary"
  74. ]
  75. },
  76. "peerDependencies": {
  77. "ajv": ">=5.0.0"
  78. },
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/epoberezkin/ajv-errors.git"
  82. },
  83. "scripts": {
  84. "build": "node node_modules/ajv/scripts/compile-dots.js node_modules/ajv/lib lib",
  85. "eslint": "eslint *.js spec",
  86. "prepublish": "npm run build",
  87. "test": "npm run eslint && npm run build && npm run test-cov",
  88. "test-cov": "nyc npm run test-spec",
  89. "test-spec": "mocha spec/*.spec.js -R spec"
  90. },
  91. "version": "1.0.1"
  92. }