package.json 6.1 KB

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