package.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. {
  2. "_from": "ajv@^6.12.4",
  3. "_id": "ajv@6.12.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
  6. "_location": "/ajv",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ajv@^6.12.4",
  12. "name": "ajv",
  13. "escapedName": "ajv",
  14. "rawSpec": "^6.12.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.12.4"
  17. },
  18. "_requiredBy": [
  19. "/@eslint/eslintrc",
  20. "/eslint",
  21. "/eslint-webpack-plugin/schema-utils",
  22. "/file-loader/schema-utils",
  23. "/mini-css-extract-plugin/schema-utils",
  24. "/postcss-loader/schema-utils",
  25. "/sass-loader/schema-utils",
  26. "/schema-utils",
  27. "/terser-webpack-plugin/schema-utils",
  28. "/url-loader/schema-utils",
  29. "/webpack",
  30. "/webpack-dev-server/schema-utils",
  31. "/webpack/schema-utils"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
  34. "_shasum": "baf5a62e802b07d977034586f8c3baf5adf26df4",
  35. "_spec": "ajv@^6.12.4",
  36. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\schema-utils",
  37. "author": {
  38. "name": "Evgeny Poberezkin"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/ajv-validator/ajv/issues"
  42. },
  43. "bundleDependencies": false,
  44. "collective": {
  45. "type": "opencollective",
  46. "url": "https://opencollective.com/ajv"
  47. },
  48. "dependencies": {
  49. "fast-deep-equal": "^3.1.1",
  50. "fast-json-stable-stringify": "^2.0.0",
  51. "json-schema-traverse": "^0.4.1",
  52. "uri-js": "^4.2.2"
  53. },
  54. "deprecated": false,
  55. "description": "Another JSON Schema Validator",
  56. "devDependencies": {
  57. "ajv-async": "^1.0.0",
  58. "bluebird": "^3.5.3",
  59. "brfs": "^2.0.0",
  60. "browserify": "^16.2.0",
  61. "chai": "^4.0.1",
  62. "coveralls": "^3.0.1",
  63. "del-cli": "^3.0.0",
  64. "dot": "^1.0.3",
  65. "eslint": "^7.3.1",
  66. "gh-pages-generator": "^0.2.3",
  67. "glob": "^7.0.0",
  68. "if-node-version": "^1.0.0",
  69. "js-beautify": "^1.7.3",
  70. "jshint": "^2.10.2",
  71. "json-schema-test": "^2.0.0",
  72. "karma": "^5.0.0",
  73. "karma-chrome-launcher": "^3.0.0",
  74. "karma-mocha": "^2.0.0",
  75. "karma-sauce-launcher": "^4.1.3",
  76. "mocha": "^8.0.1",
  77. "nyc": "^15.0.0",
  78. "pre-commit": "^1.1.1",
  79. "require-globify": "^1.3.0",
  80. "typescript": "^3.9.5",
  81. "uglify-js": "^3.6.9",
  82. "watch": "^1.0.0"
  83. },
  84. "files": [
  85. "lib/",
  86. "dist/",
  87. "scripts/",
  88. "LICENSE",
  89. ".tonic_example.js"
  90. ],
  91. "funding": {
  92. "type": "github",
  93. "url": "https://github.com/sponsors/epoberezkin"
  94. },
  95. "homepage": "https://github.com/ajv-validator/ajv",
  96. "keywords": [
  97. "JSON",
  98. "schema",
  99. "validator",
  100. "validation",
  101. "jsonschema",
  102. "json-schema",
  103. "json-schema-validator",
  104. "json-schema-validation"
  105. ],
  106. "license": "MIT",
  107. "main": "lib/ajv.js",
  108. "name": "ajv",
  109. "nyc": {
  110. "exclude": [
  111. "**/spec/**",
  112. "node_modules"
  113. ],
  114. "reporter": [
  115. "lcov",
  116. "text-summary"
  117. ]
  118. },
  119. "repository": {
  120. "type": "git",
  121. "url": "git+https://github.com/ajv-validator/ajv.git"
  122. },
  123. "scripts": {
  124. "build": "del-cli lib/dotjs/*.js \"!lib/dotjs/index.js\" && node scripts/compile-dots.js",
  125. "bundle": "del-cli dist && node ./scripts/bundle.js . Ajv pure_getters",
  126. "bundle-beautify": "node ./scripts/bundle.js js-beautify",
  127. "eslint": "eslint lib/{compile/,}*.js spec/{**/,}*.js scripts --ignore-pattern spec/JSON-Schema-Test-Suite",
  128. "jshint": "jshint lib/{compile/,}*.js",
  129. "lint": "npm run jshint && npm run eslint",
  130. "prepublish": "npm run build && npm run bundle",
  131. "test": "npm run lint && npm run build && npm run test-all",
  132. "test-all": "npm run test-cov && if-node-version 10 npm run test-browser",
  133. "test-browser": "del-cli .browser && npm run bundle && scripts/prepare-tests && npm run test-karma",
  134. "test-cov": "nyc npm run test-spec",
  135. "test-debug": "npm run test-spec -- --inspect-brk",
  136. "test-fast": "AJV_FAST_TEST=true npm run test-spec",
  137. "test-karma": "karma start",
  138. "test-spec": "mocha spec/{**/,}*.spec.js -R spec",
  139. "test-ts": "tsc --target ES5 --noImplicitAny --noEmit spec/typescript/index.ts",
  140. "watch": "watch \"npm run build\" ./lib/dot"
  141. },
  142. "tonicExampleFilename": ".tonic_example.js",
  143. "typings": "lib/ajv.d.ts",
  144. "version": "6.12.6"
  145. }