-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package-lock.json
101 lines (101 loc) · 3.21 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
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "0http-bun",
"version": "1.0.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "0http-bun",
"version": "1.0.3",
"license": "MIT",
"dependencies": {
"fast-querystring": "^1.1.2",
"trouter": "^3.2.1"
},
"devDependencies": {
"0http-bun": "^1.0.3",
"bun-types": "^1.1.8",
"mitata": "^0.1.11"
}
},
"node_modules/@types/node": {
"version": "20.12.12",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.12.tgz",
"integrity": "sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==",
"dev": true,
"dependencies": {
"undici-types": "~5.26.4"
}
},
"node_modules/@types/ws": {
"version": "8.5.10",
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.10.tgz",
"integrity": "sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==",
"dev": true,
"dependencies": {
"@types/node": "*"
}
},
"node_modules/0http-bun": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/0http-bun/-/0http-bun-1.0.3.tgz",
"integrity": "sha512-LrdT8iRo0VfelD1b6rs1d/G6TEo0XRdCR8usaglh46GcusxbkveZy7SlUHwhtAN6VvQ6Ht3eUrmO/Dea7/ub9Q==",
"dev": true,
"dependencies": {
"fast-querystring": "^1.1.2",
"trouter": "^3.2.1"
}
},
"node_modules/bun-types": {
"version": "1.1.8",
"resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.1.8.tgz",
"integrity": "sha512-dwhfuUKSGK8hm5Llcvb5+ejRh+4mIt8ibObJVKhZBsi0ScpXmt+AlaS1eDW6uRXCHj084Qt0kIqAJ08/7ZGC9Q==",
"dev": true,
"dependencies": {
"@types/node": "~20.12.8",
"@types/ws": "~8.5.10"
}
},
"node_modules/fast-decode-uri-component": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/fast-decode-uri-component/-/fast-decode-uri-component-1.0.1.tgz",
"integrity": "sha512-WKgKWg5eUxvRZGwW8FvfbaH7AXSh2cL+3j5fMGzUMCxWBJ3dV3a7Wz8y2f/uQ0e3B6WmodD3oS54jTQ9HVTIIg=="
},
"node_modules/fast-querystring": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/fast-querystring/-/fast-querystring-1.1.2.tgz",
"integrity": "sha512-g6KuKWmFXc0fID8WWH0jit4g0AGBoJhCkJMb1RmbsSEUNvQ+ZC8D6CUZ+GtF8nMzSPXnhiePyyqqipzNNEnHjg==",
"dependencies": {
"fast-decode-uri-component": "^1.0.1"
}
},
"node_modules/mitata": {
"version": "0.1.11",
"dev": true,
"license": "MIT"
},
"node_modules/regexparam": {
"version": "1.3.0",
"license": "MIT",
"engines": {
"node": ">=6"
}
},
"node_modules/trouter": {
"version": "3.2.1",
"license": "MIT",
"dependencies": {
"regexparam": "^1.3.0"
},
"engines": {
"node": ">=6"
}
},
"node_modules/undici-types": {
"version": "5.26.5",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
"dev": true
}
}
}