package.json 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. {
  2. "_args": [
  3. [
  4. "vue-router@3.6.5",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_from": "vue-router@3.6.5",
  9. "_id": "vue-router@3.6.5",
  10. "_inBundle": false,
  11. "_integrity": "sha512-VYXZQLtjuvKxxcshuRAwjHnciqZVoXAjTjcqBTz4rKc8qih9g9pI3hbDjmqXaHdgL3v8pV6P8Z335XvHzESxLQ==",
  12. "_location": "/vue-router",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "vue-router@3.6.5",
  18. "name": "vue-router",
  19. "escapedName": "vue-router",
  20. "rawSpec": "3.6.5",
  21. "saveSpec": null,
  22. "fetchSpec": "3.6.5"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/vue-router/-/vue-router-3.6.5.tgz",
  28. "_spec": "3.6.5",
  29. "_where": "/Users/mac/projects/mime/mine",
  30. "author": {
  31. "name": "Evan You"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/vuejs/vue-router/issues"
  35. },
  36. "description": "Official router for Vue.js 2",
  37. "devDependencies": {
  38. "@rollup/plugin-commonjs": "^17.0.0",
  39. "@rollup/plugin-node-resolve": "^11.0.0",
  40. "@vuepress/plugin-pwa": "^1.5.3",
  41. "@vuepress/theme-vue": "^1.5.3",
  42. "axios": "^0.21.1",
  43. "babel-core": "^6.24.1",
  44. "babel-eslint": "^10.0.2",
  45. "babel-loader": "^7.1.3",
  46. "babel-plugin-syntax-dynamic-import": "^6.18.0",
  47. "babel-preset-env": "^1.6.1",
  48. "babel-preset-flow-vue": "^1.0.0",
  49. "browserstack-local": "^1.4.8",
  50. "buble": "^0.19.8",
  51. "chromedriver": "^96.0.0",
  52. "conventional-changelog-cli": "^2.0.11",
  53. "cross-spawn": "^7.0.3",
  54. "css-loader": "^2.1.1",
  55. "dotenv": "^8.2.0",
  56. "es6-promise": "^4.2.8",
  57. "eslint": "^4.19.1",
  58. "eslint-plugin-flowtype": "^2.46.1",
  59. "eslint-plugin-jasmine": "^2.10.1",
  60. "eslint-plugin-vue-libs": "^2.1.0",
  61. "express": "^4.17.1",
  62. "express-urlrewrite": "^1.2.0",
  63. "flow-bin": "^0.66.0",
  64. "geckodriver": "^1.20.0",
  65. "jasmine": "2.8.0",
  66. "lint-staged": "^8.2.0",
  67. "nightwatch": "^1.3.6",
  68. "nightwatch-helpers": "^1.0.0",
  69. "path-to-regexp": "^1.8.0",
  70. "rollup": "^2.34.1",
  71. "rollup-plugin-buble": "^0.19.8",
  72. "rollup-plugin-flow-no-whitespace": "^1.0.0",
  73. "rollup-plugin-replace": "^2.0.0",
  74. "rollup-watch": "^4.0.0",
  75. "selenium-server": "^3.141.59",
  76. "terser": "^4.2.0",
  77. "typescript": "^4.7.0",
  78. "vue": "^2.7.0",
  79. "vue-loader": "^15.9.3",
  80. "vue-server-renderer": "^2.7.0",
  81. "vue-template-compiler": "^2.7.0",
  82. "vuepress": "^1.5.3",
  83. "vuepress-theme-vue": "^1.1.1",
  84. "webpack": "^4.35.2",
  85. "webpack-dev-middleware": "^3.7.0",
  86. "yorkie": "^2.0.0"
  87. },
  88. "exports": {
  89. ".": {
  90. "import": {
  91. "node": "./dist/vue-router.mjs",
  92. "default": "./dist/vue-router.esm.js"
  93. },
  94. "require": "./dist/vue-router.common.js",
  95. "types": "./types/index.d.ts"
  96. },
  97. "./composables": {
  98. "import": "./composables.mjs",
  99. "require": "./composables.js",
  100. "types": "./composables.d.ts"
  101. },
  102. "./dist/*": "./dist/*",
  103. "./types/*": "./types/*",
  104. "./package.json": "./package.json"
  105. },
  106. "files": [
  107. "src",
  108. "dist/*.js",
  109. "dist/*.mjs",
  110. "types/*.d.ts",
  111. "composables.mjs",
  112. "composables.js",
  113. "composables.d.ts",
  114. "vetur/tags.json",
  115. "vetur/attributes.json"
  116. ],
  117. "gitHooks": {
  118. "pre-commit": "lint-staged",
  119. "commit-msg": "node scripts/verifyCommitMsg.js"
  120. },
  121. "homepage": "https://github.com/vuejs/vue-router#readme",
  122. "jsdelivr": "dist/vue-router.js",
  123. "keywords": [
  124. "vue",
  125. "router",
  126. "routing"
  127. ],
  128. "license": "MIT",
  129. "lint-staged": {
  130. "*.{js,vue}": [
  131. "eslint --fix",
  132. "git add"
  133. ]
  134. },
  135. "main": "dist/vue-router.common.js",
  136. "module": "dist/vue-router.esm.js",
  137. "name": "vue-router",
  138. "repository": {
  139. "type": "git",
  140. "url": "git+https://github.com/vuejs/vue-router.git"
  141. },
  142. "scripts": {
  143. "build": "node build/build.js",
  144. "changelog": "conventional-changelog -p angular -r 2 -i CHANGELOG.md -s",
  145. "commit": "git-cz",
  146. "dev": "node examples/server.js",
  147. "dev:dist": "rollup -wm -c build/rollup.dev.config.js",
  148. "docs": "vuepress dev docs",
  149. "docs:build": "vuepress build docs",
  150. "flow": "flow check",
  151. "lint": "eslint src examples test",
  152. "release": "bash scripts/release.sh",
  153. "test": "npm run lint && npm run flow && npm run test:unit && npm run test:e2e && npm run test:types",
  154. "test:e2e": "node test/e2e/runner.js",
  155. "test:e2e:ci": "node test/e2e/runner.js --local -e ie,android44 -c test/e2e/nightwatch.browserstack.js test/e2e/specs/active-links.js",
  156. "test:e2e:ff": "node test/e2e/runner.js -e firefox -c test/e2e/nightwatch.config.js",
  157. "test:e2e:ie9": "node test/e2e/runner.js --local -e ie9 -c test/e2e/nightwatch.browserstack.js --skiptags history,ie9-fail",
  158. "test:types": "tsc -p types/test",
  159. "test:unit": "jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json"
  160. },
  161. "sideEffects": false,
  162. "typings": "types/index.d.ts",
  163. "unpkg": "dist/vue-router.js",
  164. "version": "3.6.5",
  165. "vetur": {
  166. "tags": "vetur/tags.json",
  167. "attributes": "vetur/attributes.json"
  168. }
  169. }