You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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. "/schema-utils"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz",
  22. "_shasum": "f35986aceb91afadec4102fbd85014950cefa64d",
  23. "_spec": "ajv-errors@^1.0.0",
  24. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/schema-utils",
  25. "author": "",
  26. "bugs": {
  27. "url": "https://github.com/epoberezkin/ajv-errors/issues"
  28. },
  29. "bundleDependencies": false,
  30. "deprecated": false,
  31. "description": "Custom error messages in JSON-Schema for Ajv validator",
  32. "devDependencies": {
  33. "ajv": "^5.0.0",
  34. "coveralls": "^2.11.16",
  35. "dot": "^1.1.1",
  36. "eslint": "^3.17.0",
  37. "glob": "^7.1.1",
  38. "js-beautify": "^1.6.12",
  39. "mocha": "^3.2.0",
  40. "nyc": "^10.1.2",
  41. "pre-commit": "^1.2.2"
  42. },
  43. "files": [
  44. "lib"
  45. ],
  46. "homepage": "https://github.com/epoberezkin/ajv-errors#readme",
  47. "keywords": [
  48. "ajv",
  49. "json-schema",
  50. "validator",
  51. "error",
  52. "messages"
  53. ],
  54. "license": "MIT",
  55. "main": "index.js",
  56. "name": "ajv-errors",
  57. "nyc": {
  58. "exclude": [
  59. "**/spec/**",
  60. "node_modules"
  61. ],
  62. "reporter": [
  63. "lcov",
  64. "text-summary"
  65. ]
  66. },
  67. "peerDependencies": {
  68. "ajv": ">=5.0.0"
  69. },
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/epoberezkin/ajv-errors.git"
  73. },
  74. "scripts": {
  75. "build": "node node_modules/ajv/scripts/compile-dots.js node_modules/ajv/lib lib",
  76. "eslint": "eslint *.js spec",
  77. "prepublish": "npm run build",
  78. "test": "npm run eslint && npm run build && npm run test-cov",
  79. "test-cov": "nyc npm run test-spec",
  80. "test-spec": "mocha spec/*.spec.js -R spec"
  81. },
  82. "version": "1.0.1"
  83. }