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.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. {
  2. "_from": "vue",
  3. "_id": "vue@2.5.17",
  4. "_inBundle": false,
  5. "_integrity": "sha512-mFbcWoDIJi0w0Za4emyLiW72Jae0yjANHbCVquMKijcavBGypqlF7zHRgMa5k4sesdv7hv2rB4JPdZfR+TPfhQ==",
  6. "_location": "/vue",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "vue",
  12. "name": "vue",
  13. "escapedName": "vue",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/vue/-/vue-2.5.17.tgz",
  23. "_shasum": "0f8789ad718be68ca1872629832ed533589c6ada",
  24. "_spec": "vue",
  25. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/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. "@types/node": "^8.0.33",
  42. "@types/webpack": "^3.0.13",
  43. "acorn": "^5.2.1",
  44. "babel-core": "^6.25.0",
  45. "babel-eslint": "^8.0.3",
  46. "babel-helper-vue-jsx-merge-props": "^2.0.2",
  47. "babel-loader": "^7.0.0",
  48. "babel-plugin-istanbul": "^4.1.4",
  49. "babel-plugin-syntax-dynamic-import": "^6.18.0",
  50. "babel-plugin-syntax-jsx": "^6.18.0",
  51. "babel-plugin-transform-vue-jsx": "^3.4.3",
  52. "babel-preset-es2015": "^6.24.1",
  53. "babel-preset-flow-vue": "^1.0.0",
  54. "buble": "^0.19.3",
  55. "chalk": "^2.3.0",
  56. "chromedriver": "^2.30.1",
  57. "codecov": "^3.0.0",
  58. "commitizen": "^2.9.6",
  59. "conventional-changelog": "^1.1.3",
  60. "cross-spawn": "^5.1.0",
  61. "cz-conventional-changelog": "^2.0.0",
  62. "de-indent": "^1.0.2",
  63. "es6-promise": "^4.1.0",
  64. "escodegen": "^1.8.1",
  65. "eslint": "^4.13.1",
  66. "eslint-loader": "^1.7.1",
  67. "eslint-plugin-flowtype": "^2.34.0",
  68. "eslint-plugin-jasmine": "^2.8.4",
  69. "eslint-plugin-vue-libs": "^2.0.1",
  70. "file-loader": "^1.1.5",
  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": "^2.0.0",
  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": "^1.1.0",
  86. "karma-sourcemap-loader": "^0.3.7",
  87. "karma-webpack": "^2.0.3",
  88. "lint-staged": "^7.0.0",
  89. "lodash": "^4.17.4",
  90. "lodash.template": "^4.4.0",
  91. "lodash.uniq": "^4.5.0",
  92. "lru-cache": "^4.1.1",
  93. "nightwatch": "^0.9.16",
  94. "nightwatch-helpers": "^1.2.0",
  95. "phantomjs-prebuilt": "^2.1.14",
  96. "resolve": "^1.3.3",
  97. "rollup": "^0.54.1",
  98. "rollup-plugin-alias": "^1.3.1",
  99. "rollup-plugin-babel": "^3.0.2",
  100. "rollup-plugin-buble": "^0.19.2",
  101. "rollup-plugin-commonjs": "^8.0.0",
  102. "rollup-plugin-flow-no-whitespace": "^1.0.0",
  103. "rollup-plugin-node-resolve": "^3.0.0",
  104. "rollup-plugin-replace": "^2.0.0",
  105. "rollup-watch": "^4.0.0",
  106. "selenium-server": "^2.53.1",
  107. "serialize-javascript": "^1.3.0",
  108. "shelljs": "^0.8.1",
  109. "typescript": "^2.7.1",
  110. "uglify-js": "^3.0.15",
  111. "webpack": "^3.11.0",
  112. "weex-js-runtime": "^0.23.6",
  113. "weex-styler": "^0.3.0",
  114. "yorkie": "^1.0.1"
  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",
  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 --fix 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.json",
  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.json"
  173. },
  174. "typings": "types/index.d.ts",
  175. "unpkg": "dist/vue.js",
  176. "version": "2.5.17"
  177. }