package.json 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. {
  2. "_from": "vue@^2.7.14",
  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.7.14",
  12. "name": "vue",
  13. "escapedName": "vue",
  14. "rawSpec": "^2.7.14",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.7.14"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/vue/-/vue-2.7.16.tgz",
  22. "_shasum": "98c60de9def99c0e3da8dae59b304ead43b967c9",
  23. "_spec": "vue@^2.7.14",
  24. "_where": "E:\\git\\2021项目\\安科院大屏",
  25. "author": {
  26. "name": "Evan You"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/vuejs/vue/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "@vue/compiler-sfc": "2.7.16",
  34. "csstype": "^3.1.0"
  35. },
  36. "deprecated": "Vue 2 has reached EOL and is no longer actively maintained. See https://v2.vuejs.org/eol/ for more details.",
  37. "description": "Reactive, component-oriented view layer for modern web interfaces.",
  38. "devDependencies": {
  39. "@babel/parser": "^7.23.5",
  40. "@microsoft/api-extractor": "^7.25.0",
  41. "@rollup/plugin-alias": "^3.1.9",
  42. "@rollup/plugin-commonjs": "^22.0.0",
  43. "@rollup/plugin-node-resolve": "^13.3.0",
  44. "@rollup/plugin-replace": "^4.0.0",
  45. "@types/he": "^1.1.2",
  46. "@types/node": "^20.10.3",
  47. "chalk": "^4.1.2",
  48. "conventional-changelog-cli": "^2.2.2",
  49. "cross-spawn": "^7.0.3",
  50. "enquirer": "^2.3.6",
  51. "esbuild": "^0.19.8",
  52. "execa": "^4.1.0",
  53. "he": "^1.2.0",
  54. "jasmine-core": "^4.2.0",
  55. "jsdom": "^19.0.0",
  56. "karma": "^6.3.20",
  57. "karma-chrome-launcher": "^3.1.1",
  58. "karma-cli": "^2.0.0",
  59. "karma-esbuild": "^2.2.5",
  60. "karma-jasmine": "^5.0.1",
  61. "lint-staged": "^12.5.0",
  62. "lodash": "^4.17.21",
  63. "marked": "^4.0.16",
  64. "minimist": "^1.2.6",
  65. "postcss": "^8.4.14",
  66. "prettier": "^2.6.2",
  67. "puppeteer": "^14.3.0",
  68. "rimraf": "^3.0.2",
  69. "rollup": "^2.79.1",
  70. "rollup-plugin-typescript2": "^0.32.0",
  71. "semver": "^7.3.7",
  72. "shelljs": "^0.8.5",
  73. "terser": "^5.14.0",
  74. "todomvc-app-css": "^2.4.2",
  75. "ts-node": "^10.8.1",
  76. "tslib": "^2.4.0",
  77. "typescript": "^4.8.4",
  78. "vitest": "^1.0.4",
  79. "yorkie": "^2.0.0"
  80. },
  81. "exports": {
  82. ".": {
  83. "types": "./types/index.d.ts",
  84. "import": {
  85. "node": "./dist/vue.runtime.mjs",
  86. "default": "./dist/vue.runtime.esm.js"
  87. },
  88. "require": "./dist/vue.runtime.common.js"
  89. },
  90. "./compiler-sfc": {
  91. "types": "./compiler-sfc/index.d.ts",
  92. "import": "./compiler-sfc/index.mjs",
  93. "require": "./compiler-sfc/index.js"
  94. },
  95. "./dist/*": "./dist/*",
  96. "./types/*": [
  97. "./types/*.d.ts",
  98. "./types/*"
  99. ],
  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@8.9.2",
  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.16"
  163. }