tangled
alpha
login
or
join now
dbushell.com
/
attic.social
11
fork
atom
Attic is a cozy space with lofty ambitions.
attic.social
11
fork
atom
overview
issues
pulls
pipelines
pnpm security
dbushell.com
1 week ago
0f9e64c3
19b4ba84
verified
This commit was signed with the committer's
known signature
.
dbushell.com
SSH Key Fingerprint:
SHA256:Sj5AfJ6VbC0PEnnQD2kGGEiGFwHdFBS/ypN5oifzzFI=
+1978
-14
4 changed files
expand all
collapse all
unified
split
.gitignore
package.json
pnpm-lock.yaml
pnpm-workspace.yaml
+2
.gitignore
···
21
21
!.gitignore
22
22
!lex.config.ts
23
23
!package.json
24
24
+
!pnpm-lock.yaml
25
25
+
!pnpm-workspace.yaml
24
26
!README.md
25
27
!svelte.config.js
26
28
!tsconfig.json
+14
-14
package.json
···
12
12
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
13
13
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
14
14
},
15
15
-
"devDependencies": {
16
16
-
"@atcute/lex-cli": "^2.5.3",
17
17
-
"@cloudflare/workers-types": "^4.20260305.1",
18
18
-
"@sveltejs/adapter-auto": "^7.0.0",
19
19
-
"@sveltejs/adapter-cloudflare": "^7.2.8",
20
20
-
"@sveltejs/kit": "^2.50.2",
21
21
-
"@sveltejs/vite-plugin-svelte": "^6.2.4",
22
22
-
"@types/node": "^25.3.3",
23
23
-
"svelte": "^5.51.0",
24
24
-
"svelte-check": "^4.4.2",
25
25
-
"typescript": "^5.9.3",
26
26
-
"vite": "^7.3.1"
27
27
-
},
28
15
"dependencies": {
29
16
"@atcute/atproto": "^3.1.10",
30
30
-
"@atcute/bluesky": "^3.2.20",
17
17
+
"@atcute/bluesky": "^3.2.19",
31
18
"@atcute/client": "^4.2.1",
32
19
"@atcute/identity-resolver": "^1.2.2",
33
20
"@atcute/identity-resolver-node": "^1.0.3",
34
21
"@atcute/lexicons": "^1.2.9",
35
22
"@atcute/oauth-node-client": "^1.1.0",
36
23
"valibot": "^1.2.0"
24
24
+
},
25
25
+
"devDependencies": {
26
26
+
"@atcute/lex-cli": "^2.5.3",
27
27
+
"@cloudflare/workers-types": "^4.20260305.0",
28
28
+
"@sveltejs/adapter-auto": "^7.0.1",
29
29
+
"@sveltejs/adapter-cloudflare": "^7.2.8",
30
30
+
"@sveltejs/kit": "^2.53.3",
31
31
+
"@sveltejs/vite-plugin-svelte": "^6.2.4",
32
32
+
"@types/node": "^25.3.2",
33
33
+
"svelte": "^5.53.5",
34
34
+
"svelte-check": "^4.4.4",
35
35
+
"typescript": "^5.9.3",
36
36
+
"vite": "^7.3.1"
37
37
}
38
38
}
+1960
pnpm-lock.yaml
···
1
1
+
lockfileVersion: '9.0'
2
2
+
3
3
+
settings:
4
4
+
autoInstallPeers: true
5
5
+
excludeLinksFromLockfile: false
6
6
+
7
7
+
importers:
8
8
+
9
9
+
.:
10
10
+
dependencies:
11
11
+
'@atcute/atproto':
12
12
+
specifier: ^3.1.10
13
13
+
version: 3.1.10
14
14
+
'@atcute/bluesky':
15
15
+
specifier: ^3.2.19
16
16
+
version: 3.2.19
17
17
+
'@atcute/client':
18
18
+
specifier: ^4.2.1
19
19
+
version: 4.2.1
20
20
+
'@atcute/identity-resolver':
21
21
+
specifier: ^1.2.2
22
22
+
version: 1.2.2(@atcute/identity@1.1.3)
23
23
+
'@atcute/identity-resolver-node':
24
24
+
specifier: ^1.0.3
25
25
+
version: 1.0.3(@atcute/identity-resolver@1.2.2(@atcute/identity@1.1.3))(@atcute/identity@1.1.3)
26
26
+
'@atcute/lexicons':
27
27
+
specifier: ^1.2.9
28
28
+
version: 1.2.9
29
29
+
'@atcute/oauth-node-client':
30
30
+
specifier: ^1.1.0
31
31
+
version: 1.1.0
32
32
+
valibot:
33
33
+
specifier: ^1.2.0
34
34
+
version: 1.2.0(typescript@5.9.3)
35
35
+
devDependencies:
36
36
+
'@atcute/lex-cli':
37
37
+
specifier: ^2.5.3
38
38
+
version: 2.5.3
39
39
+
'@cloudflare/workers-types':
40
40
+
specifier: ^4.20260305.0
41
41
+
version: 4.20260305.0
42
42
+
'@sveltejs/adapter-auto':
43
43
+
specifier: ^7.0.1
44
44
+
version: 7.0.1(@sveltejs/kit@2.53.3(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.5)(vite@7.3.1(@types/node@25.3.2)))(svelte@5.53.5)(typescript@5.9.3)(vite@7.3.1(@types/node@25.3.2)))
45
45
+
'@sveltejs/adapter-cloudflare':
46
46
+
specifier: ^7.2.8
47
47
+
version: 7.2.8(@sveltejs/kit@2.53.3(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.5)(vite@7.3.1(@types/node@25.3.2)))(svelte@5.53.5)(typescript@5.9.3)(vite@7.3.1(@types/node@25.3.2)))(wrangler@4.69.0(@cloudflare/workers-types@4.20260305.0))
48
48
+
'@sveltejs/kit':
49
49
+
specifier: ^2.53.3
50
50
+
version: 2.53.3(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.5)(vite@7.3.1(@types/node@25.3.2)))(svelte@5.53.5)(typescript@5.9.3)(vite@7.3.1(@types/node@25.3.2))
51
51
+
'@sveltejs/vite-plugin-svelte':
52
52
+
specifier: ^6.2.4
53
53
+
version: 6.2.4(svelte@5.53.5)(vite@7.3.1(@types/node@25.3.2))
54
54
+
'@types/node':
55
55
+
specifier: ^25.3.2
56
56
+
version: 25.3.2
57
57
+
svelte:
58
58
+
specifier: ^5.53.5
59
59
+
version: 5.53.5
60
60
+
svelte-check:
61
61
+
specifier: ^4.4.4
62
62
+
version: 4.4.4(picomatch@4.0.3)(svelte@5.53.5)(typescript@5.9.3)
63
63
+
typescript:
64
64
+
specifier: ^5.9.3
65
65
+
version: 5.9.3
66
66
+
vite:
67
67
+
specifier: ^7.3.1
68
68
+
version: 7.3.1(@types/node@25.3.2)
69
69
+
70
70
+
packages:
71
71
+
72
72
+
'@atcute/atproto@3.1.10':
73
73
+
resolution: {integrity: sha512-+GKZpOc0PJcdWMQEkTfg/rSNDAAHxmAUGBl60g2az15etqJn5WaUPNGFE2sB7hKpwi5Ue2h/L0OacINcE/JDDQ==}
74
74
+
75
75
+
'@atcute/bluesky@3.2.19':
76
76
+
resolution: {integrity: sha512-W/Sy2671A5eKkdWJn6nfCGoixqMFOouEKRbqRV3630I13Er9iS+gA/rGWUXlp5xNpbfCNmsQ6C1pEidUmO+00g==}
77
77
+
78
78
+
'@atcute/car@5.1.1':
79
79
+
resolution: {integrity: sha512-MeRUJNXYgAHrJZw7mMoZJb9xIqv3LZLQw90rRRAVAo8SGNdICwyqe6Bf2LGesX73QM04MBuYO6Kqhvold3TFfg==}
80
80
+
81
81
+
'@atcute/cbor@2.3.2':
82
82
+
resolution: {integrity: sha512-xP2SORSau/VVI00x2V4BjwIkHr6EQ7l/MXEOPaa4LGYtePFc4gnD4L1yN10dT5NEuUnvGEuCh6arLB7gz1smVQ==}
83
83
+
84
84
+
'@atcute/cid@2.4.1':
85
85
+
resolution: {integrity: sha512-bwhna69RCv7yetXudtj+2qrMPYvhhIQqvJz6YUpUS98v7OdF3X2dnye9Nig2NDrklZcuyOsu7sQo7GOykJXRLQ==}
86
86
+
87
87
+
'@atcute/client@4.2.1':
88
88
+
resolution: {integrity: sha512-ZBFM2pW075JtgGFu5g7HHZBecrClhlcNH8GVP9Zz1aViWR+cjjBsTpeE63rJs+FCOHFYlirUyo5L8SGZ4kMINw==}
89
89
+
90
90
+
'@atcute/crypto@2.3.0':
91
91
+
resolution: {integrity: sha512-w5pkJKCjbNMQu+F4JRHbR3ROQyhi1wbn+GSC6WDQamcYHkZmEZk1/eoI354bIQOOfkEM6aFLv718iskrkon4GQ==}
92
92
+
93
93
+
'@atcute/identity-resolver-node@1.0.3':
94
94
+
resolution: {integrity: sha512-RPH5M4ZRayKRcGnJWUOPVhN5WSYURXXZxKzgVT9lj/WZCH6ij2Vg3P3Eva7GGs0SG1ytnX1XVBTMoIk8nF/SLQ==}
95
95
+
peerDependencies:
96
96
+
'@atcute/identity': ^1.0.0
97
97
+
'@atcute/identity-resolver': ^1.0.0
98
98
+
99
99
+
'@atcute/identity-resolver@1.2.2':
100
100
+
resolution: {integrity: sha512-eUh/UH4bFvuXS0X7epYCeJC/kj4rbBXfSRumLEH4smMVwNOgTo7cL/0Srty+P/qVPoZEyXdfEbS0PHJyzoXmHw==}
101
101
+
peerDependencies:
102
102
+
'@atcute/identity': ^1.0.0
103
103
+
104
104
+
'@atcute/identity@1.1.3':
105
105
+
resolution: {integrity: sha512-oIqPoI8TwWeQxvcLmFEZLdN2XdWcaLVtlm8pNk0E72As9HNzzD9pwKPrLr3rmTLRIoULPPFmq9iFNsTeCIU9ng==}
106
106
+
107
107
+
'@atcute/lex-cli@2.5.3':
108
108
+
resolution: {integrity: sha512-829rvezMOfRkJQRKvupNT8TWT/YYffJ2QsB80D9aPjkXSogrETZA7xZcPaMZBXg+mJaVbLO9S4ThPQmlF0L4UQ==}
109
109
+
hasBin: true
110
110
+
111
111
+
'@atcute/lexicon-doc@2.1.1':
112
112
+
resolution: {integrity: sha512-DirteHRK0GPLFVsIkaxD2IxUQUtpMO3I/EM8gy+2HAn6nODfN85qDYMefE2oA/QvTa97SVkXaoFNzZkCshx7+g==}
113
113
+
114
114
+
'@atcute/lexicon-resolver@0.1.6':
115
115
+
resolution: {integrity: sha512-wJC/ChmpP7k+ywpOd07CMvioXjIGaFpF3bDwXLi/086LYjSWHOvtW6pyC+mqP5wLhjyH2hn4wmi77Buew1l1aw==}
116
116
+
peerDependencies:
117
117
+
'@atcute/identity': ^1.1.0
118
118
+
'@atcute/identity-resolver': ^1.1.3
119
119
+
120
120
+
'@atcute/lexicons@1.2.9':
121
121
+
resolution: {integrity: sha512-/RRHm2Cw9o8Mcsrq0eo8fjS9okKYLGfuFwrQ0YoP/6sdSDsXshaTLJsvLlcUcaDaSJ1YFOuHIo3zr2Om2F/16g==}
122
122
+
123
123
+
'@atcute/mst@0.1.2':
124
124
+
resolution: {integrity: sha512-Oz5CZTjqauEJLT9B+zkoy/mjl216DrjCxJFrguRV3N+1NkIbCfAcSRf3UDSNjfzDzBkJvC1WjA/3oQkm83duPg==}
125
125
+
126
126
+
'@atcute/multibase@1.1.8':
127
127
+
resolution: {integrity: sha512-pJgtImMZKCjqwRbu+2GzB+4xQjKBXDwdZOzeqe0u97zYKRGftpGYGvYv3+pMe2xXe+msDyu7Nv8iJp+U14otTA==}
128
128
+
129
129
+
'@atcute/oauth-crypto@0.1.0':
130
130
+
resolution: {integrity: sha512-qZYDCNLF/4B6AndYT1rsQelN8621AC5u/sL5PHvlr/qqAbmmUwCBGjEgRSyZtHE1AqD60VNiSMlOgAuEQTSl3w==}
131
131
+
132
132
+
'@atcute/oauth-keyset@0.1.0':
133
133
+
resolution: {integrity: sha512-+wqT/+I5Lg9VzKnKY3g88+N45xbq+wsdT6bHDGqCVa2u57gRvolFF4dY+weMfc/OX641BIZO6/o+zFtKBsMQnQ==}
134
134
+
135
135
+
'@atcute/oauth-node-client@1.1.0':
136
136
+
resolution: {integrity: sha512-xCp/VfjtvTeKscKR/oI2hdMTp1/DaF/7ll8b6yZOCgbKlVDDfhCn5mmKNVARGTNaoywxrXG3XffbWCIx3/E87w==}
137
137
+
138
138
+
'@atcute/oauth-types@0.1.1':
139
139
+
resolution: {integrity: sha512-u+3KMjse3Uc/9hDyilu1QVN7IpcnjVXgRzhddzBB8Uh6wePHNVBDdi9wQvFTVVA3zmxtMJVptXRyLLg6Ou9bqg==}
140
140
+
141
141
+
'@atcute/repo@0.1.2':
142
142
+
resolution: {integrity: sha512-mX/k8Nv7XFBbahcz5+qsdY91DVwKe8wbut/BrrmzClmSaUgKpztsHjtNfBCamcvIUKc18Lyv8WcVWzlH9wSf5w==}
143
143
+
144
144
+
'@atcute/uint8array@1.1.1':
145
145
+
resolution: {integrity: sha512-3LsC8XB8TKe9q/5hOA5sFuzGaIFdJZJNewC5OKa3o/eU6+K7JR6see9Zy2JbQERNVnRl11EzbNov1efgLMAs4g==}
146
146
+
147
147
+
'@atcute/util-fetch@1.0.5':
148
148
+
resolution: {integrity: sha512-qjHj01BGxjSjIFdPiAjSARnodJIIyKxnCMMEcXMESo9TAyND6XZQqrie5fia+LlYWVXdpsTds8uFQwc9jdKTig==}
149
149
+
150
150
+
'@atcute/util-text@1.1.1':
151
151
+
resolution: {integrity: sha512-JH0SxzUQJAmbOBTYyhxQbkkI6M33YpjlVLEcbP5GYt43xgFArzV0FJVmEpvIj0kjsmphHB45b6IitdvxPdec9w==}
152
152
+
153
153
+
'@atcute/varint@2.0.0':
154
154
+
resolution: {integrity: sha512-CEY/oVK/nVpL4e5y3sdenLETDL6/Xu5xsE/0TupK+f0Yv8jcD60t2gD8SHROWSvUwYLdkjczLCSA7YrtnjCzWw==}
155
155
+
156
156
+
'@badrap/valita@0.4.6':
157
157
+
resolution: {integrity: sha512-4kdqcjyxo/8RQ8ayjms47HCWZIF5981oE5nIenbfThKDxWXtEHKipAOWlflpPJzZx9y/JWYQkp18Awr7VuepFg==}
158
158
+
engines: {node: '>= 18'}
159
159
+
160
160
+
'@cloudflare/kv-asset-handler@0.4.2':
161
161
+
resolution: {integrity: sha512-SIOD2DxrRRwQ+jgzlXCqoEFiKOFqaPjhnNTGKXSRLvp1HiOvapLaFG2kEr9dYQTYe8rKrd9uvDUzmAITeNyaHQ==}
162
162
+
engines: {node: '>=18.0.0'}
163
163
+
164
164
+
'@cloudflare/unenv-preset@2.14.0':
165
165
+
resolution: {integrity: sha512-XKAkWhi1nBdNsSEoNG9nkcbyvfUrSjSf+VYVPfOto3gLTZVc3F4g6RASCMh6IixBKCG2yDgZKQIHGKtjcnLnKg==}
166
166
+
peerDependencies:
167
167
+
unenv: 2.0.0-rc.24
168
168
+
workerd: ^1.20260218.0
169
169
+
peerDependenciesMeta:
170
170
+
workerd:
171
171
+
optional: true
172
172
+
173
173
+
'@cloudflare/workerd-darwin-64@1.20260305.0':
174
174
+
resolution: {integrity: sha512-chhKOpymo0Eh9J3nymrauMqKGboCc4uz/j0gA1G4gioMnKsN2ZDKJ+qjRZDnCoVGy8u2C4pxlmyIfsXCAfIzhQ==}
175
175
+
engines: {node: '>=16'}
176
176
+
cpu: [x64]
177
177
+
os: [darwin]
178
178
+
179
179
+
'@cloudflare/workerd-darwin-arm64@1.20260305.0':
180
180
+
resolution: {integrity: sha512-K9aG2OQk5bBfOP+fyGPqLcqZ9OR3ra6uwnxJ8f2mveq2A2LsCI7ZeGxQiAj75Ti80ytH/gJffZIx4Np2JtU3aQ==}
181
181
+
engines: {node: '>=16'}
182
182
+
cpu: [arm64]
183
183
+
os: [darwin]
184
184
+
185
185
+
'@cloudflare/workerd-linux-64@1.20260305.0':
186
186
+
resolution: {integrity: sha512-tt7XUoIw/cYFeGbkPkcZ6XX1aZm26Aju/4ih+DXxOosbBeGshFSrNJDBfAKKOvkjsAZymJ+WWVDBU+hmNaGfwA==}
187
187
+
engines: {node: '>=16'}
188
188
+
cpu: [x64]
189
189
+
os: [linux]
190
190
+
191
191
+
'@cloudflare/workerd-linux-arm64@1.20260305.0':
192
192
+
resolution: {integrity: sha512-72QTkY5EzylmvCZ8ZTrnJ9DctmQsfSof1OKyOWqu/pv/B2yACfuPMikq8RpPxvVu7hhS0ztGP6ZvXz72Htq4Zg==}
193
193
+
engines: {node: '>=16'}
194
194
+
cpu: [arm64]
195
195
+
os: [linux]
196
196
+
197
197
+
'@cloudflare/workerd-windows-64@1.20260305.0':
198
198
+
resolution: {integrity: sha512-BA0uaQPOaI2F6mJtBDqplGnQQhpXCzwEMI33p/TnDxtSk9u8CGIfBFuI6uqo8mJ6ijIaPjeBLGOn2CiRMET4qg==}
199
199
+
engines: {node: '>=16'}
200
200
+
cpu: [x64]
201
201
+
os: [win32]
202
202
+
203
203
+
'@cloudflare/workers-types@4.20260305.0':
204
204
+
resolution: {integrity: sha512-sCgPFnQ03SVpC2OVW8wysONLZW/A8hlp9Mq2ckG/h1oId4kr9NawA6vUiOmOjCWRn2hIohejBYVQ+Vu20rCdKA==}
205
205
+
206
206
+
'@cspotcode/source-map-support@0.8.1':
207
207
+
resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==}
208
208
+
engines: {node: '>=12'}
209
209
+
210
210
+
'@emnapi/runtime@1.8.1':
211
211
+
resolution: {integrity: sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==}
212
212
+
213
213
+
'@esbuild/aix-ppc64@0.27.3':
214
214
+
resolution: {integrity: sha512-9fJMTNFTWZMh5qwrBItuziu834eOCUcEqymSH7pY+zoMVEZg3gcPuBNxH1EvfVYe9h0x/Ptw8KBzv7qxb7l8dg==}
215
215
+
engines: {node: '>=18'}
216
216
+
cpu: [ppc64]
217
217
+
os: [aix]
218
218
+
219
219
+
'@esbuild/android-arm64@0.27.3':
220
220
+
resolution: {integrity: sha512-YdghPYUmj/FX2SYKJ0OZxf+iaKgMsKHVPF1MAq/P8WirnSpCStzKJFjOjzsW0QQ7oIAiccHdcqjbHmJxRb/dmg==}
221
221
+
engines: {node: '>=18'}
222
222
+
cpu: [arm64]
223
223
+
os: [android]
224
224
+
225
225
+
'@esbuild/android-arm@0.27.3':
226
226
+
resolution: {integrity: sha512-i5D1hPY7GIQmXlXhs2w8AWHhenb00+GxjxRncS2ZM7YNVGNfaMxgzSGuO8o8SJzRc/oZwU2bcScvVERk03QhzA==}
227
227
+
engines: {node: '>=18'}
228
228
+
cpu: [arm]
229
229
+
os: [android]
230
230
+
231
231
+
'@esbuild/android-x64@0.27.3':
232
232
+
resolution: {integrity: sha512-IN/0BNTkHtk8lkOM8JWAYFg4ORxBkZQf9zXiEOfERX/CzxW3Vg1ewAhU7QSWQpVIzTW+b8Xy+lGzdYXV6UZObQ==}
233
233
+
engines: {node: '>=18'}
234
234
+
cpu: [x64]
235
235
+
os: [android]
236
236
+
237
237
+
'@esbuild/darwin-arm64@0.27.3':
238
238
+
resolution: {integrity: sha512-Re491k7ByTVRy0t3EKWajdLIr0gz2kKKfzafkth4Q8A5n1xTHrkqZgLLjFEHVD+AXdUGgQMq+Godfq45mGpCKg==}
239
239
+
engines: {node: '>=18'}
240
240
+
cpu: [arm64]
241
241
+
os: [darwin]
242
242
+
243
243
+
'@esbuild/darwin-x64@0.27.3':
244
244
+
resolution: {integrity: sha512-vHk/hA7/1AckjGzRqi6wbo+jaShzRowYip6rt6q7VYEDX4LEy1pZfDpdxCBnGtl+A5zq8iXDcyuxwtv3hNtHFg==}
245
245
+
engines: {node: '>=18'}
246
246
+
cpu: [x64]
247
247
+
os: [darwin]
248
248
+
249
249
+
'@esbuild/freebsd-arm64@0.27.3':
250
250
+
resolution: {integrity: sha512-ipTYM2fjt3kQAYOvo6vcxJx3nBYAzPjgTCk7QEgZG8AUO3ydUhvelmhrbOheMnGOlaSFUoHXB6un+A7q4ygY9w==}
251
251
+
engines: {node: '>=18'}
252
252
+
cpu: [arm64]
253
253
+
os: [freebsd]
254
254
+
255
255
+
'@esbuild/freebsd-x64@0.27.3':
256
256
+
resolution: {integrity: sha512-dDk0X87T7mI6U3K9VjWtHOXqwAMJBNN2r7bejDsc+j03SEjtD9HrOl8gVFByeM0aJksoUuUVU9TBaZa2rgj0oA==}
257
257
+
engines: {node: '>=18'}
258
258
+
cpu: [x64]
259
259
+
os: [freebsd]
260
260
+
261
261
+
'@esbuild/linux-arm64@0.27.3':
262
262
+
resolution: {integrity: sha512-sZOuFz/xWnZ4KH3YfFrKCf1WyPZHakVzTiqji3WDc0BCl2kBwiJLCXpzLzUBLgmp4veFZdvN5ChW4Eq/8Fc2Fg==}
263
263
+
engines: {node: '>=18'}
264
264
+
cpu: [arm64]
265
265
+
os: [linux]
266
266
+
267
267
+
'@esbuild/linux-arm@0.27.3':
268
268
+
resolution: {integrity: sha512-s6nPv2QkSupJwLYyfS+gwdirm0ukyTFNl3KTgZEAiJDd+iHZcbTPPcWCcRYH+WlNbwChgH2QkE9NSlNrMT8Gfw==}
269
269
+
engines: {node: '>=18'}
270
270
+
cpu: [arm]
271
271
+
os: [linux]
272
272
+
273
273
+
'@esbuild/linux-ia32@0.27.3':
274
274
+
resolution: {integrity: sha512-yGlQYjdxtLdh0a3jHjuwOrxQjOZYD/C9PfdbgJJF3TIZWnm/tMd/RcNiLngiu4iwcBAOezdnSLAwQDPqTmtTYg==}
275
275
+
engines: {node: '>=18'}
276
276
+
cpu: [ia32]
277
277
+
os: [linux]
278
278
+
279
279
+
'@esbuild/linux-loong64@0.27.3':
280
280
+
resolution: {integrity: sha512-WO60Sn8ly3gtzhyjATDgieJNet/KqsDlX5nRC5Y3oTFcS1l0KWba+SEa9Ja1GfDqSF1z6hif/SkpQJbL63cgOA==}
281
281
+
engines: {node: '>=18'}
282
282
+
cpu: [loong64]
283
283
+
os: [linux]
284
284
+
285
285
+
'@esbuild/linux-mips64el@0.27.3':
286
286
+
resolution: {integrity: sha512-APsymYA6sGcZ4pD6k+UxbDjOFSvPWyZhjaiPyl/f79xKxwTnrn5QUnXR5prvetuaSMsb4jgeHewIDCIWljrSxw==}
287
287
+
engines: {node: '>=18'}
288
288
+
cpu: [mips64el]
289
289
+
os: [linux]
290
290
+
291
291
+
'@esbuild/linux-ppc64@0.27.3':
292
292
+
resolution: {integrity: sha512-eizBnTeBefojtDb9nSh4vvVQ3V9Qf9Df01PfawPcRzJH4gFSgrObw+LveUyDoKU3kxi5+9RJTCWlj4FjYXVPEA==}
293
293
+
engines: {node: '>=18'}
294
294
+
cpu: [ppc64]
295
295
+
os: [linux]
296
296
+
297
297
+
'@esbuild/linux-riscv64@0.27.3':
298
298
+
resolution: {integrity: sha512-3Emwh0r5wmfm3ssTWRQSyVhbOHvqegUDRd0WhmXKX2mkHJe1SFCMJhagUleMq+Uci34wLSipf8Lagt4LlpRFWQ==}
299
299
+
engines: {node: '>=18'}
300
300
+
cpu: [riscv64]
301
301
+
os: [linux]
302
302
+
303
303
+
'@esbuild/linux-s390x@0.27.3':
304
304
+
resolution: {integrity: sha512-pBHUx9LzXWBc7MFIEEL0yD/ZVtNgLytvx60gES28GcWMqil8ElCYR4kvbV2BDqsHOvVDRrOxGySBM9Fcv744hw==}
305
305
+
engines: {node: '>=18'}
306
306
+
cpu: [s390x]
307
307
+
os: [linux]
308
308
+
309
309
+
'@esbuild/linux-x64@0.27.3':
310
310
+
resolution: {integrity: sha512-Czi8yzXUWIQYAtL/2y6vogER8pvcsOsk5cpwL4Gk5nJqH5UZiVByIY8Eorm5R13gq+DQKYg0+JyQoytLQas4dA==}
311
311
+
engines: {node: '>=18'}
312
312
+
cpu: [x64]
313
313
+
os: [linux]
314
314
+
315
315
+
'@esbuild/netbsd-arm64@0.27.3':
316
316
+
resolution: {integrity: sha512-sDpk0RgmTCR/5HguIZa9n9u+HVKf40fbEUt+iTzSnCaGvY9kFP0YKBWZtJaraonFnqef5SlJ8/TiPAxzyS+UoA==}
317
317
+
engines: {node: '>=18'}
318
318
+
cpu: [arm64]
319
319
+
os: [netbsd]
320
320
+
321
321
+
'@esbuild/netbsd-x64@0.27.3':
322
322
+
resolution: {integrity: sha512-P14lFKJl/DdaE00LItAukUdZO5iqNH7+PjoBm+fLQjtxfcfFE20Xf5CrLsmZdq5LFFZzb5JMZ9grUwvtVYzjiA==}
323
323
+
engines: {node: '>=18'}
324
324
+
cpu: [x64]
325
325
+
os: [netbsd]
326
326
+
327
327
+
'@esbuild/openbsd-arm64@0.27.3':
328
328
+
resolution: {integrity: sha512-AIcMP77AvirGbRl/UZFTq5hjXK+2wC7qFRGoHSDrZ5v5b8DK/GYpXW3CPRL53NkvDqb9D+alBiC/dV0Fb7eJcw==}
329
329
+
engines: {node: '>=18'}
330
330
+
cpu: [arm64]
331
331
+
os: [openbsd]
332
332
+
333
333
+
'@esbuild/openbsd-x64@0.27.3':
334
334
+
resolution: {integrity: sha512-DnW2sRrBzA+YnE70LKqnM3P+z8vehfJWHXECbwBmH/CU51z6FiqTQTHFenPlHmo3a8UgpLyH3PT+87OViOh1AQ==}
335
335
+
engines: {node: '>=18'}
336
336
+
cpu: [x64]
337
337
+
os: [openbsd]
338
338
+
339
339
+
'@esbuild/openharmony-arm64@0.27.3':
340
340
+
resolution: {integrity: sha512-NinAEgr/etERPTsZJ7aEZQvvg/A6IsZG/LgZy+81wON2huV7SrK3e63dU0XhyZP4RKGyTm7aOgmQk0bGp0fy2g==}
341
341
+
engines: {node: '>=18'}
342
342
+
cpu: [arm64]
343
343
+
os: [openharmony]
344
344
+
345
345
+
'@esbuild/sunos-x64@0.27.3':
346
346
+
resolution: {integrity: sha512-PanZ+nEz+eWoBJ8/f8HKxTTD172SKwdXebZ0ndd953gt1HRBbhMsaNqjTyYLGLPdoWHy4zLU7bDVJztF5f3BHA==}
347
347
+
engines: {node: '>=18'}
348
348
+
cpu: [x64]
349
349
+
os: [sunos]
350
350
+
351
351
+
'@esbuild/win32-arm64@0.27.3':
352
352
+
resolution: {integrity: sha512-B2t59lWWYrbRDw/tjiWOuzSsFh1Y/E95ofKz7rIVYSQkUYBjfSgf6oeYPNWHToFRr2zx52JKApIcAS/D5TUBnA==}
353
353
+
engines: {node: '>=18'}
354
354
+
cpu: [arm64]
355
355
+
os: [win32]
356
356
+
357
357
+
'@esbuild/win32-ia32@0.27.3':
358
358
+
resolution: {integrity: sha512-QLKSFeXNS8+tHW7tZpMtjlNb7HKau0QDpwm49u0vUp9y1WOF+PEzkU84y9GqYaAVW8aH8f3GcBck26jh54cX4Q==}
359
359
+
engines: {node: '>=18'}
360
360
+
cpu: [ia32]
361
361
+
os: [win32]
362
362
+
363
363
+
'@esbuild/win32-x64@0.27.3':
364
364
+
resolution: {integrity: sha512-4uJGhsxuptu3OcpVAzli+/gWusVGwZZHTlS63hh++ehExkVT8SgiEf7/uC/PclrPPkLhZqGgCTjd0VWLo6xMqA==}
365
365
+
engines: {node: '>=18'}
366
366
+
cpu: [x64]
367
367
+
os: [win32]
368
368
+
369
369
+
'@img/colour@1.0.0':
370
370
+
resolution: {integrity: sha512-A5P/LfWGFSl6nsckYtjw9da+19jB8hkJ6ACTGcDfEJ0aE+l2n2El7dsVM7UVHZQ9s2lmYMWlrS21YLy2IR1LUw==}
371
371
+
engines: {node: '>=18'}
372
372
+
373
373
+
'@img/sharp-darwin-arm64@0.34.5':
374
374
+
resolution: {integrity: sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==}
375
375
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
376
376
+
cpu: [arm64]
377
377
+
os: [darwin]
378
378
+
379
379
+
'@img/sharp-darwin-x64@0.34.5':
380
380
+
resolution: {integrity: sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==}
381
381
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
382
382
+
cpu: [x64]
383
383
+
os: [darwin]
384
384
+
385
385
+
'@img/sharp-libvips-darwin-arm64@1.2.4':
386
386
+
resolution: {integrity: sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==}
387
387
+
cpu: [arm64]
388
388
+
os: [darwin]
389
389
+
390
390
+
'@img/sharp-libvips-darwin-x64@1.2.4':
391
391
+
resolution: {integrity: sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==}
392
392
+
cpu: [x64]
393
393
+
os: [darwin]
394
394
+
395
395
+
'@img/sharp-libvips-linux-arm64@1.2.4':
396
396
+
resolution: {integrity: sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==}
397
397
+
cpu: [arm64]
398
398
+
os: [linux]
399
399
+
libc: [glibc]
400
400
+
401
401
+
'@img/sharp-libvips-linux-arm@1.2.4':
402
402
+
resolution: {integrity: sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==}
403
403
+
cpu: [arm]
404
404
+
os: [linux]
405
405
+
libc: [glibc]
406
406
+
407
407
+
'@img/sharp-libvips-linux-ppc64@1.2.4':
408
408
+
resolution: {integrity: sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==}
409
409
+
cpu: [ppc64]
410
410
+
os: [linux]
411
411
+
libc: [glibc]
412
412
+
413
413
+
'@img/sharp-libvips-linux-riscv64@1.2.4':
414
414
+
resolution: {integrity: sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==}
415
415
+
cpu: [riscv64]
416
416
+
os: [linux]
417
417
+
libc: [glibc]
418
418
+
419
419
+
'@img/sharp-libvips-linux-s390x@1.2.4':
420
420
+
resolution: {integrity: sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==}
421
421
+
cpu: [s390x]
422
422
+
os: [linux]
423
423
+
libc: [glibc]
424
424
+
425
425
+
'@img/sharp-libvips-linux-x64@1.2.4':
426
426
+
resolution: {integrity: sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==}
427
427
+
cpu: [x64]
428
428
+
os: [linux]
429
429
+
libc: [glibc]
430
430
+
431
431
+
'@img/sharp-libvips-linuxmusl-arm64@1.2.4':
432
432
+
resolution: {integrity: sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==}
433
433
+
cpu: [arm64]
434
434
+
os: [linux]
435
435
+
libc: [musl]
436
436
+
437
437
+
'@img/sharp-libvips-linuxmusl-x64@1.2.4':
438
438
+
resolution: {integrity: sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==}
439
439
+
cpu: [x64]
440
440
+
os: [linux]
441
441
+
libc: [musl]
442
442
+
443
443
+
'@img/sharp-linux-arm64@0.34.5':
444
444
+
resolution: {integrity: sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==}
445
445
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
446
446
+
cpu: [arm64]
447
447
+
os: [linux]
448
448
+
libc: [glibc]
449
449
+
450
450
+
'@img/sharp-linux-arm@0.34.5':
451
451
+
resolution: {integrity: sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==}
452
452
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
453
453
+
cpu: [arm]
454
454
+
os: [linux]
455
455
+
libc: [glibc]
456
456
+
457
457
+
'@img/sharp-linux-ppc64@0.34.5':
458
458
+
resolution: {integrity: sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==}
459
459
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
460
460
+
cpu: [ppc64]
461
461
+
os: [linux]
462
462
+
libc: [glibc]
463
463
+
464
464
+
'@img/sharp-linux-riscv64@0.34.5':
465
465
+
resolution: {integrity: sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==}
466
466
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
467
467
+
cpu: [riscv64]
468
468
+
os: [linux]
469
469
+
libc: [glibc]
470
470
+
471
471
+
'@img/sharp-linux-s390x@0.34.5':
472
472
+
resolution: {integrity: sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==}
473
473
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
474
474
+
cpu: [s390x]
475
475
+
os: [linux]
476
476
+
libc: [glibc]
477
477
+
478
478
+
'@img/sharp-linux-x64@0.34.5':
479
479
+
resolution: {integrity: sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==}
480
480
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
481
481
+
cpu: [x64]
482
482
+
os: [linux]
483
483
+
libc: [glibc]
484
484
+
485
485
+
'@img/sharp-linuxmusl-arm64@0.34.5':
486
486
+
resolution: {integrity: sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==}
487
487
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
488
488
+
cpu: [arm64]
489
489
+
os: [linux]
490
490
+
libc: [musl]
491
491
+
492
492
+
'@img/sharp-linuxmusl-x64@0.34.5':
493
493
+
resolution: {integrity: sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==}
494
494
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
495
495
+
cpu: [x64]
496
496
+
os: [linux]
497
497
+
libc: [musl]
498
498
+
499
499
+
'@img/sharp-wasm32@0.34.5':
500
500
+
resolution: {integrity: sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==}
501
501
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
502
502
+
cpu: [wasm32]
503
503
+
504
504
+
'@img/sharp-win32-arm64@0.34.5':
505
505
+
resolution: {integrity: sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==}
506
506
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
507
507
+
cpu: [arm64]
508
508
+
os: [win32]
509
509
+
510
510
+
'@img/sharp-win32-ia32@0.34.5':
511
511
+
resolution: {integrity: sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==}
512
512
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
513
513
+
cpu: [ia32]
514
514
+
os: [win32]
515
515
+
516
516
+
'@img/sharp-win32-x64@0.34.5':
517
517
+
resolution: {integrity: sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==}
518
518
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
519
519
+
cpu: [x64]
520
520
+
os: [win32]
521
521
+
522
522
+
'@jridgewell/gen-mapping@0.3.13':
523
523
+
resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==}
524
524
+
525
525
+
'@jridgewell/remapping@2.3.5':
526
526
+
resolution: {integrity: sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==}
527
527
+
528
528
+
'@jridgewell/resolve-uri@3.1.2':
529
529
+
resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
530
530
+
engines: {node: '>=6.0.0'}
531
531
+
532
532
+
'@jridgewell/sourcemap-codec@1.5.5':
533
533
+
resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
534
534
+
535
535
+
'@jridgewell/trace-mapping@0.3.31':
536
536
+
resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
537
537
+
538
538
+
'@jridgewell/trace-mapping@0.3.9':
539
539
+
resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==}
540
540
+
541
541
+
'@noble/secp256k1@3.0.0':
542
542
+
resolution: {integrity: sha512-NJBaR352KyIvj3t6sgT/+7xrNyF9Xk9QlLSIqUGVUYlsnDTAUqY8LOmwpcgEx4AMJXRITQ5XEVHD+mMaPfr3mg==}
543
543
+
544
544
+
'@optique/core@0.6.11':
545
545
+
resolution: {integrity: sha512-GVLFihzBA1j78NFlkU5N1Lu0jRqET0k6Z66WK8VQKG/a3cxmCInVGSKMIdQG8i6pgC8wD5OizF6Y3QMztmhAxg==}
546
546
+
engines: {bun: '>=1.2.0', deno: '>=2.3.0', node: '>=20.0.0'}
547
547
+
548
548
+
'@optique/run@0.6.11':
549
549
+
resolution: {integrity: sha512-tsXBEygGSzNpFK2gjsRlXBn7FiScUeLFWIZNpoAZ8iG85Km0/3K9xgqlQAXoQ+uEZBe4XplnzyCDvmEgbyNT8w==}
550
550
+
engines: {bun: '>=1.2.0', deno: '>=2.3.0', node: '>=20.0.0'}
551
551
+
552
552
+
'@polka/url@1.0.0-next.29':
553
553
+
resolution: {integrity: sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==}
554
554
+
555
555
+
'@poppinss/colors@4.1.6':
556
556
+
resolution: {integrity: sha512-H9xkIdFswbS8n1d6vmRd8+c10t2Qe+rZITbbDHHkQixH5+2x1FDGmi/0K+WgWiqQFKPSlIYB7jlH6Kpfn6Fleg==}
557
557
+
558
558
+
'@poppinss/dumper@0.6.5':
559
559
+
resolution: {integrity: sha512-NBdYIb90J7LfOI32dOewKI1r7wnkiH6m920puQ3qHUeZkxNkQiFnXVWoE6YtFSv6QOiPPf7ys6i+HWWecDz7sw==}
560
560
+
561
561
+
'@poppinss/exception@1.2.3':
562
562
+
resolution: {integrity: sha512-dCED+QRChTVatE9ibtoaxc+WkdzOSjYTKi/+uacHWIsfodVfpsueo3+DKpgU5Px8qXjgmXkSvhXvSCz3fnP9lw==}
563
563
+
564
564
+
'@rollup/rollup-android-arm-eabi@4.59.0':
565
565
+
resolution: {integrity: sha512-upnNBkA6ZH2VKGcBj9Fyl9IGNPULcjXRlg0LLeaioQWueH30p6IXtJEbKAgvyv+mJaMxSm1l6xwDXYjpEMiLMg==}
566
566
+
cpu: [arm]
567
567
+
os: [android]
568
568
+
569
569
+
'@rollup/rollup-android-arm64@4.59.0':
570
570
+
resolution: {integrity: sha512-hZ+Zxj3SySm4A/DylsDKZAeVg0mvi++0PYVceVyX7hemkw7OreKdCvW2oQ3T1FMZvCaQXqOTHb8qmBShoqk69Q==}
571
571
+
cpu: [arm64]
572
572
+
os: [android]
573
573
+
574
574
+
'@rollup/rollup-darwin-arm64@4.59.0':
575
575
+
resolution: {integrity: sha512-W2Psnbh1J8ZJw0xKAd8zdNgF9HRLkdWwwdWqubSVk0pUuQkoHnv7rx4GiF9rT4t5DIZGAsConRE3AxCdJ4m8rg==}
576
576
+
cpu: [arm64]
577
577
+
os: [darwin]
578
578
+
579
579
+
'@rollup/rollup-darwin-x64@4.59.0':
580
580
+
resolution: {integrity: sha512-ZW2KkwlS4lwTv7ZVsYDiARfFCnSGhzYPdiOU4IM2fDbL+QGlyAbjgSFuqNRbSthybLbIJ915UtZBtmuLrQAT/w==}
581
581
+
cpu: [x64]
582
582
+
os: [darwin]
583
583
+
584
584
+
'@rollup/rollup-freebsd-arm64@4.59.0':
585
585
+
resolution: {integrity: sha512-EsKaJ5ytAu9jI3lonzn3BgG8iRBjV4LxZexygcQbpiU0wU0ATxhNVEpXKfUa0pS05gTcSDMKpn3Sx+QB9RlTTA==}
586
586
+
cpu: [arm64]
587
587
+
os: [freebsd]
588
588
+
589
589
+
'@rollup/rollup-freebsd-x64@4.59.0':
590
590
+
resolution: {integrity: sha512-d3DuZi2KzTMjImrxoHIAODUZYoUUMsuUiY4SRRcJy6NJoZ6iIqWnJu9IScV9jXysyGMVuW+KNzZvBLOcpdl3Vg==}
591
591
+
cpu: [x64]
592
592
+
os: [freebsd]
593
593
+
594
594
+
'@rollup/rollup-linux-arm-gnueabihf@4.59.0':
595
595
+
resolution: {integrity: sha512-t4ONHboXi/3E0rT6OZl1pKbl2Vgxf9vJfWgmUoCEVQVxhW6Cw/c8I6hbbu7DAvgp82RKiH7TpLwxnJeKv2pbsw==}
596
596
+
cpu: [arm]
597
597
+
os: [linux]
598
598
+
libc: [glibc]
599
599
+
600
600
+
'@rollup/rollup-linux-arm-musleabihf@4.59.0':
601
601
+
resolution: {integrity: sha512-CikFT7aYPA2ufMD086cVORBYGHffBo4K8MQ4uPS/ZnY54GKj36i196u8U+aDVT2LX4eSMbyHtyOh7D7Zvk2VvA==}
602
602
+
cpu: [arm]
603
603
+
os: [linux]
604
604
+
libc: [musl]
605
605
+
606
606
+
'@rollup/rollup-linux-arm64-gnu@4.59.0':
607
607
+
resolution: {integrity: sha512-jYgUGk5aLd1nUb1CtQ8E+t5JhLc9x5WdBKew9ZgAXg7DBk0ZHErLHdXM24rfX+bKrFe+Xp5YuJo54I5HFjGDAA==}
608
608
+
cpu: [arm64]
609
609
+
os: [linux]
610
610
+
libc: [glibc]
611
611
+
612
612
+
'@rollup/rollup-linux-arm64-musl@4.59.0':
613
613
+
resolution: {integrity: sha512-peZRVEdnFWZ5Bh2KeumKG9ty7aCXzzEsHShOZEFiCQlDEepP1dpUl/SrUNXNg13UmZl+gzVDPsiCwnV1uI0RUA==}
614
614
+
cpu: [arm64]
615
615
+
os: [linux]
616
616
+
libc: [musl]
617
617
+
618
618
+
'@rollup/rollup-linux-loong64-gnu@4.59.0':
619
619
+
resolution: {integrity: sha512-gbUSW/97f7+r4gHy3Jlup8zDG190AuodsWnNiXErp9mT90iCy9NKKU0Xwx5k8VlRAIV2uU9CsMnEFg/xXaOfXg==}
620
620
+
cpu: [loong64]
621
621
+
os: [linux]
622
622
+
libc: [glibc]
623
623
+
624
624
+
'@rollup/rollup-linux-loong64-musl@4.59.0':
625
625
+
resolution: {integrity: sha512-yTRONe79E+o0FWFijasoTjtzG9EBedFXJMl888NBEDCDV9I2wGbFFfJQQe63OijbFCUZqxpHz1GzpbtSFikJ4Q==}
626
626
+
cpu: [loong64]
627
627
+
os: [linux]
628
628
+
libc: [musl]
629
629
+
630
630
+
'@rollup/rollup-linux-ppc64-gnu@4.59.0':
631
631
+
resolution: {integrity: sha512-sw1o3tfyk12k3OEpRddF68a1unZ5VCN7zoTNtSn2KndUE+ea3m3ROOKRCZxEpmT9nsGnogpFP9x6mnLTCaoLkA==}
632
632
+
cpu: [ppc64]
633
633
+
os: [linux]
634
634
+
libc: [glibc]
635
635
+
636
636
+
'@rollup/rollup-linux-ppc64-musl@4.59.0':
637
637
+
resolution: {integrity: sha512-+2kLtQ4xT3AiIxkzFVFXfsmlZiG5FXYW7ZyIIvGA7Bdeuh9Z0aN4hVyXS/G1E9bTP/vqszNIN/pUKCk/BTHsKA==}
638
638
+
cpu: [ppc64]
639
639
+
os: [linux]
640
640
+
libc: [musl]
641
641
+
642
642
+
'@rollup/rollup-linux-riscv64-gnu@4.59.0':
643
643
+
resolution: {integrity: sha512-NDYMpsXYJJaj+I7UdwIuHHNxXZ/b/N2hR15NyH3m2qAtb/hHPA4g4SuuvrdxetTdndfj9b1WOmy73kcPRoERUg==}
644
644
+
cpu: [riscv64]
645
645
+
os: [linux]
646
646
+
libc: [glibc]
647
647
+
648
648
+
'@rollup/rollup-linux-riscv64-musl@4.59.0':
649
649
+
resolution: {integrity: sha512-nLckB8WOqHIf1bhymk+oHxvM9D3tyPndZH8i8+35p/1YiVoVswPid2yLzgX7ZJP0KQvnkhM4H6QZ5m0LzbyIAg==}
650
650
+
cpu: [riscv64]
651
651
+
os: [linux]
652
652
+
libc: [musl]
653
653
+
654
654
+
'@rollup/rollup-linux-s390x-gnu@4.59.0':
655
655
+
resolution: {integrity: sha512-oF87Ie3uAIvORFBpwnCvUzdeYUqi2wY6jRFWJAy1qus/udHFYIkplYRW+wo+GRUP4sKzYdmE1Y3+rY5Gc4ZO+w==}
656
656
+
cpu: [s390x]
657
657
+
os: [linux]
658
658
+
libc: [glibc]
659
659
+
660
660
+
'@rollup/rollup-linux-x64-gnu@4.59.0':
661
661
+
resolution: {integrity: sha512-3AHmtQq/ppNuUspKAlvA8HtLybkDflkMuLK4DPo77DfthRb71V84/c4MlWJXixZz4uruIH4uaa07IqoAkG64fg==}
662
662
+
cpu: [x64]
663
663
+
os: [linux]
664
664
+
libc: [glibc]
665
665
+
666
666
+
'@rollup/rollup-linux-x64-musl@4.59.0':
667
667
+
resolution: {integrity: sha512-2UdiwS/9cTAx7qIUZB/fWtToJwvt0Vbo0zmnYt7ED35KPg13Q0ym1g442THLC7VyI6JfYTP4PiSOWyoMdV2/xg==}
668
668
+
cpu: [x64]
669
669
+
os: [linux]
670
670
+
libc: [musl]
671
671
+
672
672
+
'@rollup/rollup-openbsd-x64@4.59.0':
673
673
+
resolution: {integrity: sha512-M3bLRAVk6GOwFlPTIxVBSYKUaqfLrn8l0psKinkCFxl4lQvOSz8ZrKDz2gxcBwHFpci0B6rttydI4IpS4IS/jQ==}
674
674
+
cpu: [x64]
675
675
+
os: [openbsd]
676
676
+
677
677
+
'@rollup/rollup-openharmony-arm64@4.59.0':
678
678
+
resolution: {integrity: sha512-tt9KBJqaqp5i5HUZzoafHZX8b5Q2Fe7UjYERADll83O4fGqJ49O1FsL6LpdzVFQcpwvnyd0i+K/VSwu/o/nWlA==}
679
679
+
cpu: [arm64]
680
680
+
os: [openharmony]
681
681
+
682
682
+
'@rollup/rollup-win32-arm64-msvc@4.59.0':
683
683
+
resolution: {integrity: sha512-V5B6mG7OrGTwnxaNUzZTDTjDS7F75PO1ae6MJYdiMu60sq0CqN5CVeVsbhPxalupvTX8gXVSU9gq+Rx1/hvu6A==}
684
684
+
cpu: [arm64]
685
685
+
os: [win32]
686
686
+
687
687
+
'@rollup/rollup-win32-ia32-msvc@4.59.0':
688
688
+
resolution: {integrity: sha512-UKFMHPuM9R0iBegwzKF4y0C4J9u8C6MEJgFuXTBerMk7EJ92GFVFYBfOZaSGLu6COf7FxpQNqhNS4c4icUPqxA==}
689
689
+
cpu: [ia32]
690
690
+
os: [win32]
691
691
+
692
692
+
'@rollup/rollup-win32-x64-gnu@4.59.0':
693
693
+
resolution: {integrity: sha512-laBkYlSS1n2L8fSo1thDNGrCTQMmxjYY5G0WFWjFFYZkKPjsMBsgJfGf4TLxXrF6RyhI60L8TMOjBMvXiTcxeA==}
694
694
+
cpu: [x64]
695
695
+
os: [win32]
696
696
+
697
697
+
'@rollup/rollup-win32-x64-msvc@4.59.0':
698
698
+
resolution: {integrity: sha512-2HRCml6OztYXyJXAvdDXPKcawukWY2GpR5/nxKp4iBgiO3wcoEGkAaqctIbZcNB6KlUQBIqt8VYkNSj2397EfA==}
699
699
+
cpu: [x64]
700
700
+
os: [win32]
701
701
+
702
702
+
'@sindresorhus/is@7.2.0':
703
703
+
resolution: {integrity: sha512-P1Cz1dWaFfR4IR+U13mqqiGsLFf1KbayybWwdd2vfctdV6hDpUkgCY0nKOLLTMSoRd/jJNjtbqzf13K8DCCXQw==}
704
704
+
engines: {node: '>=18'}
705
705
+
706
706
+
'@speed-highlight/core@1.2.14':
707
707
+
resolution: {integrity: sha512-G4ewlBNhUtlLvrJTb88d2mdy2KRijzs4UhnlrOSRT4bmjh/IqNElZa3zkrZ+TC47TwtlDWzVLFADljF1Ijp5hA==}
708
708
+
709
709
+
'@standard-schema/spec@1.1.0':
710
710
+
resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==}
711
711
+
712
712
+
'@sveltejs/acorn-typescript@1.0.9':
713
713
+
resolution: {integrity: sha512-lVJX6qEgs/4DOcRTpo56tmKzVPtoWAaVbL4hfO7t7NVwl9AAXzQR6cihesW1BmNMPl+bK6dreu2sOKBP2Q9CIA==}
714
714
+
peerDependencies:
715
715
+
acorn: ^8.9.0
716
716
+
717
717
+
'@sveltejs/adapter-auto@7.0.1':
718
718
+
resolution: {integrity: sha512-dvuPm1E7M9NI/+canIQ6KKQDU2AkEefEZ2Dp7cY6uKoPq9Z/PhOXABe526UdW2mN986gjVkuSLkOYIBnS/M2LQ==}
719
719
+
peerDependencies:
720
720
+
'@sveltejs/kit': ^2.0.0
721
721
+
722
722
+
'@sveltejs/adapter-cloudflare@7.2.8':
723
723
+
resolution: {integrity: sha512-bIdhY/Fi4AQmqiBdQVKnafH1h9Gw+xbCvHyUu4EouC8rJOU02zwhi14k/FDhQ0mJF1iblIu3m8UNQ8GpGIvIOQ==}
724
724
+
peerDependencies:
725
725
+
'@sveltejs/kit': ^2.0.0
726
726
+
wrangler: ^4.0.0
727
727
+
728
728
+
'@sveltejs/kit@2.53.3':
729
729
+
resolution: {integrity: sha512-tshOeBUid2v5LAblUpatIdFm5Cyykbw2EiKWOunAAX0A/oJaR7DOdC9wLR5Qqh9zUf3QUISA2m9A3suBdQSYQg==}
730
730
+
engines: {node: '>=18.13'}
731
731
+
hasBin: true
732
732
+
peerDependencies:
733
733
+
'@opentelemetry/api': ^1.0.0
734
734
+
'@sveltejs/vite-plugin-svelte': ^3.0.0 || ^4.0.0-next.1 || ^5.0.0 || ^6.0.0-next.0 || ^7.0.0
735
735
+
svelte: ^4.0.0 || ^5.0.0-next.0
736
736
+
typescript: ^5.3.3
737
737
+
vite: ^5.0.3 || ^6.0.0 || ^7.0.0-beta.0 || ^8.0.0
738
738
+
peerDependenciesMeta:
739
739
+
'@opentelemetry/api':
740
740
+
optional: true
741
741
+
typescript:
742
742
+
optional: true
743
743
+
744
744
+
'@sveltejs/vite-plugin-svelte-inspector@5.0.2':
745
745
+
resolution: {integrity: sha512-TZzRTcEtZffICSAoZGkPSl6Etsj2torOVrx6Uw0KpXxrec9Gg6jFWQ60Q3+LmNGfZSxHRCZL7vXVZIWmuV50Ig==}
746
746
+
engines: {node: ^20.19 || ^22.12 || >=24}
747
747
+
peerDependencies:
748
748
+
'@sveltejs/vite-plugin-svelte': ^6.0.0-next.0
749
749
+
svelte: ^5.0.0
750
750
+
vite: ^6.3.0 || ^7.0.0
751
751
+
752
752
+
'@sveltejs/vite-plugin-svelte@6.2.4':
753
753
+
resolution: {integrity: sha512-ou/d51QSdTyN26D7h6dSpusAKaZkAiGM55/AKYi+9AGZw7q85hElbjK3kEyzXHhLSnRISHOYzVge6x0jRZ7DXA==}
754
754
+
engines: {node: ^20.19 || ^22.12 || >=24}
755
755
+
peerDependencies:
756
756
+
svelte: ^5.0.0
757
757
+
vite: ^6.3.0 || ^7.0.0
758
758
+
759
759
+
'@types/cookie@0.6.0':
760
760
+
resolution: {integrity: sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==}
761
761
+
762
762
+
'@types/estree@1.0.8':
763
763
+
resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==}
764
764
+
765
765
+
'@types/node@25.3.2':
766
766
+
resolution: {integrity: sha512-RpV6r/ij22zRRdyBPcxDeKAzH43phWVKEjL2iksqo1Vz3CuBUrgmPpPhALKiRfU7OMCmeeO9vECBMsV0hMTG8Q==}
767
767
+
768
768
+
'@types/trusted-types@2.0.7':
769
769
+
resolution: {integrity: sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==}
770
770
+
771
771
+
acorn@8.16.0:
772
772
+
resolution: {integrity: sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==}
773
773
+
engines: {node: '>=0.4.0'}
774
774
+
hasBin: true
775
775
+
776
776
+
aria-query@5.3.1:
777
777
+
resolution: {integrity: sha512-Z/ZeOgVl7bcSYZ/u/rh0fOpvEpq//LZmdbkXyc7syVzjPAhfOa9ebsdTSjEBDU4vs5nC98Kfduj1uFo0qyET3g==}
778
778
+
engines: {node: '>= 0.4'}
779
779
+
780
780
+
axobject-query@4.1.0:
781
781
+
resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==}
782
782
+
engines: {node: '>= 0.4'}
783
783
+
784
784
+
blake3-wasm@2.1.5:
785
785
+
resolution: {integrity: sha512-F1+K8EbfOZE49dtoPtmxUQrpXaBIl3ICvasLh+nJta0xkz+9kF/7uet9fLnwKqhDrmj6g+6K3Tw9yQPUg2ka5g==}
786
786
+
787
787
+
chokidar@4.0.3:
788
788
+
resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==}
789
789
+
engines: {node: '>= 14.16.0'}
790
790
+
791
791
+
clsx@2.1.1:
792
792
+
resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==}
793
793
+
engines: {node: '>=6'}
794
794
+
795
795
+
cookie@0.6.0:
796
796
+
resolution: {integrity: sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==}
797
797
+
engines: {node: '>= 0.6'}
798
798
+
799
799
+
cookie@1.1.1:
800
800
+
resolution: {integrity: sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==}
801
801
+
engines: {node: '>=18'}
802
802
+
803
803
+
deepmerge@4.3.1:
804
804
+
resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==}
805
805
+
engines: {node: '>=0.10.0'}
806
806
+
807
807
+
detect-libc@2.1.2:
808
808
+
resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==}
809
809
+
engines: {node: '>=8'}
810
810
+
811
811
+
devalue@5.6.3:
812
812
+
resolution: {integrity: sha512-nc7XjUU/2Lb+SvEFVGcWLiKkzfw8+qHI7zn8WYXKkLMgfGSHbgCEaR6bJpev8Cm6Rmrb19Gfd/tZvGqx9is3wg==}
813
813
+
814
814
+
error-stack-parser-es@1.0.5:
815
815
+
resolution: {integrity: sha512-5qucVt2XcuGMcEGgWI7i+yZpmpByQ8J1lHhcL7PwqCwu9FPP3VUXzT4ltHe5i2z9dePwEHcDVOAfSnHsOlCXRA==}
816
816
+
817
817
+
esbuild@0.27.3:
818
818
+
resolution: {integrity: sha512-8VwMnyGCONIs6cWue2IdpHxHnAjzxnw2Zr7MkVxB2vjmQ2ivqGFb4LEG3SMnv0Gb2F/G/2yA8zUaiL1gywDCCg==}
819
819
+
engines: {node: '>=18'}
820
820
+
hasBin: true
821
821
+
822
822
+
esm-env@1.2.2:
823
823
+
resolution: {integrity: sha512-Epxrv+Nr/CaL4ZcFGPJIYLWFom+YeV1DqMLHJoEd9SYRxNbaFruBwfEX/kkHUJf55j2+TUbmDcmuilbP1TmXHA==}
824
824
+
825
825
+
esrap@2.2.3:
826
826
+
resolution: {integrity: sha512-8fOS+GIGCQZl/ZIlhl59htOlms6U8NvX6ZYgYHpRU/b6tVSh3uHkOHZikl3D4cMbYM0JlpBe+p/BkZEi8J9XIQ==}
827
827
+
828
828
+
fdir@6.5.0:
829
829
+
resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==}
830
830
+
engines: {node: '>=12.0.0'}
831
831
+
peerDependencies:
832
832
+
picomatch: ^3 || ^4
833
833
+
peerDependenciesMeta:
834
834
+
picomatch:
835
835
+
optional: true
836
836
+
837
837
+
fsevents@2.3.3:
838
838
+
resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
839
839
+
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
840
840
+
os: [darwin]
841
841
+
842
842
+
is-reference@3.0.3:
843
843
+
resolution: {integrity: sha512-ixkJoqQvAP88E6wLydLGGqCJsrFUnqoH6HnaczB8XmDH1oaWU+xxdptvikTgaEhtZ53Ky6YXiBuUI2WXLMCwjw==}
844
844
+
845
845
+
kleur@4.1.5:
846
846
+
resolution: {integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==}
847
847
+
engines: {node: '>=6'}
848
848
+
849
849
+
locate-character@3.0.0:
850
850
+
resolution: {integrity: sha512-SW13ws7BjaeJ6p7Q6CO2nchbYEc3X3J6WrmTTDto7yMPqVSZTUyY5Tjbid+Ab8gLnATtygYtiDIJGQRRn2ZOiA==}
851
851
+
852
852
+
magic-string@0.30.21:
853
853
+
resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
854
854
+
855
855
+
miniflare@4.20260305.0:
856
856
+
resolution: {integrity: sha512-jVhtKJtiwaZa3rI+WgoLvSJmEazDsoUmAPYRUmEe2VO6VSbvkhbnDRm+dsPbYRatgNIExwrpqG1rv96jHiSb0w==}
857
857
+
engines: {node: '>=18.0.0'}
858
858
+
hasBin: true
859
859
+
860
860
+
mri@1.2.0:
861
861
+
resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==}
862
862
+
engines: {node: '>=4'}
863
863
+
864
864
+
mrmime@2.0.1:
865
865
+
resolution: {integrity: sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==}
866
866
+
engines: {node: '>=10'}
867
867
+
868
868
+
nanoid@3.3.11:
869
869
+
resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
870
870
+
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
871
871
+
hasBin: true
872
872
+
873
873
+
nanoid@5.1.6:
874
874
+
resolution: {integrity: sha512-c7+7RQ+dMB5dPwwCp4ee1/iV/q2P6aK1mTZcfr1BTuVlyW9hJYiMPybJCcnBlQtuSmTIWNeazm/zqNoZSSElBg==}
875
875
+
engines: {node: ^18 || >=20}
876
876
+
hasBin: true
877
877
+
878
878
+
obug@2.1.1:
879
879
+
resolution: {integrity: sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==}
880
880
+
881
881
+
path-to-regexp@6.3.0:
882
882
+
resolution: {integrity: sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==}
883
883
+
884
884
+
pathe@2.0.3:
885
885
+
resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==}
886
886
+
887
887
+
picocolors@1.1.1:
888
888
+
resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
889
889
+
890
890
+
picomatch@4.0.3:
891
891
+
resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==}
892
892
+
engines: {node: '>=12'}
893
893
+
894
894
+
postcss@8.5.6:
895
895
+
resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==}
896
896
+
engines: {node: ^10 || ^12 || >=14}
897
897
+
898
898
+
prettier@3.8.1:
899
899
+
resolution: {integrity: sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==}
900
900
+
engines: {node: '>=14'}
901
901
+
hasBin: true
902
902
+
903
903
+
readdirp@4.1.2:
904
904
+
resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==}
905
905
+
engines: {node: '>= 14.18.0'}
906
906
+
907
907
+
regexparam@3.0.0:
908
908
+
resolution: {integrity: sha512-RSYAtP31mvYLkAHrOlh25pCNQ5hWnT106VukGaaFfuJrZFkGRX5GhUAdPqpSDXxOhA2c4akmRuplv1mRqnBn6Q==}
909
909
+
engines: {node: '>=8'}
910
910
+
911
911
+
rollup@4.59.0:
912
912
+
resolution: {integrity: sha512-2oMpl67a3zCH9H79LeMcbDhXW/UmWG/y2zuqnF2jQq5uq9TbM9TVyXvA4+t+ne2IIkBdrLpAaRQAvo7YI/Yyeg==}
913
913
+
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
914
914
+
hasBin: true
915
915
+
916
916
+
sade@1.8.1:
917
917
+
resolution: {integrity: sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==}
918
918
+
engines: {node: '>=6'}
919
919
+
920
920
+
semver@7.7.4:
921
921
+
resolution: {integrity: sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==}
922
922
+
engines: {node: '>=10'}
923
923
+
hasBin: true
924
924
+
925
925
+
set-cookie-parser@3.0.1:
926
926
+
resolution: {integrity: sha512-n7Z7dXZhJbwuAHhNzkTti6Aw9QDDjZtm3JTpTGATIdNzdQz5GuFs22w90BcvF4INfnrL5xrX3oGsuqO5Dx3A1Q==}
927
927
+
928
928
+
sharp@0.34.5:
929
929
+
resolution: {integrity: sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==}
930
930
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
931
931
+
932
932
+
sirv@3.0.2:
933
933
+
resolution: {integrity: sha512-2wcC/oGxHis/BoHkkPwldgiPSYcpZK3JU28WoMVv55yHJgcZ8rlXvuG9iZggz+sU1d4bRgIGASwyWqjxu3FM0g==}
934
934
+
engines: {node: '>=18'}
935
935
+
936
936
+
source-map-js@1.2.1:
937
937
+
resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
938
938
+
engines: {node: '>=0.10.0'}
939
939
+
940
940
+
supports-color@10.2.2:
941
941
+
resolution: {integrity: sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==}
942
942
+
engines: {node: '>=18'}
943
943
+
944
944
+
svelte-check@4.4.4:
945
945
+
resolution: {integrity: sha512-F1pGqXc710Oi/wTI4d/x7d6lgPwwfx1U6w3Q35n4xsC2e8C/yN2sM1+mWxjlMcpAfWucjlq4vPi+P4FZ8a14sQ==}
946
946
+
engines: {node: '>= 18.0.0'}
947
947
+
hasBin: true
948
948
+
peerDependencies:
949
949
+
svelte: ^4.0.0 || ^5.0.0-next.0
950
950
+
typescript: '>=5.0.0'
951
951
+
952
952
+
svelte@5.53.5:
953
953
+
resolution: {integrity: sha512-YkqERnF05g8KLdDZwZrF8/i1eSbj6Eoat8Jjr2IfruZz9StLuBqo8sfCSzjosNKd+ZrQ8DkKZDjpO5y3ht1Pow==}
954
954
+
engines: {node: '>=18'}
955
955
+
956
956
+
tinyglobby@0.2.15:
957
957
+
resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==}
958
958
+
engines: {node: '>=12.0.0'}
959
959
+
960
960
+
totalist@3.0.1:
961
961
+
resolution: {integrity: sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==}
962
962
+
engines: {node: '>=6'}
963
963
+
964
964
+
tslib@2.8.1:
965
965
+
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
966
966
+
967
967
+
typescript@5.9.3:
968
968
+
resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
969
969
+
engines: {node: '>=14.17'}
970
970
+
hasBin: true
971
971
+
972
972
+
undici-types@7.18.2:
973
973
+
resolution: {integrity: sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==}
974
974
+
975
975
+
undici@7.18.2:
976
976
+
resolution: {integrity: sha512-y+8YjDFzWdQlSE9N5nzKMT3g4a5UBX1HKowfdXh0uvAnTaqqwqB92Jt4UXBAeKekDs5IaDKyJFR4X1gYVCgXcw==}
977
977
+
engines: {node: '>=20.18.1'}
978
978
+
979
979
+
unenv@2.0.0-rc.24:
980
980
+
resolution: {integrity: sha512-i7qRCmY42zmCwnYlh9H2SvLEypEFGye5iRmEMKjcGi7zk9UquigRjFtTLz0TYqr0ZGLZhaMHl/foy1bZR+Cwlw==}
981
981
+
982
982
+
unicode-segmenter@0.14.5:
983
983
+
resolution: {integrity: sha512-jHGmj2LUuqDcX3hqY12Ql+uhUTn8huuxNZGq7GvtF6bSybzH3aFgedYu/KTzQStEgt1Ra2F3HxadNXsNjb3m3g==}
984
984
+
985
985
+
valibot@1.2.0:
986
986
+
resolution: {integrity: sha512-mm1rxUsmOxzrwnX5arGS+U4T25RdvpPjPN4yR0u9pUBov9+zGVtO84tif1eY4r6zWxVxu3KzIyknJy3rxfRZZg==}
987
987
+
peerDependencies:
988
988
+
typescript: '>=5'
989
989
+
peerDependenciesMeta:
990
990
+
typescript:
991
991
+
optional: true
992
992
+
993
993
+
vite@7.3.1:
994
994
+
resolution: {integrity: sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==}
995
995
+
engines: {node: ^20.19.0 || >=22.12.0}
996
996
+
hasBin: true
997
997
+
peerDependencies:
998
998
+
'@types/node': ^20.19.0 || >=22.12.0
999
999
+
jiti: '>=1.21.0'
1000
1000
+
less: ^4.0.0
1001
1001
+
lightningcss: ^1.21.0
1002
1002
+
sass: ^1.70.0
1003
1003
+
sass-embedded: ^1.70.0
1004
1004
+
stylus: '>=0.54.8'
1005
1005
+
sugarss: ^5.0.0
1006
1006
+
terser: ^5.16.0
1007
1007
+
tsx: ^4.8.1
1008
1008
+
yaml: ^2.4.2
1009
1009
+
peerDependenciesMeta:
1010
1010
+
'@types/node':
1011
1011
+
optional: true
1012
1012
+
jiti:
1013
1013
+
optional: true
1014
1014
+
less:
1015
1015
+
optional: true
1016
1016
+
lightningcss:
1017
1017
+
optional: true
1018
1018
+
sass:
1019
1019
+
optional: true
1020
1020
+
sass-embedded:
1021
1021
+
optional: true
1022
1022
+
stylus:
1023
1023
+
optional: true
1024
1024
+
sugarss:
1025
1025
+
optional: true
1026
1026
+
terser:
1027
1027
+
optional: true
1028
1028
+
tsx:
1029
1029
+
optional: true
1030
1030
+
yaml:
1031
1031
+
optional: true
1032
1032
+
1033
1033
+
vitefu@1.1.2:
1034
1034
+
resolution: {integrity: sha512-zpKATdUbzbsycPFBN71nS2uzBUQiVnFoOrr2rvqv34S1lcAgMKKkjWleLGeiJlZ8lwCXvtWaRn7R3ZC16SYRuw==}
1035
1035
+
peerDependencies:
1036
1036
+
vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-beta.0
1037
1037
+
peerDependenciesMeta:
1038
1038
+
vite:
1039
1039
+
optional: true
1040
1040
+
1041
1041
+
workerd@1.20260305.0:
1042
1042
+
resolution: {integrity: sha512-JkhfCLU+w+KbQmZ9k49IcDYc78GBo7eG8Mir8E2+KVjR7otQAmpcLlsous09YLh8WQ3Bt3Mi6/WMStvMAPukeA==}
1043
1043
+
engines: {node: '>=16'}
1044
1044
+
hasBin: true
1045
1045
+
1046
1046
+
worktop@0.8.0-next.18:
1047
1047
+
resolution: {integrity: sha512-+TvsA6VAVoMC3XDKR5MoC/qlLqDixEfOBysDEKnPIPou/NvoPWCAuXHXMsswwlvmEuvX56lQjvELLyLuzTKvRw==}
1048
1048
+
engines: {node: '>=12'}
1049
1049
+
1050
1050
+
wrangler@4.69.0:
1051
1051
+
resolution: {integrity: sha512-EmVfIM65I5b4ITHe3Y9R7zQyf4NUBQ1leStakMlWiVR9n6VlDwuEltyQI2l3i0JciDnWyR3uqe+T6C08ivniTQ==}
1052
1052
+
engines: {node: '>=20.0.0'}
1053
1053
+
hasBin: true
1054
1054
+
peerDependencies:
1055
1055
+
'@cloudflare/workers-types': ^4.20260305.0
1056
1056
+
peerDependenciesMeta:
1057
1057
+
'@cloudflare/workers-types':
1058
1058
+
optional: true
1059
1059
+
1060
1060
+
ws@8.18.0:
1061
1061
+
resolution: {integrity: sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==}
1062
1062
+
engines: {node: '>=10.0.0'}
1063
1063
+
peerDependencies:
1064
1064
+
bufferutil: ^4.0.1
1065
1065
+
utf-8-validate: '>=5.0.2'
1066
1066
+
peerDependenciesMeta:
1067
1067
+
bufferutil:
1068
1068
+
optional: true
1069
1069
+
utf-8-validate:
1070
1070
+
optional: true
1071
1071
+
1072
1072
+
youch-core@0.3.3:
1073
1073
+
resolution: {integrity: sha512-ho7XuGjLaJ2hWHoK8yFnsUGy2Y5uDpqSTq1FkHLK4/oqKtyUU1AFbOOxY4IpC9f0fTLjwYbslUz0Po5BpD1wrA==}
1074
1074
+
1075
1075
+
youch@4.1.0-beta.10:
1076
1076
+
resolution: {integrity: sha512-rLfVLB4FgQneDr0dv1oddCVZmKjcJ6yX6mS4pU82Mq/Dt9a3cLZQ62pDBL4AUO+uVrCvtWz3ZFUL2HFAFJ/BXQ==}
1077
1077
+
1078
1078
+
zimmerframe@1.1.4:
1079
1079
+
resolution: {integrity: sha512-B58NGBEoc8Y9MWWCQGl/gq9xBCe4IiKM0a2x7GZdQKOW5Exr8S1W24J6OgM1njK8xCRGvAJIL/MxXHf6SkmQKQ==}
1080
1080
+
1081
1081
+
snapshots:
1082
1082
+
1083
1083
+
'@atcute/atproto@3.1.10':
1084
1084
+
dependencies:
1085
1085
+
'@atcute/lexicons': 1.2.9
1086
1086
+
1087
1087
+
'@atcute/bluesky@3.2.19':
1088
1088
+
dependencies:
1089
1089
+
'@atcute/atproto': 3.1.10
1090
1090
+
'@atcute/lexicons': 1.2.9
1091
1091
+
1092
1092
+
'@atcute/car@5.1.1':
1093
1093
+
dependencies:
1094
1094
+
'@atcute/cbor': 2.3.2
1095
1095
+
'@atcute/cid': 2.4.1
1096
1096
+
'@atcute/uint8array': 1.1.1
1097
1097
+
'@atcute/varint': 2.0.0
1098
1098
+
1099
1099
+
'@atcute/cbor@2.3.2':
1100
1100
+
dependencies:
1101
1101
+
'@atcute/cid': 2.4.1
1102
1102
+
'@atcute/multibase': 1.1.8
1103
1103
+
'@atcute/uint8array': 1.1.1
1104
1104
+
1105
1105
+
'@atcute/cid@2.4.1':
1106
1106
+
dependencies:
1107
1107
+
'@atcute/multibase': 1.1.8
1108
1108
+
'@atcute/uint8array': 1.1.1
1109
1109
+
1110
1110
+
'@atcute/client@4.2.1':
1111
1111
+
dependencies:
1112
1112
+
'@atcute/identity': 1.1.3
1113
1113
+
'@atcute/lexicons': 1.2.9
1114
1114
+
1115
1115
+
'@atcute/crypto@2.3.0':
1116
1116
+
dependencies:
1117
1117
+
'@atcute/multibase': 1.1.8
1118
1118
+
'@atcute/uint8array': 1.1.1
1119
1119
+
'@noble/secp256k1': 3.0.0
1120
1120
+
1121
1121
+
'@atcute/identity-resolver-node@1.0.3(@atcute/identity-resolver@1.2.2(@atcute/identity@1.1.3))(@atcute/identity@1.1.3)':
1122
1122
+
dependencies:
1123
1123
+
'@atcute/identity': 1.1.3
1124
1124
+
'@atcute/identity-resolver': 1.2.2(@atcute/identity@1.1.3)
1125
1125
+
'@atcute/lexicons': 1.2.9
1126
1126
+
1127
1127
+
'@atcute/identity-resolver@1.2.2(@atcute/identity@1.1.3)':
1128
1128
+
dependencies:
1129
1129
+
'@atcute/identity': 1.1.3
1130
1130
+
'@atcute/lexicons': 1.2.9
1131
1131
+
'@atcute/util-fetch': 1.0.5
1132
1132
+
'@badrap/valita': 0.4.6
1133
1133
+
1134
1134
+
'@atcute/identity@1.1.3':
1135
1135
+
dependencies:
1136
1136
+
'@atcute/lexicons': 1.2.9
1137
1137
+
'@badrap/valita': 0.4.6
1138
1138
+
1139
1139
+
'@atcute/lex-cli@2.5.3':
1140
1140
+
dependencies:
1141
1141
+
'@atcute/identity': 1.1.3
1142
1142
+
'@atcute/identity-resolver': 1.2.2(@atcute/identity@1.1.3)
1143
1143
+
'@atcute/lexicon-doc': 2.1.1
1144
1144
+
'@atcute/lexicon-resolver': 0.1.6(@atcute/identity-resolver@1.2.2(@atcute/identity@1.1.3))(@atcute/identity@1.1.3)
1145
1145
+
'@atcute/lexicons': 1.2.9
1146
1146
+
'@badrap/valita': 0.4.6
1147
1147
+
'@optique/core': 0.6.11
1148
1148
+
'@optique/run': 0.6.11
1149
1149
+
picocolors: 1.1.1
1150
1150
+
prettier: 3.8.1
1151
1151
+
1152
1152
+
'@atcute/lexicon-doc@2.1.1':
1153
1153
+
dependencies:
1154
1154
+
'@atcute/identity': 1.1.3
1155
1155
+
'@atcute/lexicons': 1.2.9
1156
1156
+
'@atcute/uint8array': 1.1.1
1157
1157
+
'@atcute/util-text': 1.1.1
1158
1158
+
'@badrap/valita': 0.4.6
1159
1159
+
1160
1160
+
'@atcute/lexicon-resolver@0.1.6(@atcute/identity-resolver@1.2.2(@atcute/identity@1.1.3))(@atcute/identity@1.1.3)':
1161
1161
+
dependencies:
1162
1162
+
'@atcute/crypto': 2.3.0
1163
1163
+
'@atcute/identity': 1.1.3
1164
1164
+
'@atcute/identity-resolver': 1.2.2(@atcute/identity@1.1.3)
1165
1165
+
'@atcute/lexicon-doc': 2.1.1
1166
1166
+
'@atcute/lexicons': 1.2.9
1167
1167
+
'@atcute/repo': 0.1.2
1168
1168
+
'@atcute/util-fetch': 1.0.5
1169
1169
+
'@badrap/valita': 0.4.6
1170
1170
+
1171
1171
+
'@atcute/lexicons@1.2.9':
1172
1172
+
dependencies:
1173
1173
+
'@atcute/uint8array': 1.1.1
1174
1174
+
'@atcute/util-text': 1.1.1
1175
1175
+
'@standard-schema/spec': 1.1.0
1176
1176
+
esm-env: 1.2.2
1177
1177
+
1178
1178
+
'@atcute/mst@0.1.2':
1179
1179
+
dependencies:
1180
1180
+
'@atcute/cbor': 2.3.2
1181
1181
+
'@atcute/cid': 2.4.1
1182
1182
+
'@atcute/uint8array': 1.1.1
1183
1183
+
1184
1184
+
'@atcute/multibase@1.1.8':
1185
1185
+
dependencies:
1186
1186
+
'@atcute/uint8array': 1.1.1
1187
1187
+
1188
1188
+
'@atcute/oauth-crypto@0.1.0':
1189
1189
+
dependencies:
1190
1190
+
'@atcute/multibase': 1.1.8
1191
1191
+
'@atcute/uint8array': 1.1.1
1192
1192
+
'@badrap/valita': 0.4.6
1193
1193
+
nanoid: 5.1.6
1194
1194
+
1195
1195
+
'@atcute/oauth-keyset@0.1.0':
1196
1196
+
dependencies:
1197
1197
+
'@atcute/oauth-crypto': 0.1.0
1198
1198
+
1199
1199
+
'@atcute/oauth-node-client@1.1.0':
1200
1200
+
dependencies:
1201
1201
+
'@atcute/client': 4.2.1
1202
1202
+
'@atcute/identity': 1.1.3
1203
1203
+
'@atcute/identity-resolver': 1.2.2(@atcute/identity@1.1.3)
1204
1204
+
'@atcute/lexicons': 1.2.9
1205
1205
+
'@atcute/oauth-crypto': 0.1.0
1206
1206
+
'@atcute/oauth-keyset': 0.1.0
1207
1207
+
'@atcute/oauth-types': 0.1.1
1208
1208
+
'@atcute/util-fetch': 1.0.5
1209
1209
+
'@badrap/valita': 0.4.6
1210
1210
+
nanoid: 5.1.6
1211
1211
+
1212
1212
+
'@atcute/oauth-types@0.1.1':
1213
1213
+
dependencies:
1214
1214
+
'@atcute/identity': 1.1.3
1215
1215
+
'@atcute/lexicons': 1.2.9
1216
1216
+
'@atcute/oauth-keyset': 0.1.0
1217
1217
+
'@badrap/valita': 0.4.6
1218
1218
+
1219
1219
+
'@atcute/repo@0.1.2':
1220
1220
+
dependencies:
1221
1221
+
'@atcute/car': 5.1.1
1222
1222
+
'@atcute/cbor': 2.3.2
1223
1223
+
'@atcute/cid': 2.4.1
1224
1224
+
'@atcute/crypto': 2.3.0
1225
1225
+
'@atcute/lexicons': 1.2.9
1226
1226
+
'@atcute/mst': 0.1.2
1227
1227
+
'@atcute/uint8array': 1.1.1
1228
1228
+
1229
1229
+
'@atcute/uint8array@1.1.1': {}
1230
1230
+
1231
1231
+
'@atcute/util-fetch@1.0.5':
1232
1232
+
dependencies:
1233
1233
+
'@badrap/valita': 0.4.6
1234
1234
+
1235
1235
+
'@atcute/util-text@1.1.1':
1236
1236
+
dependencies:
1237
1237
+
unicode-segmenter: 0.14.5
1238
1238
+
1239
1239
+
'@atcute/varint@2.0.0': {}
1240
1240
+
1241
1241
+
'@badrap/valita@0.4.6': {}
1242
1242
+
1243
1243
+
'@cloudflare/kv-asset-handler@0.4.2': {}
1244
1244
+
1245
1245
+
'@cloudflare/unenv-preset@2.14.0(unenv@2.0.0-rc.24)(workerd@1.20260305.0)':
1246
1246
+
dependencies:
1247
1247
+
unenv: 2.0.0-rc.24
1248
1248
+
optionalDependencies:
1249
1249
+
workerd: 1.20260305.0
1250
1250
+
1251
1251
+
'@cloudflare/workerd-darwin-64@1.20260305.0':
1252
1252
+
optional: true
1253
1253
+
1254
1254
+
'@cloudflare/workerd-darwin-arm64@1.20260305.0':
1255
1255
+
optional: true
1256
1256
+
1257
1257
+
'@cloudflare/workerd-linux-64@1.20260305.0':
1258
1258
+
optional: true
1259
1259
+
1260
1260
+
'@cloudflare/workerd-linux-arm64@1.20260305.0':
1261
1261
+
optional: true
1262
1262
+
1263
1263
+
'@cloudflare/workerd-windows-64@1.20260305.0':
1264
1264
+
optional: true
1265
1265
+
1266
1266
+
'@cloudflare/workers-types@4.20260305.0': {}
1267
1267
+
1268
1268
+
'@cspotcode/source-map-support@0.8.1':
1269
1269
+
dependencies:
1270
1270
+
'@jridgewell/trace-mapping': 0.3.9
1271
1271
+
1272
1272
+
'@emnapi/runtime@1.8.1':
1273
1273
+
dependencies:
1274
1274
+
tslib: 2.8.1
1275
1275
+
optional: true
1276
1276
+
1277
1277
+
'@esbuild/aix-ppc64@0.27.3':
1278
1278
+
optional: true
1279
1279
+
1280
1280
+
'@esbuild/android-arm64@0.27.3':
1281
1281
+
optional: true
1282
1282
+
1283
1283
+
'@esbuild/android-arm@0.27.3':
1284
1284
+
optional: true
1285
1285
+
1286
1286
+
'@esbuild/android-x64@0.27.3':
1287
1287
+
optional: true
1288
1288
+
1289
1289
+
'@esbuild/darwin-arm64@0.27.3':
1290
1290
+
optional: true
1291
1291
+
1292
1292
+
'@esbuild/darwin-x64@0.27.3':
1293
1293
+
optional: true
1294
1294
+
1295
1295
+
'@esbuild/freebsd-arm64@0.27.3':
1296
1296
+
optional: true
1297
1297
+
1298
1298
+
'@esbuild/freebsd-x64@0.27.3':
1299
1299
+
optional: true
1300
1300
+
1301
1301
+
'@esbuild/linux-arm64@0.27.3':
1302
1302
+
optional: true
1303
1303
+
1304
1304
+
'@esbuild/linux-arm@0.27.3':
1305
1305
+
optional: true
1306
1306
+
1307
1307
+
'@esbuild/linux-ia32@0.27.3':
1308
1308
+
optional: true
1309
1309
+
1310
1310
+
'@esbuild/linux-loong64@0.27.3':
1311
1311
+
optional: true
1312
1312
+
1313
1313
+
'@esbuild/linux-mips64el@0.27.3':
1314
1314
+
optional: true
1315
1315
+
1316
1316
+
'@esbuild/linux-ppc64@0.27.3':
1317
1317
+
optional: true
1318
1318
+
1319
1319
+
'@esbuild/linux-riscv64@0.27.3':
1320
1320
+
optional: true
1321
1321
+
1322
1322
+
'@esbuild/linux-s390x@0.27.3':
1323
1323
+
optional: true
1324
1324
+
1325
1325
+
'@esbuild/linux-x64@0.27.3':
1326
1326
+
optional: true
1327
1327
+
1328
1328
+
'@esbuild/netbsd-arm64@0.27.3':
1329
1329
+
optional: true
1330
1330
+
1331
1331
+
'@esbuild/netbsd-x64@0.27.3':
1332
1332
+
optional: true
1333
1333
+
1334
1334
+
'@esbuild/openbsd-arm64@0.27.3':
1335
1335
+
optional: true
1336
1336
+
1337
1337
+
'@esbuild/openbsd-x64@0.27.3':
1338
1338
+
optional: true
1339
1339
+
1340
1340
+
'@esbuild/openharmony-arm64@0.27.3':
1341
1341
+
optional: true
1342
1342
+
1343
1343
+
'@esbuild/sunos-x64@0.27.3':
1344
1344
+
optional: true
1345
1345
+
1346
1346
+
'@esbuild/win32-arm64@0.27.3':
1347
1347
+
optional: true
1348
1348
+
1349
1349
+
'@esbuild/win32-ia32@0.27.3':
1350
1350
+
optional: true
1351
1351
+
1352
1352
+
'@esbuild/win32-x64@0.27.3':
1353
1353
+
optional: true
1354
1354
+
1355
1355
+
'@img/colour@1.0.0': {}
1356
1356
+
1357
1357
+
'@img/sharp-darwin-arm64@0.34.5':
1358
1358
+
optionalDependencies:
1359
1359
+
'@img/sharp-libvips-darwin-arm64': 1.2.4
1360
1360
+
optional: true
1361
1361
+
1362
1362
+
'@img/sharp-darwin-x64@0.34.5':
1363
1363
+
optionalDependencies:
1364
1364
+
'@img/sharp-libvips-darwin-x64': 1.2.4
1365
1365
+
optional: true
1366
1366
+
1367
1367
+
'@img/sharp-libvips-darwin-arm64@1.2.4':
1368
1368
+
optional: true
1369
1369
+
1370
1370
+
'@img/sharp-libvips-darwin-x64@1.2.4':
1371
1371
+
optional: true
1372
1372
+
1373
1373
+
'@img/sharp-libvips-linux-arm64@1.2.4':
1374
1374
+
optional: true
1375
1375
+
1376
1376
+
'@img/sharp-libvips-linux-arm@1.2.4':
1377
1377
+
optional: true
1378
1378
+
1379
1379
+
'@img/sharp-libvips-linux-ppc64@1.2.4':
1380
1380
+
optional: true
1381
1381
+
1382
1382
+
'@img/sharp-libvips-linux-riscv64@1.2.4':
1383
1383
+
optional: true
1384
1384
+
1385
1385
+
'@img/sharp-libvips-linux-s390x@1.2.4':
1386
1386
+
optional: true
1387
1387
+
1388
1388
+
'@img/sharp-libvips-linux-x64@1.2.4':
1389
1389
+
optional: true
1390
1390
+
1391
1391
+
'@img/sharp-libvips-linuxmusl-arm64@1.2.4':
1392
1392
+
optional: true
1393
1393
+
1394
1394
+
'@img/sharp-libvips-linuxmusl-x64@1.2.4':
1395
1395
+
optional: true
1396
1396
+
1397
1397
+
'@img/sharp-linux-arm64@0.34.5':
1398
1398
+
optionalDependencies:
1399
1399
+
'@img/sharp-libvips-linux-arm64': 1.2.4
1400
1400
+
optional: true
1401
1401
+
1402
1402
+
'@img/sharp-linux-arm@0.34.5':
1403
1403
+
optionalDependencies:
1404
1404
+
'@img/sharp-libvips-linux-arm': 1.2.4
1405
1405
+
optional: true
1406
1406
+
1407
1407
+
'@img/sharp-linux-ppc64@0.34.5':
1408
1408
+
optionalDependencies:
1409
1409
+
'@img/sharp-libvips-linux-ppc64': 1.2.4
1410
1410
+
optional: true
1411
1411
+
1412
1412
+
'@img/sharp-linux-riscv64@0.34.5':
1413
1413
+
optionalDependencies:
1414
1414
+
'@img/sharp-libvips-linux-riscv64': 1.2.4
1415
1415
+
optional: true
1416
1416
+
1417
1417
+
'@img/sharp-linux-s390x@0.34.5':
1418
1418
+
optionalDependencies:
1419
1419
+
'@img/sharp-libvips-linux-s390x': 1.2.4
1420
1420
+
optional: true
1421
1421
+
1422
1422
+
'@img/sharp-linux-x64@0.34.5':
1423
1423
+
optionalDependencies:
1424
1424
+
'@img/sharp-libvips-linux-x64': 1.2.4
1425
1425
+
optional: true
1426
1426
+
1427
1427
+
'@img/sharp-linuxmusl-arm64@0.34.5':
1428
1428
+
optionalDependencies:
1429
1429
+
'@img/sharp-libvips-linuxmusl-arm64': 1.2.4
1430
1430
+
optional: true
1431
1431
+
1432
1432
+
'@img/sharp-linuxmusl-x64@0.34.5':
1433
1433
+
optionalDependencies:
1434
1434
+
'@img/sharp-libvips-linuxmusl-x64': 1.2.4
1435
1435
+
optional: true
1436
1436
+
1437
1437
+
'@img/sharp-wasm32@0.34.5':
1438
1438
+
dependencies:
1439
1439
+
'@emnapi/runtime': 1.8.1
1440
1440
+
optional: true
1441
1441
+
1442
1442
+
'@img/sharp-win32-arm64@0.34.5':
1443
1443
+
optional: true
1444
1444
+
1445
1445
+
'@img/sharp-win32-ia32@0.34.5':
1446
1446
+
optional: true
1447
1447
+
1448
1448
+
'@img/sharp-win32-x64@0.34.5':
1449
1449
+
optional: true
1450
1450
+
1451
1451
+
'@jridgewell/gen-mapping@0.3.13':
1452
1452
+
dependencies:
1453
1453
+
'@jridgewell/sourcemap-codec': 1.5.5
1454
1454
+
'@jridgewell/trace-mapping': 0.3.31
1455
1455
+
1456
1456
+
'@jridgewell/remapping@2.3.5':
1457
1457
+
dependencies:
1458
1458
+
'@jridgewell/gen-mapping': 0.3.13
1459
1459
+
'@jridgewell/trace-mapping': 0.3.31
1460
1460
+
1461
1461
+
'@jridgewell/resolve-uri@3.1.2': {}
1462
1462
+
1463
1463
+
'@jridgewell/sourcemap-codec@1.5.5': {}
1464
1464
+
1465
1465
+
'@jridgewell/trace-mapping@0.3.31':
1466
1466
+
dependencies:
1467
1467
+
'@jridgewell/resolve-uri': 3.1.2
1468
1468
+
'@jridgewell/sourcemap-codec': 1.5.5
1469
1469
+
1470
1470
+
'@jridgewell/trace-mapping@0.3.9':
1471
1471
+
dependencies:
1472
1472
+
'@jridgewell/resolve-uri': 3.1.2
1473
1473
+
'@jridgewell/sourcemap-codec': 1.5.5
1474
1474
+
1475
1475
+
'@noble/secp256k1@3.0.0': {}
1476
1476
+
1477
1477
+
'@optique/core@0.6.11': {}
1478
1478
+
1479
1479
+
'@optique/run@0.6.11':
1480
1480
+
dependencies:
1481
1481
+
'@optique/core': 0.6.11
1482
1482
+
1483
1483
+
'@polka/url@1.0.0-next.29': {}
1484
1484
+
1485
1485
+
'@poppinss/colors@4.1.6':
1486
1486
+
dependencies:
1487
1487
+
kleur: 4.1.5
1488
1488
+
1489
1489
+
'@poppinss/dumper@0.6.5':
1490
1490
+
dependencies:
1491
1491
+
'@poppinss/colors': 4.1.6
1492
1492
+
'@sindresorhus/is': 7.2.0
1493
1493
+
supports-color: 10.2.2
1494
1494
+
1495
1495
+
'@poppinss/exception@1.2.3': {}
1496
1496
+
1497
1497
+
'@rollup/rollup-android-arm-eabi@4.59.0':
1498
1498
+
optional: true
1499
1499
+
1500
1500
+
'@rollup/rollup-android-arm64@4.59.0':
1501
1501
+
optional: true
1502
1502
+
1503
1503
+
'@rollup/rollup-darwin-arm64@4.59.0':
1504
1504
+
optional: true
1505
1505
+
1506
1506
+
'@rollup/rollup-darwin-x64@4.59.0':
1507
1507
+
optional: true
1508
1508
+
1509
1509
+
'@rollup/rollup-freebsd-arm64@4.59.0':
1510
1510
+
optional: true
1511
1511
+
1512
1512
+
'@rollup/rollup-freebsd-x64@4.59.0':
1513
1513
+
optional: true
1514
1514
+
1515
1515
+
'@rollup/rollup-linux-arm-gnueabihf@4.59.0':
1516
1516
+
optional: true
1517
1517
+
1518
1518
+
'@rollup/rollup-linux-arm-musleabihf@4.59.0':
1519
1519
+
optional: true
1520
1520
+
1521
1521
+
'@rollup/rollup-linux-arm64-gnu@4.59.0':
1522
1522
+
optional: true
1523
1523
+
1524
1524
+
'@rollup/rollup-linux-arm64-musl@4.59.0':
1525
1525
+
optional: true
1526
1526
+
1527
1527
+
'@rollup/rollup-linux-loong64-gnu@4.59.0':
1528
1528
+
optional: true
1529
1529
+
1530
1530
+
'@rollup/rollup-linux-loong64-musl@4.59.0':
1531
1531
+
optional: true
1532
1532
+
1533
1533
+
'@rollup/rollup-linux-ppc64-gnu@4.59.0':
1534
1534
+
optional: true
1535
1535
+
1536
1536
+
'@rollup/rollup-linux-ppc64-musl@4.59.0':
1537
1537
+
optional: true
1538
1538
+
1539
1539
+
'@rollup/rollup-linux-riscv64-gnu@4.59.0':
1540
1540
+
optional: true
1541
1541
+
1542
1542
+
'@rollup/rollup-linux-riscv64-musl@4.59.0':
1543
1543
+
optional: true
1544
1544
+
1545
1545
+
'@rollup/rollup-linux-s390x-gnu@4.59.0':
1546
1546
+
optional: true
1547
1547
+
1548
1548
+
'@rollup/rollup-linux-x64-gnu@4.59.0':
1549
1549
+
optional: true
1550
1550
+
1551
1551
+
'@rollup/rollup-linux-x64-musl@4.59.0':
1552
1552
+
optional: true
1553
1553
+
1554
1554
+
'@rollup/rollup-openbsd-x64@4.59.0':
1555
1555
+
optional: true
1556
1556
+
1557
1557
+
'@rollup/rollup-openharmony-arm64@4.59.0':
1558
1558
+
optional: true
1559
1559
+
1560
1560
+
'@rollup/rollup-win32-arm64-msvc@4.59.0':
1561
1561
+
optional: true
1562
1562
+
1563
1563
+
'@rollup/rollup-win32-ia32-msvc@4.59.0':
1564
1564
+
optional: true
1565
1565
+
1566
1566
+
'@rollup/rollup-win32-x64-gnu@4.59.0':
1567
1567
+
optional: true
1568
1568
+
1569
1569
+
'@rollup/rollup-win32-x64-msvc@4.59.0':
1570
1570
+
optional: true
1571
1571
+
1572
1572
+
'@sindresorhus/is@7.2.0': {}
1573
1573
+
1574
1574
+
'@speed-highlight/core@1.2.14': {}
1575
1575
+
1576
1576
+
'@standard-schema/spec@1.1.0': {}
1577
1577
+
1578
1578
+
'@sveltejs/acorn-typescript@1.0.9(acorn@8.16.0)':
1579
1579
+
dependencies:
1580
1580
+
acorn: 8.16.0
1581
1581
+
1582
1582
+
'@sveltejs/adapter-auto@7.0.1(@sveltejs/kit@2.53.3(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.5)(vite@7.3.1(@types/node@25.3.2)))(svelte@5.53.5)(typescript@5.9.3)(vite@7.3.1(@types/node@25.3.2)))':
1583
1583
+
dependencies:
1584
1584
+
'@sveltejs/kit': 2.53.3(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.5)(vite@7.3.1(@types/node@25.3.2)))(svelte@5.53.5)(typescript@5.9.3)(vite@7.3.1(@types/node@25.3.2))
1585
1585
+
1586
1586
+
'@sveltejs/adapter-cloudflare@7.2.8(@sveltejs/kit@2.53.3(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.5)(vite@7.3.1(@types/node@25.3.2)))(svelte@5.53.5)(typescript@5.9.3)(vite@7.3.1(@types/node@25.3.2)))(wrangler@4.69.0(@cloudflare/workers-types@4.20260305.0))':
1587
1587
+
dependencies:
1588
1588
+
'@cloudflare/workers-types': 4.20260305.0
1589
1589
+
'@sveltejs/kit': 2.53.3(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.5)(vite@7.3.1(@types/node@25.3.2)))(svelte@5.53.5)(typescript@5.9.3)(vite@7.3.1(@types/node@25.3.2))
1590
1590
+
worktop: 0.8.0-next.18
1591
1591
+
wrangler: 4.69.0(@cloudflare/workers-types@4.20260305.0)
1592
1592
+
1593
1593
+
'@sveltejs/kit@2.53.3(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.5)(vite@7.3.1(@types/node@25.3.2)))(svelte@5.53.5)(typescript@5.9.3)(vite@7.3.1(@types/node@25.3.2))':
1594
1594
+
dependencies:
1595
1595
+
'@standard-schema/spec': 1.1.0
1596
1596
+
'@sveltejs/acorn-typescript': 1.0.9(acorn@8.16.0)
1597
1597
+
'@sveltejs/vite-plugin-svelte': 6.2.4(svelte@5.53.5)(vite@7.3.1(@types/node@25.3.2))
1598
1598
+
'@types/cookie': 0.6.0
1599
1599
+
acorn: 8.16.0
1600
1600
+
cookie: 0.6.0
1601
1601
+
devalue: 5.6.3
1602
1602
+
esm-env: 1.2.2
1603
1603
+
kleur: 4.1.5
1604
1604
+
magic-string: 0.30.21
1605
1605
+
mrmime: 2.0.1
1606
1606
+
set-cookie-parser: 3.0.1
1607
1607
+
sirv: 3.0.2
1608
1608
+
svelte: 5.53.5
1609
1609
+
vite: 7.3.1(@types/node@25.3.2)
1610
1610
+
optionalDependencies:
1611
1611
+
typescript: 5.9.3
1612
1612
+
1613
1613
+
'@sveltejs/vite-plugin-svelte-inspector@5.0.2(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.5)(vite@7.3.1(@types/node@25.3.2)))(svelte@5.53.5)(vite@7.3.1(@types/node@25.3.2))':
1614
1614
+
dependencies:
1615
1615
+
'@sveltejs/vite-plugin-svelte': 6.2.4(svelte@5.53.5)(vite@7.3.1(@types/node@25.3.2))
1616
1616
+
obug: 2.1.1
1617
1617
+
svelte: 5.53.5
1618
1618
+
vite: 7.3.1(@types/node@25.3.2)
1619
1619
+
1620
1620
+
'@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.5)(vite@7.3.1(@types/node@25.3.2))':
1621
1621
+
dependencies:
1622
1622
+
'@sveltejs/vite-plugin-svelte-inspector': 5.0.2(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.5)(vite@7.3.1(@types/node@25.3.2)))(svelte@5.53.5)(vite@7.3.1(@types/node@25.3.2))
1623
1623
+
deepmerge: 4.3.1
1624
1624
+
magic-string: 0.30.21
1625
1625
+
obug: 2.1.1
1626
1626
+
svelte: 5.53.5
1627
1627
+
vite: 7.3.1(@types/node@25.3.2)
1628
1628
+
vitefu: 1.1.2(vite@7.3.1(@types/node@25.3.2))
1629
1629
+
1630
1630
+
'@types/cookie@0.6.0': {}
1631
1631
+
1632
1632
+
'@types/estree@1.0.8': {}
1633
1633
+
1634
1634
+
'@types/node@25.3.2':
1635
1635
+
dependencies:
1636
1636
+
undici-types: 7.18.2
1637
1637
+
1638
1638
+
'@types/trusted-types@2.0.7': {}
1639
1639
+
1640
1640
+
acorn@8.16.0: {}
1641
1641
+
1642
1642
+
aria-query@5.3.1: {}
1643
1643
+
1644
1644
+
axobject-query@4.1.0: {}
1645
1645
+
1646
1646
+
blake3-wasm@2.1.5: {}
1647
1647
+
1648
1648
+
chokidar@4.0.3:
1649
1649
+
dependencies:
1650
1650
+
readdirp: 4.1.2
1651
1651
+
1652
1652
+
clsx@2.1.1: {}
1653
1653
+
1654
1654
+
cookie@0.6.0: {}
1655
1655
+
1656
1656
+
cookie@1.1.1: {}
1657
1657
+
1658
1658
+
deepmerge@4.3.1: {}
1659
1659
+
1660
1660
+
detect-libc@2.1.2: {}
1661
1661
+
1662
1662
+
devalue@5.6.3: {}
1663
1663
+
1664
1664
+
error-stack-parser-es@1.0.5: {}
1665
1665
+
1666
1666
+
esbuild@0.27.3:
1667
1667
+
optionalDependencies:
1668
1668
+
'@esbuild/aix-ppc64': 0.27.3
1669
1669
+
'@esbuild/android-arm': 0.27.3
1670
1670
+
'@esbuild/android-arm64': 0.27.3
1671
1671
+
'@esbuild/android-x64': 0.27.3
1672
1672
+
'@esbuild/darwin-arm64': 0.27.3
1673
1673
+
'@esbuild/darwin-x64': 0.27.3
1674
1674
+
'@esbuild/freebsd-arm64': 0.27.3
1675
1675
+
'@esbuild/freebsd-x64': 0.27.3
1676
1676
+
'@esbuild/linux-arm': 0.27.3
1677
1677
+
'@esbuild/linux-arm64': 0.27.3
1678
1678
+
'@esbuild/linux-ia32': 0.27.3
1679
1679
+
'@esbuild/linux-loong64': 0.27.3
1680
1680
+
'@esbuild/linux-mips64el': 0.27.3
1681
1681
+
'@esbuild/linux-ppc64': 0.27.3
1682
1682
+
'@esbuild/linux-riscv64': 0.27.3
1683
1683
+
'@esbuild/linux-s390x': 0.27.3
1684
1684
+
'@esbuild/linux-x64': 0.27.3
1685
1685
+
'@esbuild/netbsd-arm64': 0.27.3
1686
1686
+
'@esbuild/netbsd-x64': 0.27.3
1687
1687
+
'@esbuild/openbsd-arm64': 0.27.3
1688
1688
+
'@esbuild/openbsd-x64': 0.27.3
1689
1689
+
'@esbuild/openharmony-arm64': 0.27.3
1690
1690
+
'@esbuild/sunos-x64': 0.27.3
1691
1691
+
'@esbuild/win32-arm64': 0.27.3
1692
1692
+
'@esbuild/win32-ia32': 0.27.3
1693
1693
+
'@esbuild/win32-x64': 0.27.3
1694
1694
+
1695
1695
+
esm-env@1.2.2: {}
1696
1696
+
1697
1697
+
esrap@2.2.3:
1698
1698
+
dependencies:
1699
1699
+
'@jridgewell/sourcemap-codec': 1.5.5
1700
1700
+
1701
1701
+
fdir@6.5.0(picomatch@4.0.3):
1702
1702
+
optionalDependencies:
1703
1703
+
picomatch: 4.0.3
1704
1704
+
1705
1705
+
fsevents@2.3.3:
1706
1706
+
optional: true
1707
1707
+
1708
1708
+
is-reference@3.0.3:
1709
1709
+
dependencies:
1710
1710
+
'@types/estree': 1.0.8
1711
1711
+
1712
1712
+
kleur@4.1.5: {}
1713
1713
+
1714
1714
+
locate-character@3.0.0: {}
1715
1715
+
1716
1716
+
magic-string@0.30.21:
1717
1717
+
dependencies:
1718
1718
+
'@jridgewell/sourcemap-codec': 1.5.5
1719
1719
+
1720
1720
+
miniflare@4.20260305.0:
1721
1721
+
dependencies:
1722
1722
+
'@cspotcode/source-map-support': 0.8.1
1723
1723
+
sharp: 0.34.5
1724
1724
+
undici: 7.18.2
1725
1725
+
workerd: 1.20260305.0
1726
1726
+
ws: 8.18.0
1727
1727
+
youch: 4.1.0-beta.10
1728
1728
+
transitivePeerDependencies:
1729
1729
+
- bufferutil
1730
1730
+
- utf-8-validate
1731
1731
+
1732
1732
+
mri@1.2.0: {}
1733
1733
+
1734
1734
+
mrmime@2.0.1: {}
1735
1735
+
1736
1736
+
nanoid@3.3.11: {}
1737
1737
+
1738
1738
+
nanoid@5.1.6: {}
1739
1739
+
1740
1740
+
obug@2.1.1: {}
1741
1741
+
1742
1742
+
path-to-regexp@6.3.0: {}
1743
1743
+
1744
1744
+
pathe@2.0.3: {}
1745
1745
+
1746
1746
+
picocolors@1.1.1: {}
1747
1747
+
1748
1748
+
picomatch@4.0.3: {}
1749
1749
+
1750
1750
+
postcss@8.5.6:
1751
1751
+
dependencies:
1752
1752
+
nanoid: 3.3.11
1753
1753
+
picocolors: 1.1.1
1754
1754
+
source-map-js: 1.2.1
1755
1755
+
1756
1756
+
prettier@3.8.1: {}
1757
1757
+
1758
1758
+
readdirp@4.1.2: {}
1759
1759
+
1760
1760
+
regexparam@3.0.0: {}
1761
1761
+
1762
1762
+
rollup@4.59.0:
1763
1763
+
dependencies:
1764
1764
+
'@types/estree': 1.0.8
1765
1765
+
optionalDependencies:
1766
1766
+
'@rollup/rollup-android-arm-eabi': 4.59.0
1767
1767
+
'@rollup/rollup-android-arm64': 4.59.0
1768
1768
+
'@rollup/rollup-darwin-arm64': 4.59.0
1769
1769
+
'@rollup/rollup-darwin-x64': 4.59.0
1770
1770
+
'@rollup/rollup-freebsd-arm64': 4.59.0
1771
1771
+
'@rollup/rollup-freebsd-x64': 4.59.0
1772
1772
+
'@rollup/rollup-linux-arm-gnueabihf': 4.59.0
1773
1773
+
'@rollup/rollup-linux-arm-musleabihf': 4.59.0
1774
1774
+
'@rollup/rollup-linux-arm64-gnu': 4.59.0
1775
1775
+
'@rollup/rollup-linux-arm64-musl': 4.59.0
1776
1776
+
'@rollup/rollup-linux-loong64-gnu': 4.59.0
1777
1777
+
'@rollup/rollup-linux-loong64-musl': 4.59.0
1778
1778
+
'@rollup/rollup-linux-ppc64-gnu': 4.59.0
1779
1779
+
'@rollup/rollup-linux-ppc64-musl': 4.59.0
1780
1780
+
'@rollup/rollup-linux-riscv64-gnu': 4.59.0
1781
1781
+
'@rollup/rollup-linux-riscv64-musl': 4.59.0
1782
1782
+
'@rollup/rollup-linux-s390x-gnu': 4.59.0
1783
1783
+
'@rollup/rollup-linux-x64-gnu': 4.59.0
1784
1784
+
'@rollup/rollup-linux-x64-musl': 4.59.0
1785
1785
+
'@rollup/rollup-openbsd-x64': 4.59.0
1786
1786
+
'@rollup/rollup-openharmony-arm64': 4.59.0
1787
1787
+
'@rollup/rollup-win32-arm64-msvc': 4.59.0
1788
1788
+
'@rollup/rollup-win32-ia32-msvc': 4.59.0
1789
1789
+
'@rollup/rollup-win32-x64-gnu': 4.59.0
1790
1790
+
'@rollup/rollup-win32-x64-msvc': 4.59.0
1791
1791
+
fsevents: 2.3.3
1792
1792
+
1793
1793
+
sade@1.8.1:
1794
1794
+
dependencies:
1795
1795
+
mri: 1.2.0
1796
1796
+
1797
1797
+
semver@7.7.4: {}
1798
1798
+
1799
1799
+
set-cookie-parser@3.0.1: {}
1800
1800
+
1801
1801
+
sharp@0.34.5:
1802
1802
+
dependencies:
1803
1803
+
'@img/colour': 1.0.0
1804
1804
+
detect-libc: 2.1.2
1805
1805
+
semver: 7.7.4
1806
1806
+
optionalDependencies:
1807
1807
+
'@img/sharp-darwin-arm64': 0.34.5
1808
1808
+
'@img/sharp-darwin-x64': 0.34.5
1809
1809
+
'@img/sharp-libvips-darwin-arm64': 1.2.4
1810
1810
+
'@img/sharp-libvips-darwin-x64': 1.2.4
1811
1811
+
'@img/sharp-libvips-linux-arm': 1.2.4
1812
1812
+
'@img/sharp-libvips-linux-arm64': 1.2.4
1813
1813
+
'@img/sharp-libvips-linux-ppc64': 1.2.4
1814
1814
+
'@img/sharp-libvips-linux-riscv64': 1.2.4
1815
1815
+
'@img/sharp-libvips-linux-s390x': 1.2.4
1816
1816
+
'@img/sharp-libvips-linux-x64': 1.2.4
1817
1817
+
'@img/sharp-libvips-linuxmusl-arm64': 1.2.4
1818
1818
+
'@img/sharp-libvips-linuxmusl-x64': 1.2.4
1819
1819
+
'@img/sharp-linux-arm': 0.34.5
1820
1820
+
'@img/sharp-linux-arm64': 0.34.5
1821
1821
+
'@img/sharp-linux-ppc64': 0.34.5
1822
1822
+
'@img/sharp-linux-riscv64': 0.34.5
1823
1823
+
'@img/sharp-linux-s390x': 0.34.5
1824
1824
+
'@img/sharp-linux-x64': 0.34.5
1825
1825
+
'@img/sharp-linuxmusl-arm64': 0.34.5
1826
1826
+
'@img/sharp-linuxmusl-x64': 0.34.5
1827
1827
+
'@img/sharp-wasm32': 0.34.5
1828
1828
+
'@img/sharp-win32-arm64': 0.34.5
1829
1829
+
'@img/sharp-win32-ia32': 0.34.5
1830
1830
+
'@img/sharp-win32-x64': 0.34.5
1831
1831
+
1832
1832
+
sirv@3.0.2:
1833
1833
+
dependencies:
1834
1834
+
'@polka/url': 1.0.0-next.29
1835
1835
+
mrmime: 2.0.1
1836
1836
+
totalist: 3.0.1
1837
1837
+
1838
1838
+
source-map-js@1.2.1: {}
1839
1839
+
1840
1840
+
supports-color@10.2.2: {}
1841
1841
+
1842
1842
+
svelte-check@4.4.4(picomatch@4.0.3)(svelte@5.53.5)(typescript@5.9.3):
1843
1843
+
dependencies:
1844
1844
+
'@jridgewell/trace-mapping': 0.3.31
1845
1845
+
chokidar: 4.0.3
1846
1846
+
fdir: 6.5.0(picomatch@4.0.3)
1847
1847
+
picocolors: 1.1.1
1848
1848
+
sade: 1.8.1
1849
1849
+
svelte: 5.53.5
1850
1850
+
typescript: 5.9.3
1851
1851
+
transitivePeerDependencies:
1852
1852
+
- picomatch
1853
1853
+
1854
1854
+
svelte@5.53.5:
1855
1855
+
dependencies:
1856
1856
+
'@jridgewell/remapping': 2.3.5
1857
1857
+
'@jridgewell/sourcemap-codec': 1.5.5
1858
1858
+
'@sveltejs/acorn-typescript': 1.0.9(acorn@8.16.0)
1859
1859
+
'@types/estree': 1.0.8
1860
1860
+
'@types/trusted-types': 2.0.7
1861
1861
+
acorn: 8.16.0
1862
1862
+
aria-query: 5.3.1
1863
1863
+
axobject-query: 4.1.0
1864
1864
+
clsx: 2.1.1
1865
1865
+
devalue: 5.6.3
1866
1866
+
esm-env: 1.2.2
1867
1867
+
esrap: 2.2.3
1868
1868
+
is-reference: 3.0.3
1869
1869
+
locate-character: 3.0.0
1870
1870
+
magic-string: 0.30.21
1871
1871
+
zimmerframe: 1.1.4
1872
1872
+
1873
1873
+
tinyglobby@0.2.15:
1874
1874
+
dependencies:
1875
1875
+
fdir: 6.5.0(picomatch@4.0.3)
1876
1876
+
picomatch: 4.0.3
1877
1877
+
1878
1878
+
totalist@3.0.1: {}
1879
1879
+
1880
1880
+
tslib@2.8.1:
1881
1881
+
optional: true
1882
1882
+
1883
1883
+
typescript@5.9.3: {}
1884
1884
+
1885
1885
+
undici-types@7.18.2: {}
1886
1886
+
1887
1887
+
undici@7.18.2: {}
1888
1888
+
1889
1889
+
unenv@2.0.0-rc.24:
1890
1890
+
dependencies:
1891
1891
+
pathe: 2.0.3
1892
1892
+
1893
1893
+
unicode-segmenter@0.14.5: {}
1894
1894
+
1895
1895
+
valibot@1.2.0(typescript@5.9.3):
1896
1896
+
optionalDependencies:
1897
1897
+
typescript: 5.9.3
1898
1898
+
1899
1899
+
vite@7.3.1(@types/node@25.3.2):
1900
1900
+
dependencies:
1901
1901
+
esbuild: 0.27.3
1902
1902
+
fdir: 6.5.0(picomatch@4.0.3)
1903
1903
+
picomatch: 4.0.3
1904
1904
+
postcss: 8.5.6
1905
1905
+
rollup: 4.59.0
1906
1906
+
tinyglobby: 0.2.15
1907
1907
+
optionalDependencies:
1908
1908
+
'@types/node': 25.3.2
1909
1909
+
fsevents: 2.3.3
1910
1910
+
1911
1911
+
vitefu@1.1.2(vite@7.3.1(@types/node@25.3.2)):
1912
1912
+
optionalDependencies:
1913
1913
+
vite: 7.3.1(@types/node@25.3.2)
1914
1914
+
1915
1915
+
workerd@1.20260305.0:
1916
1916
+
optionalDependencies:
1917
1917
+
'@cloudflare/workerd-darwin-64': 1.20260305.0
1918
1918
+
'@cloudflare/workerd-darwin-arm64': 1.20260305.0
1919
1919
+
'@cloudflare/workerd-linux-64': 1.20260305.0
1920
1920
+
'@cloudflare/workerd-linux-arm64': 1.20260305.0
1921
1921
+
'@cloudflare/workerd-windows-64': 1.20260305.0
1922
1922
+
1923
1923
+
worktop@0.8.0-next.18:
1924
1924
+
dependencies:
1925
1925
+
mrmime: 2.0.1
1926
1926
+
regexparam: 3.0.0
1927
1927
+
1928
1928
+
wrangler@4.69.0(@cloudflare/workers-types@4.20260305.0):
1929
1929
+
dependencies:
1930
1930
+
'@cloudflare/kv-asset-handler': 0.4.2
1931
1931
+
'@cloudflare/unenv-preset': 2.14.0(unenv@2.0.0-rc.24)(workerd@1.20260305.0)
1932
1932
+
blake3-wasm: 2.1.5
1933
1933
+
esbuild: 0.27.3
1934
1934
+
miniflare: 4.20260305.0
1935
1935
+
path-to-regexp: 6.3.0
1936
1936
+
unenv: 2.0.0-rc.24
1937
1937
+
workerd: 1.20260305.0
1938
1938
+
optionalDependencies:
1939
1939
+
'@cloudflare/workers-types': 4.20260305.0
1940
1940
+
fsevents: 2.3.3
1941
1941
+
transitivePeerDependencies:
1942
1942
+
- bufferutil
1943
1943
+
- utf-8-validate
1944
1944
+
1945
1945
+
ws@8.18.0: {}
1946
1946
+
1947
1947
+
youch-core@0.3.3:
1948
1948
+
dependencies:
1949
1949
+
'@poppinss/exception': 1.2.3
1950
1950
+
error-stack-parser-es: 1.0.5
1951
1951
+
1952
1952
+
youch@4.1.0-beta.10:
1953
1953
+
dependencies:
1954
1954
+
'@poppinss/colors': 4.1.6
1955
1955
+
'@poppinss/dumper': 0.6.5
1956
1956
+
'@speed-highlight/core': 1.2.14
1957
1957
+
cookie: 1.1.1
1958
1958
+
youch-core: 0.3.3
1959
1959
+
1960
1960
+
zimmerframe@1.1.4: {}
+2
pnpm-workspace.yaml
···
1
1
+
minimumReleaseAge: 10080
2
2
+
trustPolicy: no-downgrade