package.json 6.2 KB

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