package.json 5.4 KB

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