package.json 2.5 KB

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