package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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. "/copy-webpack-plugin/schema-utils",
  20. "/mini-css-extract-plugin/schema-utils",
  21. "/postcss-loader/schema-utils",
  22. "/schema-utils",
  23. "/terser-webpack-plugin/schema-utils",
  24. "/webpack",
  25. "/webpack-dev-server/schema-utils",
  26. "/webpack/schema-utils"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
  29. "_shasum": "31f29da5ab6e00d1c2d329acf7b5929614d5014d",
  30. "_spec": "ajv-keywords@^3.5.2",
  31. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\schema-utils",
  32. "author": {
  33. "name": "Evgeny Poberezkin"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/epoberezkin/ajv-keywords/issues"
  37. },
  38. "bundleDependencies": false,
  39. "deprecated": false,
  40. "description": "Custom JSON-Schema keywords for Ajv validator",
  41. "devDependencies": {
  42. "ajv": "^6.9.1",
  43. "ajv-pack": "^0.3.0",
  44. "chai": "^4.2.0",
  45. "coveralls": "^3.0.2",
  46. "dot": "^1.1.1",
  47. "eslint": "^7.2.0",
  48. "glob": "^7.1.3",
  49. "istanbul": "^0.4.3",
  50. "js-beautify": "^1.8.9",
  51. "json-schema-test": "^2.0.0",
  52. "mocha": "^8.0.1",
  53. "pre-commit": "^1.1.3",
  54. "uuid": "^8.1.0"
  55. },
  56. "files": [
  57. "index.js",
  58. "ajv-keywords.d.ts",
  59. "keywords"
  60. ],
  61. "homepage": "https://github.com/epoberezkin/ajv-keywords#readme",
  62. "keywords": [
  63. "JSON-Schema",
  64. "ajv",
  65. "keywords"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "name": "ajv-keywords",
  70. "peerDependencies": {
  71. "ajv": "^6.9.1"
  72. },
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/epoberezkin/ajv-keywords.git"
  76. },
  77. "scripts": {
  78. "build": "node node_modules/ajv/scripts/compile-dots.js node_modules/ajv/lib keywords",
  79. "eslint": "eslint index.js keywords/*.js spec",
  80. "prepublish": "npm run build",
  81. "test": "npm run build && npm run eslint && npm run test-cov",
  82. "test-cov": "istanbul cover -x 'spec/**' node_modules/mocha/bin/_mocha -- spec/*.spec.js -R spec",
  83. "test-spec": "mocha spec/*.spec.js -R spec"
  84. },
  85. "typings": "ajv-keywords.d.ts",
  86. "version": "3.5.2"
  87. }