You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
85 lines
2.5 KiB
85 lines
2.5 KiB
{
|
|
"_from": "@umijs/route-utils@^1.0.5",
|
|
"_id": "@umijs/route-utils@1.0.32",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-nqTTUwJ7pX4PygGL+58ZlJ7P41Q=",
|
|
"_location": "/@umijs/route-utils",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@umijs/route-utils@^1.0.5",
|
|
"name": "@umijs/route-utils",
|
|
"escapedName": "@umijs%2froute-utils",
|
|
"scope": "@umijs",
|
|
"rawSpec": "^1.0.5",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.5"
|
|
},
|
|
"_requiredBy": [
|
|
"/@ant-design/pro-layout",
|
|
"/@umijs/plugin-layout"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/@umijs/route-utils/download/@umijs/route-utils-1.0.32.tgz",
|
|
"_shasum": "9ea4d353027ba57e0fca018bfb9f19949ecfe354",
|
|
"_spec": "@umijs/route-utils@^1.0.5",
|
|
"_where": "/Users/zq/Desktop/hngs/node_modules/@ant-design/pro-layout",
|
|
"authors": {
|
|
"name": "chenshuai2144",
|
|
"email": "qixian.cs@outlook.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/umijs/route-utils/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@qixian.cs/path-to-regexp": "^6.1.0",
|
|
"hash.js": "^1.1.7",
|
|
"lodash.isequal": "^4.5.0",
|
|
"memoize-one": "^5.1.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Quickly process the routing of umi",
|
|
"devDependencies": {
|
|
"@types/jest": "^25.2.1",
|
|
"@types/lodash.isequal": "^4.5.5",
|
|
"@umijs/fabric": "^2.0.8",
|
|
"eslint": "^7.0.0",
|
|
"father-build": "^1.18.1",
|
|
"np": "^6.2.3",
|
|
"prettier": "^2.0.5",
|
|
"typescript": "^3.3.3",
|
|
"umi-test": "^1.9.6"
|
|
},
|
|
"files": [
|
|
"/lib",
|
|
"/es",
|
|
"/dist"
|
|
],
|
|
"homepage": "https://github.com/umijs/route-utils#readme",
|
|
"jest": {
|
|
"coverageDirectory": "./coverage/",
|
|
"collectCoverage": true
|
|
},
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"module": "es/index.js",
|
|
"name": "@umijs/route-utils",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/umijs/route-utils.git"
|
|
},
|
|
"scripts": {
|
|
"build": "father-build && tsc -d -p tsconfig.build.json",
|
|
"lint": "npm run lint-eslint",
|
|
"lint-eslint": "eslint --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src",
|
|
"lint:fix": "eslint --fix --cache --ext .js,.jsx,.ts,.tsx --format=pretty",
|
|
"prepublishOnly": "npm run test && npm run build && np --no-cleanup --yolo --no-publish --any-branch",
|
|
"test": "umi-test",
|
|
"test:coverage": "umi-test ./test --coverage",
|
|
"tsc": "tsc --noEmit"
|
|
},
|
|
"typings": "./dist/index.d.ts",
|
|
"version": "1.0.32"
|
|
}
|