-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
43 lines (43 loc) · 1.26 KB
/
package-lock.json
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
{
"name": "polka-server",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@arr/every": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@arr/every/-/every-1.0.0.tgz",
"integrity": "sha1-MU+BaPUK5IoDLP2tX9tDb0ZKl6w="
},
"matchit": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/matchit/-/matchit-1.0.6.tgz",
"integrity": "sha1-gl2gZGi9Mk8CGevijhKkG/tVJMQ=",
"requires": {
"@arr/every": "^1.0.0"
}
},
"parseurl": {
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.2.tgz",
"integrity": "sha1-/CidTtiZMRlGDBViUyYs3I3mW/M="
},
"polka": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/polka/-/polka-0.4.0.tgz",
"integrity": "sha1-RT/FE81TCgid1V2P89rql1LxYd8=",
"requires": {
"parseurl": "^1.3.2",
"trouter": "^1.1.0"
}
},
"trouter": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/trouter/-/trouter-1.1.0.tgz",
"integrity": "sha512-EH5irPolH2hPRpgH77V8ZDS3T05oMFJ7Pcq0Vn5Dlzol4xKLhjOe4ftWnnDnHmTFzPUgUF//H6xyjv5dYAE6Kg==",
"requires": {
"matchit": "^1.0.0"
}
}
}
}