[配置]配置router
This commit is contained in:
94
node_modules/uni-simple-router/package.json
generated
vendored
94
node_modules/uni-simple-router/package.json
generated
vendored
@@ -1,33 +1,61 @@
|
||||
{
|
||||
"name": "uni-simple-router",
|
||||
"version": "2.0.6",
|
||||
"description": "> 一个更为简洁的[Vue-router](https://router.vuejs.org/zh/),专为 [uni-app](https://uniapp.dcloud.io/) 量身打造",
|
||||
"main": "dist/uni-simple-router.js",
|
||||
"types": "dist/uni-simple-router.d.ts",
|
||||
"scripts": {
|
||||
"dev": "webpack --watch --progress --config webpack/webpack.dev.js",
|
||||
"build": "webpack --progress --config webpack/webpack.prod.js",
|
||||
"build:dts": "api-extractor run --local --verbose",
|
||||
"lint": "eslint --ext .js,.ts src",
|
||||
"lintFix": "eslint --ext .js,.ts src --fix",
|
||||
"test": "jest test/path-to-regexp.spec.ts",
|
||||
"publish": "node ./publish/index.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/SilurianYang/uni-simple-router.git"
|
||||
},
|
||||
"keywords": [
|
||||
"router",
|
||||
"uni-app-router",
|
||||
"interceptor",
|
||||
"uni-app",
|
||||
"uniapp"
|
||||
],
|
||||
"author": "hhyang",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/SilurianYang/uni-simple-router/issues"
|
||||
},
|
||||
"homepage": "https://github.com/SilurianYang/uni-simple-router#readme"
|
||||
}
|
||||
{
|
||||
"_from": "uni-simple-router@^2.0.6",
|
||||
"_id": "uni-simple-router@2.0.6",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-n5gepoT3QcBrvVLeTCY/DjUjC4m1hNzwFlOa1VlCsww/4/34MGfvegpN9OWR8jOxxtUPKGHLAG0yODL/ITCwbw==",
|
||||
"_location": "/uni-simple-router",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "uni-simple-router@^2.0.6",
|
||||
"name": "uni-simple-router",
|
||||
"escapedName": "uni-simple-router",
|
||||
"rawSpec": "^2.0.6",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.0.6"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#USER",
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/uni-simple-router/-/uni-simple-router-2.0.6.tgz",
|
||||
"_shasum": "f6d48d6d29766c4b2471bb019192989e784fb684",
|
||||
"_spec": "uni-simple-router@^2.0.6",
|
||||
"_where": "/Users/WebTmm/Desktop/barter-app",
|
||||
"author": {
|
||||
"name": "hhyang"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/SilurianYang/uni-simple-router/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "> 一个更为简洁的[Vue-router](https://router.vuejs.org/zh/),专为 [uni-app](https://uniapp.dcloud.io/) 量身打造",
|
||||
"homepage": "https://github.com/SilurianYang/uni-simple-router#readme",
|
||||
"keywords": [
|
||||
"router",
|
||||
"uni-app-router",
|
||||
"interceptor",
|
||||
"uni-app",
|
||||
"uniapp"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "dist/uni-simple-router.js",
|
||||
"name": "uni-simple-router",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/SilurianYang/uni-simple-router.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "webpack --progress --config webpack/webpack.prod.js",
|
||||
"build:dts": "api-extractor run --local --verbose",
|
||||
"dev": "webpack --watch --progress --config webpack/webpack.dev.js",
|
||||
"lint": "eslint --ext .js,.ts src",
|
||||
"lintFix": "eslint --ext .js,.ts src --fix",
|
||||
"publish": "node ./publish/index.js",
|
||||
"test": "jest test/path-to-regexp.spec.ts"
|
||||
},
|
||||
"types": "dist/uni-simple-router.d.ts",
|
||||
"version": "2.0.6"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user