package.json 2.6 KB

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