package.json 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. {
  2. "_args": [
  3. [
  4. "vue@2.7.14",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_from": "vue@2.7.14",
  9. "_id": "vue@2.7.14",
  10. "_inBundle": false,
  11. "_integrity": "sha512-b2qkFyOM0kwqWFuQmgd4o+uHGU7T+2z3T+WQp8UBjADfEv2n4FEMffzBmCKNP0IGzOEEfYjvtcC62xaSKeQDrQ==",
  12. "_location": "/vue",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "vue@2.7.14",
  18. "name": "vue",
  19. "escapedName": "vue",
  20. "rawSpec": "2.7.14",
  21. "saveSpec": null,
  22. "fetchSpec": "2.7.14"
  23. },
  24. "_requiredBy": [
  25. "/",
  26. "/vue-directive-image-previewer"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/vue/-/vue-2.7.14.tgz",
  29. "_spec": "2.7.14",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "author": {
  32. "name": "Evan You"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/vuejs/vue/issues"
  36. },
  37. "dependencies": {
  38. "@vue/compiler-sfc": "2.7.14",
  39. "csstype": "^3.1.0"
  40. },
  41. "description": "Reactive, component-oriented view layer for modern web interfaces.",
  42. "devDependencies": {
  43. "@babel/parser": "^7.18.4",
  44. "@microsoft/api-extractor": "^7.25.0",
  45. "@rollup/plugin-alias": "^3.1.9",
  46. "@rollup/plugin-commonjs": "^22.0.0",
  47. "@rollup/plugin-node-resolve": "^13.3.0",
  48. "@rollup/plugin-replace": "^4.0.0",
  49. "@types/he": "^1.1.2",
  50. "@types/node": "^17.0.41",
  51. "chalk": "^4.1.2",
  52. "conventional-changelog-cli": "^2.2.2",
  53. "cross-spawn": "^7.0.3",
  54. "enquirer": "^2.3.6",
  55. "esbuild": "^0.14.43",
  56. "execa": "^4.1.0",
  57. "he": "^1.2.0",
  58. "jasmine-core": "^4.2.0",
  59. "jsdom": "^19.0.0",
  60. "karma": "^6.3.20",
  61. "karma-chrome-launcher": "^3.1.1",
  62. "karma-cli": "^2.0.0",
  63. "karma-esbuild": "^2.2.4",
  64. "karma-jasmine": "^5.0.1",
  65. "lint-staged": "^12.5.0",
  66. "lodash": "^4.17.21",
  67. "marked": "^4.0.16",
  68. "minimist": "^1.2.6",
  69. "postcss": "^8.4.14",
  70. "prettier": "^2.6.2",
  71. "puppeteer": "^14.3.0",
  72. "rimraf": "^3.0.2",
  73. "rollup": "^2.79.1",
  74. "rollup-plugin-typescript2": "^0.32.0",
  75. "semver": "^7.3.7",
  76. "shelljs": "^0.8.5",
  77. "terser": "^5.14.0",
  78. "todomvc-app-css": "^2.4.2",
  79. "ts-node": "^10.8.1",
  80. "tslib": "^2.4.0",
  81. "typescript": "^4.8.4",
  82. "vitest": "^0.12.10",
  83. "yorkie": "^2.0.0"
  84. },
  85. "exports": {
  86. ".": {
  87. "import": {
  88. "node": "./dist/vue.runtime.mjs",
  89. "default": "./dist/vue.runtime.esm.js"
  90. },
  91. "require": "./dist/vue.runtime.common.js",
  92. "types": "./types/index.d.ts"
  93. },
  94. "./compiler-sfc": {
  95. "import": "./compiler-sfc/index.mjs",
  96. "require": "./compiler-sfc/index.js"
  97. },
  98. "./dist/*": "./dist/*",
  99. "./types/*": "./types/*",
  100. "./package.json": "./package.json"
  101. },
  102. "files": [
  103. "src",
  104. "dist/*.js",
  105. "dist/*.mjs",
  106. "types/*.d.ts",
  107. "compiler-sfc",
  108. "packages/compiler-sfc"
  109. ],
  110. "gitHooks": {
  111. "pre-commit": "lint-staged",
  112. "commit-msg": "node scripts/verify-commit-msg.js"
  113. },
  114. "homepage": "https://github.com/vuejs/vue#readme",
  115. "jsdelivr": "dist/vue.js",
  116. "keywords": [
  117. "vue"
  118. ],
  119. "license": "MIT",
  120. "lint-staged": {
  121. "*.js": [
  122. "prettier --write"
  123. ],
  124. "*.ts": [
  125. "prettier --parser=typescript --write"
  126. ]
  127. },
  128. "main": "dist/vue.runtime.common.js",
  129. "module": "dist/vue.runtime.esm.js",
  130. "name": "vue",
  131. "packageManager": "pnpm@7.1.0",
  132. "repository": {
  133. "type": "git",
  134. "url": "git+https://github.com/vuejs/vue.git"
  135. },
  136. "scripts": {
  137. "bench:ssr": "npm run build:ssr && node benchmarks/ssr/renderToString.js && node benchmarks/ssr/renderToStream.js",
  138. "build": "node scripts/build.js",
  139. "build:ssr": "npm run build -- runtime-cjs,server-renderer",
  140. "build:types": "rimraf temp && tsc --declaration --emitDeclarationOnly --outDir temp && api-extractor run && api-extractor run -c packages/compiler-sfc/api-extractor.json",
  141. "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
  142. "dev": "rollup -w -c scripts/config.js --environment TARGET:full-dev",
  143. "dev:cjs": "rollup -w -c scripts/config.js --environment TARGET:runtime-cjs-dev",
  144. "dev:compiler": "rollup -w -c scripts/config.js --environment TARGET:compiler ",
  145. "dev:esm": "rollup -w -c scripts/config.js --environment TARGET:runtime-esm",
  146. "dev:ssr": "rollup -w -c scripts/config.js --environment TARGET:server-renderer",
  147. "format": "prettier --write --parser typescript \"(src|test|packages|types)/**/*.ts\"",
  148. "release": "node scripts/release.js",
  149. "test": "npm run ts-check && npm run test:types && npm run test:unit && npm run test:e2e && npm run test:ssr && npm run test:sfc",
  150. "test:e2e": "npm run build -- full-prod,server-renderer-basic && vitest run test/e2e",
  151. "test:sfc": "vitest run compiler-sfc",
  152. "test:ssr": "npm run build:ssr && vitest run server-renderer",
  153. "test:transition": "karma start test/transition/karma.conf.js",
  154. "test:types": "npm run build:types && tsc -p ./types/tsconfig.json",
  155. "test:unit": "vitest run test/unit",
  156. "ts-check": "tsc -p tsconfig.json --noEmit",
  157. "ts-check:test": "tsc -p test/tsconfig.json --noEmit"
  158. },
  159. "sideEffects": false,
  160. "typings": "types/index.d.ts",
  161. "unpkg": "dist/vue.js",
  162. "version": "2.7.14"
  163. }