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.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "ajv-keywords@^3.1.0",
  3. "_id": "ajv-keywords@3.4.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-RO1ibKvd27e6FEShVFfPALuHI3WjSVNeK5FIsmme/LYRNxjKuNj+Dt7bucLa6NdSv3JcVTyMlm9kGR84z1XpaQ==",
  6. "_location": "/ajv-keywords",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ajv-keywords@^3.1.0",
  12. "name": "ajv-keywords",
  13. "escapedName": "ajv-keywords",
  14. "rawSpec": "^3.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.1.0"
  17. },
  18. "_requiredBy": [
  19. "/schema-utils",
  20. "/webpack"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.4.1.tgz",
  23. "_shasum": "ef916e271c64ac12171fd8384eaae6b2345854da",
  24. "_spec": "ajv-keywords@^3.1.0",
  25. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/schema-utils",
  26. "author": {
  27. "name": "Evgeny Poberezkin"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/epoberezkin/ajv-keywords/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Custom JSON-Schema keywords for Ajv validator",
  35. "devDependencies": {
  36. "ajv": "^6.9.1",
  37. "ajv-pack": "^0.3.0",
  38. "chai": "^4.2.0",
  39. "coveralls": "^3.0.2",
  40. "dot": "^1.1.1",
  41. "eslint": "^6.0.0",
  42. "glob": "^7.1.3",
  43. "istanbul": "^0.4.3",
  44. "js-beautify": "^1.8.9",
  45. "json-schema-test": "^2.0.0",
  46. "mocha": "^6.0.0",
  47. "pre-commit": "^1.1.3",
  48. "uuid": "^3.3.2"
  49. },
  50. "files": [
  51. "index.js",
  52. "keywords"
  53. ],
  54. "homepage": "https://github.com/epoberezkin/ajv-keywords#readme",
  55. "keywords": [
  56. "JSON-Schema",
  57. "ajv",
  58. "keywords"
  59. ],
  60. "license": "MIT",
  61. "main": "index.js",
  62. "name": "ajv-keywords",
  63. "peerDependencies": {
  64. "ajv": "^6.9.1"
  65. },
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/epoberezkin/ajv-keywords.git"
  69. },
  70. "scripts": {
  71. "build": "node node_modules/ajv/scripts/compile-dots.js node_modules/ajv/lib keywords",
  72. "eslint": "eslint index.js keywords/*.js spec",
  73. "prepublish": "npm run build",
  74. "test": "npm run build && npm run eslint && npm run test-cov",
  75. "test-cov": "istanbul cover -x 'spec/**' node_modules/mocha/bin/_mocha -- spec/*.spec.js -R spec",
  76. "test-spec": "mocha spec/*.spec.js -R spec"
  77. },
  78. "version": "3.4.1"
  79. }