package.json 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. {
  2. "_args": [
  3. [
  4. "vue@2.6.11",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "vue@2.6.11",
  9. "_id": "vue@2.6.11",
  10. "_inBundle": false,
  11. "_integrity": "sha512-VfPwgcGABbGAue9+sfrD4PuwFar7gPb1yl1UK1MwXoQPAw0BKSqWfoYCT/ThFrdEVWoI51dBuyCoiNU9bZDZxQ==",
  12. "_location": "/vue",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "vue@2.6.11",
  18. "name": "vue",
  19. "escapedName": "vue",
  20. "rawSpec": "2.6.11",
  21. "saveSpec": null,
  22. "fetchSpec": "2.6.11"
  23. },
  24. "_requiredBy": [
  25. "/",
  26. "/iview-area",
  27. "/tree-table-vue",
  28. "/vue-happy-scroll"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/vue/-/vue-2.6.11.tgz",
  31. "_spec": "2.6.11",
  32. "_where": "E:\\item\\newItem\\admin",
  33. "author": {
  34. "name": "Evan You"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/vuejs/vue/issues"
  38. },
  39. "config": {
  40. "commitizen": {
  41. "path": "./node_modules/cz-conventional-changelog"
  42. }
  43. },
  44. "description": "Reactive, component-oriented view layer for modern web interfaces.",
  45. "devDependencies": {
  46. "@babel/core": "^7.0.0",
  47. "@babel/plugin-proposal-class-properties": "^7.1.0",
  48. "@babel/plugin-syntax-dynamic-import": "^7.0.0",
  49. "@babel/plugin-syntax-jsx": "^7.0.0",
  50. "@babel/plugin-transform-flow-strip-types": "^7.0.0",
  51. "@babel/preset-env": "^7.0.0",
  52. "@babel/register": "^7.0.0",
  53. "@types/node": "^12.12.0",
  54. "@types/webpack": "^4.4.22",
  55. "acorn": "^5.2.1",
  56. "babel-eslint": "^10.0.1",
  57. "babel-helper-vue-jsx-merge-props": "^2.0.3",
  58. "babel-loader": "^8.0.4",
  59. "babel-plugin-istanbul": "^5.1.0",
  60. "babel-plugin-transform-vue-jsx": "^4.0.1",
  61. "babel-preset-flow-vue": "^1.0.0",
  62. "buble": "^0.19.3",
  63. "chalk": "^2.3.0",
  64. "chromedriver": "^2.45.0",
  65. "codecov": "^3.0.0",
  66. "commitizen": "^2.9.6",
  67. "conventional-changelog": "^1.1.3",
  68. "cross-spawn": "^6.0.5",
  69. "cz-conventional-changelog": "^2.0.0",
  70. "de-indent": "^1.0.2",
  71. "es6-promise": "^4.1.0",
  72. "escodegen": "^1.8.1",
  73. "eslint": "^5.7.0",
  74. "eslint-plugin-flowtype": "^2.34.0",
  75. "eslint-plugin-jasmine": "^2.8.4",
  76. "file-loader": "^3.0.1",
  77. "flow-bin": "^0.61.0",
  78. "hash-sum": "^1.0.2",
  79. "he": "^1.1.1",
  80. "http-server": "^0.11.1",
  81. "jasmine": "^2.99.0",
  82. "jasmine-core": "^2.99.0",
  83. "karma": "^3.1.1",
  84. "karma-chrome-launcher": "^2.1.1",
  85. "karma-coverage": "^1.1.1",
  86. "karma-firefox-launcher": "^1.0.1",
  87. "karma-jasmine": "^1.1.0",
  88. "karma-mocha-reporter": "^2.2.3",
  89. "karma-phantomjs-launcher": "^1.0.4",
  90. "karma-safari-launcher": "^1.0.0",
  91. "karma-sauce-launcher": "^2.0.2",
  92. "karma-sourcemap-loader": "^0.3.7",
  93. "karma-webpack": "^4.0.0-rc.2",
  94. "lint-staged": "^8.0.0",
  95. "lodash": "^4.17.4",
  96. "lodash.template": "^4.4.0",
  97. "lodash.uniq": "^4.5.0",
  98. "lru-cache": "^5.1.1",
  99. "nightwatch": "^0.9.16",
  100. "nightwatch-helpers": "^1.2.0",
  101. "phantomjs-prebuilt": "^2.1.14",
  102. "puppeteer": "^1.11.0",
  103. "resolve": "^1.3.3",
  104. "rollup": "^1.0.0",
  105. "rollup-plugin-alias": "^1.3.1",
  106. "rollup-plugin-buble": "^0.19.6",
  107. "rollup-plugin-commonjs": "^9.2.0",
  108. "rollup-plugin-flow-no-whitespace": "^1.0.0",
  109. "rollup-plugin-node-resolve": "^4.0.0",
  110. "rollup-plugin-replace": "^2.0.0",
  111. "selenium-server": "^2.53.1",
  112. "serialize-javascript": "^2.1.2",
  113. "shelljs": "^0.8.1",
  114. "terser": "^3.10.2",
  115. "typescript": "^3.6.4",
  116. "webpack": "~4.28.4",
  117. "weex-js-runtime": "^0.23.6",
  118. "weex-styler": "^0.3.0",
  119. "yorkie": "^2.0.0"
  120. },
  121. "files": [
  122. "src",
  123. "dist/*.js",
  124. "types/*.d.ts"
  125. ],
  126. "gitHooks": {
  127. "pre-commit": "lint-staged",
  128. "commit-msg": "node scripts/verify-commit-msg.js"
  129. },
  130. "homepage": "https://github.com/vuejs/vue#readme",
  131. "jsdelivr": "dist/vue.js",
  132. "keywords": [
  133. "vue"
  134. ],
  135. "license": "MIT",
  136. "lint-staged": {
  137. "*.js": [
  138. "eslint --fix",
  139. "git add"
  140. ]
  141. },
  142. "main": "dist/vue.runtime.common.js",
  143. "module": "dist/vue.runtime.esm.js",
  144. "name": "vue",
  145. "repository": {
  146. "type": "git",
  147. "url": "git+https://github.com/vuejs/vue.git"
  148. },
  149. "scripts": {
  150. "bench:ssr": "npm run build:ssr && node benchmarks/ssr/renderToString.js && node benchmarks/ssr/renderToStream.js",
  151. "build": "node scripts/build.js",
  152. "build:ssr": "npm run build -- web-runtime-cjs,web-server-renderer",
  153. "build:weex": "npm run build -- weex",
  154. "commit": "git-cz",
  155. "dev": "rollup -w -c scripts/config.js --environment TARGET:web-full-dev",
  156. "dev:cjs": "rollup -w -c scripts/config.js --environment TARGET:web-runtime-cjs-dev",
  157. "dev:compiler": "rollup -w -c scripts/config.js --environment TARGET:web-compiler ",
  158. "dev:esm": "rollup -w -c scripts/config.js --environment TARGET:web-runtime-esm",
  159. "dev:ssr": "rollup -w -c scripts/config.js --environment TARGET:web-server-renderer",
  160. "dev:test": "karma start test/unit/karma.dev.config.js",
  161. "dev:weex": "rollup -w -c scripts/config.js --environment TARGET:weex-framework",
  162. "dev:weex:compiler": "rollup -w -c scripts/config.js --environment TARGET:weex-compiler ",
  163. "dev:weex:factory": "rollup -w -c scripts/config.js --environment TARGET:weex-factory",
  164. "flow": "flow check",
  165. "lint": "eslint src scripts test",
  166. "release": "bash scripts/release.sh",
  167. "release:note": "node scripts/gen-release-note.js",
  168. "release:weex": "bash scripts/release-weex.sh",
  169. "sauce": "karma start test/unit/karma.sauce.config.js",
  170. "test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr && npm run test:weex",
  171. "test:cover": "karma start test/unit/karma.cover.config.js",
  172. "test:e2e": "npm run build -- web-full-prod,web-server-basic-renderer && node test/e2e/runner.js",
  173. "test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2",
  174. "test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.js",
  175. "test:types": "tsc -p ./types/test/tsconfig.json",
  176. "test:unit": "karma start test/unit/karma.unit.config.js",
  177. "test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.js"
  178. },
  179. "sideEffects": false,
  180. "typings": "types/index.d.ts",
  181. "unpkg": "dist/vue.js",
  182. "version": "2.6.11"
  183. }