package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "ajv-errors@1.0.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  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. "/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. ],
  34. "_resolved": "https://registry.npm.taobao.org/ajv-errors/download/ajv-errors-1.0.1.tgz",
  35. "_spec": "1.0.1",
  36. "_where": "/Users/lihai/jolijoli/pad_spa",
  37. "author": "",
  38. "bugs": {
  39. "url": "https://github.com/epoberezkin/ajv-errors/issues"
  40. },
  41. "description": "Custom error messages in JSON-Schema for Ajv validator",
  42. "devDependencies": {
  43. "ajv": "^5.0.0",
  44. "coveralls": "^2.11.16",
  45. "dot": "^1.1.1",
  46. "eslint": "^3.17.0",
  47. "glob": "^7.1.1",
  48. "js-beautify": "^1.6.12",
  49. "mocha": "^3.2.0",
  50. "nyc": "^10.1.2",
  51. "pre-commit": "^1.2.2"
  52. },
  53. "files": [
  54. "lib"
  55. ],
  56. "homepage": "https://github.com/epoberezkin/ajv-errors#readme",
  57. "keywords": [
  58. "ajv",
  59. "json-schema",
  60. "validator",
  61. "error",
  62. "messages"
  63. ],
  64. "license": "MIT",
  65. "main": "index.js",
  66. "name": "ajv-errors",
  67. "nyc": {
  68. "exclude": [
  69. "**/spec/**",
  70. "node_modules"
  71. ],
  72. "reporter": [
  73. "lcov",
  74. "text-summary"
  75. ]
  76. },
  77. "peerDependencies": {
  78. "ajv": ">=5.0.0"
  79. },
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/epoberezkin/ajv-errors.git"
  83. },
  84. "scripts": {
  85. "build": "node node_modules/ajv/scripts/compile-dots.js node_modules/ajv/lib lib",
  86. "eslint": "eslint *.js spec",
  87. "prepublish": "npm run build",
  88. "test": "npm run eslint && npm run build && npm run test-cov",
  89. "test-cov": "nyc npm run test-spec",
  90. "test-spec": "mocha spec/*.spec.js -R spec"
  91. },
  92. "version": "1.0.1"
  93. }