-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
46 lines (46 loc) · 1.06 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
{
"name": "test-htmx-podrip",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"hono": "^3.11.4",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/uuid": "^9.0.7",
"bun-types": "^1.0.7"
}
},
"node_modules/@types/uuid": {
"version": "9.0.7",
"resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.7.tgz",
"integrity": "sha512-WUtIVRUZ9i5dYXefDEAI7sh9/O7jGvHg7Df/5O/gtH3Yabe5odI3UWopVR1qbPXQtvOxWu3mM4XxlYeZtMWF4g==",
"dev": true
},
"node_modules/bun-types": {
"version": "1.0.16",
"dev": true,
"license": "MIT"
},
"node_modules/hono": {
"version": "3.11.4",
"license": "MIT",
"engines": {
"node": ">=16.0.0"
}
},
"node_modules/uuid": {
"version": "9.0.1",
"funding": [
"https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan"
],
"license": "MIT",
"bin": {
"uuid": "dist/bin/uuid"
}
}
}
}