package.json 4.1 KB

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