63 lines
1.9 KiB
JSON
63 lines
1.9 KiB
JSON
{
|
|
"_from": "uni-simple-router",
|
|
"_id": "uni-simple-router@2.0.7",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-8FKv5dw7Eoonm0gkO8udprrxzin0fNUI0+AvIphFkFRH5ZmP5ZWJ2pvnWzb2NiiqQSECTSU5VSB7HhvOSwD5eA==",
|
|
"_location": "/uni-simple-router",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "uni-simple-router",
|
|
"name": "uni-simple-router",
|
|
"escapedName": "uni-simple-router",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/uni-simple-router/-/uni-simple-router-2.0.7.tgz",
|
|
"_shasum": "04e0b5be6cd733a1ecb9d35a3dbe82f27f48204e",
|
|
"_spec": "uni-simple-router",
|
|
"_where": "/Users/WebTmm/Desktop/BlockChainH5",
|
|
"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"
|
|
}
|