111 lines
3.5 KiB
JSON
111 lines
3.5 KiB
JSON
|
{
|
||
|
"_from": "vue-router@3.0.1",
|
||
|
"_id": "vue-router@3.0.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-vLLoY452L+JBpALMP5UHum9+7nzR9PeIBCghU9ZtJ1eWm6ieUI8Zb/DI3MYxH32bxkjzYV1LRjNv4qr8d+uX/w==",
|
||
|
"_location": "/vue-router",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "vue-router@3.0.1",
|
||
|
"name": "vue-router",
|
||
|
"escapedName": "vue-router",
|
||
|
"rawSpec": "3.0.1",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "3.0.1"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmmirror.com/vue-router/-/vue-router-3.0.1.tgz",
|
||
|
"_shasum": "d9b05ad9c7420ba0f626d6500d693e60092cc1e9",
|
||
|
"_spec": "vue-router@3.0.1",
|
||
|
"_where": "D:\\wxfiles\\WeChat Files\\wxid_nwzh0d8ul35q22\\FileStorage\\File\\2025-04\\安装教程\\安装教程\\2、其他安装方法【手动安装】\\1、手动安装方法\\前端调试代码\\W72crm_web-master",
|
||
|
"author": {
|
||
|
"name": "Evan You"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/vuejs/vue-router/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"deprecated": false,
|
||
|
"description": "Official router for Vue.js 2",
|
||
|
"devDependencies": {
|
||
|
"babel-core": "^6.24.1",
|
||
|
"babel-eslint": "^8.0.1",
|
||
|
"babel-loader": "^7.0.0",
|
||
|
"babel-plugin-syntax-dynamic-import": "^6.18.0",
|
||
|
"babel-preset-es2015": "^6.24.1",
|
||
|
"babel-preset-flow-vue": "^1.0.0",
|
||
|
"buble": "^0.16.0",
|
||
|
"chromedriver": "^2.33.1",
|
||
|
"cross-spawn": "^5.0.1",
|
||
|
"css-loader": "^0.28.0",
|
||
|
"es6-promise": "^4.0.5",
|
||
|
"eslint": "^3.19.0",
|
||
|
"eslint-plugin-flowtype": "^2.34.0",
|
||
|
"eslint-plugin-vue-libs": "^1.2.0",
|
||
|
"express": "^4.16.2",
|
||
|
"express-urlrewrite": "^1.2.0",
|
||
|
"flow-bin": "^0.56.0",
|
||
|
"gitbook-plugin-edit-link": "^2.0.2",
|
||
|
"gitbook-plugin-github": "^3.0.0",
|
||
|
"gitbook-plugin-theme-vuejs": "^1.1.0",
|
||
|
"jasmine": "2.8.0",
|
||
|
"nightwatch": "^0.9.5",
|
||
|
"nightwatch-helpers": "^1.0.0",
|
||
|
"path-to-regexp": "^1.7.0",
|
||
|
"phantomjs-prebuilt": "^2.1.14",
|
||
|
"rollup": "^0.50.0",
|
||
|
"rollup-plugin-buble": "^0.16.0",
|
||
|
"rollup-plugin-commonjs": "^8.2.1",
|
||
|
"rollup-plugin-flow-no-whitespace": "^1.0.0",
|
||
|
"rollup-plugin-node-resolve": "^3.0.0",
|
||
|
"rollup-plugin-replace": "^2.0.0",
|
||
|
"rollup-watch": "^4.0.0",
|
||
|
"selenium-server": "^2.53.1",
|
||
|
"typescript": "^2.5.3",
|
||
|
"uglify-js": "^3.1.3",
|
||
|
"vue": "^2.5.0",
|
||
|
"vue-loader": "^13.3.0",
|
||
|
"vue-template-compiler": "^2.5.0",
|
||
|
"webpack": "^3.7.1",
|
||
|
"webpack-dev-middleware": "^1.9.0"
|
||
|
},
|
||
|
"files": [
|
||
|
"dist/*.js",
|
||
|
"types/*.d.ts"
|
||
|
],
|
||
|
"homepage": "https://github.com/vuejs/vue-router#readme",
|
||
|
"keywords": [
|
||
|
"vue",
|
||
|
"router",
|
||
|
"routing"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "dist/vue-router.common.js",
|
||
|
"module": "dist/vue-router.esm.js",
|
||
|
"name": "vue-router",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/vuejs/vue-router.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "node build/build.js",
|
||
|
"dev": "node examples/server.js",
|
||
|
"dev:dist": "rollup -wm -c build/rollup.dev.config.js",
|
||
|
"docs": "cd docs && gitbook install && gitbook serve",
|
||
|
"docs:deploy": "bash ./build/update-docs.sh",
|
||
|
"lint": "eslint src examples",
|
||
|
"release": "bash build/release.sh",
|
||
|
"test": "npm run lint && flow check && npm run test:unit && npm run test:e2e && npm run test:types",
|
||
|
"test:e2e": "node test/e2e/runner.js",
|
||
|
"test:types": "tsc -p types/test",
|
||
|
"test:unit": "jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json"
|
||
|
},
|
||
|
"typings": "types/index.d.ts",
|
||
|
"unpkg": "dist/vue-router.js",
|
||
|
"version": "3.0.1"
|
||
|
}
|