package.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. {
  2. "_args": [
  3. [
  4. "vue-router@3.0.7",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_from": "vue-router@3.0.7",
  9. "_id": "vue-router@3.0.7",
  10. "_inBundle": false,
  11. "_integrity": "sha512-utJ+QR3YlIC/6x6xq17UMXeAfxEvXA0VKD3PiSio7hBOZNusA1jXcbxZxVEfJunLp48oonjTepY8ORoIlRx/EQ==",
  12. "_location": "/vue-router",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "vue-router@3.0.7",
  18. "name": "vue-router",
  19. "escapedName": "vue-router",
  20. "rawSpec": "3.0.7",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.7"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.0.7.tgz",
  28. "_spec": "3.0.7",
  29. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  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": "^74.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-vue-libs": "^2.1.0",
  56. "express": "^4.17.1",
  57. "express-urlrewrite": "^1.2.0",
  58. "flow-bin": "^0.66.0",
  59. "geckodriver": "^1.16.2",
  60. "jasmine": "2.8.0",
  61. "lint-staged": "^8.2.0",
  62. "nightwatch": "^1.1.13",
  63. "nightwatch-helpers": "^1.0.0",
  64. "path-to-regexp": "^1.7.0",
  65. "rollup": "^0.56.4",
  66. "rollup-plugin-buble": "^0.19.8",
  67. "rollup-plugin-commonjs": "^9.0.0",
  68. "rollup-plugin-flow-no-whitespace": "^1.0.0",
  69. "rollup-plugin-node-resolve": "^3.0.3",
  70. "rollup-plugin-replace": "^2.0.0",
  71. "rollup-watch": "^4.0.0",
  72. "selenium-server": "^3.141.59",
  73. "terser": "^4.0.2",
  74. "typescript": "^3.5.2",
  75. "vue": "^2.5.16",
  76. "vue-loader": "^15.2.1",
  77. "vue-template-compiler": "^2.5.16",
  78. "vuepress": "^0.14.11",
  79. "vuepress-theme-vue": "^1.1.0",
  80. "webpack": "^4.35.2",
  81. "webpack-dev-middleware": "^3.7.0",
  82. "yorkie": "^2.0.0"
  83. },
  84. "files": [
  85. "src/*.js",
  86. "dist/*.js",
  87. "types/*.d.ts"
  88. ],
  89. "gitHooks": {
  90. "pre-commit": "lint-staged",
  91. "commit-msg": "node scripts/verifyCommitMsg.js"
  92. },
  93. "homepage": "https://github.com/vuejs/vue-router#readme",
  94. "jsdelivr": "dist/vue-router.js",
  95. "keywords": [
  96. "vue",
  97. "router",
  98. "routing"
  99. ],
  100. "license": "MIT",
  101. "lint-staged": {
  102. "*.{js,vue}": [
  103. "eslint --fix",
  104. "git add"
  105. ]
  106. },
  107. "main": "dist/vue-router.common.js",
  108. "module": "dist/vue-router.esm.js",
  109. "name": "vue-router",
  110. "repository": {
  111. "type": "git",
  112. "url": "git+https://github.com/vuejs/vue-router.git"
  113. },
  114. "scripts": {
  115. "build": "node build/build.js",
  116. "changelog": "conventional-changelog -p angular -r 1 -i CHANGELOG.md -s",
  117. "dev": "node examples/server.js",
  118. "dev:dist": "rollup -wm -c build/rollup.dev.config.js",
  119. "docs": "vuepress dev docs",
  120. "docs:build": "vuepress build docs",
  121. "flow": "flow check",
  122. "lint": "eslint src test examples",
  123. "release": "bash scripts/release.sh",
  124. "test": "npm run lint && npm run flow && npm run test:unit && npm run test:e2e && npm run test:types",
  125. "test:e2e": "node test/e2e/runner.js",
  126. "test:e2e:ci": "node test/e2e/runner.js --local -e ie,android44 -c test/e2e/nightwatch.browserstack.js test/e2e/specs/active-links.js",
  127. "test:e2e:ff": "node test/e2e/runner.js -e firefox -c test/e2e/nightwatch.config.js",
  128. "test:e2e:ie9": "node test/e2e/runner.js --local -e ie9 -c test/e2e/nightwatch.browserstack.js --skiptags history,ie9-fail",
  129. "test:types": "tsc -p types/test",
  130. "test:unit": "jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json"
  131. },
  132. "sideEffects": false,
  133. "typings": "types/index.d.ts",
  134. "unpkg": "dist/vue-router.js",
  135. "version": "3.0.7"
  136. }