package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "ajv-keywords@^3.5.2",
  3. "_id": "ajv-keywords@3.5.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
  6. "_location": "/ajv-keywords",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ajv-keywords@^3.5.2",
  12. "name": "ajv-keywords",
  13. "escapedName": "ajv-keywords",
  14. "rawSpec": "^3.5.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.5.2"
  17. },
  18. "_requiredBy": [
  19. "/schema-utils"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
  22. "_shasum": "31f29da5ab6e00d1c2d329acf7b5929614d5014d",
  23. "_spec": "ajv-keywords@^3.5.2",
  24. "_where": "D:\\公司项目\\wms\\node_modules\\schema-utils",
  25. "author": {
  26. "name": "Evgeny Poberezkin"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/epoberezkin/ajv-keywords/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Custom JSON-Schema keywords for Ajv validator",
  34. "devDependencies": {
  35. "ajv": "^6.9.1",
  36. "ajv-pack": "^0.3.0",
  37. "chai": "^4.2.0",
  38. "coveralls": "^3.0.2",
  39. "dot": "^1.1.1",
  40. "eslint": "^7.2.0",
  41. "glob": "^7.1.3",
  42. "istanbul": "^0.4.3",
  43. "js-beautify": "^1.8.9",
  44. "json-schema-test": "^2.0.0",
  45. "mocha": "^8.0.1",
  46. "pre-commit": "^1.1.3",
  47. "uuid": "^8.1.0"
  48. },
  49. "files": [
  50. "index.js",
  51. "ajv-keywords.d.ts",
  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. "typings": "ajv-keywords.d.ts",
  79. "version": "3.5.2"
  80. }