Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 6.2KB

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