package.json 4.1 KB

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