tangled
alpha
login
or
join now
mary.my.id
/
aglais
4
fork
atom
personal web client for Bluesky
typescript
solidjs
bluesky
atcute
4
fork
atom
overview
issues
pulls
pipelines
chore: upgrade dependencies
mary.my.id
3 months ago
08f6b383
30b4051b
verified
This commit was signed with the committer's
known signature
.
mary.my.id
SSH Key Fingerprint:
SHA256:ZlTP/auFSGpGnaoDg4mCTG1g9OZvXp62jWR4c6H4O3c=
+583
-675
2 changed files
expand all
collapse all
unified
split
package.json
pnpm-lock.yaml
+13
-13
package.json
···
8
"fmt": "PRETTIER_EXPERIMENTAL_CLI=1 prettier --cache --write ."
9
},
10
"dependencies": {
11
-
"@atcute/atproto": "^3.1.8",
12
"@atcute/bluemoji": "^3.1.3",
13
-
"@atcute/bluesky": "^3.2.8",
14
"@atcute/bluesky-richtext-parser": "^1.0.7",
15
"@atcute/bluesky-richtext-segmenter": "^2.0.4",
16
"@atcute/bluesky-search-parser": "^0.1.1",
17
"@atcute/cbor": "^2.2.7",
18
"@atcute/cid": "^2.2.6",
19
"@atcute/client": "^4.0.5",
20
-
"@atcute/identity": "^1.1.1",
21
"@atcute/identity-resolver": "^1.1.4",
22
-
"@atcute/lexicons": "^1.2.2",
23
"@atcute/multibase": "^1.1.6",
24
"@atcute/oauth-browser-client": "2.0.1",
25
"@atcute/tid": "^1.0.3",
···
39
"@mary/solid-freeze": "npm:@externdefs/solid-freeze@^0.1.1",
40
"@mary/solid-query": "npm:@externdefs/solid-query@^0.1.5",
41
"comlink": "^4.4.2",
42
-
"hls.js": "^1.6.13",
43
"idb": "^8.0.3",
44
"nanoid": "^5.1.6",
45
"solid-floating-ui": "~0.2.1",
46
-
"solid-js": "^1.9.9",
47
"webm-muxer": "^5.1.4"
48
},
49
"devDependencies": {
50
"@badrap/valita": "^0.4.6",
51
-
"@cloudflare/vite-plugin": "^1.13.15",
52
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
53
"@types/dom-close-watcher": "^1.0.0",
54
-
"@types/dom-webcodecs": "^0.1.16",
55
-
"@types/node": "^24.9.1",
56
-
"autoprefixer": "^10.4.21",
57
"babel-plugin-transform-typescript-const-enums": "^0.1.0",
58
"prettier": "^3.6.2",
59
"prettier-plugin-tailwindcss": "^0.7.1",
60
"tailwindcss": "^3.4.18",
61
-
"terser": "^5.44.0",
62
"typescript": "~5.9.3",
63
-
"vite": "^7.1.12",
64
"vite-plugin-pwa": "1.1.0",
65
"vite-plugin-solid": "^2.11.10",
66
-
"wrangler": "^4.45.0"
67
},
68
"pnpm": {
69
"patchedDependencies": {
···
8
"fmt": "PRETTIER_EXPERIMENTAL_CLI=1 prettier --cache --write ."
9
},
10
"dependencies": {
11
+
"@atcute/atproto": "^3.1.9",
12
"@atcute/bluemoji": "^3.1.3",
13
+
"@atcute/bluesky": "^3.2.10",
14
"@atcute/bluesky-richtext-parser": "^1.0.7",
15
"@atcute/bluesky-richtext-segmenter": "^2.0.4",
16
"@atcute/bluesky-search-parser": "^0.1.1",
17
"@atcute/cbor": "^2.2.7",
18
"@atcute/cid": "^2.2.6",
19
"@atcute/client": "^4.0.5",
20
+
"@atcute/identity": "^1.1.2",
21
"@atcute/identity-resolver": "^1.1.4",
22
+
"@atcute/lexicons": "^1.2.3",
23
"@atcute/multibase": "^1.1.6",
24
"@atcute/oauth-browser-client": "2.0.1",
25
"@atcute/tid": "^1.0.3",
···
39
"@mary/solid-freeze": "npm:@externdefs/solid-freeze@^0.1.1",
40
"@mary/solid-query": "npm:@externdefs/solid-query@^0.1.5",
41
"comlink": "^4.4.2",
42
+
"hls.js": "^1.6.15",
43
"idb": "^8.0.3",
44
"nanoid": "^5.1.6",
45
"solid-floating-ui": "~0.2.1",
46
+
"solid-js": "^1.9.10",
47
"webm-muxer": "^5.1.4"
48
},
49
"devDependencies": {
50
"@badrap/valita": "^0.4.6",
51
+
"@cloudflare/vite-plugin": "^1.15.0",
52
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
53
"@types/dom-close-watcher": "^1.0.0",
54
+
"@types/dom-webcodecs": "^0.1.17",
55
+
"@types/node": "^24.10.1",
56
+
"autoprefixer": "^10.4.22",
57
"babel-plugin-transform-typescript-const-enums": "^0.1.0",
58
"prettier": "^3.6.2",
59
"prettier-plugin-tailwindcss": "^0.7.1",
60
"tailwindcss": "^3.4.18",
61
+
"terser": "^5.44.1",
62
"typescript": "~5.9.3",
63
+
"vite": "^7.2.2",
64
"vite-plugin-pwa": "1.1.0",
65
"vite-plugin-solid": "^2.11.10",
66
+
"wrangler": "^4.49.0"
67
},
68
"pnpm": {
69
"patchedDependencies": {
+570
-662
pnpm-lock.yaml
···
31
.:
32
dependencies:
33
'@atcute/atproto':
34
-
specifier: ^3.1.8
35
-
version: 3.1.8
36
'@atcute/bluemoji':
37
specifier: ^3.1.3
38
version: 3.1.3
39
'@atcute/bluesky':
40
-
specifier: ^3.2.8
41
-
version: 3.2.8
42
'@atcute/bluesky-richtext-parser':
43
specifier: ^1.0.7
44
version: 1.0.7
···
58
specifier: ^4.0.5
59
version: 4.0.5
60
'@atcute/identity':
61
-
specifier: ^1.1.1
62
-
version: 1.1.1
63
'@atcute/identity-resolver':
64
specifier: ^1.1.4
65
-
version: 1.1.4(@atcute/identity@1.1.1)
66
'@atcute/lexicons':
67
-
specifier: ^1.2.2
68
-
version: 1.2.2
69
'@atcute/multibase':
70
specifier: ^1.1.6
71
version: 1.1.6
···
116
version: '@jsr/mary__exif-rm@0.2.2'
117
'@mary/solid-freeze':
118
specifier: npm:@externdefs/solid-freeze@^0.1.1
119
-
version: '@externdefs/solid-freeze@0.1.1(solid-js@1.9.9(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7))'
120
'@mary/solid-query':
121
specifier: npm:@externdefs/solid-query@^0.1.5
122
-
version: '@externdefs/solid-query@0.1.5(solid-js@1.9.9(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7))'
123
comlink:
124
specifier: ^4.4.2
125
version: 4.4.2
126
hls.js:
127
-
specifier: ^1.6.13
128
-
version: 1.6.13
129
idb:
130
specifier: ^8.0.3
131
version: 8.0.3
···
134
version: 5.1.6
135
solid-floating-ui:
136
specifier: ~0.2.1
137
-
version: 0.2.1(@floating-ui/dom@1.7.4)(solid-js@1.9.9(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7))
138
solid-js:
139
-
specifier: ^1.9.9
140
-
version: 1.9.9(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7)
141
webm-muxer:
142
specifier: ^5.1.4
143
version: 5.1.4
···
146
specifier: ^0.4.6
147
version: 0.4.6
148
'@cloudflare/vite-plugin':
149
-
specifier: ^1.13.15
150
-
version: 1.13.15(vite@7.1.12(@types/node@24.9.1)(jiti@1.21.7)(terser@5.44.0))(workerd@1.20251011.0)(wrangler@4.45.0)
151
'@trivago/prettier-plugin-sort-imports':
152
specifier: ^5.2.2
153
version: 5.2.2(prettier@3.6.2)
···
155
specifier: ^1.0.0
156
version: 1.0.0
157
'@types/dom-webcodecs':
158
-
specifier: ^0.1.16
159
-
version: 0.1.16
160
'@types/node':
161
-
specifier: ^24.9.1
162
-
version: 24.9.1
163
autoprefixer:
164
-
specifier: ^10.4.21
165
-
version: 10.4.21(postcss@8.5.6)
166
babel-plugin-transform-typescript-const-enums:
167
specifier: ^0.1.0
168
version: 0.1.0(@babel/core@7.28.5)
···
176
specifier: ^3.4.18
177
version: 3.4.18
178
terser:
179
-
specifier: ^5.44.0
180
-
version: 5.44.0
181
typescript:
182
specifier: ~5.9.3
183
version: 5.9.3
184
vite:
185
-
specifier: ^7.1.12
186
-
version: 7.1.12(@types/node@24.9.1)(jiti@1.21.7)(terser@5.44.0)
187
vite-plugin-pwa:
188
specifier: 1.1.0
189
-
version: 1.1.0(patch_hash=003379ded749ad87080f87b428b17f04c4c88b6b64544df4d928aab76fbf6325)(@types/babel__core@7.20.5)(vite@7.1.12(@types/node@24.9.1)(jiti@1.21.7)(terser@5.44.0))
190
vite-plugin-solid:
191
specifier: ^2.11.10
192
-
version: 2.11.10(solid-js@1.9.9(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7))(vite@7.1.12(@types/node@24.9.1)(jiti@1.21.7)(terser@5.44.0))
193
wrangler:
194
-
specifier: ^4.45.0
195
-
version: 4.45.0
196
197
packages:
198
···
206
peerDependencies:
207
ajv: '>=8'
208
209
-
'@atcute/atproto@3.1.8':
210
-
resolution: {integrity: sha512-Miu+S7RSgAYbmQWtHJKfSFUN5Kliqoo4YH0rILPmBtfmlZieORJgXNj9oO/Uive0/ulWkiRse07ATIcK8JxMnw==}
211
212
'@atcute/bluemoji@3.1.3':
213
resolution: {integrity: sha512-IV7Kidr32BueYvcr/Q2MPupu06oAZv0O0MahQc0X/g4ykg6d5B4gGvBgBV/iHwW6uAO9s1TO1RrsEdu1FFnowQ==}
···
221
'@atcute/bluesky-search-parser@0.1.1':
222
resolution: {integrity: sha512-jX01yzA4CWXfnpAmOL5P9kjpWEhVvIq2xEyYLZdFVpYe1v6xclUem1ir+Q8+aWoAcYwqQq6pM16XxkGw0yi5nA==}
223
224
-
'@atcute/bluesky@3.2.8':
225
-
resolution: {integrity: sha512-wxEnSOvX7nLH4sVzX9YFCkaNEWIDrTv3pTs6/x4NgJ3AJ3XJio0OYPM8tR7wAgsklY6BHvlAgt3yoCDK0cl1CA==}
226
227
'@atcute/cbor@2.2.7':
228
resolution: {integrity: sha512-/mwAF0gnokOphceZqFq3uzMGdd8sbw5y6bxF8CRutRkCCUcpjjpJc5fkLwhxyGgOveF3mZuHE6p7t/+IAqb7Aw==}
···
233
'@atcute/client@4.0.5':
234
resolution: {integrity: sha512-R8Qen8goGmEkynYGg2m6XFlVmz0GTDvQ+9w+4QqOob+XMk8/WDpF4aImev7WKEde/rV2gjcqW7zM8E6W9NShDA==}
235
236
-
'@atcute/crypto@2.2.5':
237
-
resolution: {integrity: sha512-9CbQ9cJ68XewsbLrgdmWQS2uDD9D0hizWFJ3OOZ16TCuARREmzKEpFgHlMxPswR3bDxjwfiXzmYUlHaTqsnxRQ==}
238
239
'@atcute/identity-resolver@1.1.4':
240
resolution: {integrity: sha512-/SVh8vf2cXFJenmBnGeYF2aY3WGQm3cJeew5NWTlkqoy3LvJ5wkvKq9PWu4Tv653VF40rPOp6LOdVr9Fa+q5rA==}
241
peerDependencies:
242
'@atcute/identity': ^1.0.0
243
244
-
'@atcute/identity@1.1.1':
245
-
resolution: {integrity: sha512-zax42n693VEhnC+5tndvO2KLDTMkHOz8UExwmklvJv7R9VujfEwiSWhcv6Jgwb3ellaG8wjiQ1lMOIjLLvwh0Q==}
246
247
-
'@atcute/lexicons@1.2.2':
248
-
resolution: {integrity: sha512-bgEhJq5Z70/0TbK5sx+tAkrR8FsCODNiL2gUEvS5PuJfPxmFmRYNWaMGehxSPaXWpU2+Oa9ckceHiYbrItDTkA==}
249
250
'@atcute/multibase@1.1.6':
251
resolution: {integrity: sha512-HBxuCgYLKPPxETV0Rot4VP9e24vKl8JdzGCZOVsDaOXJgbRZoRIF67Lp0H/OgnJeH/Xpva8Z5ReoTNJE5dn3kg==}
···
784
resolution: {integrity: sha512-+tv3z+SPp+gqTIcImN9o0hqE9xyfQjI1XD9pL6NuKjua9B1y7mNYv0S9cP+QEbA4ppVgGZEmKOvHX5G5Ei1CVA==}
785
engines: {node: '>=18.0.0'}
786
787
-
'@cloudflare/unenv-preset@2.7.8':
788
-
resolution: {integrity: sha512-Ky929MfHh+qPhwCapYrRPwPVHtA2Ioex/DbGZyskGyNRDe9Ru3WThYZivyNVaPy5ergQSgMs9OKrM9Ajtz9F6w==}
789
peerDependencies:
790
-
unenv: 2.0.0-rc.21
791
-
workerd: ^1.20250927.0
792
peerDependenciesMeta:
793
workerd:
794
optional: true
795
796
-
'@cloudflare/vite-plugin@1.13.15':
797
-
resolution: {integrity: sha512-tVkdkRmwGzqs7RzRIwKkJp/FvRZ0YL108jXhQRYTSCDcuDVROK4O1hjf9bcC7Gr0KISSaEPj9oJtR5eTSNN+Ag==}
798
peerDependencies:
799
vite: ^6.1.0 || ^7.0.0
800
-
wrangler: ^4.45.0
801
802
-
'@cloudflare/workerd-darwin-64@1.20251011.0':
803
-
resolution: {integrity: sha512-0DirVP+Z82RtZLlK2B+VhLOkk+ShBqDYO/jhcRw4oVlp0TOvk3cOVZChrt3+y3NV8Y/PYgTEywzLKFSziK4wCg==}
804
engines: {node: '>=16'}
805
cpu: [x64]
806
os: [darwin]
807
808
-
'@cloudflare/workerd-darwin-arm64@1.20251011.0':
809
-
resolution: {integrity: sha512-1WuFBGwZd15p4xssGN/48OE2oqokIuc51YvHvyNivyV8IYnAs3G9bJNGWth1X7iMDPe4g44pZrKhRnISS2+5dA==}
810
engines: {node: '>=16'}
811
cpu: [arm64]
812
os: [darwin]
813
814
-
'@cloudflare/workerd-linux-64@1.20251011.0':
815
-
resolution: {integrity: sha512-BccMiBzFlWZyFghIw2szanmYJrJGBGHomw2y/GV6pYXChFzMGZkeCEMfmCyJj29xczZXxcZmUVJxNy4eJxO8QA==}
816
engines: {node: '>=16'}
817
cpu: [x64]
818
os: [linux]
819
820
-
'@cloudflare/workerd-linux-arm64@1.20251011.0':
821
-
resolution: {integrity: sha512-79o/216lsbAbKEVDZYXR24ivEIE2ysDL9jvo0rDTkViLWju9dAp3CpyetglpJatbSi3uWBPKZBEOqN68zIjVsQ==}
822
engines: {node: '>=16'}
823
cpu: [arm64]
824
os: [linux]
825
826
-
'@cloudflare/workerd-windows-64@1.20251011.0':
827
-
resolution: {integrity: sha512-RIXUQRchFdqEvaUqn1cXZXSKjpqMaSaVAkI5jNZ8XzAw/bw2bcdOVUtakrflgxDprltjFb0PTNtuss1FKtH9Jg==}
828
engines: {node: '>=16'}
829
cpu: [x64]
830
os: [win32]
···
833
resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==}
834
engines: {node: '>=12'}
835
836
-
'@emnapi/runtime@1.6.0':
837
-
resolution: {integrity: sha512-obtUmAHTMjll499P+D9A3axeJFlhdjOWdKUNs/U6QIGT7V5RjcUW1xToAzjvmgTSQhDbYn/NwfTRoJcQ2rNBxA==}
838
839
-
'@esbuild/aix-ppc64@0.25.11':
840
-
resolution: {integrity: sha512-Xt1dOL13m8u0WE8iplx9Ibbm+hFAO0GsU2P34UNoDGvZYkY8ifSiy6Zuc1lYxfG7svWE2fzqCUmFp5HCn51gJg==}
841
engines: {node: '>=18'}
842
cpu: [ppc64]
843
os: [aix]
···
848
cpu: [ppc64]
849
os: [aix]
850
851
-
'@esbuild/android-arm64@0.25.11':
852
-
resolution: {integrity: sha512-9slpyFBc4FPPz48+f6jyiXOx/Y4v34TUeDDXJpZqAWQn/08lKGeD8aDp9TMn9jDz2CiEuHwfhRmGBvpnd/PWIQ==}
853
engines: {node: '>=18'}
854
cpu: [arm64]
855
os: [android]
···
860
cpu: [arm64]
861
os: [android]
862
863
-
'@esbuild/android-arm@0.25.11':
864
-
resolution: {integrity: sha512-uoa7dU+Dt3HYsethkJ1k6Z9YdcHjTrSb5NUy66ZfZaSV8hEYGD5ZHbEMXnqLFlbBflLsl89Zke7CAdDJ4JI+Gg==}
865
engines: {node: '>=18'}
866
cpu: [arm]
867
os: [android]
···
872
cpu: [arm]
873
os: [android]
874
875
-
'@esbuild/android-x64@0.25.11':
876
-
resolution: {integrity: sha512-Sgiab4xBjPU1QoPEIqS3Xx+R2lezu0LKIEcYe6pftr56PqPygbB7+szVnzoShbx64MUupqoE0KyRlN7gezbl8g==}
877
engines: {node: '>=18'}
878
cpu: [x64]
879
os: [android]
···
884
cpu: [x64]
885
os: [android]
886
887
-
'@esbuild/darwin-arm64@0.25.11':
888
-
resolution: {integrity: sha512-VekY0PBCukppoQrycFxUqkCojnTQhdec0vevUL/EDOCnXd9LKWqD/bHwMPzigIJXPhC59Vd1WFIL57SKs2mg4w==}
889
engines: {node: '>=18'}
890
cpu: [arm64]
891
os: [darwin]
···
896
cpu: [arm64]
897
os: [darwin]
898
899
-
'@esbuild/darwin-x64@0.25.11':
900
-
resolution: {integrity: sha512-+hfp3yfBalNEpTGp9loYgbknjR695HkqtY3d3/JjSRUyPg/xd6q+mQqIb5qdywnDxRZykIHs3axEqU6l1+oWEQ==}
901
engines: {node: '>=18'}
902
cpu: [x64]
903
os: [darwin]
···
908
cpu: [x64]
909
os: [darwin]
910
911
-
'@esbuild/freebsd-arm64@0.25.11':
912
-
resolution: {integrity: sha512-CmKjrnayyTJF2eVuO//uSjl/K3KsMIeYeyN7FyDBjsR3lnSJHaXlVoAK8DZa7lXWChbuOk7NjAc7ygAwrnPBhA==}
913
engines: {node: '>=18'}
914
cpu: [arm64]
915
os: [freebsd]
···
920
cpu: [arm64]
921
os: [freebsd]
922
923
-
'@esbuild/freebsd-x64@0.25.11':
924
-
resolution: {integrity: sha512-Dyq+5oscTJvMaYPvW3x3FLpi2+gSZTCE/1ffdwuM6G1ARang/mb3jvjxs0mw6n3Lsw84ocfo9CrNMqc5lTfGOw==}
925
engines: {node: '>=18'}
926
cpu: [x64]
927
os: [freebsd]
···
932
cpu: [x64]
933
os: [freebsd]
934
935
-
'@esbuild/linux-arm64@0.25.11':
936
-
resolution: {integrity: sha512-Qr8AzcplUhGvdyUF08A1kHU3Vr2O88xxP0Tm8GcdVOUm25XYcMPp2YqSVHbLuXzYQMf9Bh/iKx7YPqECs6ffLA==}
937
engines: {node: '>=18'}
938
cpu: [arm64]
939
os: [linux]
···
944
cpu: [arm64]
945
os: [linux]
946
947
-
'@esbuild/linux-arm@0.25.11':
948
-
resolution: {integrity: sha512-TBMv6B4kCfrGJ8cUPo7vd6NECZH/8hPpBHHlYI3qzoYFvWu2AdTvZNuU/7hsbKWqu/COU7NIK12dHAAqBLLXgw==}
949
engines: {node: '>=18'}
950
cpu: [arm]
951
os: [linux]
···
956
cpu: [arm]
957
os: [linux]
958
959
-
'@esbuild/linux-ia32@0.25.11':
960
-
resolution: {integrity: sha512-TmnJg8BMGPehs5JKrCLqyWTVAvielc615jbkOirATQvWWB1NMXY77oLMzsUjRLa0+ngecEmDGqt5jiDC6bfvOw==}
961
engines: {node: '>=18'}
962
cpu: [ia32]
963
os: [linux]
···
968
cpu: [ia32]
969
os: [linux]
970
971
-
'@esbuild/linux-loong64@0.25.11':
972
-
resolution: {integrity: sha512-DIGXL2+gvDaXlaq8xruNXUJdT5tF+SBbJQKbWy/0J7OhU8gOHOzKmGIlfTTl6nHaCOoipxQbuJi7O++ldrxgMw==}
973
engines: {node: '>=18'}
974
cpu: [loong64]
975
os: [linux]
···
980
cpu: [loong64]
981
os: [linux]
982
983
-
'@esbuild/linux-mips64el@0.25.11':
984
-
resolution: {integrity: sha512-Osx1nALUJu4pU43o9OyjSCXokFkFbyzjXb6VhGIJZQ5JZi8ylCQ9/LFagolPsHtgw6himDSyb5ETSfmp4rpiKQ==}
985
engines: {node: '>=18'}
986
cpu: [mips64el]
987
os: [linux]
···
992
cpu: [mips64el]
993
os: [linux]
994
995
-
'@esbuild/linux-ppc64@0.25.11':
996
-
resolution: {integrity: sha512-nbLFgsQQEsBa8XSgSTSlrnBSrpoWh7ioFDUmwo158gIm5NNP+17IYmNWzaIzWmgCxq56vfr34xGkOcZ7jX6CPw==}
997
engines: {node: '>=18'}
998
cpu: [ppc64]
999
os: [linux]
···
1004
cpu: [ppc64]
1005
os: [linux]
1006
1007
-
'@esbuild/linux-riscv64@0.25.11':
1008
-
resolution: {integrity: sha512-HfyAmqZi9uBAbgKYP1yGuI7tSREXwIb438q0nqvlpxAOs3XnZ8RsisRfmVsgV486NdjD7Mw2UrFSw51lzUk1ww==}
1009
engines: {node: '>=18'}
1010
cpu: [riscv64]
1011
os: [linux]
···
1016
cpu: [riscv64]
1017
os: [linux]
1018
1019
-
'@esbuild/linux-s390x@0.25.11':
1020
-
resolution: {integrity: sha512-HjLqVgSSYnVXRisyfmzsH6mXqyvj0SA7pG5g+9W7ESgwA70AXYNpfKBqh1KbTxmQVaYxpzA/SvlB9oclGPbApw==}
1021
engines: {node: '>=18'}
1022
cpu: [s390x]
1023
os: [linux]
···
1028
cpu: [s390x]
1029
os: [linux]
1030
1031
-
'@esbuild/linux-x64@0.25.11':
1032
-
resolution: {integrity: sha512-HSFAT4+WYjIhrHxKBwGmOOSpphjYkcswF449j6EjsjbinTZbp8PJtjsVK1XFJStdzXdy/jaddAep2FGY+wyFAQ==}
1033
engines: {node: '>=18'}
1034
cpu: [x64]
1035
os: [linux]
···
1040
cpu: [x64]
1041
os: [linux]
1042
1043
-
'@esbuild/netbsd-arm64@0.25.11':
1044
-
resolution: {integrity: sha512-hr9Oxj1Fa4r04dNpWr3P8QKVVsjQhqrMSUzZzf+LZcYjZNqhA3IAfPQdEh1FLVUJSiu6sgAwp3OmwBfbFgG2Xg==}
1045
engines: {node: '>=18'}
1046
cpu: [arm64]
1047
os: [netbsd]
···
1052
cpu: [arm64]
1053
os: [netbsd]
1054
1055
-
'@esbuild/netbsd-x64@0.25.11':
1056
-
resolution: {integrity: sha512-u7tKA+qbzBydyj0vgpu+5h5AeudxOAGncb8N6C9Kh1N4n7wU1Xw1JDApsRjpShRpXRQlJLb9wY28ELpwdPcZ7A==}
1057
engines: {node: '>=18'}
1058
cpu: [x64]
1059
os: [netbsd]
···
1064
cpu: [x64]
1065
os: [netbsd]
1066
1067
-
'@esbuild/openbsd-arm64@0.25.11':
1068
-
resolution: {integrity: sha512-Qq6YHhayieor3DxFOoYM1q0q1uMFYb7cSpLD2qzDSvK1NAvqFi8Xgivv0cFC6J+hWVw2teCYltyy9/m/14ryHg==}
1069
engines: {node: '>=18'}
1070
cpu: [arm64]
1071
os: [openbsd]
···
1076
cpu: [arm64]
1077
os: [openbsd]
1078
1079
-
'@esbuild/openbsd-x64@0.25.11':
1080
-
resolution: {integrity: sha512-CN+7c++kkbrckTOz5hrehxWN7uIhFFlmS/hqziSFVWpAzpWrQoAG4chH+nN3Be+Kzv/uuo7zhX716x3Sn2Jduw==}
1081
engines: {node: '>=18'}
1082
cpu: [x64]
1083
os: [openbsd]
···
1088
cpu: [x64]
1089
os: [openbsd]
1090
1091
-
'@esbuild/openharmony-arm64@0.25.11':
1092
-
resolution: {integrity: sha512-rOREuNIQgaiR+9QuNkbkxubbp8MSO9rONmwP5nKncnWJ9v5jQ4JxFnLu4zDSRPf3x4u+2VN4pM4RdyIzDty/wQ==}
1093
engines: {node: '>=18'}
1094
cpu: [arm64]
1095
os: [openharmony]
1096
1097
-
'@esbuild/sunos-x64@0.25.11':
1098
-
resolution: {integrity: sha512-nq2xdYaWxyg9DcIyXkZhcYulC6pQ2FuCgem3LI92IwMgIZ69KHeY8T4Y88pcwoLIjbed8n36CyKoYRDygNSGhA==}
1099
engines: {node: '>=18'}
1100
cpu: [x64]
1101
os: [sunos]
···
1106
cpu: [x64]
1107
os: [sunos]
1108
1109
-
'@esbuild/win32-arm64@0.25.11':
1110
-
resolution: {integrity: sha512-3XxECOWJq1qMZ3MN8srCJ/QfoLpL+VaxD/WfNRm1O3B4+AZ/BnLVgFbUV3eiRYDMXetciH16dwPbbHqwe1uU0Q==}
1111
engines: {node: '>=18'}
1112
cpu: [arm64]
1113
os: [win32]
···
1118
cpu: [arm64]
1119
os: [win32]
1120
1121
-
'@esbuild/win32-ia32@0.25.11':
1122
-
resolution: {integrity: sha512-3ukss6gb9XZ8TlRyJlgLn17ecsK4NSQTmdIXRASVsiS2sQ6zPPZklNJT5GR5tE/MUarymmy8kCEf5xPCNCqVOA==}
1123
engines: {node: '>=18'}
1124
cpu: [ia32]
1125
os: [win32]
···
1130
cpu: [ia32]
1131
os: [win32]
1132
1133
-
'@esbuild/win32-x64@0.25.11':
1134
-
resolution: {integrity: sha512-D7Hpz6A2L4hzsRpPaCYkQnGOotdUpDzSGRIv9I+1ITdHROSFUWW95ZPZWQmGka1Fg7W3zFJowyn9WGwMJ0+KPA==}
1135
engines: {node: '>=18'}
1136
cpu: [x64]
1137
os: [win32]
···
1266
cpu: [x64]
1267
os: [win32]
1268
0
0
0
0
0
0
0
0
1269
'@isaacs/cliui@8.0.2':
1270
resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==}
1271
engines: {node: '>=12'}
···
1313
'@kelinci/basa-lexicons@1.0.0':
1314
resolution: {integrity: sha512-QND0ktwpGySoHhqRUrLZ3YybyHnOkV6mGCLn75yJWl9PpKIMh/gmAyvXIo1ZuzSHu4v6xcSyi3A78QoH4MhTGw==}
1315
1316
-
'@noble/secp256k1@2.3.0':
1317
-
resolution: {integrity: sha512-0TQed2gcBbIrh7Ccyw+y/uZQvbJwm7Ao4scBUxqpBCcsOlZG0O4KGfjtNAy/li4W8n1xt3dxrwJ0beZ2h2G6Kw==}
1318
1319
'@nodelib/fs.scandir@2.1.5':
1320
resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
···
1343
resolution: {integrity: sha512-/lwVUaDPCeopUL6XPz2B2ZwaQeIbctP8YxNIyCxunxVKWhCAhii+w0ourNK7JedyGIcM+DaXZTeRlcbgEWaZig==}
1344
engines: {node: '>=12.4.0'}
1345
1346
-
'@pkgjs/parseargs@0.11.0':
1347
-
resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
1348
-
engines: {node: '>=14'}
1349
-
1350
'@poppinss/colors@4.1.5':
1351
resolution: {integrity: sha512-FvdDqtcRCtz6hThExcFOgW0cWX+xwSMWcRuQe5ZEb2m7cVQOAVZOIMt+/v9RxGiD9/OY16qJBXK4CVKWAPalBw==}
1352
1353
-
'@poppinss/dumper@0.6.4':
1354
-
resolution: {integrity: sha512-iG0TIdqv8xJ3Lt9O8DrPRxw1MRLjNpoqiSGU03P/wNLP/s0ra0udPJ1J2Tx5M0J3H/cVyEgpbn8xUKRY9j59kQ==}
1355
1356
'@poppinss/exception@1.2.2':
1357
resolution: {integrity: sha512-m7bpKCD4QMlFCjA/nKTs23fuvoVFoA83brRKmObCUNmi/9tVu8Ve3w4YQAnJu4q3Tjf5fr685HYIC/IA2zHRSg==}
···
1408
rollup:
1409
optional: true
1410
1411
-
'@rollup/rollup-android-arm-eabi@4.52.5':
1412
-
resolution: {integrity: sha512-8c1vW4ocv3UOMp9K+gToY5zL2XiiVw3k7f1ksf4yO1FlDFQ1C2u72iACFnSOceJFsWskc2WZNqeRhFRPzv+wtQ==}
1413
cpu: [arm]
1414
os: [android]
1415
1416
-
'@rollup/rollup-android-arm64@4.52.5':
1417
-
resolution: {integrity: sha512-mQGfsIEFcu21mvqkEKKu2dYmtuSZOBMmAl5CFlPGLY94Vlcm+zWApK7F/eocsNzp8tKmbeBP8yXyAbx0XHsFNA==}
1418
cpu: [arm64]
1419
os: [android]
1420
1421
-
'@rollup/rollup-darwin-arm64@4.52.5':
1422
-
resolution: {integrity: sha512-takF3CR71mCAGA+v794QUZ0b6ZSrgJkArC+gUiG6LB6TQty9T0Mqh3m2ImRBOxS2IeYBo4lKWIieSvnEk2OQWA==}
1423
cpu: [arm64]
1424
os: [darwin]
1425
1426
-
'@rollup/rollup-darwin-x64@4.52.5':
1427
-
resolution: {integrity: sha512-W901Pla8Ya95WpxDn//VF9K9u2JbocwV/v75TE0YIHNTbhqUTv9w4VuQ9MaWlNOkkEfFwkdNhXgcLqPSmHy0fA==}
1428
cpu: [x64]
1429
os: [darwin]
1430
1431
-
'@rollup/rollup-freebsd-arm64@4.52.5':
1432
-
resolution: {integrity: sha512-QofO7i7JycsYOWxe0GFqhLmF6l1TqBswJMvICnRUjqCx8b47MTo46W8AoeQwiokAx3zVryVnxtBMcGcnX12LvA==}
1433
cpu: [arm64]
1434
os: [freebsd]
1435
1436
-
'@rollup/rollup-freebsd-x64@4.52.5':
1437
-
resolution: {integrity: sha512-jr21b/99ew8ujZubPo9skbrItHEIE50WdV86cdSoRkKtmWa+DDr6fu2c/xyRT0F/WazZpam6kk7IHBerSL7LDQ==}
1438
cpu: [x64]
1439
os: [freebsd]
1440
1441
-
'@rollup/rollup-linux-arm-gnueabihf@4.52.5':
1442
-
resolution: {integrity: sha512-PsNAbcyv9CcecAUagQefwX8fQn9LQ4nZkpDboBOttmyffnInRy8R8dSg6hxxl2Re5QhHBf6FYIDhIj5v982ATQ==}
1443
cpu: [arm]
1444
os: [linux]
1445
1446
-
'@rollup/rollup-linux-arm-musleabihf@4.52.5':
1447
-
resolution: {integrity: sha512-Fw4tysRutyQc/wwkmcyoqFtJhh0u31K+Q6jYjeicsGJJ7bbEq8LwPWV/w0cnzOqR2m694/Af6hpFayLJZkG2VQ==}
1448
cpu: [arm]
1449
os: [linux]
1450
1451
-
'@rollup/rollup-linux-arm64-gnu@4.52.5':
1452
-
resolution: {integrity: sha512-a+3wVnAYdQClOTlyapKmyI6BLPAFYs0JM8HRpgYZQO02rMR09ZcV9LbQB+NL6sljzG38869YqThrRnfPMCDtZg==}
1453
cpu: [arm64]
1454
os: [linux]
1455
1456
-
'@rollup/rollup-linux-arm64-musl@4.52.5':
1457
-
resolution: {integrity: sha512-AvttBOMwO9Pcuuf7m9PkC1PUIKsfaAJ4AYhy944qeTJgQOqJYJ9oVl2nYgY7Rk0mkbsuOpCAYSs6wLYB2Xiw0Q==}
1458
cpu: [arm64]
1459
os: [linux]
1460
1461
-
'@rollup/rollup-linux-loong64-gnu@4.52.5':
1462
-
resolution: {integrity: sha512-DkDk8pmXQV2wVrF6oq5tONK6UHLz/XcEVow4JTTerdeV1uqPeHxwcg7aFsfnSm9L+OO8WJsWotKM2JJPMWrQtA==}
1463
cpu: [loong64]
1464
os: [linux]
1465
1466
-
'@rollup/rollup-linux-ppc64-gnu@4.52.5':
1467
-
resolution: {integrity: sha512-W/b9ZN/U9+hPQVvlGwjzi+Wy4xdoH2I8EjaCkMvzpI7wJUs8sWJ03Rq96jRnHkSrcHTpQe8h5Tg3ZzUPGauvAw==}
1468
cpu: [ppc64]
1469
os: [linux]
1470
1471
-
'@rollup/rollup-linux-riscv64-gnu@4.52.5':
1472
-
resolution: {integrity: sha512-sjQLr9BW7R/ZiXnQiWPkErNfLMkkWIoCz7YMn27HldKsADEKa5WYdobaa1hmN6slu9oWQbB6/jFpJ+P2IkVrmw==}
1473
cpu: [riscv64]
1474
os: [linux]
1475
1476
-
'@rollup/rollup-linux-riscv64-musl@4.52.5':
1477
-
resolution: {integrity: sha512-hq3jU/kGyjXWTvAh2awn8oHroCbrPm8JqM7RUpKjalIRWWXE01CQOf/tUNWNHjmbMHg/hmNCwc/Pz3k1T/j/Lg==}
1478
cpu: [riscv64]
1479
os: [linux]
1480
1481
-
'@rollup/rollup-linux-s390x-gnu@4.52.5':
1482
-
resolution: {integrity: sha512-gn8kHOrku8D4NGHMK1Y7NA7INQTRdVOntt1OCYypZPRt6skGbddska44K8iocdpxHTMMNui5oH4elPH4QOLrFQ==}
1483
cpu: [s390x]
1484
os: [linux]
1485
1486
-
'@rollup/rollup-linux-x64-gnu@4.52.5':
1487
-
resolution: {integrity: sha512-hXGLYpdhiNElzN770+H2nlx+jRog8TyynpTVzdlc6bndktjKWyZyiCsuDAlpd+j+W+WNqfcyAWz9HxxIGfZm1Q==}
1488
cpu: [x64]
1489
os: [linux]
1490
1491
-
'@rollup/rollup-linux-x64-musl@4.52.5':
1492
-
resolution: {integrity: sha512-arCGIcuNKjBoKAXD+y7XomR9gY6Mw7HnFBv5Rw7wQRvwYLR7gBAgV7Mb2QTyjXfTveBNFAtPt46/36vV9STLNg==}
1493
cpu: [x64]
1494
os: [linux]
1495
1496
-
'@rollup/rollup-openharmony-arm64@4.52.5':
1497
-
resolution: {integrity: sha512-QoFqB6+/9Rly/RiPjaomPLmR/13cgkIGfA40LHly9zcH1S0bN2HVFYk3a1eAyHQyjs3ZJYlXvIGtcCs5tko9Cw==}
1498
cpu: [arm64]
1499
os: [openharmony]
1500
1501
-
'@rollup/rollup-win32-arm64-msvc@4.52.5':
1502
-
resolution: {integrity: sha512-w0cDWVR6MlTstla1cIfOGyl8+qb93FlAVutcor14Gf5Md5ap5ySfQ7R9S/NjNaMLSFdUnKGEasmVnu3lCMqB7w==}
1503
cpu: [arm64]
1504
os: [win32]
1505
1506
-
'@rollup/rollup-win32-ia32-msvc@4.52.5':
1507
-
resolution: {integrity: sha512-Aufdpzp7DpOTULJCuvzqcItSGDH73pF3ko/f+ckJhxQyHtp67rHw3HMNxoIdDMUITJESNE6a8uh4Lo4SLouOUg==}
1508
cpu: [ia32]
1509
os: [win32]
1510
1511
-
'@rollup/rollup-win32-x64-gnu@4.52.5':
1512
-
resolution: {integrity: sha512-UGBUGPFp1vkj6p8wCRraqNhqwX/4kNQPS57BCFc8wYh0g94iVIW33wJtQAx3G7vrjjNtRaxiMUylM0ktp/TRSQ==}
1513
cpu: [x64]
1514
os: [win32]
1515
1516
-
'@rollup/rollup-win32-x64-msvc@4.52.5':
1517
-
resolution: {integrity: sha512-TAcgQh2sSkykPRWLrdyy2AiceMckNf5loITqXxFI5VuQjS5tSuw3WlwdN8qv8vzjLAUTvYaH/mVjSFpbkFbpTg==}
1518
cpu: [x64]
1519
os: [win32]
1520
1521
-
'@sindresorhus/is@7.1.0':
1522
-
resolution: {integrity: sha512-7F/yz2IphV39hiS2zB4QYVkivrptHHh0K8qJJd9HhuWSdvf8AN7NpebW3CcDZDBQsUPMoDKWsY2WWgW7bqOcfA==}
1523
engines: {node: '>=18'}
1524
1525
-
'@speed-highlight/core@1.2.8':
1526
-
resolution: {integrity: sha512-IGytNtnUnPIobIbOq5Y6LIlqiHNX+vnToQIS7lj6L5819C+rA8TXRDkkG8vePsiBOGcoW9R6i+dp2YBUKdB09Q==}
1527
1528
'@standard-schema/spec@1.0.0':
1529
resolution: {integrity: sha512-m2bOd0f2RT9k8QJx1JN85cZYyH1RqFBdlwtkSlf4tBDYLCiiZnv1fIIwacK6cqwXavOydf0NPToMQgpKq+dVlA==}
···
1565
'@types/dom-close-watcher@1.0.0':
1566
resolution: {integrity: sha512-7pL0By56sVVGMSJ3HdSY+u08Id0ljStCaf1VnGFxwfpuNdA0HMz0sl2J24eSi9M6ptl9ySkVK35jF75Fn8trUg==}
1567
1568
-
'@types/dom-webcodecs@0.1.16':
1569
-
resolution: {integrity: sha512-gRNWaC3YW5EzhPRjVYy7BnxCbtLGqsgu+uTkmV/IxOF1bllFD+FAJ1KBdsDFsuJB+F+CE+nWmMlWt8vaZ3yYXA==}
1570
1571
'@types/estree@0.0.39':
1572
resolution: {integrity: sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==}
···
1574
'@types/estree@1.0.8':
1575
resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==}
1576
1577
-
'@types/node@24.9.1':
1578
-
resolution: {integrity: sha512-QoiaXANRkSXK6p0Duvt56W208du4P9Uye9hWLWgGMDTEoKPhuenzNcC4vGUmrNkiOKTlIrBoyNQYNpSwfEZXSg==}
1579
1580
'@types/resolve@1.20.2':
1581
resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==}
···
1636
resolution: {integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==}
1637
engines: {node: '>= 4.0.0'}
1638
1639
-
autoprefixer@10.4.21:
1640
-
resolution: {integrity: sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==}
1641
engines: {node: ^10 || ^12 || >=14}
1642
hasBin: true
1643
peerDependencies:
1644
postcss: ^8.1.0
1645
1646
-
babel-plugin-jsx-dom-expressions@0.40.1:
1647
-
resolution: {integrity: sha512-b4iHuirqK7RgaMzB2Lsl7MqrlDgQtVRSSazyrmx7wB3T759ggGjod5Rkok5MfHjQXhR7tRPmdwoeGPqBnW2KfA==}
1648
peerDependencies:
1649
'@babel/core': ^7.20.12
1650
···
1668
peerDependencies:
1669
'@babel/core': ^7.24.4
1670
1671
-
babel-preset-solid@1.9.9:
1672
-
resolution: {integrity: sha512-pCnxWrciluXCeli/dj5PIEHgbNzim3evtTn12snjqqg8QZWJNMjH1AWIp4iG/tbVjqQ72aBEymMSagvmgxubXw==}
1673
peerDependencies:
1674
'@babel/core': ^7.0.0
1675
-
solid-js: ^1.9.8
1676
peerDependenciesMeta:
1677
solid-js:
1678
optional: true
···
1680
balanced-match@1.0.2:
1681
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
1682
1683
-
baseline-browser-mapping@2.8.20:
1684
-
resolution: {integrity: sha512-JMWsdF+O8Orq3EMukbUN1QfbLK9mX2CkUmQBcW2T0s8OmdAUL5LLM/6wFwSrqXzlXB13yhyK9gTKS1rIizOduQ==}
1685
hasBin: true
1686
1687
binary-extensions@2.3.0:
···
1693
1694
blake3-wasm@2.1.5:
1695
resolution: {integrity: sha512-F1+K8EbfOZE49dtoPtmxUQrpXaBIl3ICvasLh+nJta0xkz+9kF/7uet9fLnwKqhDrmj6g+6K3Tw9yQPUg2ka5g==}
1696
-
1697
-
brace-expansion@1.1.12:
1698
-
resolution: {integrity: sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==}
1699
1700
brace-expansion@2.0.2:
1701
resolution: {integrity: sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==}
···
1704
resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
1705
engines: {node: '>=8'}
1706
1707
-
browserslist@4.27.0:
1708
-
resolution: {integrity: sha512-AXVQwdhot1eqLihwasPElhX2tAZiBjWdJ9i/Zcj2S6QYIjkx62OKSfnobkriB81C3l4w0rVy3Nt4jaTBltYEpw==}
1709
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
1710
hasBin: true
1711
···
1716
resolution: {integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==}
1717
engines: {node: '>= 6'}
1718
1719
-
caniuse-lite@1.0.30001751:
1720
-
resolution: {integrity: sha512-A0QJhug0Ly64Ii3eIqHu5X51ebln3k4yTUkY1j8drqpWHVreg/VLijN48cZ1bYPiqOQuqpkIKnzr/Ul8V+p6Cw==}
1721
1722
chokidar@3.6.0:
1723
resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==}
···
1751
resolution: {integrity: sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==}
1752
engines: {node: '>=4.0.0'}
1753
1754
-
concat-map@0.0.1:
1755
-
resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
1756
-
1757
convert-source-map@2.0.0:
1758
resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
1759
···
1761
resolution: {integrity: sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==}
1762
engines: {node: '>=18'}
1763
1764
-
core-js-compat@3.46.0:
1765
-
resolution: {integrity: sha512-p9hObIIEENxSV8xIu+V68JjSeARg6UVMG5mR+JEUguG3sI6MsiS1njz2jHmyJDvA+8jX/sytkBHup6kxhM9law==}
1766
1767
cross-spawn@7.0.6:
1768
resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
···
1777
engines: {node: '>=4'}
1778
hasBin: true
1779
1780
-
csstype@3.1.3:
1781
-
resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==}
1782
1783
debug@4.4.3:
1784
resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==}
···
1793
resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==}
1794
engines: {node: '>=0.10.0'}
1795
1796
-
defu@6.1.4:
1797
-
resolution: {integrity: sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==}
1798
-
1799
detect-libc@2.1.2:
1800
resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==}
1801
engines: {node: '>=8'}
···
1814
engines: {node: '>=0.10.0'}
1815
hasBin: true
1816
1817
-
electron-to-chromium@1.5.240:
1818
-
resolution: {integrity: sha512-OBwbZjWgrCOH+g6uJsA2/7Twpas2OlepS9uvByJjR2datRDuKGYeD+nP8lBBks2qnB7bGJNHDUx7c/YLaT3QMQ==}
1819
1820
emoji-regex@8.0.0:
1821
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
···
1830
error-stack-parser-es@1.0.5:
1831
resolution: {integrity: sha512-5qucVt2XcuGMcEGgWI7i+yZpmpByQ8J1lHhcL7PwqCwu9FPP3VUXzT4ltHe5i2z9dePwEHcDVOAfSnHsOlCXRA==}
1832
1833
-
esbuild@0.25.11:
1834
-
resolution: {integrity: sha512-KohQwyzrKTQmhXDW1PjCv3Tyspn9n5GcY2RTDqeORIdIJY8yKIF7sTSopFmn/wpMPW4rdPXI0UE5LJLuq3bx0Q==}
1835
engines: {node: '>=18'}
1836
hasBin: true
1837
···
1860
exit-hook@2.2.1:
1861
resolution: {integrity: sha512-eNTPlAD67BmP31LDINZ3U7HSF8l57TxOY2PmBJ1shpCvpnxBF93mWCE8YHBnXs8qiUZJc9WDcWIeC3a2HIAMfw==}
1862
engines: {node: '>=6'}
1863
-
1864
-
exsolve@1.0.7:
1865
-
resolution: {integrity: sha512-VO5fQUzZtI6C+vx4w/4BWJpg3s/5l+6pRQEHzFRM8WFi4XffSP1Z+4qi7GbjWbvRQEbdIco5mIMq+zX4rPuLrw==}
1866
1867
fast-deep-equal@3.1.3:
1868
resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
···
1900
resolution: {integrity: sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==}
1901
engines: {node: '>=14'}
1902
1903
-
fraction.js@4.3.7:
1904
-
resolution: {integrity: sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==}
1905
1906
fs-extra@9.1.0:
1907
resolution: {integrity: sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==}
1908
engines: {node: '>=10'}
1909
-
1910
-
fs.realpath@1.0.0:
1911
-
resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==}
1912
1913
fsevents@2.3.3:
1914
resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
···
1937
glob-to-regexp@0.4.1:
1938
resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==}
1939
1940
-
glob@10.4.5:
1941
-
resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==}
0
1942
hasBin: true
1943
1944
-
glob@7.2.3:
1945
-
resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==}
1946
-
deprecated: Glob versions prior to v9 are no longer supported
1947
-
1948
graceful-fs@4.2.11:
1949
resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
1950
1951
-
hls.js@1.6.13:
1952
-
resolution: {integrity: sha512-hNEzjZNHf5bFrUNvdS4/1RjIanuJ6szpWNfTaX5I6WfGynWXGT7K/YQLYtemSvFExzeMdgdE4SsyVLJbd5PcZA==}
1953
1954
html-entities@2.3.3:
1955
resolution: {integrity: sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA==}
···
1960
idb@8.0.3:
1961
resolution: {integrity: sha512-LtwtVyVYO5BqRvcsKuB2iUMnHwPVByPCXFXOpuU96IZPPoPN6xjOGxZQ74pgSVVLQWtUOYgyeL4GE98BY5D3wg==}
1962
1963
-
inflight@1.0.6:
1964
-
resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==}
1965
-
deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
1966
-
1967
-
inherits@2.0.4:
1968
-
resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==}
1969
-
1970
is-arrayish@0.3.4:
1971
resolution: {integrity: sha512-m6UrgzFVUYawGBh1dUsWR5M2Clqic9RVXC/9f8ceNlv2IcO9j9J/z8UoCLPqtsPBFNzEpfR3xftohbfqDx8EQA==}
1972
···
2012
isexe@2.0.0:
2013
resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
2014
2015
-
jackspeak@3.4.3:
2016
-
resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==}
0
2017
2018
jake@10.9.4:
2019
resolution: {integrity: sha512-wpHYzhxiVQL+IV05BLE2Xn34zW1S223hvjtqk0+gsPrwd/8JNLXJgZZM/iPFsYc1xyphF+6M6EvdE5E9MBGkDA==}
···
2077
lodash@4.17.21:
2078
resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
2079
2080
-
lru-cache@10.4.3:
2081
-
resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==}
0
2082
2083
lru-cache@5.1.1:
2084
resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
···
2103
engines: {node: '>=10.0.0'}
2104
hasBin: true
2105
2106
-
miniflare@4.20251011.1:
2107
-
resolution: {integrity: sha512-Qbw1Z8HTYM1adWl6FAtzhrj34/6dPRDPwdYOx21dkae8a/EaxbMzRIPbb4HKVGMVvtqbK1FaRCgDLVLolNzGHg==}
2108
engines: {node: '>=18.0.0'}
2109
hasBin: true
2110
2111
-
minimatch@3.1.2:
2112
-
resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
0
2113
2114
minimatch@5.1.6:
2115
resolution: {integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==}
2116
engines: {node: '>=10'}
2117
2118
-
minimatch@9.0.5:
2119
-
resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==}
2120
-
engines: {node: '>=16 || 14 >=14.17'}
2121
-
2122
minipass@7.1.2:
2123
resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==}
2124
engines: {node: '>=16 || 14 >=14.17'}
···
2139
engines: {node: ^18 || >=20}
2140
hasBin: true
2141
2142
-
node-releases@2.0.26:
2143
-
resolution: {integrity: sha512-S2M9YimhSjBSvYnlr5/+umAnPHE++ODwt5e2Ij6FoX45HA/s4vHdkDx1eax2pAPeAOqu4s9b7ppahsyEFdVqQA==}
2144
2145
normalize-path@3.0.0:
2146
resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==}
···
2158
resolution: {integrity: sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==}
2159
engines: {node: '>= 6'}
2160
2161
-
ohash@2.0.11:
2162
-
resolution: {integrity: sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==}
2163
-
2164
-
once@1.4.0:
2165
-
resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==}
2166
-
2167
package-json-from-dist@1.0.1:
2168
resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==}
2169
2170
parse5@7.3.0:
2171
resolution: {integrity: sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==}
2172
-
2173
-
path-is-absolute@1.0.1:
2174
-
resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==}
2175
-
engines: {node: '>=0.10.0'}
2176
2177
path-key@3.1.1:
2178
resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
···
2181
path-parse@1.0.7:
2182
resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==}
2183
2184
-
path-scurry@1.11.1:
2185
-
resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==}
2186
-
engines: {node: '>=16 || 14 >=14.18'}
2187
2188
path-to-regexp@6.3.0:
2189
resolution: {integrity: sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==}
···
2381
engines: {node: '>=10.0.0'}
2382
hasBin: true
2383
2384
-
rollup@4.52.5:
2385
-
resolution: {integrity: sha512-3GuObel8h7Kqdjt0gxkEzaifHTqLVW56Y/bjN7PSQtkKr0w3V/QYSdt6QWYtd7A1xUtYQigtdUfgj1RvWVtorw==}
2386
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
2387
hasBin: true
2388
···
2440
'@floating-ui/dom': ^1.0
2441
solid-js: ^1.3
2442
2443
-
solid-js@1.9.9:
2444
-
resolution: {integrity: sha512-A0ZBPJQldAeGCTW0YRYJmt7RCeh5rbFfPZ2aOttgYnctHE7HgKeHCBB/PVc2P7eOfmNXqMFFFoYYdm3S4dcbkA==}
2445
2446
solid-refresh@0.6.3:
2447
resolution: {integrity: sha512-F3aPsX6hVw9ttm5LYlth8Q15x6MlI/J3Dn+o3EQyRTtTxidepSTwAYdozt01/YA+7ObcciagGEyXIopGZzQtbA==}
···
2496
resolution: {integrity: sha512-ZprKx+bBLXv067WTCALv8SSz5l2+XhpYCsVtSqlMnkAXMWDq+/ekVbl1ghqP9rUHTzv6sm/DwCOiYutU/yp1fw==}
2497
engines: {node: '>=10'}
2498
2499
-
sucrase@3.35.0:
2500
-
resolution: {integrity: sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==}
2501
engines: {node: '>=16 || 14 >=14.17'}
2502
hasBin: true
2503
···
2522
resolution: {integrity: sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw==}
2523
engines: {node: '>=10'}
2524
2525
-
terser@5.44.0:
2526
-
resolution: {integrity: sha512-nIVck8DK+GM/0Frwd+nIhZ84pR/BX7rmXMfYwyg+Sri5oGVE99/E3KvXqpC2xHFxyqXyGHTKBSioxxplrO4I4w==}
2527
engines: {node: '>=10'}
2528
hasBin: true
2529
···
2560
engines: {node: '>=14.17'}
2561
hasBin: true
2562
2563
-
ufo@1.6.1:
2564
-
resolution: {integrity: sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==}
2565
-
2566
undici-types@7.16.0:
2567
resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==}
2568
···
2570
resolution: {integrity: sha512-Vqs8HTzjpQXZeXdpsfChQTlafcMQaaIwnGwLam1wudSSjlJeQ3bw1j+TLPePgrCnCpUXx7Ba5Pdpf5OBih62NQ==}
2571
engines: {node: '>=20.18.1'}
2572
2573
-
unenv@2.0.0-rc.21:
2574
-
resolution: {integrity: sha512-Wj7/AMtE9MRnAXa6Su3Lk0LNCfqDYgfwVjwRFVum9U7wsto1imuHqk4kTm7Jni+5A0Hn7dttL6O/zjvUvoo+8A==}
2575
2576
unicode-canonical-property-names-ecmascript@2.0.1:
2577
resolution: {integrity: sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==}
···
2610
util-deprecate@1.0.2:
2611
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
2612
2613
-
validate-html-nesting@1.2.3:
2614
-
resolution: {integrity: sha512-kdkWdCl6eCeLlRShJKbjVOU2kFKxMF8Ghu50n+crEoyx+VKm3FxAxF9z4DCy6+bbTOqNW0+jcIYRnjoIRzigRw==}
2615
-
2616
vite-plugin-pwa@1.1.0:
2617
resolution: {integrity: sha512-VsSpdubPzXhHWVINcSx6uHRMpOHVHQcHsef1QgkOlEoaIDAlssFEW88LBq1a59BuokAhsh2kUDJbaX1bZv4Bjw==}
2618
engines: {node: '>=16.0.0'}
···
2633
'@testing-library/jest-dom':
2634
optional: true
2635
2636
-
vite@7.1.12:
2637
-
resolution: {integrity: sha512-ZWyE8YXEXqJrrSLvYgrRP7p62OziLW7xI5HYGWFzOvupfAlrLvURSzv/FyGyy0eidogEM3ujU+kUG1zuHgb6Ug==}
2638
engines: {node: ^20.19.0 || >=22.12.0}
2639
hasBin: true
2640
peerDependencies:
···
2696
engines: {node: '>= 8'}
2697
hasBin: true
2698
2699
-
workbox-background-sync@7.3.0:
2700
-
resolution: {integrity: sha512-PCSk3eK7Mxeuyatb22pcSx9dlgWNv3+M8PqPaYDokks8Y5/FX4soaOqj3yhAZr5k6Q5JWTOMYgaJBpbw11G9Eg==}
2701
2702
-
workbox-broadcast-update@7.3.0:
2703
-
resolution: {integrity: sha512-T9/F5VEdJVhwmrIAE+E/kq5at2OY6+OXXgOWQevnubal6sO92Gjo24v6dCVwQiclAF5NS3hlmsifRrpQzZCdUA==}
2704
2705
-
workbox-build@7.3.0:
2706
-
resolution: {integrity: sha512-JGL6vZTPlxnlqZRhR/K/msqg3wKP+m0wfEUVosK7gsYzSgeIxvZLi1ViJJzVL7CEeI8r7rGFV973RiEqkP3lWQ==}
2707
-
engines: {node: '>=16.0.0'}
2708
2709
-
workbox-cacheable-response@7.3.0:
2710
-
resolution: {integrity: sha512-eAFERIg6J2LuyELhLlmeRcJFa5e16Mj8kL2yCDbhWE+HUun9skRQrGIFVUagqWj4DMaaPSMWfAolM7XZZxNmxA==}
2711
2712
-
workbox-core@7.3.0:
2713
-
resolution: {integrity: sha512-Z+mYrErfh4t3zi7NVTvOuACB0A/jA3bgxUN3PwtAVHvfEsZxV9Iju580VEETug3zYJRc0Dmii/aixI/Uxj8fmw==}
2714
2715
-
workbox-expiration@7.3.0:
2716
-
resolution: {integrity: sha512-lpnSSLp2BM+K6bgFCWc5bS1LR5pAwDWbcKt1iL87/eTSJRdLdAwGQznZE+1czLgn/X05YChsrEegTNxjM067vQ==}
2717
2718
-
workbox-google-analytics@7.3.0:
2719
-
resolution: {integrity: sha512-ii/tSfFdhjLHZ2BrYgFNTrb/yk04pw2hasgbM70jpZfLk0vdJAXgaiMAWsoE+wfJDNWoZmBYY0hMVI0v5wWDbg==}
2720
2721
-
workbox-navigation-preload@7.3.0:
2722
-
resolution: {integrity: sha512-fTJzogmFaTv4bShZ6aA7Bfj4Cewaq5rp30qcxl2iYM45YD79rKIhvzNHiFj1P+u5ZZldroqhASXwwoyusnr2cg==}
2723
2724
-
workbox-precaching@7.3.0:
2725
-
resolution: {integrity: sha512-ckp/3t0msgXclVAYaNndAGeAoWQUv7Rwc4fdhWL69CCAb2UHo3Cef0KIUctqfQj1p8h6aGyz3w8Cy3Ihq9OmIw==}
2726
2727
-
workbox-range-requests@7.3.0:
2728
-
resolution: {integrity: sha512-EyFmM1KpDzzAouNF3+EWa15yDEenwxoeXu9bgxOEYnFfCxns7eAxA9WSSaVd8kujFFt3eIbShNqa4hLQNFvmVQ==}
2729
2730
-
workbox-recipes@7.3.0:
2731
-
resolution: {integrity: sha512-BJro/MpuW35I/zjZQBcoxsctgeB+kyb2JAP5EB3EYzePg8wDGoQuUdyYQS+CheTb+GhqJeWmVs3QxLI8EBP1sg==}
2732
2733
-
workbox-routing@7.3.0:
2734
-
resolution: {integrity: sha512-ZUlysUVn5ZUzMOmQN3bqu+gK98vNfgX/gSTZ127izJg/pMMy4LryAthnYtjuqcjkN4HEAx1mdgxNiKJMZQM76A==}
2735
2736
-
workbox-strategies@7.3.0:
2737
-
resolution: {integrity: sha512-tmZydug+qzDFATwX7QiEL5Hdf7FrkhjaF9db1CbB39sDmEZJg3l9ayDvPxy8Y18C3Y66Nrr9kkN1f/RlkDgllg==}
2738
2739
-
workbox-streams@7.3.0:
2740
-
resolution: {integrity: sha512-SZnXucyg8x2Y61VGtDjKPO5EgPUG5NDn/v86WYHX+9ZqvAsGOytP0Jxp1bl663YUuMoXSAtsGLL+byHzEuMRpw==}
2741
2742
-
workbox-sw@7.3.0:
2743
-
resolution: {integrity: sha512-aCUyoAZU9IZtH05mn0ACUpyHzPs0lMeJimAYkQkBsOWiqaJLgusfDCR+yllkPkFRxWpZKF8vSvgHYeG7LwhlmA==}
2744
2745
-
workbox-window@7.3.0:
2746
-
resolution: {integrity: sha512-qW8PDy16OV1UBaUNGlTVcepzrlzyzNW/ZJvFQQs2j2TzGsg6IKjcpZC1RSquqQnTOafl5pCj5bGfAHlCjOOjdA==}
2747
2748
-
workerd@1.20251011.0:
2749
-
resolution: {integrity: sha512-Dq35TLPEJAw7BuYQMkN3p9rge34zWMU2Gnd4DSJFeVqld4+DAO2aPG7+We2dNIAyM97S8Y9BmHulbQ00E0HC7Q==}
2750
engines: {node: '>=16'}
2751
hasBin: true
2752
2753
-
wrangler@4.45.0:
2754
-
resolution: {integrity: sha512-2qM6bHw8l7r89Z9Y5A7Wn4L9U+dFoLjYgEUVpqy7CcmXpppL3QIYqU6rU5lre7/SRzBuPu/H93Vwfh538gZ3iw==}
2755
-
engines: {node: '>=18.0.0'}
2756
hasBin: true
2757
peerDependencies:
2758
-
'@cloudflare/workers-types': ^4.20251011.0
2759
peerDependenciesMeta:
2760
'@cloudflare/workers-types':
2761
optional: true
···
2767
wrap-ansi@8.1.0:
2768
resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==}
2769
engines: {node: '>=12'}
2770
-
2771
-
wrappy@1.0.2:
2772
-
resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
2773
2774
ws@8.18.0:
2775
resolution: {integrity: sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==}
···
2806
jsonpointer: 5.0.1
2807
leven: 3.1.0
2808
2809
-
'@atcute/atproto@3.1.8':
2810
dependencies:
2811
-
'@atcute/lexicons': 1.2.2
2812
2813
'@atcute/bluemoji@3.1.3':
2814
dependencies:
2815
-
'@atcute/atproto': 3.1.8
2816
-
'@atcute/bluesky': 3.2.8
2817
-
'@atcute/lexicons': 1.2.2
2818
2819
'@atcute/bluesky-richtext-parser@1.0.7': {}
2820
2821
'@atcute/bluesky-richtext-segmenter@2.0.4':
2822
dependencies:
2823
-
'@atcute/bluesky': 3.2.8
2824
-
'@atcute/lexicons': 1.2.2
2825
2826
'@atcute/bluesky-search-parser@0.1.1': {}
2827
2828
-
'@atcute/bluesky@3.2.8':
2829
dependencies:
2830
-
'@atcute/atproto': 3.1.8
2831
-
'@atcute/lexicons': 1.2.2
2832
2833
'@atcute/cbor@2.2.7':
2834
dependencies:
···
2843
2844
'@atcute/client@4.0.5':
2845
dependencies:
2846
-
'@atcute/identity': 1.1.1
2847
-
'@atcute/lexicons': 1.2.2
2848
2849
-
'@atcute/crypto@2.2.5':
2850
dependencies:
2851
'@atcute/multibase': 1.1.6
2852
'@atcute/uint8array': 1.0.5
2853
-
'@noble/secp256k1': 2.3.0
2854
2855
-
'@atcute/identity-resolver@1.1.4(@atcute/identity@1.1.1)':
2856
dependencies:
2857
-
'@atcute/identity': 1.1.1
2858
-
'@atcute/lexicons': 1.2.2
2859
'@atcute/util-fetch': 1.0.3
2860
'@badrap/valita': 0.4.6
2861
2862
-
'@atcute/identity@1.1.1':
2863
dependencies:
2864
-
'@atcute/lexicons': 1.2.2
2865
'@badrap/valita': 0.4.6
2866
2867
-
'@atcute/lexicons@1.2.2':
2868
dependencies:
2869
'@standard-schema/spec': 1.0.0
2870
esm-env: 1.2.2
···
2876
'@atcute/oauth-browser-client@2.0.1':
2877
dependencies:
2878
'@atcute/client': 4.0.5
2879
-
'@atcute/identity': 1.1.1
2880
-
'@atcute/identity-resolver': 1.1.4(@atcute/identity@1.1.1)
2881
-
'@atcute/lexicons': 1.2.2
2882
'@atcute/multibase': 1.1.6
2883
'@atcute/uint8array': 1.0.5
2884
nanoid: 5.1.6
···
2894
'@atcute/xrpc-server@0.1.3':
2895
dependencies:
2896
'@atcute/cbor': 2.2.7
2897
-
'@atcute/crypto': 2.2.5
2898
-
'@atcute/identity': 1.1.1
2899
-
'@atcute/identity-resolver': 1.1.4(@atcute/identity@1.1.1)
2900
-
'@atcute/lexicons': 1.2.2
2901
'@atcute/multibase': 1.1.6
2902
'@atcute/uint8array': 1.0.5
2903
'@badrap/valita': 0.4.6
···
2958
dependencies:
2959
'@babel/compat-data': 7.28.5
2960
'@babel/helper-validator-option': 7.27.1
2961
-
browserslist: 4.27.0
2962
lru-cache: 5.1.1
2963
semver: 6.3.1
2964
···
3540
babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.28.5)
3541
babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@7.28.5)
3542
babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.28.5)
3543
-
core-js-compat: 3.46.0
3544
semver: 6.3.1
3545
transitivePeerDependencies:
3546
- supports-color
···
3583
dependencies:
3584
mime: 3.0.0
3585
3586
-
'@cloudflare/unenv-preset@2.7.8(unenv@2.0.0-rc.21)(workerd@1.20251011.0)':
3587
dependencies:
3588
-
unenv: 2.0.0-rc.21
3589
optionalDependencies:
3590
-
workerd: 1.20251011.0
3591
3592
-
'@cloudflare/vite-plugin@1.13.15(vite@7.1.12(@types/node@24.9.1)(jiti@1.21.7)(terser@5.44.0))(workerd@1.20251011.0)(wrangler@4.45.0)':
3593
dependencies:
3594
-
'@cloudflare/unenv-preset': 2.7.8(unenv@2.0.0-rc.21)(workerd@1.20251011.0)
3595
'@remix-run/node-fetch-server': 0.8.1
3596
get-port: 7.1.0
3597
-
miniflare: 4.20251011.1
3598
picocolors: 1.1.1
3599
tinyglobby: 0.2.15
3600
-
unenv: 2.0.0-rc.21
3601
-
vite: 7.1.12(@types/node@24.9.1)(jiti@1.21.7)(terser@5.44.0)
3602
-
wrangler: 4.45.0
3603
ws: 8.18.0
3604
transitivePeerDependencies:
3605
- bufferutil
3606
- utf-8-validate
3607
- workerd
3608
3609
-
'@cloudflare/workerd-darwin-64@1.20251011.0':
3610
optional: true
3611
3612
-
'@cloudflare/workerd-darwin-arm64@1.20251011.0':
3613
optional: true
3614
3615
-
'@cloudflare/workerd-linux-64@1.20251011.0':
3616
optional: true
3617
3618
-
'@cloudflare/workerd-linux-arm64@1.20251011.0':
3619
optional: true
3620
3621
-
'@cloudflare/workerd-windows-64@1.20251011.0':
3622
optional: true
3623
3624
'@cspotcode/source-map-support@0.8.1':
3625
dependencies:
3626
'@jridgewell/trace-mapping': 0.3.9
3627
3628
-
'@emnapi/runtime@1.6.0':
3629
dependencies:
3630
tslib: 2.8.1
3631
optional: true
3632
3633
-
'@esbuild/aix-ppc64@0.25.11':
3634
optional: true
3635
3636
'@esbuild/aix-ppc64@0.25.4':
3637
optional: true
3638
3639
-
'@esbuild/android-arm64@0.25.11':
3640
optional: true
3641
3642
'@esbuild/android-arm64@0.25.4':
3643
optional: true
3644
3645
-
'@esbuild/android-arm@0.25.11':
3646
optional: true
3647
3648
'@esbuild/android-arm@0.25.4':
3649
optional: true
3650
3651
-
'@esbuild/android-x64@0.25.11':
3652
optional: true
3653
3654
'@esbuild/android-x64@0.25.4':
3655
optional: true
3656
3657
-
'@esbuild/darwin-arm64@0.25.11':
3658
optional: true
3659
3660
'@esbuild/darwin-arm64@0.25.4':
3661
optional: true
3662
3663
-
'@esbuild/darwin-x64@0.25.11':
3664
optional: true
3665
3666
'@esbuild/darwin-x64@0.25.4':
3667
optional: true
3668
3669
-
'@esbuild/freebsd-arm64@0.25.11':
3670
optional: true
3671
3672
'@esbuild/freebsd-arm64@0.25.4':
3673
optional: true
3674
3675
-
'@esbuild/freebsd-x64@0.25.11':
3676
optional: true
3677
3678
'@esbuild/freebsd-x64@0.25.4':
3679
optional: true
3680
3681
-
'@esbuild/linux-arm64@0.25.11':
3682
optional: true
3683
3684
'@esbuild/linux-arm64@0.25.4':
3685
optional: true
3686
3687
-
'@esbuild/linux-arm@0.25.11':
3688
optional: true
3689
3690
'@esbuild/linux-arm@0.25.4':
3691
optional: true
3692
3693
-
'@esbuild/linux-ia32@0.25.11':
3694
optional: true
3695
3696
'@esbuild/linux-ia32@0.25.4':
3697
optional: true
3698
3699
-
'@esbuild/linux-loong64@0.25.11':
3700
optional: true
3701
3702
'@esbuild/linux-loong64@0.25.4':
3703
optional: true
3704
3705
-
'@esbuild/linux-mips64el@0.25.11':
3706
optional: true
3707
3708
'@esbuild/linux-mips64el@0.25.4':
3709
optional: true
3710
3711
-
'@esbuild/linux-ppc64@0.25.11':
3712
optional: true
3713
3714
'@esbuild/linux-ppc64@0.25.4':
3715
optional: true
3716
3717
-
'@esbuild/linux-riscv64@0.25.11':
3718
optional: true
3719
3720
'@esbuild/linux-riscv64@0.25.4':
3721
optional: true
3722
3723
-
'@esbuild/linux-s390x@0.25.11':
3724
optional: true
3725
3726
'@esbuild/linux-s390x@0.25.4':
3727
optional: true
3728
3729
-
'@esbuild/linux-x64@0.25.11':
3730
optional: true
3731
3732
'@esbuild/linux-x64@0.25.4':
3733
optional: true
3734
3735
-
'@esbuild/netbsd-arm64@0.25.11':
3736
optional: true
3737
3738
'@esbuild/netbsd-arm64@0.25.4':
3739
optional: true
3740
3741
-
'@esbuild/netbsd-x64@0.25.11':
3742
optional: true
3743
3744
'@esbuild/netbsd-x64@0.25.4':
3745
optional: true
3746
3747
-
'@esbuild/openbsd-arm64@0.25.11':
3748
optional: true
3749
3750
'@esbuild/openbsd-arm64@0.25.4':
3751
optional: true
3752
3753
-
'@esbuild/openbsd-x64@0.25.11':
3754
optional: true
3755
3756
'@esbuild/openbsd-x64@0.25.4':
3757
optional: true
3758
3759
-
'@esbuild/openharmony-arm64@0.25.11':
3760
optional: true
3761
3762
-
'@esbuild/sunos-x64@0.25.11':
3763
optional: true
3764
3765
'@esbuild/sunos-x64@0.25.4':
3766
optional: true
3767
3768
-
'@esbuild/win32-arm64@0.25.11':
3769
optional: true
3770
3771
'@esbuild/win32-arm64@0.25.4':
3772
optional: true
3773
3774
-
'@esbuild/win32-ia32@0.25.11':
3775
optional: true
3776
3777
'@esbuild/win32-ia32@0.25.4':
3778
optional: true
3779
3780
-
'@esbuild/win32-x64@0.25.11':
3781
optional: true
3782
3783
'@esbuild/win32-x64@0.25.4':
3784
optional: true
3785
3786
-
'@externdefs/solid-freeze@0.1.1(solid-js@1.9.9(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7))':
3787
dependencies:
3788
-
solid-js: 1.9.9(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7)
3789
3790
-
'@externdefs/solid-query@0.1.5(solid-js@1.9.9(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7))':
3791
dependencies:
3792
'@tanstack/query-core': 5.17.19(patch_hash=0b06407b66b7af88765fb6e01e112677a8c09ce518cb4f547cee8a0044471acd)
3793
-
solid-js: 1.9.9(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7)
3794
3795
'@floating-ui/core@1.7.3':
3796
dependencies:
···
3869
3870
'@img/sharp-wasm32@0.33.5':
3871
dependencies:
3872
-
'@emnapi/runtime': 1.6.0
3873
optional: true
3874
3875
'@img/sharp-win32-ia32@0.33.5':
···
3877
3878
'@img/sharp-win32-x64@0.33.5':
3879
optional: true
0
0
0
0
0
0
3880
3881
'@isaacs/cliui@8.0.2':
3882
dependencies:
···
3930
3931
'@kelinci/basa-lexicons@1.0.0':
3932
dependencies:
3933
-
'@atcute/lexicons': 1.2.2
3934
3935
-
'@noble/secp256k1@2.3.0': {}
3936
3937
'@nodelib/fs.scandir@2.1.5':
3938
dependencies:
···
3956
dependencies:
3957
'@nolyfill/shared': 1.0.44
3958
3959
-
'@pkgjs/parseargs@0.11.0':
3960
-
optional: true
3961
-
3962
'@poppinss/colors@4.1.5':
3963
dependencies:
3964
kleur: 4.1.5
3965
3966
-
'@poppinss/dumper@0.6.4':
3967
dependencies:
3968
'@poppinss/colors': 4.1.5
3969
-
'@sindresorhus/is': 7.1.0
3970
supports-color: 10.2.2
3971
3972
'@poppinss/exception@1.2.2': {}
···
4004
dependencies:
4005
serialize-javascript: 6.0.2
4006
smob: 1.5.0
4007
-
terser: 5.44.0
4008
optionalDependencies:
4009
rollup: 2.79.2
4010
···
4023
optionalDependencies:
4024
rollup: 2.79.2
4025
4026
-
'@rollup/rollup-android-arm-eabi@4.52.5':
4027
optional: true
4028
4029
-
'@rollup/rollup-android-arm64@4.52.5':
4030
optional: true
4031
4032
-
'@rollup/rollup-darwin-arm64@4.52.5':
4033
optional: true
4034
4035
-
'@rollup/rollup-darwin-x64@4.52.5':
4036
optional: true
4037
4038
-
'@rollup/rollup-freebsd-arm64@4.52.5':
4039
optional: true
4040
4041
-
'@rollup/rollup-freebsd-x64@4.52.5':
4042
optional: true
4043
4044
-
'@rollup/rollup-linux-arm-gnueabihf@4.52.5':
4045
optional: true
4046
4047
-
'@rollup/rollup-linux-arm-musleabihf@4.52.5':
4048
optional: true
4049
4050
-
'@rollup/rollup-linux-arm64-gnu@4.52.5':
4051
optional: true
4052
4053
-
'@rollup/rollup-linux-arm64-musl@4.52.5':
4054
optional: true
4055
4056
-
'@rollup/rollup-linux-loong64-gnu@4.52.5':
4057
optional: true
4058
4059
-
'@rollup/rollup-linux-ppc64-gnu@4.52.5':
4060
optional: true
4061
4062
-
'@rollup/rollup-linux-riscv64-gnu@4.52.5':
4063
optional: true
4064
4065
-
'@rollup/rollup-linux-riscv64-musl@4.52.5':
4066
optional: true
4067
4068
-
'@rollup/rollup-linux-s390x-gnu@4.52.5':
4069
optional: true
4070
4071
-
'@rollup/rollup-linux-x64-gnu@4.52.5':
4072
optional: true
4073
4074
-
'@rollup/rollup-linux-x64-musl@4.52.5':
4075
optional: true
4076
4077
-
'@rollup/rollup-openharmony-arm64@4.52.5':
4078
optional: true
4079
4080
-
'@rollup/rollup-win32-arm64-msvc@4.52.5':
4081
optional: true
4082
4083
-
'@rollup/rollup-win32-ia32-msvc@4.52.5':
4084
optional: true
4085
4086
-
'@rollup/rollup-win32-x64-gnu@4.52.5':
4087
optional: true
4088
4089
-
'@rollup/rollup-win32-x64-msvc@4.52.5':
4090
optional: true
4091
4092
-
'@sindresorhus/is@7.1.0': {}
4093
4094
-
'@speed-highlight/core@1.2.8': {}
4095
4096
'@standard-schema/spec@1.0.0': {}
4097
···
4139
4140
'@types/dom-close-watcher@1.0.0': {}
4141
4142
-
'@types/dom-webcodecs@0.1.16': {}
4143
4144
'@types/estree@0.0.39': {}
4145
4146
'@types/estree@1.0.8': {}
4147
4148
-
'@types/node@24.9.1':
4149
dependencies:
4150
undici-types: 7.16.0
4151
···
4191
4192
at-least-node@1.0.0: {}
4193
4194
-
autoprefixer@10.4.21(postcss@8.5.6):
4195
dependencies:
4196
-
browserslist: 4.27.0
4197
-
caniuse-lite: 1.0.30001751
4198
-
fraction.js: 4.3.7
4199
normalize-range: 0.1.2
4200
picocolors: 1.1.1
4201
postcss: 8.5.6
4202
postcss-value-parser: 4.2.0
4203
4204
-
babel-plugin-jsx-dom-expressions@0.40.1(@babel/core@7.28.5):
4205
dependencies:
4206
'@babel/core': 7.28.5
4207
'@babel/helper-module-imports': 7.18.6
···
4209
'@babel/types': 7.28.5
4210
html-entities: 2.3.3
4211
parse5: 7.3.0
4212
-
validate-html-nesting: 1.2.3
4213
4214
babel-plugin-polyfill-corejs2@0.4.14(@babel/core@7.28.5):
4215
dependencies:
···
4224
dependencies:
4225
'@babel/core': 7.28.5
4226
'@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.28.5)
4227
-
core-js-compat: 3.46.0
4228
transitivePeerDependencies:
4229
- supports-color
4230
···
4241
'@babel/helper-plugin-utils': 7.27.1
4242
'@babel/types': 7.28.5
4243
4244
-
babel-preset-solid@1.9.9(@babel/core@7.28.5)(solid-js@1.9.9(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7)):
4245
dependencies:
4246
'@babel/core': 7.28.5
4247
-
babel-plugin-jsx-dom-expressions: 0.40.1(@babel/core@7.28.5)
4248
optionalDependencies:
4249
-
solid-js: 1.9.9(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7)
4250
4251
balanced-match@1.0.2: {}
4252
4253
-
baseline-browser-mapping@2.8.20: {}
4254
4255
binary-extensions@2.3.0: {}
4256
···
4258
4259
blake3-wasm@2.1.5: {}
4260
4261
-
brace-expansion@1.1.12:
4262
-
dependencies:
4263
-
balanced-match: 1.0.2
4264
-
concat-map: 0.0.1
4265
-
4266
brace-expansion@2.0.2:
4267
dependencies:
4268
balanced-match: 1.0.2
···
4271
dependencies:
4272
fill-range: 7.1.1
4273
4274
-
browserslist@4.27.0:
4275
dependencies:
4276
-
baseline-browser-mapping: 2.8.20
4277
-
caniuse-lite: 1.0.30001751
4278
-
electron-to-chromium: 1.5.240
4279
-
node-releases: 2.0.26
4280
-
update-browserslist-db: 1.1.4(browserslist@4.27.0)
4281
4282
buffer-from@1.1.2: {}
4283
4284
camelcase-css@2.0.1: {}
4285
4286
-
caniuse-lite@1.0.30001751: {}
4287
4288
chokidar@3.6.0:
4289
dependencies:
···
4321
4322
common-tags@1.8.2: {}
4323
4324
-
concat-map@0.0.1: {}
4325
-
4326
convert-source-map@2.0.0: {}
4327
4328
cookie@1.0.2: {}
4329
4330
-
core-js-compat@3.46.0:
4331
dependencies:
4332
-
browserslist: 4.27.0
4333
4334
cross-spawn@7.0.6:
4335
dependencies:
···
4341
4342
cssesc@3.0.0: {}
4343
4344
-
csstype@3.1.3: {}
4345
4346
debug@4.4.3:
4347
dependencies:
4348
ms: 2.1.3
4349
4350
deepmerge@4.3.1: {}
4351
-
4352
-
defu@6.1.4: {}
4353
4354
detect-libc@2.1.2: {}
4355
···
4363
dependencies:
4364
jake: 10.9.4
4365
4366
-
electron-to-chromium@1.5.240: {}
4367
4368
emoji-regex@8.0.0: {}
4369
···
4373
4374
error-stack-parser-es@1.0.5: {}
4375
4376
-
esbuild@0.25.11:
4377
optionalDependencies:
4378
-
'@esbuild/aix-ppc64': 0.25.11
4379
-
'@esbuild/android-arm': 0.25.11
4380
-
'@esbuild/android-arm64': 0.25.11
4381
-
'@esbuild/android-x64': 0.25.11
4382
-
'@esbuild/darwin-arm64': 0.25.11
4383
-
'@esbuild/darwin-x64': 0.25.11
4384
-
'@esbuild/freebsd-arm64': 0.25.11
4385
-
'@esbuild/freebsd-x64': 0.25.11
4386
-
'@esbuild/linux-arm': 0.25.11
4387
-
'@esbuild/linux-arm64': 0.25.11
4388
-
'@esbuild/linux-ia32': 0.25.11
4389
-
'@esbuild/linux-loong64': 0.25.11
4390
-
'@esbuild/linux-mips64el': 0.25.11
4391
-
'@esbuild/linux-ppc64': 0.25.11
4392
-
'@esbuild/linux-riscv64': 0.25.11
4393
-
'@esbuild/linux-s390x': 0.25.11
4394
-
'@esbuild/linux-x64': 0.25.11
4395
-
'@esbuild/netbsd-arm64': 0.25.11
4396
-
'@esbuild/netbsd-x64': 0.25.11
4397
-
'@esbuild/openbsd-arm64': 0.25.11
4398
-
'@esbuild/openbsd-x64': 0.25.11
4399
-
'@esbuild/openharmony-arm64': 0.25.11
4400
-
'@esbuild/sunos-x64': 0.25.11
4401
-
'@esbuild/win32-arm64': 0.25.11
4402
-
'@esbuild/win32-ia32': 0.25.11
4403
-
'@esbuild/win32-x64': 0.25.11
4404
4405
esbuild@0.25.4:
4406
optionalDependencies:
···
4442
4443
exit-hook@2.2.1: {}
4444
4445
-
exsolve@1.0.7: {}
4446
-
4447
fast-deep-equal@3.1.3: {}
4448
4449
fast-glob@3.3.3:
···
4479
cross-spawn: 7.0.6
4480
signal-exit: 4.1.0
4481
4482
-
fraction.js@4.3.7: {}
4483
4484
fs-extra@9.1.0:
4485
dependencies:
···
4487
graceful-fs: 4.2.11
4488
jsonfile: 6.2.0
4489
universalify: 2.0.1
4490
-
4491
-
fs.realpath@1.0.0: {}
4492
4493
fsevents@2.3.3:
4494
optional: true
···
4509
4510
glob-to-regexp@0.4.1: {}
4511
4512
-
glob@10.4.5:
4513
dependencies:
4514
foreground-child: 3.3.1
4515
-
jackspeak: 3.4.3
4516
-
minimatch: 9.0.5
4517
minipass: 7.1.2
4518
package-json-from-dist: 1.0.1
4519
-
path-scurry: 1.11.1
4520
-
4521
-
glob@7.2.3:
4522
-
dependencies:
4523
-
fs.realpath: 1.0.0
4524
-
inflight: 1.0.6
4525
-
inherits: 2.0.4
4526
-
minimatch: 3.1.2
4527
-
once: 1.4.0
4528
-
path-is-absolute: 1.0.1
4529
4530
graceful-fs@4.2.11: {}
4531
4532
-
hls.js@1.6.13: {}
4533
4534
html-entities@2.3.3: {}
4535
4536
idb@7.1.1: {}
4537
4538
idb@8.0.3: {}
4539
-
4540
-
inflight@1.0.6:
4541
-
dependencies:
4542
-
once: 1.4.0
4543
-
wrappy: 1.0.2
4544
-
4545
-
inherits@2.0.4: {}
4546
4547
is-arrayish@0.3.4: {}
4548
···
4572
4573
isexe@2.0.0: {}
4574
4575
-
jackspeak@3.4.3:
4576
dependencies:
4577
'@isaacs/cliui': 8.0.2
4578
-
optionalDependencies:
4579
-
'@pkgjs/parseargs': 0.11.0
4580
4581
jake@10.9.4:
4582
dependencies:
···
4620
4621
lodash@4.17.21: {}
4622
4623
-
lru-cache@10.4.3: {}
4624
4625
lru-cache@5.1.1:
4626
dependencies:
···
4643
4644
mime@3.0.0: {}
4645
4646
-
miniflare@4.20251011.1:
4647
dependencies:
4648
'@cspotcode/source-map-support': 0.8.1
4649
acorn: 8.14.0
···
4653
sharp: 0.33.5
4654
stoppable: 1.1.0
4655
undici: 7.14.0
4656
-
workerd: 1.20251011.0
4657
ws: 8.18.0
4658
youch: 4.1.0-beta.10
4659
zod: 3.22.3
···
4661
- bufferutil
4662
- utf-8-validate
4663
4664
-
minimatch@3.1.2:
4665
dependencies:
4666
-
brace-expansion: 1.1.12
4667
4668
minimatch@5.1.6:
4669
-
dependencies:
4670
-
brace-expansion: 2.0.2
4671
-
4672
-
minimatch@9.0.5:
4673
dependencies:
4674
brace-expansion: 2.0.2
4675
···
4687
4688
nanoid@5.1.6: {}
4689
4690
-
node-releases@2.0.26: {}
4691
4692
normalize-path@3.0.0: {}
4693
···
4696
object-assign@4.1.1: {}
4697
4698
object-hash@3.0.0: {}
4699
-
4700
-
ohash@2.0.11: {}
4701
-
4702
-
once@1.4.0:
4703
-
dependencies:
4704
-
wrappy: 1.0.2
4705
4706
package-json-from-dist@1.0.1: {}
4707
···
4709
dependencies:
4710
entities: 6.0.1
4711
4712
-
path-is-absolute@1.0.1: {}
4713
-
4714
path-key@3.1.1: {}
4715
4716
path-parse@1.0.7: {}
4717
4718
-
path-scurry@1.11.1:
4719
dependencies:
4720
-
lru-cache: 10.4.3
4721
minipass: 7.1.2
4722
4723
path-to-regexp@6.3.0: {}
···
4836
optionalDependencies:
4837
fsevents: 2.3.3
4838
4839
-
rollup@4.52.5:
4840
dependencies:
4841
'@types/estree': 1.0.8
4842
optionalDependencies:
4843
-
'@rollup/rollup-android-arm-eabi': 4.52.5
4844
-
'@rollup/rollup-android-arm64': 4.52.5
4845
-
'@rollup/rollup-darwin-arm64': 4.52.5
4846
-
'@rollup/rollup-darwin-x64': 4.52.5
4847
-
'@rollup/rollup-freebsd-arm64': 4.52.5
4848
-
'@rollup/rollup-freebsd-x64': 4.52.5
4849
-
'@rollup/rollup-linux-arm-gnueabihf': 4.52.5
4850
-
'@rollup/rollup-linux-arm-musleabihf': 4.52.5
4851
-
'@rollup/rollup-linux-arm64-gnu': 4.52.5
4852
-
'@rollup/rollup-linux-arm64-musl': 4.52.5
4853
-
'@rollup/rollup-linux-loong64-gnu': 4.52.5
4854
-
'@rollup/rollup-linux-ppc64-gnu': 4.52.5
4855
-
'@rollup/rollup-linux-riscv64-gnu': 4.52.5
4856
-
'@rollup/rollup-linux-riscv64-musl': 4.52.5
4857
-
'@rollup/rollup-linux-s390x-gnu': 4.52.5
4858
-
'@rollup/rollup-linux-x64-gnu': 4.52.5
4859
-
'@rollup/rollup-linux-x64-musl': 4.52.5
4860
-
'@rollup/rollup-openharmony-arm64': 4.52.5
4861
-
'@rollup/rollup-win32-arm64-msvc': 4.52.5
4862
-
'@rollup/rollup-win32-ia32-msvc': 4.52.5
4863
-
'@rollup/rollup-win32-x64-gnu': 4.52.5
4864
-
'@rollup/rollup-win32-x64-msvc': 4.52.5
4865
fsevents: 2.3.3
4866
4867
run-parallel@1.2.0:
···
4922
4923
smob@1.5.0: {}
4924
4925
-
solid-floating-ui@0.2.1(@floating-ui/dom@1.7.4)(solid-js@1.9.9(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7)):
4926
dependencies:
4927
'@floating-ui/dom': 1.7.4
4928
-
solid-js: 1.9.9(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7)
4929
4930
-
solid-js@1.9.9(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7):
4931
dependencies:
4932
-
csstype: 3.1.3
4933
seroval: 1.3.2
4934
seroval-plugins: 1.3.3(seroval@1.3.2)
4935
4936
-
solid-refresh@0.6.3(solid-js@1.9.9(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7)):
4937
dependencies:
4938
'@babel/generator': 7.28.5
4939
'@babel/helper-module-imports': 7.27.1
4940
'@babel/types': 7.28.5
4941
-
solid-js: 1.9.9(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7)
4942
transitivePeerDependencies:
4943
- supports-color
4944
···
4987
4988
strip-comments@2.0.1: {}
4989
4990
-
sucrase@3.35.0:
4991
dependencies:
4992
'@jridgewell/gen-mapping': 0.3.13
4993
commander: 4.1.1
4994
-
glob: 10.4.5
4995
lines-and-columns: 1.2.4
4996
mz: 2.7.0
4997
pirates: 4.0.7
0
4998
ts-interface-checker: 0.1.13
4999
5000
supports-color@10.2.2: {}
···
5024
postcss-nested: 6.2.0(postcss@8.5.6)
5025
postcss-selector-parser: 6.1.2
5026
resolve: 1.22.11
5027
-
sucrase: 3.35.0
5028
transitivePeerDependencies:
5029
- tsx
5030
- yaml
···
5038
type-fest: 0.16.0
5039
unique-string: 2.0.0
5040
5041
-
terser@5.44.0:
5042
dependencies:
5043
'@jridgewell/source-map': 0.3.11
5044
acorn: 8.15.0
···
5075
5076
typescript@5.9.3: {}
5077
5078
-
ufo@1.6.1: {}
5079
-
5080
undici-types@7.16.0: {}
5081
5082
undici@7.14.0: {}
5083
5084
-
unenv@2.0.0-rc.21:
5085
dependencies:
5086
-
defu: 6.1.4
5087
-
exsolve: 1.0.7
5088
-
ohash: 2.0.11
5089
pathe: 2.0.3
5090
-
ufo: 1.6.1
5091
5092
unicode-canonical-property-names-ecmascript@2.0.1: {}
5093
···
5108
5109
upath@1.2.0: {}
5110
5111
-
update-browserslist-db@1.1.4(browserslist@4.27.0):
5112
dependencies:
5113
-
browserslist: 4.27.0
5114
escalade: 3.2.0
5115
picocolors: 1.1.1
5116
5117
util-deprecate@1.0.2: {}
5118
5119
-
validate-html-nesting@1.2.3: {}
5120
-
5121
-
vite-plugin-pwa@1.1.0(patch_hash=003379ded749ad87080f87b428b17f04c4c88b6b64544df4d928aab76fbf6325)(@types/babel__core@7.20.5)(vite@7.1.12(@types/node@24.9.1)(jiti@1.21.7)(terser@5.44.0)):
5122
dependencies:
5123
debug: 4.4.3
5124
pretty-bytes: 6.1.1
5125
tinyglobby: 0.2.15
5126
-
vite: 7.1.12(@types/node@24.9.1)(jiti@1.21.7)(terser@5.44.0)
5127
-
workbox-build: 7.3.0(@types/babel__core@7.20.5)
5128
-
workbox-window: 7.3.0
5129
transitivePeerDependencies:
5130
- '@types/babel__core'
5131
- supports-color
5132
5133
-
vite-plugin-solid@2.11.10(solid-js@1.9.9(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7))(vite@7.1.12(@types/node@24.9.1)(jiti@1.21.7)(terser@5.44.0)):
5134
dependencies:
5135
'@babel/core': 7.28.5
5136
'@types/babel__core': 7.20.5
5137
-
babel-preset-solid: 1.9.9(@babel/core@7.28.5)(solid-js@1.9.9(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7))
5138
merge-anything: 5.1.7
5139
-
solid-js: 1.9.9(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7)
5140
-
solid-refresh: 0.6.3(solid-js@1.9.9(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7))
5141
-
vite: 7.1.12(@types/node@24.9.1)(jiti@1.21.7)(terser@5.44.0)
5142
-
vitefu: 1.1.1(vite@7.1.12(@types/node@24.9.1)(jiti@1.21.7)(terser@5.44.0))
5143
transitivePeerDependencies:
5144
- supports-color
5145
5146
-
vite@7.1.12(@types/node@24.9.1)(jiti@1.21.7)(terser@5.44.0):
5147
dependencies:
5148
-
esbuild: 0.25.11
5149
fdir: 6.5.0(picomatch@4.0.3)
5150
picomatch: 4.0.3
5151
postcss: 8.5.6
5152
-
rollup: 4.52.5
5153
tinyglobby: 0.2.15
5154
optionalDependencies:
5155
-
'@types/node': 24.9.1
5156
fsevents: 2.3.3
5157
jiti: 1.21.7
5158
-
terser: 5.44.0
5159
5160
-
vitefu@1.1.1(vite@7.1.12(@types/node@24.9.1)(jiti@1.21.7)(terser@5.44.0)):
5161
optionalDependencies:
5162
-
vite: 7.1.12(@types/node@24.9.1)(jiti@1.21.7)(terser@5.44.0)
5163
5164
webidl-conversions@4.0.2: {}
5165
5166
webm-muxer@5.1.4:
5167
dependencies:
5168
-
'@types/dom-webcodecs': 0.1.16
5169
'@types/wicg-file-system-access': 2020.9.8
5170
5171
whatwg-url@7.1.0:
···
5178
dependencies:
5179
isexe: 2.0.0
5180
5181
-
workbox-background-sync@7.3.0:
5182
dependencies:
5183
idb: 7.1.1
5184
-
workbox-core: 7.3.0
5185
5186
-
workbox-broadcast-update@7.3.0:
5187
dependencies:
5188
-
workbox-core: 7.3.0
5189
5190
-
workbox-build@7.3.0(@types/babel__core@7.20.5):
5191
dependencies:
5192
'@apideck/better-ajv-errors': 0.3.6(ajv@8.17.1)
5193
'@babel/core': 7.28.5
···
5202
common-tags: 1.8.2
5203
fast-json-stable-stringify: 2.1.0
5204
fs-extra: 9.1.0
5205
-
glob: 7.2.3
5206
lodash: 4.17.21
5207
pretty-bytes: 5.6.0
5208
rollup: 2.79.2
···
5211
strip-comments: 2.0.1
5212
tempy: 0.6.0
5213
upath: 1.2.0
5214
-
workbox-background-sync: 7.3.0
5215
-
workbox-broadcast-update: 7.3.0
5216
-
workbox-cacheable-response: 7.3.0
5217
-
workbox-core: 7.3.0
5218
-
workbox-expiration: 7.3.0
5219
-
workbox-google-analytics: 7.3.0
5220
-
workbox-navigation-preload: 7.3.0
5221
-
workbox-precaching: 7.3.0(patch_hash=ffcec6cb23aa5ae1a2fe2de772c169a4f653a5ae7dc6b03415109f70d86ed35b)
5222
-
workbox-range-requests: 7.3.0
5223
-
workbox-recipes: 7.3.0
5224
-
workbox-routing: 7.3.0
5225
-
workbox-strategies: 7.3.0
5226
-
workbox-streams: 7.3.0
5227
-
workbox-sw: 7.3.0
5228
-
workbox-window: 7.3.0
5229
transitivePeerDependencies:
5230
- '@types/babel__core'
5231
- supports-color
5232
5233
-
workbox-cacheable-response@7.3.0:
5234
dependencies:
5235
-
workbox-core: 7.3.0
5236
5237
-
workbox-core@7.3.0: {}
5238
5239
-
workbox-expiration@7.3.0:
5240
dependencies:
5241
idb: 7.1.1
5242
-
workbox-core: 7.3.0
5243
5244
-
workbox-google-analytics@7.3.0:
5245
dependencies:
5246
-
workbox-background-sync: 7.3.0
5247
-
workbox-core: 7.3.0
5248
-
workbox-routing: 7.3.0
5249
-
workbox-strategies: 7.3.0
5250
5251
-
workbox-navigation-preload@7.3.0:
5252
dependencies:
5253
-
workbox-core: 7.3.0
5254
5255
-
workbox-precaching@7.3.0(patch_hash=ffcec6cb23aa5ae1a2fe2de772c169a4f653a5ae7dc6b03415109f70d86ed35b):
5256
dependencies:
5257
-
workbox-core: 7.3.0
5258
-
workbox-routing: 7.3.0
5259
-
workbox-strategies: 7.3.0
5260
5261
-
workbox-range-requests@7.3.0:
5262
dependencies:
5263
-
workbox-core: 7.3.0
5264
5265
-
workbox-recipes@7.3.0:
5266
dependencies:
5267
-
workbox-cacheable-response: 7.3.0
5268
-
workbox-core: 7.3.0
5269
-
workbox-expiration: 7.3.0
5270
-
workbox-precaching: 7.3.0(patch_hash=ffcec6cb23aa5ae1a2fe2de772c169a4f653a5ae7dc6b03415109f70d86ed35b)
5271
-
workbox-routing: 7.3.0
5272
-
workbox-strategies: 7.3.0
5273
5274
-
workbox-routing@7.3.0:
5275
dependencies:
5276
-
workbox-core: 7.3.0
5277
5278
-
workbox-strategies@7.3.0:
5279
dependencies:
5280
-
workbox-core: 7.3.0
5281
5282
-
workbox-streams@7.3.0:
5283
dependencies:
5284
-
workbox-core: 7.3.0
5285
-
workbox-routing: 7.3.0
5286
5287
-
workbox-sw@7.3.0: {}
5288
5289
-
workbox-window@7.3.0:
5290
dependencies:
5291
'@types/trusted-types': 2.0.7
5292
-
workbox-core: 7.3.0
5293
5294
-
workerd@1.20251011.0:
5295
optionalDependencies:
5296
-
'@cloudflare/workerd-darwin-64': 1.20251011.0
5297
-
'@cloudflare/workerd-darwin-arm64': 1.20251011.0
5298
-
'@cloudflare/workerd-linux-64': 1.20251011.0
5299
-
'@cloudflare/workerd-linux-arm64': 1.20251011.0
5300
-
'@cloudflare/workerd-windows-64': 1.20251011.0
5301
5302
-
wrangler@4.45.0:
5303
dependencies:
5304
'@cloudflare/kv-asset-handler': 0.4.0
5305
-
'@cloudflare/unenv-preset': 2.7.8(unenv@2.0.0-rc.21)(workerd@1.20251011.0)
5306
blake3-wasm: 2.1.5
5307
esbuild: 0.25.4
5308
-
miniflare: 4.20251011.1
5309
path-to-regexp: 6.3.0
5310
-
unenv: 2.0.0-rc.21
5311
-
workerd: 1.20251011.0
5312
optionalDependencies:
5313
fsevents: 2.3.3
5314
transitivePeerDependencies:
···
5327
string-width: 5.1.2
5328
strip-ansi: 7.1.2
5329
5330
-
wrappy@1.0.2: {}
5331
-
5332
ws@8.18.0: {}
5333
5334
yallist@3.1.1: {}
···
5341
youch@4.1.0-beta.10:
5342
dependencies:
5343
'@poppinss/colors': 4.1.5
5344
-
'@poppinss/dumper': 0.6.4
5345
-
'@speed-highlight/core': 1.2.8
5346
cookie: 1.0.2
5347
youch-core: 0.3.3
5348
···
31
.:
32
dependencies:
33
'@atcute/atproto':
34
+
specifier: ^3.1.9
35
+
version: 3.1.9
36
'@atcute/bluemoji':
37
specifier: ^3.1.3
38
version: 3.1.3
39
'@atcute/bluesky':
40
+
specifier: ^3.2.10
41
+
version: 3.2.10
42
'@atcute/bluesky-richtext-parser':
43
specifier: ^1.0.7
44
version: 1.0.7
···
58
specifier: ^4.0.5
59
version: 4.0.5
60
'@atcute/identity':
61
+
specifier: ^1.1.2
62
+
version: 1.1.2
63
'@atcute/identity-resolver':
64
specifier: ^1.1.4
65
+
version: 1.1.4(@atcute/identity@1.1.2)
66
'@atcute/lexicons':
67
+
specifier: ^1.2.3
68
+
version: 1.2.3
69
'@atcute/multibase':
70
specifier: ^1.1.6
71
version: 1.1.6
···
116
version: '@jsr/mary__exif-rm@0.2.2'
117
'@mary/solid-freeze':
118
specifier: npm:@externdefs/solid-freeze@^0.1.1
119
+
version: '@externdefs/solid-freeze@0.1.1(solid-js@1.9.10(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7))'
120
'@mary/solid-query':
121
specifier: npm:@externdefs/solid-query@^0.1.5
122
+
version: '@externdefs/solid-query@0.1.5(solid-js@1.9.10(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7))'
123
comlink:
124
specifier: ^4.4.2
125
version: 4.4.2
126
hls.js:
127
+
specifier: ^1.6.15
128
+
version: 1.6.15
129
idb:
130
specifier: ^8.0.3
131
version: 8.0.3
···
134
version: 5.1.6
135
solid-floating-ui:
136
specifier: ~0.2.1
137
+
version: 0.2.1(@floating-ui/dom@1.7.4)(solid-js@1.9.10(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7))
138
solid-js:
139
+
specifier: ^1.9.10
140
+
version: 1.9.10(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7)
141
webm-muxer:
142
specifier: ^5.1.4
143
version: 5.1.4
···
146
specifier: ^0.4.6
147
version: 0.4.6
148
'@cloudflare/vite-plugin':
149
+
specifier: ^1.15.0
150
+
version: 1.15.0(vite@7.2.2(@types/node@24.10.1)(jiti@1.21.7)(terser@5.44.1))(workerd@1.20251113.0)(wrangler@4.49.0)
151
'@trivago/prettier-plugin-sort-imports':
152
specifier: ^5.2.2
153
version: 5.2.2(prettier@3.6.2)
···
155
specifier: ^1.0.0
156
version: 1.0.0
157
'@types/dom-webcodecs':
158
+
specifier: ^0.1.17
159
+
version: 0.1.17
160
'@types/node':
161
+
specifier: ^24.10.1
162
+
version: 24.10.1
163
autoprefixer:
164
+
specifier: ^10.4.22
165
+
version: 10.4.22(postcss@8.5.6)
166
babel-plugin-transform-typescript-const-enums:
167
specifier: ^0.1.0
168
version: 0.1.0(@babel/core@7.28.5)
···
176
specifier: ^3.4.18
177
version: 3.4.18
178
terser:
179
+
specifier: ^5.44.1
180
+
version: 5.44.1
181
typescript:
182
specifier: ~5.9.3
183
version: 5.9.3
184
vite:
185
+
specifier: ^7.2.2
186
+
version: 7.2.2(@types/node@24.10.1)(jiti@1.21.7)(terser@5.44.1)
187
vite-plugin-pwa:
188
specifier: 1.1.0
189
+
version: 1.1.0(patch_hash=003379ded749ad87080f87b428b17f04c4c88b6b64544df4d928aab76fbf6325)(@types/babel__core@7.20.5)(vite@7.2.2(@types/node@24.10.1)(jiti@1.21.7)(terser@5.44.1))
190
vite-plugin-solid:
191
specifier: ^2.11.10
192
+
version: 2.11.10(solid-js@1.9.10(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7))(vite@7.2.2(@types/node@24.10.1)(jiti@1.21.7)(terser@5.44.1))
193
wrangler:
194
+
specifier: ^4.49.0
195
+
version: 4.49.0
196
197
packages:
198
···
206
peerDependencies:
207
ajv: '>=8'
208
209
+
'@atcute/atproto@3.1.9':
210
+
resolution: {integrity: sha512-DyWwHCTdR4hY2BPNbLXgVmm7lI+fceOwWbE4LXbGvbvVtSn+ejSVFaAv01Ra3kWDha0whsOmbJL8JP0QPpf1+w==}
211
212
'@atcute/bluemoji@3.1.3':
213
resolution: {integrity: sha512-IV7Kidr32BueYvcr/Q2MPupu06oAZv0O0MahQc0X/g4ykg6d5B4gGvBgBV/iHwW6uAO9s1TO1RrsEdu1FFnowQ==}
···
221
'@atcute/bluesky-search-parser@0.1.1':
222
resolution: {integrity: sha512-jX01yzA4CWXfnpAmOL5P9kjpWEhVvIq2xEyYLZdFVpYe1v6xclUem1ir+Q8+aWoAcYwqQq6pM16XxkGw0yi5nA==}
223
224
+
'@atcute/bluesky@3.2.10':
225
+
resolution: {integrity: sha512-qwQWTzRf3umnh2u41gdU+xWYkbzGlKDupc3zeOB+YjmuP1N9wEaUhwS8H7vgrqr0xC9SGNDjeUVcjC4m5BPLBg==}
226
227
'@atcute/cbor@2.2.7':
228
resolution: {integrity: sha512-/mwAF0gnokOphceZqFq3uzMGdd8sbw5y6bxF8CRutRkCCUcpjjpJc5fkLwhxyGgOveF3mZuHE6p7t/+IAqb7Aw==}
···
233
'@atcute/client@4.0.5':
234
resolution: {integrity: sha512-R8Qen8goGmEkynYGg2m6XFlVmz0GTDvQ+9w+4QqOob+XMk8/WDpF4aImev7WKEde/rV2gjcqW7zM8E6W9NShDA==}
235
236
+
'@atcute/crypto@2.2.6':
237
+
resolution: {integrity: sha512-vkuexF+kmrKE1/Uqzub99Qi4QpnxA2jbu60E6PTgL4XypELQ6rb59MB/J1VbY2gs0kd3ET7+L3+NWpKD5nXyfA==}
238
239
'@atcute/identity-resolver@1.1.4':
240
resolution: {integrity: sha512-/SVh8vf2cXFJenmBnGeYF2aY3WGQm3cJeew5NWTlkqoy3LvJ5wkvKq9PWu4Tv653VF40rPOp6LOdVr9Fa+q5rA==}
241
peerDependencies:
242
'@atcute/identity': ^1.0.0
243
244
+
'@atcute/identity@1.1.2':
245
+
resolution: {integrity: sha512-vn0RN7SUF6N0sEPG9yyT6a0MzpfVS8BhsiLtB8OeS4qp2rLMQW33pelCpNitP1N+fq03MFlDGzs5p7K4qMs4cA==}
246
247
+
'@atcute/lexicons@1.2.3':
248
+
resolution: {integrity: sha512-ZNfNWS4jaR8VgWSSBaWRSSmwFeP134BmvpTt9JmM2x5vRoXeIFthxU9USY8ZV4vm0GPoxEMgkDin8HIlnFTg2w==}
249
250
'@atcute/multibase@1.1.6':
251
resolution: {integrity: sha512-HBxuCgYLKPPxETV0Rot4VP9e24vKl8JdzGCZOVsDaOXJgbRZoRIF67Lp0H/OgnJeH/Xpva8Z5ReoTNJE5dn3kg==}
···
784
resolution: {integrity: sha512-+tv3z+SPp+gqTIcImN9o0hqE9xyfQjI1XD9pL6NuKjua9B1y7mNYv0S9cP+QEbA4ppVgGZEmKOvHX5G5Ei1CVA==}
785
engines: {node: '>=18.0.0'}
786
787
+
'@cloudflare/unenv-preset@2.7.10':
788
+
resolution: {integrity: sha512-mvsNAiJSduC/9yxv1ZpCxwgAXgcuoDvkl8yaHjxoLpFxXy2ugc6TZK20EKgv4yO0vZhAEKwqJm+eGOzf8Oc45w==}
789
peerDependencies:
790
+
unenv: 2.0.0-rc.24
791
+
workerd: ^1.20251106.1
792
peerDependenciesMeta:
793
workerd:
794
optional: true
795
796
+
'@cloudflare/vite-plugin@1.15.0':
797
+
resolution: {integrity: sha512-ACDLNKr0II1bAoGU/1Rva9HIn3y7clmiMzW84m9xh+twrSzDwNyh5nKAoQm3PhlfJ4LU/AUEeaPFi2jitaE8hQ==}
798
peerDependencies:
799
vite: ^6.1.0 || ^7.0.0
800
+
wrangler: ^4.49.0
801
802
+
'@cloudflare/workerd-darwin-64@1.20251113.0':
803
+
resolution: {integrity: sha512-GBlun9onB69rDMZIJ9TdvQ9d3KS5L2FXwlzJ9+AjrbHqYnIif8eH5wyLPIR5wfkXNyrEFiWtEYses+aUQZQLWQ==}
804
engines: {node: '>=16'}
805
cpu: [x64]
806
os: [darwin]
807
808
+
'@cloudflare/workerd-darwin-arm64@1.20251113.0':
809
+
resolution: {integrity: sha512-CFakh0Plmkwe8BHuc3iQ0rSIMttvJ3XpWYPjhWUL6KxA2zL6FvYUiWG0hpaEW60KPqgFMisBoPzH0kzyzSKMhg==}
810
engines: {node: '>=16'}
811
cpu: [arm64]
812
os: [darwin]
813
814
+
'@cloudflare/workerd-linux-64@1.20251113.0':
815
+
resolution: {integrity: sha512-6JqK+Csie47656Kr+48GHl8v1zK940ruOczY4Da67xvsUAsFkUEOQkes4rW5i3I3XjNbcnyf96l0gnI6lzTKlQ==}
816
engines: {node: '>=16'}
817
cpu: [x64]
818
os: [linux]
819
820
+
'@cloudflare/workerd-linux-arm64@1.20251113.0':
821
+
resolution: {integrity: sha512-Ye9I2AeXZ2IPcWOYD9xIrjcFrnH0UkS/ijvgI81mJCr8w7dMd4ONb+BK5oXUJtBW8IEAV3yRU7Mz7DBLaXe/AQ==}
822
engines: {node: '>=16'}
823
cpu: [arm64]
824
os: [linux]
825
826
+
'@cloudflare/workerd-windows-64@1.20251113.0':
827
+
resolution: {integrity: sha512-H2sq6H2sMhjt/72S3ZAsZV+GC3chRJkwwGq7AGVjIehR66e/z5KKhxOX8u29iqtShyERvFUVHyfCzRBKfmJwfw==}
828
engines: {node: '>=16'}
829
cpu: [x64]
830
os: [win32]
···
833
resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==}
834
engines: {node: '>=12'}
835
836
+
'@emnapi/runtime@1.7.1':
837
+
resolution: {integrity: sha512-PVtJr5CmLwYAU9PZDMITZoR5iAOShYREoR45EyyLrbntV50mdePTgUn4AmOw90Ifcj+x2kRjdzr1HP3RrNiHGA==}
838
839
+
'@esbuild/aix-ppc64@0.25.12':
840
+
resolution: {integrity: sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==}
841
engines: {node: '>=18'}
842
cpu: [ppc64]
843
os: [aix]
···
848
cpu: [ppc64]
849
os: [aix]
850
851
+
'@esbuild/android-arm64@0.25.12':
852
+
resolution: {integrity: sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==}
853
engines: {node: '>=18'}
854
cpu: [arm64]
855
os: [android]
···
860
cpu: [arm64]
861
os: [android]
862
863
+
'@esbuild/android-arm@0.25.12':
864
+
resolution: {integrity: sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==}
865
engines: {node: '>=18'}
866
cpu: [arm]
867
os: [android]
···
872
cpu: [arm]
873
os: [android]
874
875
+
'@esbuild/android-x64@0.25.12':
876
+
resolution: {integrity: sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==}
877
engines: {node: '>=18'}
878
cpu: [x64]
879
os: [android]
···
884
cpu: [x64]
885
os: [android]
886
887
+
'@esbuild/darwin-arm64@0.25.12':
888
+
resolution: {integrity: sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==}
889
engines: {node: '>=18'}
890
cpu: [arm64]
891
os: [darwin]
···
896
cpu: [arm64]
897
os: [darwin]
898
899
+
'@esbuild/darwin-x64@0.25.12':
900
+
resolution: {integrity: sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==}
901
engines: {node: '>=18'}
902
cpu: [x64]
903
os: [darwin]
···
908
cpu: [x64]
909
os: [darwin]
910
911
+
'@esbuild/freebsd-arm64@0.25.12':
912
+
resolution: {integrity: sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==}
913
engines: {node: '>=18'}
914
cpu: [arm64]
915
os: [freebsd]
···
920
cpu: [arm64]
921
os: [freebsd]
922
923
+
'@esbuild/freebsd-x64@0.25.12':
924
+
resolution: {integrity: sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==}
925
engines: {node: '>=18'}
926
cpu: [x64]
927
os: [freebsd]
···
932
cpu: [x64]
933
os: [freebsd]
934
935
+
'@esbuild/linux-arm64@0.25.12':
936
+
resolution: {integrity: sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==}
937
engines: {node: '>=18'}
938
cpu: [arm64]
939
os: [linux]
···
944
cpu: [arm64]
945
os: [linux]
946
947
+
'@esbuild/linux-arm@0.25.12':
948
+
resolution: {integrity: sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==}
949
engines: {node: '>=18'}
950
cpu: [arm]
951
os: [linux]
···
956
cpu: [arm]
957
os: [linux]
958
959
+
'@esbuild/linux-ia32@0.25.12':
960
+
resolution: {integrity: sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==}
961
engines: {node: '>=18'}
962
cpu: [ia32]
963
os: [linux]
···
968
cpu: [ia32]
969
os: [linux]
970
971
+
'@esbuild/linux-loong64@0.25.12':
972
+
resolution: {integrity: sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==}
973
engines: {node: '>=18'}
974
cpu: [loong64]
975
os: [linux]
···
980
cpu: [loong64]
981
os: [linux]
982
983
+
'@esbuild/linux-mips64el@0.25.12':
984
+
resolution: {integrity: sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==}
985
engines: {node: '>=18'}
986
cpu: [mips64el]
987
os: [linux]
···
992
cpu: [mips64el]
993
os: [linux]
994
995
+
'@esbuild/linux-ppc64@0.25.12':
996
+
resolution: {integrity: sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==}
997
engines: {node: '>=18'}
998
cpu: [ppc64]
999
os: [linux]
···
1004
cpu: [ppc64]
1005
os: [linux]
1006
1007
+
'@esbuild/linux-riscv64@0.25.12':
1008
+
resolution: {integrity: sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==}
1009
engines: {node: '>=18'}
1010
cpu: [riscv64]
1011
os: [linux]
···
1016
cpu: [riscv64]
1017
os: [linux]
1018
1019
+
'@esbuild/linux-s390x@0.25.12':
1020
+
resolution: {integrity: sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==}
1021
engines: {node: '>=18'}
1022
cpu: [s390x]
1023
os: [linux]
···
1028
cpu: [s390x]
1029
os: [linux]
1030
1031
+
'@esbuild/linux-x64@0.25.12':
1032
+
resolution: {integrity: sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==}
1033
engines: {node: '>=18'}
1034
cpu: [x64]
1035
os: [linux]
···
1040
cpu: [x64]
1041
os: [linux]
1042
1043
+
'@esbuild/netbsd-arm64@0.25.12':
1044
+
resolution: {integrity: sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==}
1045
engines: {node: '>=18'}
1046
cpu: [arm64]
1047
os: [netbsd]
···
1052
cpu: [arm64]
1053
os: [netbsd]
1054
1055
+
'@esbuild/netbsd-x64@0.25.12':
1056
+
resolution: {integrity: sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==}
1057
engines: {node: '>=18'}
1058
cpu: [x64]
1059
os: [netbsd]
···
1064
cpu: [x64]
1065
os: [netbsd]
1066
1067
+
'@esbuild/openbsd-arm64@0.25.12':
1068
+
resolution: {integrity: sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==}
1069
engines: {node: '>=18'}
1070
cpu: [arm64]
1071
os: [openbsd]
···
1076
cpu: [arm64]
1077
os: [openbsd]
1078
1079
+
'@esbuild/openbsd-x64@0.25.12':
1080
+
resolution: {integrity: sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==}
1081
engines: {node: '>=18'}
1082
cpu: [x64]
1083
os: [openbsd]
···
1088
cpu: [x64]
1089
os: [openbsd]
1090
1091
+
'@esbuild/openharmony-arm64@0.25.12':
1092
+
resolution: {integrity: sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==}
1093
engines: {node: '>=18'}
1094
cpu: [arm64]
1095
os: [openharmony]
1096
1097
+
'@esbuild/sunos-x64@0.25.12':
1098
+
resolution: {integrity: sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==}
1099
engines: {node: '>=18'}
1100
cpu: [x64]
1101
os: [sunos]
···
1106
cpu: [x64]
1107
os: [sunos]
1108
1109
+
'@esbuild/win32-arm64@0.25.12':
1110
+
resolution: {integrity: sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==}
1111
engines: {node: '>=18'}
1112
cpu: [arm64]
1113
os: [win32]
···
1118
cpu: [arm64]
1119
os: [win32]
1120
1121
+
'@esbuild/win32-ia32@0.25.12':
1122
+
resolution: {integrity: sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==}
1123
engines: {node: '>=18'}
1124
cpu: [ia32]
1125
os: [win32]
···
1130
cpu: [ia32]
1131
os: [win32]
1132
1133
+
'@esbuild/win32-x64@0.25.12':
1134
+
resolution: {integrity: sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==}
1135
engines: {node: '>=18'}
1136
cpu: [x64]
1137
os: [win32]
···
1266
cpu: [x64]
1267
os: [win32]
1268
1269
+
'@isaacs/balanced-match@4.0.1':
1270
+
resolution: {integrity: sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==}
1271
+
engines: {node: 20 || >=22}
1272
+
1273
+
'@isaacs/brace-expansion@5.0.0':
1274
+
resolution: {integrity: sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==}
1275
+
engines: {node: 20 || >=22}
1276
+
1277
'@isaacs/cliui@8.0.2':
1278
resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==}
1279
engines: {node: '>=12'}
···
1321
'@kelinci/basa-lexicons@1.0.0':
1322
resolution: {integrity: sha512-QND0ktwpGySoHhqRUrLZ3YybyHnOkV6mGCLn75yJWl9PpKIMh/gmAyvXIo1ZuzSHu4v6xcSyi3A78QoH4MhTGw==}
1323
1324
+
'@noble/secp256k1@3.0.0':
1325
+
resolution: {integrity: sha512-NJBaR352KyIvj3t6sgT/+7xrNyF9Xk9QlLSIqUGVUYlsnDTAUqY8LOmwpcgEx4AMJXRITQ5XEVHD+mMaPfr3mg==}
1326
1327
'@nodelib/fs.scandir@2.1.5':
1328
resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
···
1351
resolution: {integrity: sha512-/lwVUaDPCeopUL6XPz2B2ZwaQeIbctP8YxNIyCxunxVKWhCAhii+w0ourNK7JedyGIcM+DaXZTeRlcbgEWaZig==}
1352
engines: {node: '>=12.4.0'}
1353
0
0
0
0
1354
'@poppinss/colors@4.1.5':
1355
resolution: {integrity: sha512-FvdDqtcRCtz6hThExcFOgW0cWX+xwSMWcRuQe5ZEb2m7cVQOAVZOIMt+/v9RxGiD9/OY16qJBXK4CVKWAPalBw==}
1356
1357
+
'@poppinss/dumper@0.6.5':
1358
+
resolution: {integrity: sha512-NBdYIb90J7LfOI32dOewKI1r7wnkiH6m920puQ3qHUeZkxNkQiFnXVWoE6YtFSv6QOiPPf7ys6i+HWWecDz7sw==}
1359
1360
'@poppinss/exception@1.2.2':
1361
resolution: {integrity: sha512-m7bpKCD4QMlFCjA/nKTs23fuvoVFoA83brRKmObCUNmi/9tVu8Ve3w4YQAnJu4q3Tjf5fr685HYIC/IA2zHRSg==}
···
1412
rollup:
1413
optional: true
1414
1415
+
'@rollup/rollup-android-arm-eabi@4.53.3':
1416
+
resolution: {integrity: sha512-mRSi+4cBjrRLoaal2PnqH82Wqyb+d3HsPUN/W+WslCXsZsyHa9ZeQQX/pQsZaVIWDkPcpV6jJ+3KLbTbgnwv8w==}
1417
cpu: [arm]
1418
os: [android]
1419
1420
+
'@rollup/rollup-android-arm64@4.53.3':
1421
+
resolution: {integrity: sha512-CbDGaMpdE9sh7sCmTrTUyllhrg65t6SwhjlMJsLr+J8YjFuPmCEjbBSx4Z/e4SmDyH3aB5hGaJUP2ltV/vcs4w==}
1422
cpu: [arm64]
1423
os: [android]
1424
1425
+
'@rollup/rollup-darwin-arm64@4.53.3':
1426
+
resolution: {integrity: sha512-Nr7SlQeqIBpOV6BHHGZgYBuSdanCXuw09hon14MGOLGmXAFYjx1wNvquVPmpZnl0tLjg25dEdr4IQ6GgyToCUA==}
1427
cpu: [arm64]
1428
os: [darwin]
1429
1430
+
'@rollup/rollup-darwin-x64@4.53.3':
1431
+
resolution: {integrity: sha512-DZ8N4CSNfl965CmPktJ8oBnfYr3F8dTTNBQkRlffnUarJ2ohudQD17sZBa097J8xhQ26AwhHJ5mvUyQW8ddTsQ==}
1432
cpu: [x64]
1433
os: [darwin]
1434
1435
+
'@rollup/rollup-freebsd-arm64@4.53.3':
1436
+
resolution: {integrity: sha512-yMTrCrK92aGyi7GuDNtGn2sNW+Gdb4vErx4t3Gv/Tr+1zRb8ax4z8GWVRfr3Jw8zJWvpGHNpss3vVlbF58DZ4w==}
1437
cpu: [arm64]
1438
os: [freebsd]
1439
1440
+
'@rollup/rollup-freebsd-x64@4.53.3':
1441
+
resolution: {integrity: sha512-lMfF8X7QhdQzseM6XaX0vbno2m3hlyZFhwcndRMw8fbAGUGL3WFMBdK0hbUBIUYcEcMhVLr1SIamDeuLBnXS+Q==}
1442
cpu: [x64]
1443
os: [freebsd]
1444
1445
+
'@rollup/rollup-linux-arm-gnueabihf@4.53.3':
1446
+
resolution: {integrity: sha512-k9oD15soC/Ln6d2Wv/JOFPzZXIAIFLp6B+i14KhxAfnq76ajt0EhYc5YPeX6W1xJkAdItcVT+JhKl1QZh44/qw==}
1447
cpu: [arm]
1448
os: [linux]
1449
1450
+
'@rollup/rollup-linux-arm-musleabihf@4.53.3':
1451
+
resolution: {integrity: sha512-vTNlKq+N6CK/8UktsrFuc+/7NlEYVxgaEgRXVUVK258Z5ymho29skzW1sutgYjqNnquGwVUObAaxae8rZ6YMhg==}
1452
cpu: [arm]
1453
os: [linux]
1454
1455
+
'@rollup/rollup-linux-arm64-gnu@4.53.3':
1456
+
resolution: {integrity: sha512-RGrFLWgMhSxRs/EWJMIFM1O5Mzuz3Xy3/mnxJp/5cVhZ2XoCAxJnmNsEyeMJtpK+wu0FJFWz+QF4mjCA7AUQ3w==}
1457
cpu: [arm64]
1458
os: [linux]
1459
1460
+
'@rollup/rollup-linux-arm64-musl@4.53.3':
1461
+
resolution: {integrity: sha512-kASyvfBEWYPEwe0Qv4nfu6pNkITLTb32p4yTgzFCocHnJLAHs+9LjUu9ONIhvfT/5lv4YS5muBHyuV84epBo/A==}
1462
cpu: [arm64]
1463
os: [linux]
1464
1465
+
'@rollup/rollup-linux-loong64-gnu@4.53.3':
1466
+
resolution: {integrity: sha512-JiuKcp2teLJwQ7vkJ95EwESWkNRFJD7TQgYmCnrPtlu50b4XvT5MOmurWNrCj3IFdyjBQ5p9vnrX4JM6I8OE7g==}
1467
cpu: [loong64]
1468
os: [linux]
1469
1470
+
'@rollup/rollup-linux-ppc64-gnu@4.53.3':
1471
+
resolution: {integrity: sha512-EoGSa8nd6d3T7zLuqdojxC20oBfNT8nexBbB/rkxgKj5T5vhpAQKKnD+h3UkoMuTyXkP5jTjK/ccNRmQrPNDuw==}
1472
cpu: [ppc64]
1473
os: [linux]
1474
1475
+
'@rollup/rollup-linux-riscv64-gnu@4.53.3':
1476
+
resolution: {integrity: sha512-4s+Wped2IHXHPnAEbIB0YWBv7SDohqxobiiPA1FIWZpX+w9o2i4LezzH/NkFUl8LRci/8udci6cLq+jJQlh+0g==}
1477
cpu: [riscv64]
1478
os: [linux]
1479
1480
+
'@rollup/rollup-linux-riscv64-musl@4.53.3':
1481
+
resolution: {integrity: sha512-68k2g7+0vs2u9CxDt5ktXTngsxOQkSEV/xBbwlqYcUrAVh6P9EgMZvFsnHy4SEiUl46Xf0IObWVbMvPrr2gw8A==}
1482
cpu: [riscv64]
1483
os: [linux]
1484
1485
+
'@rollup/rollup-linux-s390x-gnu@4.53.3':
1486
+
resolution: {integrity: sha512-VYsFMpULAz87ZW6BVYw3I6sWesGpsP9OPcyKe8ofdg9LHxSbRMd7zrVrr5xi/3kMZtpWL/wC+UIJWJYVX5uTKg==}
1487
cpu: [s390x]
1488
os: [linux]
1489
1490
+
'@rollup/rollup-linux-x64-gnu@4.53.3':
1491
+
resolution: {integrity: sha512-3EhFi1FU6YL8HTUJZ51imGJWEX//ajQPfqWLI3BQq4TlvHy4X0MOr5q3D2Zof/ka0d5FNdPwZXm3Yyib/UEd+w==}
1492
cpu: [x64]
1493
os: [linux]
1494
1495
+
'@rollup/rollup-linux-x64-musl@4.53.3':
1496
+
resolution: {integrity: sha512-eoROhjcc6HbZCJr+tvVT8X4fW3/5g/WkGvvmwz/88sDtSJzO7r/blvoBDgISDiCjDRZmHpwud7h+6Q9JxFwq1Q==}
1497
cpu: [x64]
1498
os: [linux]
1499
1500
+
'@rollup/rollup-openharmony-arm64@4.53.3':
1501
+
resolution: {integrity: sha512-OueLAWgrNSPGAdUdIjSWXw+u/02BRTcnfw9PN41D2vq/JSEPnJnVuBgw18VkN8wcd4fjUs+jFHVM4t9+kBSNLw==}
1502
cpu: [arm64]
1503
os: [openharmony]
1504
1505
+
'@rollup/rollup-win32-arm64-msvc@4.53.3':
1506
+
resolution: {integrity: sha512-GOFuKpsxR/whszbF/bzydebLiXIHSgsEUp6M0JI8dWvi+fFa1TD6YQa4aSZHtpmh2/uAlj/Dy+nmby3TJ3pkTw==}
1507
cpu: [arm64]
1508
os: [win32]
1509
1510
+
'@rollup/rollup-win32-ia32-msvc@4.53.3':
1511
+
resolution: {integrity: sha512-iah+THLcBJdpfZ1TstDFbKNznlzoxa8fmnFYK4V67HvmuNYkVdAywJSoteUszvBQ9/HqN2+9AZghbajMsFT+oA==}
1512
cpu: [ia32]
1513
os: [win32]
1514
1515
+
'@rollup/rollup-win32-x64-gnu@4.53.3':
1516
+
resolution: {integrity: sha512-J9QDiOIZlZLdcot5NXEepDkstocktoVjkaKUtqzgzpt2yWjGlbYiKyp05rWwk4nypbYUNoFAztEgixoLaSETkg==}
1517
cpu: [x64]
1518
os: [win32]
1519
1520
+
'@rollup/rollup-win32-x64-msvc@4.53.3':
1521
+
resolution: {integrity: sha512-UhTd8u31dXadv0MopwGgNOBpUVROFKWVQgAg5N1ESyCz8AuBcMqm4AuTjrwgQKGDfoFuz02EuMRHQIw/frmYKQ==}
1522
cpu: [x64]
1523
os: [win32]
1524
1525
+
'@sindresorhus/is@7.1.1':
1526
+
resolution: {integrity: sha512-rO92VvpgMc3kfiTjGT52LEtJ8Yc5kCWhZjLQ3LwlA4pSgPpQO7bVpYXParOD8Jwf+cVQECJo3yP/4I8aZtUQTQ==}
1527
engines: {node: '>=18'}
1528
1529
+
'@speed-highlight/core@1.2.12':
1530
+
resolution: {integrity: sha512-uilwrK0Ygyri5dToHYdZSjcvpS2ZwX0w5aSt3GCEN9hrjxWCoeV4Z2DTXuxjwbntaLQIEEAlCeNQss5SoHvAEA==}
1531
1532
'@standard-schema/spec@1.0.0':
1533
resolution: {integrity: sha512-m2bOd0f2RT9k8QJx1JN85cZYyH1RqFBdlwtkSlf4tBDYLCiiZnv1fIIwacK6cqwXavOydf0NPToMQgpKq+dVlA==}
···
1569
'@types/dom-close-watcher@1.0.0':
1570
resolution: {integrity: sha512-7pL0By56sVVGMSJ3HdSY+u08Id0ljStCaf1VnGFxwfpuNdA0HMz0sl2J24eSi9M6ptl9ySkVK35jF75Fn8trUg==}
1571
1572
+
'@types/dom-webcodecs@0.1.17':
1573
+
resolution: {integrity: sha512-IwKW5uKL0Zrv5ccUJpjIlqf7ppk2v29l/ZLQxLlwHxljBfnDD9Gxm+hzMkGM0AOAL/21H0pp7cTUYLiiVUGchA==}
1574
1575
'@types/estree@0.0.39':
1576
resolution: {integrity: sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==}
···
1578
'@types/estree@1.0.8':
1579
resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==}
1580
1581
+
'@types/node@24.10.1':
1582
+
resolution: {integrity: sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==}
1583
1584
'@types/resolve@1.20.2':
1585
resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==}
···
1640
resolution: {integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==}
1641
engines: {node: '>= 4.0.0'}
1642
1643
+
autoprefixer@10.4.22:
1644
+
resolution: {integrity: sha512-ARe0v/t9gO28Bznv6GgqARmVqcWOV3mfgUPn9becPHMiD3o9BwlRgaeccZnwTpZ7Zwqrm+c1sUSsMxIzQzc8Xg==}
1645
engines: {node: ^10 || ^12 || >=14}
1646
hasBin: true
1647
peerDependencies:
1648
postcss: ^8.1.0
1649
1650
+
babel-plugin-jsx-dom-expressions@0.40.3:
1651
+
resolution: {integrity: sha512-5HOwwt0BYiv/zxl7j8Pf2bGL6rDXfV6nUhLs8ygBX+EFJXzBPHM/euj9j/6deMZ6wa52Wb2PBaAV5U/jKwIY1w==}
1652
peerDependencies:
1653
'@babel/core': ^7.20.12
1654
···
1672
peerDependencies:
1673
'@babel/core': ^7.24.4
1674
1675
+
babel-preset-solid@1.9.10:
1676
+
resolution: {integrity: sha512-HCelrgua/Y+kqO8RyL04JBWS/cVdrtUv/h45GntgQY+cJl4eBcKkCDV3TdMjtKx1nXwRaR9QXslM/Npm1dxdZQ==}
1677
peerDependencies:
1678
'@babel/core': ^7.0.0
1679
+
solid-js: ^1.9.10
1680
peerDependenciesMeta:
1681
solid-js:
1682
optional: true
···
1684
balanced-match@1.0.2:
1685
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
1686
1687
+
baseline-browser-mapping@2.8.29:
1688
+
resolution: {integrity: sha512-sXdt2elaVnhpDNRDz+1BDx1JQoJRuNk7oVlAlbGiFkLikHCAQiccexF/9e91zVi6RCgqspl04aP+6Cnl9zRLrA==}
1689
hasBin: true
1690
1691
binary-extensions@2.3.0:
···
1697
1698
blake3-wasm@2.1.5:
1699
resolution: {integrity: sha512-F1+K8EbfOZE49dtoPtmxUQrpXaBIl3ICvasLh+nJta0xkz+9kF/7uet9fLnwKqhDrmj6g+6K3Tw9yQPUg2ka5g==}
0
0
0
1700
1701
brace-expansion@2.0.2:
1702
resolution: {integrity: sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==}
···
1705
resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
1706
engines: {node: '>=8'}
1707
1708
+
browserslist@4.28.0:
1709
+
resolution: {integrity: sha512-tbydkR/CxfMwelN0vwdP/pLkDwyAASZ+VfWm4EOwlB6SWhx1sYnWLqo8N5j0rAzPfzfRaxt0mM/4wPU/Su84RQ==}
1710
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
1711
hasBin: true
1712
···
1717
resolution: {integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==}
1718
engines: {node: '>= 6'}
1719
1720
+
caniuse-lite@1.0.30001756:
1721
+
resolution: {integrity: sha512-4HnCNKbMLkLdhJz3TToeVWHSnfJvPaq6vu/eRP0Ahub/07n484XHhBF5AJoSGHdVrS8tKFauUQz8Bp9P7LVx7A==}
1722
1723
chokidar@3.6.0:
1724
resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==}
···
1752
resolution: {integrity: sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==}
1753
engines: {node: '>=4.0.0'}
1754
0
0
0
1755
convert-source-map@2.0.0:
1756
resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
1757
···
1759
resolution: {integrity: sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==}
1760
engines: {node: '>=18'}
1761
1762
+
core-js-compat@3.47.0:
1763
+
resolution: {integrity: sha512-IGfuznZ/n7Kp9+nypamBhvwdwLsW6KC8IOaURw2doAK5e98AG3acVLdh0woOnEqCfUtS+Vu882JE4k/DAm3ItQ==}
1764
1765
cross-spawn@7.0.6:
1766
resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
···
1775
engines: {node: '>=4'}
1776
hasBin: true
1777
1778
+
csstype@3.2.3:
1779
+
resolution: {integrity: sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==}
1780
1781
debug@4.4.3:
1782
resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==}
···
1791
resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==}
1792
engines: {node: '>=0.10.0'}
1793
0
0
0
1794
detect-libc@2.1.2:
1795
resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==}
1796
engines: {node: '>=8'}
···
1809
engines: {node: '>=0.10.0'}
1810
hasBin: true
1811
1812
+
electron-to-chromium@1.5.257:
1813
+
resolution: {integrity: sha512-VNSOB6JZan5IQNMqaurYpZC4bDPXcvKlUwVD/ztMeVD7SwOpMYGOY7dgt+4lNiIHIpvv/FdULnZKqKEy2KcuHQ==}
1814
1815
emoji-regex@8.0.0:
1816
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
···
1825
error-stack-parser-es@1.0.5:
1826
resolution: {integrity: sha512-5qucVt2XcuGMcEGgWI7i+yZpmpByQ8J1lHhcL7PwqCwu9FPP3VUXzT4ltHe5i2z9dePwEHcDVOAfSnHsOlCXRA==}
1827
1828
+
esbuild@0.25.12:
1829
+
resolution: {integrity: sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==}
1830
engines: {node: '>=18'}
1831
hasBin: true
1832
···
1855
exit-hook@2.2.1:
1856
resolution: {integrity: sha512-eNTPlAD67BmP31LDINZ3U7HSF8l57TxOY2PmBJ1shpCvpnxBF93mWCE8YHBnXs8qiUZJc9WDcWIeC3a2HIAMfw==}
1857
engines: {node: '>=6'}
0
0
0
1858
1859
fast-deep-equal@3.1.3:
1860
resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
···
1892
resolution: {integrity: sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==}
1893
engines: {node: '>=14'}
1894
1895
+
fraction.js@5.3.4:
1896
+
resolution: {integrity: sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==}
1897
1898
fs-extra@9.1.0:
1899
resolution: {integrity: sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==}
1900
engines: {node: '>=10'}
0
0
0
1901
1902
fsevents@2.3.3:
1903
resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
···
1926
glob-to-regexp@0.4.1:
1927
resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==}
1928
1929
+
glob@11.1.0:
1930
+
resolution: {integrity: sha512-vuNwKSaKiqm7g0THUBu2x7ckSs3XJLXE+2ssL7/MfTGPLLcrJQ/4Uq1CjPTtO5cCIiRxqvN6Twy1qOwhL0Xjcw==}
1931
+
engines: {node: 20 || >=22}
1932
hasBin: true
1933
0
0
0
0
1934
graceful-fs@4.2.11:
1935
resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
1936
1937
+
hls.js@1.6.15:
1938
+
resolution: {integrity: sha512-E3a5VwgXimGHwpRGV+WxRTKeSp2DW5DI5MWv34ulL3t5UNmyJWCQ1KmLEHbYzcfThfXG8amBL+fCYPneGHC4VA==}
1939
1940
html-entities@2.3.3:
1941
resolution: {integrity: sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA==}
···
1946
idb@8.0.3:
1947
resolution: {integrity: sha512-LtwtVyVYO5BqRvcsKuB2iUMnHwPVByPCXFXOpuU96IZPPoPN6xjOGxZQ74pgSVVLQWtUOYgyeL4GE98BY5D3wg==}
1948
0
0
0
0
0
0
0
1949
is-arrayish@0.3.4:
1950
resolution: {integrity: sha512-m6UrgzFVUYawGBh1dUsWR5M2Clqic9RVXC/9f8ceNlv2IcO9j9J/z8UoCLPqtsPBFNzEpfR3xftohbfqDx8EQA==}
1951
···
1991
isexe@2.0.0:
1992
resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
1993
1994
+
jackspeak@4.1.1:
1995
+
resolution: {integrity: sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==}
1996
+
engines: {node: 20 || >=22}
1997
1998
jake@10.9.4:
1999
resolution: {integrity: sha512-wpHYzhxiVQL+IV05BLE2Xn34zW1S223hvjtqk0+gsPrwd/8JNLXJgZZM/iPFsYc1xyphF+6M6EvdE5E9MBGkDA==}
···
2057
lodash@4.17.21:
2058
resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
2059
2060
+
lru-cache@11.2.2:
2061
+
resolution: {integrity: sha512-F9ODfyqML2coTIsQpSkRHnLSZMtkU8Q+mSfcaIyKwy58u+8k5nvAYeiNhsyMARvzNcXJ9QfWVrcPsC9e9rAxtg==}
2062
+
engines: {node: 20 || >=22}
2063
2064
lru-cache@5.1.1:
2065
resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
···
2084
engines: {node: '>=10.0.0'}
2085
hasBin: true
2086
2087
+
miniflare@4.20251113.0:
2088
+
resolution: {integrity: sha512-uaNiBJu8JQY27pcM7Q/E+hLggClmJCQji9uOOBdlZV+aJ7rk7tFnyIvjpLxYJRpryrMjm3aKNeMvE8ham01DtA==}
2089
engines: {node: '>=18.0.0'}
2090
hasBin: true
2091
2092
+
minimatch@10.1.1:
2093
+
resolution: {integrity: sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==}
2094
+
engines: {node: 20 || >=22}
2095
2096
minimatch@5.1.6:
2097
resolution: {integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==}
2098
engines: {node: '>=10'}
2099
0
0
0
0
2100
minipass@7.1.2:
2101
resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==}
2102
engines: {node: '>=16 || 14 >=14.17'}
···
2117
engines: {node: ^18 || >=20}
2118
hasBin: true
2119
2120
+
node-releases@2.0.27:
2121
+
resolution: {integrity: sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==}
2122
2123
normalize-path@3.0.0:
2124
resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==}
···
2136
resolution: {integrity: sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==}
2137
engines: {node: '>= 6'}
2138
0
0
0
0
0
0
2139
package-json-from-dist@1.0.1:
2140
resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==}
2141
2142
parse5@7.3.0:
2143
resolution: {integrity: sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==}
0
0
0
0
2144
2145
path-key@3.1.1:
2146
resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
···
2149
path-parse@1.0.7:
2150
resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==}
2151
2152
+
path-scurry@2.0.1:
2153
+
resolution: {integrity: sha512-oWyT4gICAu+kaA7QWk/jvCHWarMKNs6pXOGWKDTr7cw4IGcUbW+PeTfbaQiLGheFRpjo6O9J0PmyMfQPjH71oA==}
2154
+
engines: {node: 20 || >=22}
2155
2156
path-to-regexp@6.3.0:
2157
resolution: {integrity: sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==}
···
2349
engines: {node: '>=10.0.0'}
2350
hasBin: true
2351
2352
+
rollup@4.53.3:
2353
+
resolution: {integrity: sha512-w8GmOxZfBmKknvdXU1sdM9NHcoQejwF/4mNgj2JuEEdRaHwwF12K7e9eXn1nLZ07ad+du76mkVsyeb2rKGllsA==}
2354
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
2355
hasBin: true
2356
···
2408
'@floating-ui/dom': ^1.0
2409
solid-js: ^1.3
2410
2411
+
solid-js@1.9.10:
2412
+
resolution: {integrity: sha512-Coz956cos/EPDlhs6+jsdTxKuJDPT7B5SVIWgABwROyxjY7Xbr8wkzD68Et+NxnV7DLJ3nJdAC2r9InuV/4Jew==}
2413
2414
solid-refresh@0.6.3:
2415
resolution: {integrity: sha512-F3aPsX6hVw9ttm5LYlth8Q15x6MlI/J3Dn+o3EQyRTtTxidepSTwAYdozt01/YA+7ObcciagGEyXIopGZzQtbA==}
···
2464
resolution: {integrity: sha512-ZprKx+bBLXv067WTCALv8SSz5l2+XhpYCsVtSqlMnkAXMWDq+/ekVbl1ghqP9rUHTzv6sm/DwCOiYutU/yp1fw==}
2465
engines: {node: '>=10'}
2466
2467
+
sucrase@3.35.1:
2468
+
resolution: {integrity: sha512-DhuTmvZWux4H1UOnWMB3sk0sbaCVOoQZjv8u1rDoTV0HTdGem9hkAZtl4JZy8P2z4Bg0nT+YMeOFyVr4zcG5Tw==}
2469
engines: {node: '>=16 || 14 >=14.17'}
2470
hasBin: true
2471
···
2490
resolution: {integrity: sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw==}
2491
engines: {node: '>=10'}
2492
2493
+
terser@5.44.1:
2494
+
resolution: {integrity: sha512-t/R3R/n0MSwnnazuPpPNVO60LX0SKL45pyl9YlvxIdkH0Of7D5qM2EVe+yASRIlY5pZ73nclYJfNANGWPwFDZw==}
2495
engines: {node: '>=10'}
2496
hasBin: true
2497
···
2528
engines: {node: '>=14.17'}
2529
hasBin: true
2530
0
0
0
2531
undici-types@7.16.0:
2532
resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==}
2533
···
2535
resolution: {integrity: sha512-Vqs8HTzjpQXZeXdpsfChQTlafcMQaaIwnGwLam1wudSSjlJeQ3bw1j+TLPePgrCnCpUXx7Ba5Pdpf5OBih62NQ==}
2536
engines: {node: '>=20.18.1'}
2537
2538
+
unenv@2.0.0-rc.24:
2539
+
resolution: {integrity: sha512-i7qRCmY42zmCwnYlh9H2SvLEypEFGye5iRmEMKjcGi7zk9UquigRjFtTLz0TYqr0ZGLZhaMHl/foy1bZR+Cwlw==}
2540
2541
unicode-canonical-property-names-ecmascript@2.0.1:
2542
resolution: {integrity: sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==}
···
2575
util-deprecate@1.0.2:
2576
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
2577
0
0
0
2578
vite-plugin-pwa@1.1.0:
2579
resolution: {integrity: sha512-VsSpdubPzXhHWVINcSx6uHRMpOHVHQcHsef1QgkOlEoaIDAlssFEW88LBq1a59BuokAhsh2kUDJbaX1bZv4Bjw==}
2580
engines: {node: '>=16.0.0'}
···
2595
'@testing-library/jest-dom':
2596
optional: true
2597
2598
+
vite@7.2.2:
2599
+
resolution: {integrity: sha512-BxAKBWmIbrDgrokdGZH1IgkIk/5mMHDreLDmCJ0qpyJaAteP8NvMhkwr/ZCQNqNH97bw/dANTE9PDzqwJghfMQ==}
2600
engines: {node: ^20.19.0 || >=22.12.0}
2601
hasBin: true
2602
peerDependencies:
···
2658
engines: {node: '>= 8'}
2659
hasBin: true
2660
2661
+
workbox-background-sync@7.4.0:
2662
+
resolution: {integrity: sha512-8CB9OxKAgKZKyNMwfGZ1XESx89GryWTfI+V5yEj8sHjFH8MFelUwYXEyldEK6M6oKMmn807GoJFUEA1sC4XS9w==}
2663
2664
+
workbox-broadcast-update@7.4.0:
2665
+
resolution: {integrity: sha512-+eZQwoktlvo62cI0b+QBr40v5XjighxPq3Fzo9AWMiAosmpG5gxRHgTbGGhaJv/q/MFVxwFNGh/UwHZ/8K88lA==}
2666
2667
+
workbox-build@7.4.0:
2668
+
resolution: {integrity: sha512-Ntk1pWb0caOFIvwz/hfgrov/OJ45wPEhI5PbTywQcYjyZiVhT3UrwwUPl6TRYbTm4moaFYithYnl1lvZ8UjxcA==}
2669
+
engines: {node: '>=20.0.0'}
2670
2671
+
workbox-cacheable-response@7.4.0:
2672
+
resolution: {integrity: sha512-0Fb8795zg/x23ISFkAc7lbWes6vbw34DGFIMw31cwuHPgDEC/5EYm6m/ZkylLX0EnEbbOyOCLjKgFS/Z5g0HeQ==}
2673
2674
+
workbox-core@7.4.0:
2675
+
resolution: {integrity: sha512-6BMfd8tYEnN4baG4emG9U0hdXM4gGuDU3ectXuVHnj71vwxTFI7WOpQJC4siTOlVtGqCUtj0ZQNsrvi6kZZTAQ==}
2676
2677
+
workbox-expiration@7.4.0:
2678
+
resolution: {integrity: sha512-V50p4BxYhtA80eOvulu8xVfPBgZbkxJ1Jr8UUn0rvqjGhLDqKNtfrDfjJKnLz2U8fO2xGQJTx/SKXNTzHOjnHw==}
2679
2680
+
workbox-google-analytics@7.4.0:
2681
+
resolution: {integrity: sha512-MVPXQslRF6YHkzGoFw1A4GIB8GrKym/A5+jYDUSL+AeJw4ytQGrozYdiZqUW1TPQHW8isBCBtyFJergUXyNoWQ==}
2682
2683
+
workbox-navigation-preload@7.4.0:
2684
+
resolution: {integrity: sha512-etzftSgdQfjMcfPgbfaZCfM2QuR1P+4o8uCA2s4rf3chtKTq/Om7g/qvEOcZkG6v7JZOSOxVYQiOu6PbAZgU6w==}
2685
2686
+
workbox-precaching@7.4.0:
2687
+
resolution: {integrity: sha512-VQs37T6jDqf1rTxUJZXRl3yjZMf5JX/vDPhmx2CPgDDKXATzEoqyRqhYnRoxl6Kr0rqaQlp32i9rtG5zTzIlNg==}
2688
2689
+
workbox-range-requests@7.4.0:
2690
+
resolution: {integrity: sha512-3Vq854ZNuP6Y0KZOQWLaLC9FfM7ZaE+iuQl4VhADXybwzr4z/sMmnLgTeUZLq5PaDlcJBxYXQ3U91V7dwAIfvw==}
2691
2692
+
workbox-recipes@7.4.0:
2693
+
resolution: {integrity: sha512-kOkWvsAn4H8GvAkwfJTbwINdv4voFoiE9hbezgB1sb/0NLyTG4rE7l6LvS8lLk5QIRIto+DjXLuAuG3Vmt3cxQ==}
2694
2695
+
workbox-routing@7.4.0:
2696
+
resolution: {integrity: sha512-C/ooj5uBWYAhAqwmU8HYQJdOjjDKBp9MzTQ+otpMmd+q0eF59K+NuXUek34wbL0RFrIXe/KKT+tUWcZcBqxbHQ==}
2697
2698
+
workbox-strategies@7.4.0:
2699
+
resolution: {integrity: sha512-T4hVqIi5A4mHi92+5EppMX3cLaVywDp8nsyUgJhOZxcfSV/eQofcOA6/EMo5rnTNmNTpw0rUgjAI6LaVullPpg==}
2700
2701
+
workbox-streams@7.4.0:
2702
+
resolution: {integrity: sha512-QHPBQrey7hQbnTs5GrEVoWz7RhHJXnPT+12qqWM378orDMo5VMJLCkCM1cnCk+8Eq92lccx/VgRZ7WAzZWbSLg==}
2703
2704
+
workbox-sw@7.4.0:
2705
+
resolution: {integrity: sha512-ltU+Kr3qWR6BtbdlMnCjobZKzeV1hN+S6UvDywBrwM19TTyqA03X66dzw1tEIdJvQ4lYKkBFox6IAEhoSEZ8Xw==}
2706
2707
+
workbox-window@7.4.0:
2708
+
resolution: {integrity: sha512-/bIYdBLAVsNR3v7gYGaV4pQW3M3kEPx5E8vDxGvxo6khTrGtSSCS7QiFKv9ogzBgZiy0OXLP9zO28U/1nF1mfw==}
2709
2710
+
workerd@1.20251113.0:
2711
+
resolution: {integrity: sha512-XLQKbzzn6DndOosyCviYc0ExQVKPem5KAqvsgY+yrsJXvQnKXojIG8rtI0JQgKflHD6sHwjjg17P+q4lPvaLGQ==}
2712
engines: {node: '>=16'}
2713
hasBin: true
2714
2715
+
wrangler@4.49.0:
2716
+
resolution: {integrity: sha512-AptJADXtZwDiYS5b0G3kYNYnW4fsoInMBxw++eCs5wot1h0Q6B7HXNaoizD11rLGkU03Tpsh49hYqYyT5qkIvg==}
2717
+
engines: {node: '>=20.0.0'}
2718
hasBin: true
2719
peerDependencies:
2720
+
'@cloudflare/workers-types': ^4.20251113.0
2721
peerDependenciesMeta:
2722
'@cloudflare/workers-types':
2723
optional: true
···
2729
wrap-ansi@8.1.0:
2730
resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==}
2731
engines: {node: '>=12'}
0
0
0
2732
2733
ws@8.18.0:
2734
resolution: {integrity: sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==}
···
2765
jsonpointer: 5.0.1
2766
leven: 3.1.0
2767
2768
+
'@atcute/atproto@3.1.9':
2769
dependencies:
2770
+
'@atcute/lexicons': 1.2.3
2771
2772
'@atcute/bluemoji@3.1.3':
2773
dependencies:
2774
+
'@atcute/atproto': 3.1.9
2775
+
'@atcute/bluesky': 3.2.10
2776
+
'@atcute/lexicons': 1.2.3
2777
2778
'@atcute/bluesky-richtext-parser@1.0.7': {}
2779
2780
'@atcute/bluesky-richtext-segmenter@2.0.4':
2781
dependencies:
2782
+
'@atcute/bluesky': 3.2.10
2783
+
'@atcute/lexicons': 1.2.3
2784
2785
'@atcute/bluesky-search-parser@0.1.1': {}
2786
2787
+
'@atcute/bluesky@3.2.10':
2788
dependencies:
2789
+
'@atcute/atproto': 3.1.9
2790
+
'@atcute/lexicons': 1.2.3
2791
2792
'@atcute/cbor@2.2.7':
2793
dependencies:
···
2802
2803
'@atcute/client@4.0.5':
2804
dependencies:
2805
+
'@atcute/identity': 1.1.2
2806
+
'@atcute/lexicons': 1.2.3
2807
2808
+
'@atcute/crypto@2.2.6':
2809
dependencies:
2810
'@atcute/multibase': 1.1.6
2811
'@atcute/uint8array': 1.0.5
2812
+
'@noble/secp256k1': 3.0.0
2813
2814
+
'@atcute/identity-resolver@1.1.4(@atcute/identity@1.1.2)':
2815
dependencies:
2816
+
'@atcute/identity': 1.1.2
2817
+
'@atcute/lexicons': 1.2.3
2818
'@atcute/util-fetch': 1.0.3
2819
'@badrap/valita': 0.4.6
2820
2821
+
'@atcute/identity@1.1.2':
2822
dependencies:
2823
+
'@atcute/lexicons': 1.2.3
2824
'@badrap/valita': 0.4.6
2825
2826
+
'@atcute/lexicons@1.2.3':
2827
dependencies:
2828
'@standard-schema/spec': 1.0.0
2829
esm-env: 1.2.2
···
2835
'@atcute/oauth-browser-client@2.0.1':
2836
dependencies:
2837
'@atcute/client': 4.0.5
2838
+
'@atcute/identity': 1.1.2
2839
+
'@atcute/identity-resolver': 1.1.4(@atcute/identity@1.1.2)
2840
+
'@atcute/lexicons': 1.2.3
2841
'@atcute/multibase': 1.1.6
2842
'@atcute/uint8array': 1.0.5
2843
nanoid: 5.1.6
···
2853
'@atcute/xrpc-server@0.1.3':
2854
dependencies:
2855
'@atcute/cbor': 2.2.7
2856
+
'@atcute/crypto': 2.2.6
2857
+
'@atcute/identity': 1.1.2
2858
+
'@atcute/identity-resolver': 1.1.4(@atcute/identity@1.1.2)
2859
+
'@atcute/lexicons': 1.2.3
2860
'@atcute/multibase': 1.1.6
2861
'@atcute/uint8array': 1.0.5
2862
'@badrap/valita': 0.4.6
···
2917
dependencies:
2918
'@babel/compat-data': 7.28.5
2919
'@babel/helper-validator-option': 7.27.1
2920
+
browserslist: 4.28.0
2921
lru-cache: 5.1.1
2922
semver: 6.3.1
2923
···
3499
babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.28.5)
3500
babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@7.28.5)
3501
babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.28.5)
3502
+
core-js-compat: 3.47.0
3503
semver: 6.3.1
3504
transitivePeerDependencies:
3505
- supports-color
···
3542
dependencies:
3543
mime: 3.0.0
3544
3545
+
'@cloudflare/unenv-preset@2.7.10(unenv@2.0.0-rc.24)(workerd@1.20251113.0)':
3546
dependencies:
3547
+
unenv: 2.0.0-rc.24
3548
optionalDependencies:
3549
+
workerd: 1.20251113.0
3550
3551
+
'@cloudflare/vite-plugin@1.15.0(vite@7.2.2(@types/node@24.10.1)(jiti@1.21.7)(terser@5.44.1))(workerd@1.20251113.0)(wrangler@4.49.0)':
3552
dependencies:
3553
+
'@cloudflare/unenv-preset': 2.7.10(unenv@2.0.0-rc.24)(workerd@1.20251113.0)
3554
'@remix-run/node-fetch-server': 0.8.1
3555
get-port: 7.1.0
3556
+
miniflare: 4.20251113.0
3557
picocolors: 1.1.1
3558
tinyglobby: 0.2.15
3559
+
unenv: 2.0.0-rc.24
3560
+
vite: 7.2.2(@types/node@24.10.1)(jiti@1.21.7)(terser@5.44.1)
3561
+
wrangler: 4.49.0
3562
ws: 8.18.0
3563
transitivePeerDependencies:
3564
- bufferutil
3565
- utf-8-validate
3566
- workerd
3567
3568
+
'@cloudflare/workerd-darwin-64@1.20251113.0':
3569
optional: true
3570
3571
+
'@cloudflare/workerd-darwin-arm64@1.20251113.0':
3572
optional: true
3573
3574
+
'@cloudflare/workerd-linux-64@1.20251113.0':
3575
optional: true
3576
3577
+
'@cloudflare/workerd-linux-arm64@1.20251113.0':
3578
optional: true
3579
3580
+
'@cloudflare/workerd-windows-64@1.20251113.0':
3581
optional: true
3582
3583
'@cspotcode/source-map-support@0.8.1':
3584
dependencies:
3585
'@jridgewell/trace-mapping': 0.3.9
3586
3587
+
'@emnapi/runtime@1.7.1':
3588
dependencies:
3589
tslib: 2.8.1
3590
optional: true
3591
3592
+
'@esbuild/aix-ppc64@0.25.12':
3593
optional: true
3594
3595
'@esbuild/aix-ppc64@0.25.4':
3596
optional: true
3597
3598
+
'@esbuild/android-arm64@0.25.12':
3599
optional: true
3600
3601
'@esbuild/android-arm64@0.25.4':
3602
optional: true
3603
3604
+
'@esbuild/android-arm@0.25.12':
3605
optional: true
3606
3607
'@esbuild/android-arm@0.25.4':
3608
optional: true
3609
3610
+
'@esbuild/android-x64@0.25.12':
3611
optional: true
3612
3613
'@esbuild/android-x64@0.25.4':
3614
optional: true
3615
3616
+
'@esbuild/darwin-arm64@0.25.12':
3617
optional: true
3618
3619
'@esbuild/darwin-arm64@0.25.4':
3620
optional: true
3621
3622
+
'@esbuild/darwin-x64@0.25.12':
3623
optional: true
3624
3625
'@esbuild/darwin-x64@0.25.4':
3626
optional: true
3627
3628
+
'@esbuild/freebsd-arm64@0.25.12':
3629
optional: true
3630
3631
'@esbuild/freebsd-arm64@0.25.4':
3632
optional: true
3633
3634
+
'@esbuild/freebsd-x64@0.25.12':
3635
optional: true
3636
3637
'@esbuild/freebsd-x64@0.25.4':
3638
optional: true
3639
3640
+
'@esbuild/linux-arm64@0.25.12':
3641
optional: true
3642
3643
'@esbuild/linux-arm64@0.25.4':
3644
optional: true
3645
3646
+
'@esbuild/linux-arm@0.25.12':
3647
optional: true
3648
3649
'@esbuild/linux-arm@0.25.4':
3650
optional: true
3651
3652
+
'@esbuild/linux-ia32@0.25.12':
3653
optional: true
3654
3655
'@esbuild/linux-ia32@0.25.4':
3656
optional: true
3657
3658
+
'@esbuild/linux-loong64@0.25.12':
3659
optional: true
3660
3661
'@esbuild/linux-loong64@0.25.4':
3662
optional: true
3663
3664
+
'@esbuild/linux-mips64el@0.25.12':
3665
optional: true
3666
3667
'@esbuild/linux-mips64el@0.25.4':
3668
optional: true
3669
3670
+
'@esbuild/linux-ppc64@0.25.12':
3671
optional: true
3672
3673
'@esbuild/linux-ppc64@0.25.4':
3674
optional: true
3675
3676
+
'@esbuild/linux-riscv64@0.25.12':
3677
optional: true
3678
3679
'@esbuild/linux-riscv64@0.25.4':
3680
optional: true
3681
3682
+
'@esbuild/linux-s390x@0.25.12':
3683
optional: true
3684
3685
'@esbuild/linux-s390x@0.25.4':
3686
optional: true
3687
3688
+
'@esbuild/linux-x64@0.25.12':
3689
optional: true
3690
3691
'@esbuild/linux-x64@0.25.4':
3692
optional: true
3693
3694
+
'@esbuild/netbsd-arm64@0.25.12':
3695
optional: true
3696
3697
'@esbuild/netbsd-arm64@0.25.4':
3698
optional: true
3699
3700
+
'@esbuild/netbsd-x64@0.25.12':
3701
optional: true
3702
3703
'@esbuild/netbsd-x64@0.25.4':
3704
optional: true
3705
3706
+
'@esbuild/openbsd-arm64@0.25.12':
3707
optional: true
3708
3709
'@esbuild/openbsd-arm64@0.25.4':
3710
optional: true
3711
3712
+
'@esbuild/openbsd-x64@0.25.12':
3713
optional: true
3714
3715
'@esbuild/openbsd-x64@0.25.4':
3716
optional: true
3717
3718
+
'@esbuild/openharmony-arm64@0.25.12':
3719
optional: true
3720
3721
+
'@esbuild/sunos-x64@0.25.12':
3722
optional: true
3723
3724
'@esbuild/sunos-x64@0.25.4':
3725
optional: true
3726
3727
+
'@esbuild/win32-arm64@0.25.12':
3728
optional: true
3729
3730
'@esbuild/win32-arm64@0.25.4':
3731
optional: true
3732
3733
+
'@esbuild/win32-ia32@0.25.12':
3734
optional: true
3735
3736
'@esbuild/win32-ia32@0.25.4':
3737
optional: true
3738
3739
+
'@esbuild/win32-x64@0.25.12':
3740
optional: true
3741
3742
'@esbuild/win32-x64@0.25.4':
3743
optional: true
3744
3745
+
'@externdefs/solid-freeze@0.1.1(solid-js@1.9.10(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7))':
3746
dependencies:
3747
+
solid-js: 1.9.10(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7)
3748
3749
+
'@externdefs/solid-query@0.1.5(solid-js@1.9.10(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7))':
3750
dependencies:
3751
'@tanstack/query-core': 5.17.19(patch_hash=0b06407b66b7af88765fb6e01e112677a8c09ce518cb4f547cee8a0044471acd)
3752
+
solid-js: 1.9.10(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7)
3753
3754
'@floating-ui/core@1.7.3':
3755
dependencies:
···
3828
3829
'@img/sharp-wasm32@0.33.5':
3830
dependencies:
3831
+
'@emnapi/runtime': 1.7.1
3832
optional: true
3833
3834
'@img/sharp-win32-ia32@0.33.5':
···
3836
3837
'@img/sharp-win32-x64@0.33.5':
3838
optional: true
3839
+
3840
+
'@isaacs/balanced-match@4.0.1': {}
3841
+
3842
+
'@isaacs/brace-expansion@5.0.0':
3843
+
dependencies:
3844
+
'@isaacs/balanced-match': 4.0.1
3845
3846
'@isaacs/cliui@8.0.2':
3847
dependencies:
···
3895
3896
'@kelinci/basa-lexicons@1.0.0':
3897
dependencies:
3898
+
'@atcute/lexicons': 1.2.3
3899
3900
+
'@noble/secp256k1@3.0.0': {}
3901
3902
'@nodelib/fs.scandir@2.1.5':
3903
dependencies:
···
3921
dependencies:
3922
'@nolyfill/shared': 1.0.44
3923
0
0
0
3924
'@poppinss/colors@4.1.5':
3925
dependencies:
3926
kleur: 4.1.5
3927
3928
+
'@poppinss/dumper@0.6.5':
3929
dependencies:
3930
'@poppinss/colors': 4.1.5
3931
+
'@sindresorhus/is': 7.1.1
3932
supports-color: 10.2.2
3933
3934
'@poppinss/exception@1.2.2': {}
···
3966
dependencies:
3967
serialize-javascript: 6.0.2
3968
smob: 1.5.0
3969
+
terser: 5.44.1
3970
optionalDependencies:
3971
rollup: 2.79.2
3972
···
3985
optionalDependencies:
3986
rollup: 2.79.2
3987
3988
+
'@rollup/rollup-android-arm-eabi@4.53.3':
3989
optional: true
3990
3991
+
'@rollup/rollup-android-arm64@4.53.3':
3992
optional: true
3993
3994
+
'@rollup/rollup-darwin-arm64@4.53.3':
3995
optional: true
3996
3997
+
'@rollup/rollup-darwin-x64@4.53.3':
3998
optional: true
3999
4000
+
'@rollup/rollup-freebsd-arm64@4.53.3':
4001
optional: true
4002
4003
+
'@rollup/rollup-freebsd-x64@4.53.3':
4004
optional: true
4005
4006
+
'@rollup/rollup-linux-arm-gnueabihf@4.53.3':
4007
optional: true
4008
4009
+
'@rollup/rollup-linux-arm-musleabihf@4.53.3':
4010
optional: true
4011
4012
+
'@rollup/rollup-linux-arm64-gnu@4.53.3':
4013
optional: true
4014
4015
+
'@rollup/rollup-linux-arm64-musl@4.53.3':
4016
optional: true
4017
4018
+
'@rollup/rollup-linux-loong64-gnu@4.53.3':
4019
optional: true
4020
4021
+
'@rollup/rollup-linux-ppc64-gnu@4.53.3':
4022
optional: true
4023
4024
+
'@rollup/rollup-linux-riscv64-gnu@4.53.3':
4025
optional: true
4026
4027
+
'@rollup/rollup-linux-riscv64-musl@4.53.3':
4028
optional: true
4029
4030
+
'@rollup/rollup-linux-s390x-gnu@4.53.3':
4031
optional: true
4032
4033
+
'@rollup/rollup-linux-x64-gnu@4.53.3':
4034
optional: true
4035
4036
+
'@rollup/rollup-linux-x64-musl@4.53.3':
4037
optional: true
4038
4039
+
'@rollup/rollup-openharmony-arm64@4.53.3':
4040
optional: true
4041
4042
+
'@rollup/rollup-win32-arm64-msvc@4.53.3':
4043
optional: true
4044
4045
+
'@rollup/rollup-win32-ia32-msvc@4.53.3':
4046
optional: true
4047
4048
+
'@rollup/rollup-win32-x64-gnu@4.53.3':
4049
optional: true
4050
4051
+
'@rollup/rollup-win32-x64-msvc@4.53.3':
4052
optional: true
4053
4054
+
'@sindresorhus/is@7.1.1': {}
4055
4056
+
'@speed-highlight/core@1.2.12': {}
4057
4058
'@standard-schema/spec@1.0.0': {}
4059
···
4101
4102
'@types/dom-close-watcher@1.0.0': {}
4103
4104
+
'@types/dom-webcodecs@0.1.17': {}
4105
4106
'@types/estree@0.0.39': {}
4107
4108
'@types/estree@1.0.8': {}
4109
4110
+
'@types/node@24.10.1':
4111
dependencies:
4112
undici-types: 7.16.0
4113
···
4153
4154
at-least-node@1.0.0: {}
4155
4156
+
autoprefixer@10.4.22(postcss@8.5.6):
4157
dependencies:
4158
+
browserslist: 4.28.0
4159
+
caniuse-lite: 1.0.30001756
4160
+
fraction.js: 5.3.4
4161
normalize-range: 0.1.2
4162
picocolors: 1.1.1
4163
postcss: 8.5.6
4164
postcss-value-parser: 4.2.0
4165
4166
+
babel-plugin-jsx-dom-expressions@0.40.3(@babel/core@7.28.5):
4167
dependencies:
4168
'@babel/core': 7.28.5
4169
'@babel/helper-module-imports': 7.18.6
···
4171
'@babel/types': 7.28.5
4172
html-entities: 2.3.3
4173
parse5: 7.3.0
0
4174
4175
babel-plugin-polyfill-corejs2@0.4.14(@babel/core@7.28.5):
4176
dependencies:
···
4185
dependencies:
4186
'@babel/core': 7.28.5
4187
'@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.28.5)
4188
+
core-js-compat: 3.47.0
4189
transitivePeerDependencies:
4190
- supports-color
4191
···
4202
'@babel/helper-plugin-utils': 7.27.1
4203
'@babel/types': 7.28.5
4204
4205
+
babel-preset-solid@1.9.10(@babel/core@7.28.5)(solid-js@1.9.10(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7)):
4206
dependencies:
4207
'@babel/core': 7.28.5
4208
+
babel-plugin-jsx-dom-expressions: 0.40.3(@babel/core@7.28.5)
4209
optionalDependencies:
4210
+
solid-js: 1.9.10(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7)
4211
4212
balanced-match@1.0.2: {}
4213
4214
+
baseline-browser-mapping@2.8.29: {}
4215
4216
binary-extensions@2.3.0: {}
4217
···
4219
4220
blake3-wasm@2.1.5: {}
4221
0
0
0
0
0
4222
brace-expansion@2.0.2:
4223
dependencies:
4224
balanced-match: 1.0.2
···
4227
dependencies:
4228
fill-range: 7.1.1
4229
4230
+
browserslist@4.28.0:
4231
dependencies:
4232
+
baseline-browser-mapping: 2.8.29
4233
+
caniuse-lite: 1.0.30001756
4234
+
electron-to-chromium: 1.5.257
4235
+
node-releases: 2.0.27
4236
+
update-browserslist-db: 1.1.4(browserslist@4.28.0)
4237
4238
buffer-from@1.1.2: {}
4239
4240
camelcase-css@2.0.1: {}
4241
4242
+
caniuse-lite@1.0.30001756: {}
4243
4244
chokidar@3.6.0:
4245
dependencies:
···
4277
4278
common-tags@1.8.2: {}
4279
0
0
4280
convert-source-map@2.0.0: {}
4281
4282
cookie@1.0.2: {}
4283
4284
+
core-js-compat@3.47.0:
4285
dependencies:
4286
+
browserslist: 4.28.0
4287
4288
cross-spawn@7.0.6:
4289
dependencies:
···
4295
4296
cssesc@3.0.0: {}
4297
4298
+
csstype@3.2.3: {}
4299
4300
debug@4.4.3:
4301
dependencies:
4302
ms: 2.1.3
4303
4304
deepmerge@4.3.1: {}
0
0
4305
4306
detect-libc@2.1.2: {}
4307
···
4315
dependencies:
4316
jake: 10.9.4
4317
4318
+
electron-to-chromium@1.5.257: {}
4319
4320
emoji-regex@8.0.0: {}
4321
···
4325
4326
error-stack-parser-es@1.0.5: {}
4327
4328
+
esbuild@0.25.12:
4329
optionalDependencies:
4330
+
'@esbuild/aix-ppc64': 0.25.12
4331
+
'@esbuild/android-arm': 0.25.12
4332
+
'@esbuild/android-arm64': 0.25.12
4333
+
'@esbuild/android-x64': 0.25.12
4334
+
'@esbuild/darwin-arm64': 0.25.12
4335
+
'@esbuild/darwin-x64': 0.25.12
4336
+
'@esbuild/freebsd-arm64': 0.25.12
4337
+
'@esbuild/freebsd-x64': 0.25.12
4338
+
'@esbuild/linux-arm': 0.25.12
4339
+
'@esbuild/linux-arm64': 0.25.12
4340
+
'@esbuild/linux-ia32': 0.25.12
4341
+
'@esbuild/linux-loong64': 0.25.12
4342
+
'@esbuild/linux-mips64el': 0.25.12
4343
+
'@esbuild/linux-ppc64': 0.25.12
4344
+
'@esbuild/linux-riscv64': 0.25.12
4345
+
'@esbuild/linux-s390x': 0.25.12
4346
+
'@esbuild/linux-x64': 0.25.12
4347
+
'@esbuild/netbsd-arm64': 0.25.12
4348
+
'@esbuild/netbsd-x64': 0.25.12
4349
+
'@esbuild/openbsd-arm64': 0.25.12
4350
+
'@esbuild/openbsd-x64': 0.25.12
4351
+
'@esbuild/openharmony-arm64': 0.25.12
4352
+
'@esbuild/sunos-x64': 0.25.12
4353
+
'@esbuild/win32-arm64': 0.25.12
4354
+
'@esbuild/win32-ia32': 0.25.12
4355
+
'@esbuild/win32-x64': 0.25.12
4356
4357
esbuild@0.25.4:
4358
optionalDependencies:
···
4394
4395
exit-hook@2.2.1: {}
4396
0
0
4397
fast-deep-equal@3.1.3: {}
4398
4399
fast-glob@3.3.3:
···
4429
cross-spawn: 7.0.6
4430
signal-exit: 4.1.0
4431
4432
+
fraction.js@5.3.4: {}
4433
4434
fs-extra@9.1.0:
4435
dependencies:
···
4437
graceful-fs: 4.2.11
4438
jsonfile: 6.2.0
4439
universalify: 2.0.1
0
0
4440
4441
fsevents@2.3.3:
4442
optional: true
···
4457
4458
glob-to-regexp@0.4.1: {}
4459
4460
+
glob@11.1.0:
4461
dependencies:
4462
foreground-child: 3.3.1
4463
+
jackspeak: 4.1.1
4464
+
minimatch: 10.1.1
4465
minipass: 7.1.2
4466
package-json-from-dist: 1.0.1
4467
+
path-scurry: 2.0.1
0
0
0
0
0
0
0
0
0
4468
4469
graceful-fs@4.2.11: {}
4470
4471
+
hls.js@1.6.15: {}
4472
4473
html-entities@2.3.3: {}
4474
4475
idb@7.1.1: {}
4476
4477
idb@8.0.3: {}
0
0
0
0
0
0
0
4478
4479
is-arrayish@0.3.4: {}
4480
···
4504
4505
isexe@2.0.0: {}
4506
4507
+
jackspeak@4.1.1:
4508
dependencies:
4509
'@isaacs/cliui': 8.0.2
0
0
4510
4511
jake@10.9.4:
4512
dependencies:
···
4550
4551
lodash@4.17.21: {}
4552
4553
+
lru-cache@11.2.2: {}
4554
4555
lru-cache@5.1.1:
4556
dependencies:
···
4573
4574
mime@3.0.0: {}
4575
4576
+
miniflare@4.20251113.0:
4577
dependencies:
4578
'@cspotcode/source-map-support': 0.8.1
4579
acorn: 8.14.0
···
4583
sharp: 0.33.5
4584
stoppable: 1.1.0
4585
undici: 7.14.0
4586
+
workerd: 1.20251113.0
4587
ws: 8.18.0
4588
youch: 4.1.0-beta.10
4589
zod: 3.22.3
···
4591
- bufferutil
4592
- utf-8-validate
4593
4594
+
minimatch@10.1.1:
4595
dependencies:
4596
+
'@isaacs/brace-expansion': 5.0.0
4597
4598
minimatch@5.1.6:
0
0
0
0
4599
dependencies:
4600
brace-expansion: 2.0.2
4601
···
4613
4614
nanoid@5.1.6: {}
4615
4616
+
node-releases@2.0.27: {}
4617
4618
normalize-path@3.0.0: {}
4619
···
4622
object-assign@4.1.1: {}
4623
4624
object-hash@3.0.0: {}
0
0
0
0
0
0
4625
4626
package-json-from-dist@1.0.1: {}
4627
···
4629
dependencies:
4630
entities: 6.0.1
4631
0
0
4632
path-key@3.1.1: {}
4633
4634
path-parse@1.0.7: {}
4635
4636
+
path-scurry@2.0.1:
4637
dependencies:
4638
+
lru-cache: 11.2.2
4639
minipass: 7.1.2
4640
4641
path-to-regexp@6.3.0: {}
···
4754
optionalDependencies:
4755
fsevents: 2.3.3
4756
4757
+
rollup@4.53.3:
4758
dependencies:
4759
'@types/estree': 1.0.8
4760
optionalDependencies:
4761
+
'@rollup/rollup-android-arm-eabi': 4.53.3
4762
+
'@rollup/rollup-android-arm64': 4.53.3
4763
+
'@rollup/rollup-darwin-arm64': 4.53.3
4764
+
'@rollup/rollup-darwin-x64': 4.53.3
4765
+
'@rollup/rollup-freebsd-arm64': 4.53.3
4766
+
'@rollup/rollup-freebsd-x64': 4.53.3
4767
+
'@rollup/rollup-linux-arm-gnueabihf': 4.53.3
4768
+
'@rollup/rollup-linux-arm-musleabihf': 4.53.3
4769
+
'@rollup/rollup-linux-arm64-gnu': 4.53.3
4770
+
'@rollup/rollup-linux-arm64-musl': 4.53.3
4771
+
'@rollup/rollup-linux-loong64-gnu': 4.53.3
4772
+
'@rollup/rollup-linux-ppc64-gnu': 4.53.3
4773
+
'@rollup/rollup-linux-riscv64-gnu': 4.53.3
4774
+
'@rollup/rollup-linux-riscv64-musl': 4.53.3
4775
+
'@rollup/rollup-linux-s390x-gnu': 4.53.3
4776
+
'@rollup/rollup-linux-x64-gnu': 4.53.3
4777
+
'@rollup/rollup-linux-x64-musl': 4.53.3
4778
+
'@rollup/rollup-openharmony-arm64': 4.53.3
4779
+
'@rollup/rollup-win32-arm64-msvc': 4.53.3
4780
+
'@rollup/rollup-win32-ia32-msvc': 4.53.3
4781
+
'@rollup/rollup-win32-x64-gnu': 4.53.3
4782
+
'@rollup/rollup-win32-x64-msvc': 4.53.3
4783
fsevents: 2.3.3
4784
4785
run-parallel@1.2.0:
···
4840
4841
smob@1.5.0: {}
4842
4843
+
solid-floating-ui@0.2.1(@floating-ui/dom@1.7.4)(solid-js@1.9.10(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7)):
4844
dependencies:
4845
'@floating-ui/dom': 1.7.4
4846
+
solid-js: 1.9.10(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7)
4847
4848
+
solid-js@1.9.10(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7):
4849
dependencies:
4850
+
csstype: 3.2.3
4851
seroval: 1.3.2
4852
seroval-plugins: 1.3.3(seroval@1.3.2)
4853
4854
+
solid-refresh@0.6.3(solid-js@1.9.10(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7)):
4855
dependencies:
4856
'@babel/generator': 7.28.5
4857
'@babel/helper-module-imports': 7.27.1
4858
'@babel/types': 7.28.5
4859
+
solid-js: 1.9.10(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7)
4860
transitivePeerDependencies:
4861
- supports-color
4862
···
4905
4906
strip-comments@2.0.1: {}
4907
4908
+
sucrase@3.35.1:
4909
dependencies:
4910
'@jridgewell/gen-mapping': 0.3.13
4911
commander: 4.1.1
0
4912
lines-and-columns: 1.2.4
4913
mz: 2.7.0
4914
pirates: 4.0.7
4915
+
tinyglobby: 0.2.15
4916
ts-interface-checker: 0.1.13
4917
4918
supports-color@10.2.2: {}
···
4942
postcss-nested: 6.2.0(postcss@8.5.6)
4943
postcss-selector-parser: 6.1.2
4944
resolve: 1.22.11
4945
+
sucrase: 3.35.1
4946
transitivePeerDependencies:
4947
- tsx
4948
- yaml
···
4956
type-fest: 0.16.0
4957
unique-string: 2.0.0
4958
4959
+
terser@5.44.1:
4960
dependencies:
4961
'@jridgewell/source-map': 0.3.11
4962
acorn: 8.15.0
···
4993
4994
typescript@5.9.3: {}
4995
0
0
4996
undici-types@7.16.0: {}
4997
4998
undici@7.14.0: {}
4999
5000
+
unenv@2.0.0-rc.24:
5001
dependencies:
0
0
0
5002
pathe: 2.0.3
0
5003
5004
unicode-canonical-property-names-ecmascript@2.0.1: {}
5005
···
5020
5021
upath@1.2.0: {}
5022
5023
+
update-browserslist-db@1.1.4(browserslist@4.28.0):
5024
dependencies:
5025
+
browserslist: 4.28.0
5026
escalade: 3.2.0
5027
picocolors: 1.1.1
5028
5029
util-deprecate@1.0.2: {}
5030
5031
+
vite-plugin-pwa@1.1.0(patch_hash=003379ded749ad87080f87b428b17f04c4c88b6b64544df4d928aab76fbf6325)(@types/babel__core@7.20.5)(vite@7.2.2(@types/node@24.10.1)(jiti@1.21.7)(terser@5.44.1)):
0
0
5032
dependencies:
5033
debug: 4.4.3
5034
pretty-bytes: 6.1.1
5035
tinyglobby: 0.2.15
5036
+
vite: 7.2.2(@types/node@24.10.1)(jiti@1.21.7)(terser@5.44.1)
5037
+
workbox-build: 7.4.0(@types/babel__core@7.20.5)
5038
+
workbox-window: 7.4.0
5039
transitivePeerDependencies:
5040
- '@types/babel__core'
5041
- supports-color
5042
5043
+
vite-plugin-solid@2.11.10(solid-js@1.9.10(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7))(vite@7.2.2(@types/node@24.10.1)(jiti@1.21.7)(terser@5.44.1)):
5044
dependencies:
5045
'@babel/core': 7.28.5
5046
'@types/babel__core': 7.20.5
5047
+
babel-preset-solid: 1.9.10(@babel/core@7.28.5)(solid-js@1.9.10(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7))
5048
merge-anything: 5.1.7
5049
+
solid-js: 1.9.10(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7)
5050
+
solid-refresh: 0.6.3(solid-js@1.9.10(patch_hash=9cf3f9930aa2f8d4e60502a75153adf9468eb53b42f69e86cac05dfaea3f82e7))
5051
+
vite: 7.2.2(@types/node@24.10.1)(jiti@1.21.7)(terser@5.44.1)
5052
+
vitefu: 1.1.1(vite@7.2.2(@types/node@24.10.1)(jiti@1.21.7)(terser@5.44.1))
5053
transitivePeerDependencies:
5054
- supports-color
5055
5056
+
vite@7.2.2(@types/node@24.10.1)(jiti@1.21.7)(terser@5.44.1):
5057
dependencies:
5058
+
esbuild: 0.25.12
5059
fdir: 6.5.0(picomatch@4.0.3)
5060
picomatch: 4.0.3
5061
postcss: 8.5.6
5062
+
rollup: 4.53.3
5063
tinyglobby: 0.2.15
5064
optionalDependencies:
5065
+
'@types/node': 24.10.1
5066
fsevents: 2.3.3
5067
jiti: 1.21.7
5068
+
terser: 5.44.1
5069
5070
+
vitefu@1.1.1(vite@7.2.2(@types/node@24.10.1)(jiti@1.21.7)(terser@5.44.1)):
5071
optionalDependencies:
5072
+
vite: 7.2.2(@types/node@24.10.1)(jiti@1.21.7)(terser@5.44.1)
5073
5074
webidl-conversions@4.0.2: {}
5075
5076
webm-muxer@5.1.4:
5077
dependencies:
5078
+
'@types/dom-webcodecs': 0.1.17
5079
'@types/wicg-file-system-access': 2020.9.8
5080
5081
whatwg-url@7.1.0:
···
5088
dependencies:
5089
isexe: 2.0.0
5090
5091
+
workbox-background-sync@7.4.0:
5092
dependencies:
5093
idb: 7.1.1
5094
+
workbox-core: 7.4.0
5095
5096
+
workbox-broadcast-update@7.4.0:
5097
dependencies:
5098
+
workbox-core: 7.4.0
5099
5100
+
workbox-build@7.4.0(@types/babel__core@7.20.5):
5101
dependencies:
5102
'@apideck/better-ajv-errors': 0.3.6(ajv@8.17.1)
5103
'@babel/core': 7.28.5
···
5112
common-tags: 1.8.2
5113
fast-json-stable-stringify: 2.1.0
5114
fs-extra: 9.1.0
5115
+
glob: 11.1.0
5116
lodash: 4.17.21
5117
pretty-bytes: 5.6.0
5118
rollup: 2.79.2
···
5121
strip-comments: 2.0.1
5122
tempy: 0.6.0
5123
upath: 1.2.0
5124
+
workbox-background-sync: 7.4.0
5125
+
workbox-broadcast-update: 7.4.0
5126
+
workbox-cacheable-response: 7.4.0
5127
+
workbox-core: 7.4.0
5128
+
workbox-expiration: 7.4.0
5129
+
workbox-google-analytics: 7.4.0
5130
+
workbox-navigation-preload: 7.4.0
5131
+
workbox-precaching: 7.4.0(patch_hash=ffcec6cb23aa5ae1a2fe2de772c169a4f653a5ae7dc6b03415109f70d86ed35b)
5132
+
workbox-range-requests: 7.4.0
5133
+
workbox-recipes: 7.4.0
5134
+
workbox-routing: 7.4.0
5135
+
workbox-strategies: 7.4.0
5136
+
workbox-streams: 7.4.0
5137
+
workbox-sw: 7.4.0
5138
+
workbox-window: 7.4.0
5139
transitivePeerDependencies:
5140
- '@types/babel__core'
5141
- supports-color
5142
5143
+
workbox-cacheable-response@7.4.0:
5144
dependencies:
5145
+
workbox-core: 7.4.0
5146
5147
+
workbox-core@7.4.0: {}
5148
5149
+
workbox-expiration@7.4.0:
5150
dependencies:
5151
idb: 7.1.1
5152
+
workbox-core: 7.4.0
5153
5154
+
workbox-google-analytics@7.4.0:
5155
dependencies:
5156
+
workbox-background-sync: 7.4.0
5157
+
workbox-core: 7.4.0
5158
+
workbox-routing: 7.4.0
5159
+
workbox-strategies: 7.4.0
5160
5161
+
workbox-navigation-preload@7.4.0:
5162
dependencies:
5163
+
workbox-core: 7.4.0
5164
5165
+
workbox-precaching@7.4.0(patch_hash=ffcec6cb23aa5ae1a2fe2de772c169a4f653a5ae7dc6b03415109f70d86ed35b):
5166
dependencies:
5167
+
workbox-core: 7.4.0
5168
+
workbox-routing: 7.4.0
5169
+
workbox-strategies: 7.4.0
5170
5171
+
workbox-range-requests@7.4.0:
5172
dependencies:
5173
+
workbox-core: 7.4.0
5174
5175
+
workbox-recipes@7.4.0:
5176
dependencies:
5177
+
workbox-cacheable-response: 7.4.0
5178
+
workbox-core: 7.4.0
5179
+
workbox-expiration: 7.4.0
5180
+
workbox-precaching: 7.4.0(patch_hash=ffcec6cb23aa5ae1a2fe2de772c169a4f653a5ae7dc6b03415109f70d86ed35b)
5181
+
workbox-routing: 7.4.0
5182
+
workbox-strategies: 7.4.0
5183
5184
+
workbox-routing@7.4.0:
5185
dependencies:
5186
+
workbox-core: 7.4.0
5187
5188
+
workbox-strategies@7.4.0:
5189
dependencies:
5190
+
workbox-core: 7.4.0
5191
5192
+
workbox-streams@7.4.0:
5193
dependencies:
5194
+
workbox-core: 7.4.0
5195
+
workbox-routing: 7.4.0
5196
5197
+
workbox-sw@7.4.0: {}
5198
5199
+
workbox-window@7.4.0:
5200
dependencies:
5201
'@types/trusted-types': 2.0.7
5202
+
workbox-core: 7.4.0
5203
5204
+
workerd@1.20251113.0:
5205
optionalDependencies:
5206
+
'@cloudflare/workerd-darwin-64': 1.20251113.0
5207
+
'@cloudflare/workerd-darwin-arm64': 1.20251113.0
5208
+
'@cloudflare/workerd-linux-64': 1.20251113.0
5209
+
'@cloudflare/workerd-linux-arm64': 1.20251113.0
5210
+
'@cloudflare/workerd-windows-64': 1.20251113.0
5211
5212
+
wrangler@4.49.0:
5213
dependencies:
5214
'@cloudflare/kv-asset-handler': 0.4.0
5215
+
'@cloudflare/unenv-preset': 2.7.10(unenv@2.0.0-rc.24)(workerd@1.20251113.0)
5216
blake3-wasm: 2.1.5
5217
esbuild: 0.25.4
5218
+
miniflare: 4.20251113.0
5219
path-to-regexp: 6.3.0
5220
+
unenv: 2.0.0-rc.24
5221
+
workerd: 1.20251113.0
5222
optionalDependencies:
5223
fsevents: 2.3.3
5224
transitivePeerDependencies:
···
5237
string-width: 5.1.2
5238
strip-ansi: 7.1.2
5239
0
0
5240
ws@8.18.0: {}
5241
5242
yallist@3.1.1: {}
···
5249
youch@4.1.0-beta.10:
5250
dependencies:
5251
'@poppinss/colors': 4.1.5
5252
+
'@poppinss/dumper': 0.6.5
5253
+
'@speed-highlight/core': 1.2.12
5254
cookie: 1.0.2
5255
youch-core: 0.3.3
5256