package.json 2.3 KB

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