package.json 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. {
  2. "_from": "ajv@^8.9.0",
  3. "_id": "ajv@8.12.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
  6. "_location": "/css-minimizer-webpack-plugin/ajv",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ajv@^8.9.0",
  12. "name": "ajv",
  13. "escapedName": "ajv",
  14. "rawSpec": "^8.9.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^8.9.0"
  17. },
  18. "_requiredBy": [
  19. "/css-minimizer-webpack-plugin/schema-utils"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
  22. "_shasum": "d1a0527323e22f53562c567c00991577dfbe19d1",
  23. "_spec": "ajv@^8.9.0",
  24. "_where": "E:\\2023\\5\\myjadmin\\node_modules\\css-minimizer-webpack-plugin\\node_modules\\schema-utils",
  25. "author": {
  26. "name": "Evgeny Poberezkin"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/ajv-validator/ajv/issues"
  30. },
  31. "bundleDependencies": false,
  32. "collective": {
  33. "type": "opencollective",
  34. "url": "https://opencollective.com/ajv"
  35. },
  36. "dependencies": {
  37. "fast-deep-equal": "^3.1.1",
  38. "json-schema-traverse": "^1.0.0",
  39. "require-from-string": "^2.0.2",
  40. "uri-js": "^4.2.2"
  41. },
  42. "deprecated": false,
  43. "description": "Another JSON Schema Validator",
  44. "devDependencies": {
  45. "@ajv-validator/config": "^0.3.0",
  46. "@rollup/plugin-commonjs": "^24.0.0",
  47. "@rollup/plugin-json": "^6.0.0",
  48. "@rollup/plugin-node-resolve": "^15.0.1",
  49. "@rollup/plugin-typescript": "^10.0.1",
  50. "@types/chai": "^4.2.12",
  51. "@types/mocha": "^10.0.0",
  52. "@types/node": "^18.11.9",
  53. "@types/require-from-string": "^1.2.0",
  54. "@typescript-eslint/eslint-plugin": "^3.8.0",
  55. "@typescript-eslint/parser": "^3.8.0",
  56. "ajv-formats": "^3.0.0-rc.0",
  57. "browserify": "^17.0.0",
  58. "chai": "^4.0.1",
  59. "cross-env": "^7.0.2",
  60. "dayjs": "^1.10.4",
  61. "dayjs-plugin-utc": "^0.1.2",
  62. "eslint": "^7.8.1",
  63. "eslint-config-prettier": "^7.0.0",
  64. "fast-uri": "^2.1.0",
  65. "glob": "^8.0.2",
  66. "husky": "^8.0.2",
  67. "if-node-version": "^1.0.0",
  68. "jimp": "^0.16.1",
  69. "js-beautify": "^1.7.3",
  70. "json-schema-test": "^2.0.0",
  71. "karma": "^6.0.0",
  72. "karma-chrome-launcher": "^3.0.0",
  73. "karma-mocha": "^2.0.0",
  74. "lint-staged": "^13.0.3",
  75. "mocha": "^10.0.0",
  76. "module-from-string": "^3.1.3",
  77. "node-fetch": "^3.0.0",
  78. "nyc": "^15.0.0",
  79. "prettier": "^2.3.1",
  80. "re2": "^1.16.0",
  81. "rollup": "^2.44.0",
  82. "rollup-plugin-terser": "^7.0.2",
  83. "ts-node": "^10.0.0",
  84. "tsify": "^5.0.2",
  85. "typescript": "^4.8.0"
  86. },
  87. "files": [
  88. "lib/",
  89. "dist/",
  90. ".runkit_example.js"
  91. ],
  92. "funding": {
  93. "type": "github",
  94. "url": "https://github.com/sponsors/epoberezkin"
  95. },
  96. "homepage": "https://ajv.js.org",
  97. "husky": {
  98. "hooks": {
  99. "pre-commit": "lint-staged && npm test"
  100. }
  101. },
  102. "keywords": [
  103. "JSON",
  104. "schema",
  105. "validator",
  106. "validation",
  107. "jsonschema",
  108. "json-schema",
  109. "json-schema-validator",
  110. "json-schema-validation"
  111. ],
  112. "license": "MIT",
  113. "lint-staged": {
  114. "*.{json,yaml,js,ts}": "prettier --write"
  115. },
  116. "main": "dist/ajv.js",
  117. "name": "ajv",
  118. "nyc": {
  119. "exclude": [
  120. "**/spec/**",
  121. "node_modules"
  122. ],
  123. "reporter": [
  124. "lcov",
  125. "text-summary"
  126. ]
  127. },
  128. "prettier": "@ajv-validator/config/prettierrc.json",
  129. "repository": {
  130. "type": "git",
  131. "url": "git+https://github.com/ajv-validator/ajv.git"
  132. },
  133. "runkitExampleFilename": ".runkit_example.js",
  134. "scripts": {
  135. "benchmark": "npm i && npm run build && npm link && cd ./benchmark && npm link --legacy-peer-deps ajv && npm i && node ./jtd",
  136. "build": "rm -rf dist && tsc && cp -r lib/refs dist && rm dist/refs/json-schema-2019-09/index.ts && rm dist/refs/json-schema-2020-12/index.ts && rm dist/refs/jtd-schema.ts",
  137. "bundle": "rm -rf bundle && node ./scripts/bundle.js ajv ajv7 ajv7 && node ./scripts/bundle.js 2019 ajv2019 ajv2019 && node ./scripts/bundle.js 2020 ajv2020 ajv2020 && node ./scripts/bundle.js jtd ajvJTD ajvJTD",
  138. "docs:build": "./scripts/prepare-site && vuepress build docs",
  139. "docs:dev": "./scripts/prepare-site && vuepress dev docs",
  140. "eslint": "eslint \"lib/**/*.ts\" \"spec/**/*.*s\" --ignore-pattern spec/JSON-Schema-Test-Suite",
  141. "json-tests": "rm -rf spec/_json/*.js && node scripts/jsontests",
  142. "prepublish": "npm run build",
  143. "prettier:check": "prettier --list-different \"./**/*.{json,yaml,js,ts}\"",
  144. "prettier:write": "prettier --write \"./**/*.{json,yaml,js,ts}\"",
  145. "rollup": "rm -rf bundle && rollup -c",
  146. "test": "npm run json-tests && npm run prettier:check && npm run eslint && npm link && npm link --legacy-peer-deps ajv && npm run test-cov",
  147. "test-all": "npm run test-cov && if-node-version 12 npm run test-browser",
  148. "test-browser": "rm -rf .browser && npm run bundle && scripts/prepare-tests && karma start",
  149. "test-ci": "AJV_FULL_TEST=true npm test",
  150. "test-codegen": "nyc cross-env TS_NODE_PROJECT=spec/tsconfig.json mocha -r ts-node/register 'spec/codegen.spec.ts' -R spec",
  151. "test-cov": "nyc npm run test-spec",
  152. "test-debug": "npm run test-spec -- --inspect-brk",
  153. "test-karma": "karma start",
  154. "test-spec": "cross-env TS_NODE_PROJECT=spec/tsconfig.json mocha -r ts-node/register \"spec/**/*.spec.{ts,js}\" -R dot"
  155. },
  156. "types": "dist/ajv.d.ts",
  157. "version": "8.12.0"
  158. }