package.json
2.29 KB
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
75
76
77
78
79
80
81
82
83
84
85
86
{
"_from": "router",
"_id": "router@1.3.5",
"_inBundle": false,
"_integrity": "sha512-kozCJZUhuSJ5VcLhSb3F8fsmGXy+8HaDbKCAerR1G6tq3mnMZFMuSohbFvGv1c5oMFipijDjRZuuN/Sq5nMf3g==",
"_location": "/router",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "router",
"name": "router",
"escapedName": "router",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/router/-/router-1.3.5.tgz",
"_shasum": "cb2f47f74fd99a77fb3bc01cc947f46b79b1790f",
"_spec": "router",
"_where": "C:\\Users\\tlsgml8847\\Documents\\oss\\Project\\.My Project\\Chess",
"author": {
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
"bugs": {
"url": "https://github.com/pillarjs/router/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Blake Embrey",
"email": "hello@blakeembrey.com"
}
],
"dependencies": {
"array-flatten": "3.0.0",
"debug": "2.6.9",
"methods": "~1.1.2",
"parseurl": "~1.3.3",
"path-to-regexp": "0.1.7",
"setprototypeof": "1.2.0",
"utils-merge": "1.0.1"
},
"deprecated": false,
"description": "Simple middleware-style router",
"devDependencies": {
"after": "0.8.2",
"eslint": "6.8.0",
"eslint-plugin-markdown": "1.0.2",
"finalhandler": "1.1.2",
"istanbul": "0.4.5",
"mocha": "7.1.1",
"safe-buffer": "5.2.0",
"supertest": "4.0.2"
},
"engines": {
"node": ">= 0.8"
},
"files": [
"lib/",
"LICENSE",
"HISTORY.md",
"README.md",
"index.js"
],
"homepage": "https://github.com/pillarjs/router#readme",
"license": "MIT",
"name": "router",
"repository": {
"type": "git",
"url": "git+https://github.com/pillarjs/router.git"
},
"scripts": {
"lint": "eslint --plugin markdown --ext js,md .",
"test": "mocha --reporter spec --bail --check-leaks test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
"version": "node scripts/version-history.js && git add HISTORY.md"
},
"version": "1.3.5"
}