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 3.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "_from": "vue-router@3.0.6",
  3. "_id": "vue-router@3.0.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Ox0ciFLswtSGRTHYhGvx2L44sVbTPNS+uD2kRISuo8B39Y79rOo0Kw0hzupTmiVtftQYCZl87mwldhh2L9Aquw==",
  6. "_location": "/vue-router",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "vue-router@3.0.6",
  12. "name": "vue-router",
  13. "escapedName": "vue-router",
  14. "rawSpec": "3.0.6",
  15. "saveSpec": null,
  16. "fetchSpec": "3.0.6"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.0.6.tgz",
  23. "_shasum": "2e4f0f9cbb0b96d0205ab2690cfe588935136ac3",
  24. "_spec": "vue-router@3.0.6",
  25. "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om",
  26. "author": {
  27. "name": "Evan You"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/vuejs/vue-router/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Official router for Vue.js 2",
  35. "devDependencies": {
  36. "babel-core": "^6.24.1",
  37. "babel-eslint": "^10.0.1",
  38. "babel-loader": "^7.1.3",
  39. "babel-plugin-syntax-dynamic-import": "^6.18.0",
  40. "babel-preset-env": "^1.6.1",
  41. "babel-preset-flow-vue": "^1.0.0",
  42. "buble": "^0.19.3",
  43. "chromedriver": "^2.35.0",
  44. "conventional-changelog-cli": "^2.0.11",
  45. "cross-spawn": "^5.0.1",
  46. "css-loader": "^0.28.10",
  47. "es6-promise": "^4.2.4",
  48. "eslint": "^4.19.1",
  49. "eslint-plugin-flowtype": "^2.46.1",
  50. "eslint-plugin-vue-libs": "^2.1.0",
  51. "express": "^4.16.2",
  52. "express-urlrewrite": "^1.2.0",
  53. "flow-bin": "^0.66.0",
  54. "jasmine": "2.8.0",
  55. "lint-staged": "^8.1.0",
  56. "nightwatch": "^0.9.20",
  57. "nightwatch-helpers": "^1.0.0",
  58. "path-to-regexp": "^1.7.0",
  59. "phantomjs-prebuilt": "^2.1.16",
  60. "rollup": "^0.56.4",
  61. "rollup-plugin-buble": "^0.19.2",
  62. "rollup-plugin-commonjs": "^9.0.0",
  63. "rollup-plugin-flow-no-whitespace": "^1.0.0",
  64. "rollup-plugin-node-resolve": "^3.0.3",
  65. "rollup-plugin-replace": "^2.0.0",
  66. "rollup-watch": "^4.0.0",
  67. "selenium-server": "^2.53.1",
  68. "terser": "^3.17.0",
  69. "typescript": "^3.3.1",
  70. "vue": "^2.5.16",
  71. "vue-loader": "^15.2.1",
  72. "vue-template-compiler": "^2.5.16",
  73. "vuepress": "^0.14.1",
  74. "vuepress-theme-vue": "^1.1.0",
  75. "webpack": "^4.9.0",
  76. "webpack-dev-middleware": "^3.1.3",
  77. "yorkie": "^2.0.0"
  78. },
  79. "files": [
  80. "src/*.js",
  81. "dist/*.js",
  82. "types/*.d.ts"
  83. ],
  84. "gitHooks": {
  85. "pre-commit": "lint-staged",
  86. "commit-msg": "node scripts/verifyCommitMsg.js"
  87. },
  88. "homepage": "https://github.com/vuejs/vue-router#readme",
  89. "jsdelivr": "dist/vue-router.js",
  90. "keywords": [
  91. "vue",
  92. "router",
  93. "routing"
  94. ],
  95. "license": "MIT",
  96. "lint-staged": {
  97. "*.{js,vue}": [
  98. "eslint --fix",
  99. "git add"
  100. ]
  101. },
  102. "main": "dist/vue-router.common.js",
  103. "module": "dist/vue-router.esm.js",
  104. "name": "vue-router",
  105. "repository": {
  106. "type": "git",
  107. "url": "git+https://github.com/vuejs/vue-router.git"
  108. },
  109. "scripts": {
  110. "build": "node build/build.js",
  111. "changelog": "conventional-changelog -p angular -r 1 -i CHANGELOG.md -s",
  112. "dev": "node examples/server.js",
  113. "dev:dist": "rollup -wm -c build/rollup.dev.config.js",
  114. "docs": "vuepress dev docs",
  115. "docs:build": "vuepress build docs",
  116. "flow": "flow check",
  117. "lint": "eslint src test examples",
  118. "release": "bash scripts/release.sh",
  119. "test": "npm run lint && npm run flow && npm run test:unit && npm run test:e2e && npm run test:types",
  120. "test:e2e": "node test/e2e/runner.js",
  121. "test:types": "tsc -p types/test",
  122. "test:unit": "jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json"
  123. },
  124. "sideEffects": false,
  125. "typings": "types/index.d.ts",
  126. "unpkg": "dist/vue-router.js",
  127. "version": "3.0.6"
  128. }