package.json 4.1 KB

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