package.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  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-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/-/ajv-6.12.6.tgz",
  33. "_shasum": "baf5a62e802b07d977034586f8c3baf5adf26df4",
  34. "_spec": "ajv@^6.12.4",
  35. "_where": "H:\\gs_nuxt\\node_modules\\schema-utils",
  36. "author": {
  37. "name": "Evgeny Poberezkin"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/ajv-validator/ajv/issues"
  41. },
  42. "bundleDependencies": false,
  43. "collective": {
  44. "type": "opencollective",
  45. "url": "https://opencollective.com/ajv"
  46. },
  47. "dependencies": {
  48. "fast-deep-equal": "^3.1.1",
  49. "fast-json-stable-stringify": "^2.0.0",
  50. "json-schema-traverse": "^0.4.1",
  51. "uri-js": "^4.2.2"
  52. },
  53. "deprecated": false,
  54. "description": "Another JSON Schema Validator",
  55. "devDependencies": {
  56. "ajv-async": "^1.0.0",
  57. "bluebird": "^3.5.3",
  58. "brfs": "^2.0.0",
  59. "browserify": "^16.2.0",
  60. "chai": "^4.0.1",
  61. "coveralls": "^3.0.1",
  62. "del-cli": "^3.0.0",
  63. "dot": "^1.0.3",
  64. "eslint": "^7.3.1",
  65. "gh-pages-generator": "^0.2.3",
  66. "glob": "^7.0.0",
  67. "if-node-version": "^1.0.0",
  68. "js-beautify": "^1.7.3",
  69. "jshint": "^2.10.2",
  70. "json-schema-test": "^2.0.0",
  71. "karma": "^5.0.0",
  72. "karma-chrome-launcher": "^3.0.0",
  73. "karma-mocha": "^2.0.0",
  74. "karma-sauce-launcher": "^4.1.3",
  75. "mocha": "^8.0.1",
  76. "nyc": "^15.0.0",
  77. "pre-commit": "^1.1.1",
  78. "require-globify": "^1.3.0",
  79. "typescript": "^3.9.5",
  80. "uglify-js": "^3.6.9",
  81. "watch": "^1.0.0"
  82. },
  83. "files": [
  84. "lib/",
  85. "dist/",
  86. "scripts/",
  87. "LICENSE",
  88. ".tonic_example.js"
  89. ],
  90. "funding": {
  91. "type": "github",
  92. "url": "https://github.com/sponsors/epoberezkin"
  93. },
  94. "homepage": "https://github.com/ajv-validator/ajv",
  95. "keywords": [
  96. "JSON",
  97. "schema",
  98. "validator",
  99. "validation",
  100. "jsonschema",
  101. "json-schema",
  102. "json-schema-validator",
  103. "json-schema-validation"
  104. ],
  105. "license": "MIT",
  106. "main": "lib/ajv.js",
  107. "name": "ajv",
  108. "nyc": {
  109. "exclude": [
  110. "**/spec/**",
  111. "node_modules"
  112. ],
  113. "reporter": [
  114. "lcov",
  115. "text-summary"
  116. ]
  117. },
  118. "repository": {
  119. "type": "git",
  120. "url": "git+https://github.com/ajv-validator/ajv.git"
  121. },
  122. "scripts": {
  123. "build": "del-cli lib/dotjs/*.js \"!lib/dotjs/index.js\" && node scripts/compile-dots.js",
  124. "bundle": "del-cli dist && node ./scripts/bundle.js . Ajv pure_getters",
  125. "bundle-beautify": "node ./scripts/bundle.js js-beautify",
  126. "eslint": "eslint lib/{compile/,}*.js spec/{**/,}*.js scripts --ignore-pattern spec/JSON-Schema-Test-Suite",
  127. "jshint": "jshint lib/{compile/,}*.js",
  128. "lint": "npm run jshint && npm run eslint",
  129. "prepublish": "npm run build && npm run bundle",
  130. "test": "npm run lint && npm run build && npm run test-all",
  131. "test-all": "npm run test-cov && if-node-version 10 npm run test-browser",
  132. "test-browser": "del-cli .browser && npm run bundle && scripts/prepare-tests && npm run test-karma",
  133. "test-cov": "nyc npm run test-spec",
  134. "test-debug": "npm run test-spec -- --inspect-brk",
  135. "test-fast": "AJV_FAST_TEST=true npm run test-spec",
  136. "test-karma": "karma start",
  137. "test-spec": "mocha spec/{**/,}*.spec.js -R spec",
  138. "test-ts": "tsc --target ES5 --noImplicitAny --noEmit spec/typescript/index.ts",
  139. "watch": "watch \"npm run build\" ./lib/dot"
  140. },
  141. "tonicExampleFilename": ".tonic_example.js",
  142. "typings": "lib/ajv.d.ts",
  143. "version": "6.12.6"
  144. }