租房小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

134 lines
3.8 KiB

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