package.json 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. {
  2. "_args": [
  3. [
  4. "vue-router@3.4.6",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_from": "vue-router@3.4.6",
  9. "_id": "vue-router@3.4.6",
  10. "_inBundle": false,
  11. "_integrity": "sha512-kaXnB3pfFxhAJl/Mp+XG1HJMyFqrL/xPqV7oXlpXn4AwMmm6VNgf0nllW8ksflmZANfI4kdo0bVn/FYSsAolPQ==",
  12. "_location": "/vue-router",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "vue-router@3.4.6",
  18. "name": "vue-router",
  19. "escapedName": "vue-router",
  20. "rawSpec": "3.4.6",
  21. "saveSpec": null,
  22. "fetchSpec": "3.4.6"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.4.6.tgz",
  28. "_spec": "3.4.6",
  29. "_where": "E:\\amr1.0\\AMR",
  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. "@vuepress/plugin-pwa": "^1.5.3",
  39. "@vuepress/theme-vue": "^1.5.3",
  40. "axios": "^0.19.0",
  41. "babel-core": "^6.24.1",
  42. "babel-eslint": "^10.0.2",
  43. "babel-loader": "^7.1.3",
  44. "babel-plugin-syntax-dynamic-import": "^6.18.0",
  45. "babel-preset-env": "^1.6.1",
  46. "babel-preset-flow-vue": "^1.0.0",
  47. "browserstack-local": "^1.4.0",
  48. "buble": "^0.19.8",
  49. "chromedriver": "^83.0.0",
  50. "conventional-changelog-cli": "^2.0.11",
  51. "cross-spawn": "^6.0.5",
  52. "css-loader": "^2.1.1",
  53. "dotenv": "^8.0.0",
  54. "es6-promise": "^4.2.8",
  55. "eslint": "^4.19.1",
  56. "eslint-plugin-flowtype": "^2.46.1",
  57. "eslint-plugin-jasmine": "^2.10.1",
  58. "eslint-plugin-vue-libs": "^2.1.0",
  59. "express": "^4.17.1",
  60. "express-urlrewrite": "^1.2.0",
  61. "flow-bin": "^0.66.0",
  62. "geckodriver": "^1.19.1",
  63. "jasmine": "2.8.0",
  64. "lint-staged": "^8.2.0",
  65. "nightwatch": "^1.3.6",
  66. "nightwatch-helpers": "^1.0.0",
  67. "path-to-regexp": "^1.8.0",
  68. "rollup": "^1.20.1",
  69. "rollup-plugin-buble": "^0.19.8",
  70. "rollup-plugin-commonjs": "^10.0.2",
  71. "rollup-plugin-flow-no-whitespace": "^1.0.0",
  72. "rollup-plugin-node-resolve": "^5.2.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": "^3.5.2",
  78. "vue": "^2.6.11",
  79. "vue-loader": "^15.9.3",
  80. "vue-template-compiler": "^2.6.11",
  81. "vuepress": "^1.5.3",
  82. "vuepress-theme-vue": "^1.1.1",
  83. "webpack": "^4.35.2",
  84. "webpack-dev-middleware": "^3.7.0",
  85. "yorkie": "^2.0.0"
  86. },
  87. "files": [
  88. "src",
  89. "dist/*.js",
  90. "types/*.d.ts",
  91. "vetur/tags.json",
  92. "vetur/attributes.json"
  93. ],
  94. "gitHooks": {
  95. "pre-commit": "lint-staged",
  96. "commit-msg": "node scripts/verifyCommitMsg.js"
  97. },
  98. "homepage": "https://github.com/vuejs/vue-router#readme",
  99. "jsdelivr": "dist/vue-router.js",
  100. "keywords": [
  101. "vue",
  102. "router",
  103. "routing"
  104. ],
  105. "license": "MIT",
  106. "lint-staged": {
  107. "*.{js,vue}": [
  108. "eslint --fix",
  109. "git add"
  110. ]
  111. },
  112. "main": "dist/vue-router.common.js",
  113. "module": "dist/vue-router.esm.js",
  114. "name": "vue-router",
  115. "repository": {
  116. "type": "git",
  117. "url": "git+https://github.com/vuejs/vue-router.git"
  118. },
  119. "scripts": {
  120. "build": "node build/build.js",
  121. "changelog": "conventional-changelog -p angular -r 2 -i CHANGELOG.md -s",
  122. "dev": "node examples/server.js",
  123. "dev:dist": "rollup -wm -c build/rollup.dev.config.js",
  124. "docs": "vuepress dev docs",
  125. "docs:build": "vuepress build docs",
  126. "flow": "flow check",
  127. "lint": "eslint src examples test",
  128. "release": "bash scripts/release.sh",
  129. "test": "npm run lint && npm run flow && npm run test:unit && npm run test:e2e && npm run test:types",
  130. "test:e2e": "node test/e2e/runner.js",
  131. "test:e2e:ci": "node test/e2e/runner.js --local -e ie,android44 -c test/e2e/nightwatch.browserstack.js test/e2e/specs/active-links.js",
  132. "test:e2e:ff": "node test/e2e/runner.js -e firefox -c test/e2e/nightwatch.config.js",
  133. "test:e2e:ie9": "node test/e2e/runner.js --local -e ie9 -c test/e2e/nightwatch.browserstack.js --skiptags history,ie9-fail",
  134. "test:types": "tsc -p types/test",
  135. "test:unit": "jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json"
  136. },
  137. "sideEffects": false,
  138. "typings": "types/index.d.ts",
  139. "unpkg": "dist/vue-router.js",
  140. "version": "3.4.6",
  141. "vetur": {
  142. "tags": "vetur/tags.json",
  143. "attributes": "vetur/attributes.json"
  144. }
  145. }