{
  "_from": "uni-simple-router",
  "_id": "uni-simple-router@2.0.6",
  "_inBundle": false,
  "_integrity": "sha1-9tSNbSl2bEskcbsBkZKYnnhPtoQ=",
  "_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.nlark.com/uni-simple-router/download/uni-simple-router-2.0.6.tgz",
  "_shasum": "f6d48d6d29766c4b2471bb019192989e784fb684",
  "_spec": "uni-simple-router",
  "_where": "/Volumes/Transcend/WorkSpace/uniApp/Wxm",
  "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"
}
