package.json 4.3 KB

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