新增vuex,router
This commit is contained in:
62
node_modules/uni-simple-router/package.json
generated
vendored
Normal file
62
node_modules/uni-simple-router/package.json
generated
vendored
Normal file
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"_from": "uni-simple-router@2.0.7",
|
||||
"_id": "uni-simple-router@2.0.7",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-8FKv5dw7Eoonm0gkO8udprrxzin0fNUI0+AvIphFkFRH5ZmP5ZWJ2pvnWzb2NiiqQSECTSU5VSB7HhvOSwD5eA==",
|
||||
"_location": "/uni-simple-router",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "uni-simple-router@2.0.7",
|
||||
"name": "uni-simple-router",
|
||||
"escapedName": "uni-simple-router",
|
||||
"rawSpec": "2.0.7",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.0.7"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#USER",
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/uni-simple-router/-/uni-simple-router-2.0.7.tgz",
|
||||
"_shasum": "04e0b5be6cd733a1ecb9d35a3dbe82f27f48204e",
|
||||
"_spec": "uni-simple-router@2.0.7",
|
||||
"_where": "/Users/WebTmm/Desktop/ZhHealth",
|
||||
"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": "node ./publish/build.js",
|
||||
"dev": "webpack --watch --progress --config webpack/webpack.dev.js",
|
||||
"dist": "webpack --progress --config webpack/webpack.prod.js",
|
||||
"dist:dts": "api-extractor run --local --verbose",
|
||||
"lint": "eslint --ext .js,.ts src",
|
||||
"lintFix": "eslint --ext .js,.ts src --fix",
|
||||
"publish": "node ./publish/index.js",
|
||||
"test": "jest test/query-toggle.spec.ts"
|
||||
},
|
||||
"types": "dist/uni-simple-router.d.ts",
|
||||
"version": "2.0.7"
|
||||
}
|
||||
Reference in New Issue
Block a user