1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
| {
| "_from": "path-to-regexp@2.4.0",
| "_id": "path-to-regexp@2.4.0",
| "_inBundle": false,
| "_integrity": "sha512-G6zHoVqC6GGTQkZwF4lkuEyMbVOjoBKAEybQUypI1WTkqinCOrq2x6U2+phkJ1XsEMTy4LjtwPI7HW+NVrRR2w==",
| "_location": "/path-to-regexp",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "path-to-regexp@2.4.0",
| "name": "path-to-regexp",
| "escapedName": "path-to-regexp",
| "rawSpec": "2.4.0",
| "saveSpec": null,
| "fetchSpec": "2.4.0"
| },
| "_requiredBy": [
| "/"
| ],
| "_resolved": "https://registry.npmmirror.com/path-to-regexp/-/path-to-regexp-2.4.0.tgz",
| "_shasum": "35ce7f333d5616f1c1e1bfe266c3aba2e5b2e704",
| "_spec": "path-to-regexp@2.4.0",
| "_where": "D:\\源码\\vue-element-admin-master",
| "bugs": {
| "url": "https://github.com/pillarjs/path-to-regexp/issues"
| },
| "bundleDependencies": false,
| "component": {
| "scripts": {
| "path-to-regexp": "index.js"
| }
| },
| "deprecated": false,
| "description": "Express style path to RegExp utility",
| "devDependencies": {
| "@types/chai": "^4.0.4",
| "@types/mocha": "^5.2.5",
| "@types/node": "^10.7.1",
| "chai": "^4.1.1",
| "istanbul": "^0.4.5",
| "mocha": "^5.2.0",
| "standard": "^11.0.1",
| "ts-node": "^7.0.1",
| "typescript": "^3.0.1"
| },
| "files": [
| "index.js",
| "index.d.ts",
| "LICENSE"
| ],
| "homepage": "https://github.com/pillarjs/path-to-regexp#readme",
| "keywords": [
| "express",
| "regexp",
| "route",
| "routing"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "path-to-regexp",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/pillarjs/path-to-regexp.git"
| },
| "scripts": {
| "lint": "standard",
| "test": "npm run lint && npm run test-cov",
| "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require ts-node/register -R spec test.ts",
| "test-spec": "mocha --require ts-node/register -R spec --bail test.ts"
| },
| "typings": "index.d.ts",
| "version": "2.4.0"
| }
|
|