package.json 2.6 KB

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