tangled
alpha
login
or
join now
flo-bit.dev
/
blento
22
fork
atom
your personal website on atproto - mirror
blento.app
22
fork
atom
overview
issues
1
pulls
pipelines
update deps, fix friends card
Florian
5 days ago
97e0064d
e91befa8
+2071
-2411
6 changed files
expand all
collapse all
unified
split
package.json
pnpm-lock.yaml
src
lib
atproto
methods.ts
cards
social
FriendsCard
FriendsCard.svelte
FriendsCardSettings.svelte
website
FloatingEditButton.svelte
+58
-58
package.json
···
16
"cf-typegen": "wrangler types ./src/worker-configuration.d.ts"
17
},
18
"devDependencies": {
19
-
"@eslint/compat": "^2.0.1",
20
-
"@eslint/js": "^9.39.2",
21
-
"@sveltejs/adapter-cloudflare": "^7.2.6",
22
-
"@sveltejs/kit": "^2.50.1",
23
-
"@sveltejs/vite-plugin-svelte": "^6.2.4",
24
"@tailwindcss/forms": "^0.5.11",
25
-
"@tailwindcss/vite": "^4.1.18",
26
"@types/turndown": "^5.0.6",
27
-
"eslint": "^9.39.2",
28
"eslint-config-prettier": "^10.1.8",
29
-
"eslint-plugin-svelte": "^3.14.0",
30
-
"globals": "^17.1.0",
31
"prettier": "^3.8.1",
32
-
"prettier-plugin-svelte": "^3.4.1",
33
"prettier-plugin-tailwindcss": "^0.7.2",
34
-
"svelte": "^5.48.0",
35
-
"svelte-check": "^4.3.5",
36
"svelte-maplibre-gl": "^1.0.3",
37
-
"tailwindcss": "^4.1.18",
38
"typescript": "^5.9.3",
39
-
"typescript-eslint": "^8.53.1",
40
-
"vite": "^7.3.1"
41
},
42
"dependencies": {
43
"@atcute/atproto": "^3.1.10",
44
-
"@atcute/bluesky": "^3.2.15",
45
-
"@atcute/bluesky-richtext-parser": "^2.1.0",
46
"@atcute/bluesky-richtext-segmenter": "^3.0.0",
47
"@atcute/client": "^4.2.1",
48
"@atcute/identity-resolver": "^1.2.2",
49
"@atcute/lexicons": "^1.2.9",
50
-
"@atcute/oauth-browser-client": "^2.0.3",
51
"@atcute/standard-site": "^1.0.1",
52
-
"@atcute/tid": "^1.1.1",
53
-
"@cloudflare/workers-types": "^4.20260123.0",
54
"@ethercorps/sveltekit-og": "^4.2.1",
55
-
"@floating-ui/dom": "^1.7.5",
56
-
"@foxui/3d": "^0.4.7",
57
-
"@foxui/colors": "^0.4.7",
58
-
"@foxui/core": "^0.4.7",
59
-
"@foxui/social": "^0.4.7",
60
-
"@foxui/time": "^0.4.7",
61
-
"@foxui/visual": "^0.4.7",
62
-
"@internationalized/date": "^3.11.0",
63
-
"@number-flow/svelte": "^0.3.10",
64
"@tailwindcss/typography": "^0.5.19",
65
-
"@threlte/core": "^8.3.1",
66
-
"@threlte/extras": "^9.7.1",
67
-
"@tiptap/core": "^3.19.0",
68
-
"@tiptap/extension-bubble-menu": "^3.19.0",
69
-
"@tiptap/extension-code-block-lowlight": "^3.19.0",
70
-
"@tiptap/extension-document": "^3.19.0",
71
-
"@tiptap/extension-image": "^3.19.0",
72
-
"@tiptap/extension-link": "^3.19.0",
73
-
"@tiptap/extension-paragraph": "^3.19.0",
74
-
"@tiptap/extension-placeholder": "^3.19.0",
75
-
"@tiptap/extension-text": "^3.19.0",
76
-
"@tiptap/extension-typography": "^3.19.0",
77
-
"@tiptap/extension-underline": "^3.19.0",
78
-
"@tiptap/markdown": "^3.19.0",
79
-
"@tiptap/pm": "^3.19.0",
80
-
"@tiptap/starter-kit": "^3.19.0",
81
-
"@tiptap/suggestion": "^3.19.0",
82
-
"@types/three": "^0.176.0",
83
-
"bits-ui": "^2.15.4",
84
"clsx": "^2.1.1",
85
-
"dompurify": "^3.3.1",
86
"gsap": "^3.14.2",
87
"hls.js": "^1.6.15",
88
"leaflet": "^1.9.4",
89
"link-preview-js": "^4.0.0",
90
"lowlight": "^3.3.0",
91
-
"maplibre-gl": "^5.17.0",
92
-
"marked": "^17.0.1",
93
-
"perfect-freehand": "^1.2.2",
94
"plyr": "^3.8.4",
95
-
"qr-code-styling": "^1.8.6",
96
"react-grid-layout": "^2.2.2",
97
-
"simple-icons": "^16.6.0",
98
"svelte-boring-avatars": "^1.2.6",
99
-
"svelte-sonner": "^1.0.7",
100
"svelte-tiptap": "^3.0.1",
101
-
"tailwind-merge": "^3.4.0",
102
"tailwind-variants": "^3.2.2",
103
"tailwindcss-animate": "^1.0.7",
104
-
"three": "^0.176.0",
105
"turndown": "^7.2.2",
106
-
"wrangler": "^4.60.0"
107
},
108
"packageManager": "pnpm@9.15.0",
109
"license": "MIT"
···
16
"cf-typegen": "wrangler types ./src/worker-configuration.d.ts"
17
},
18
"devDependencies": {
19
+
"@eslint/compat": "^2.0.3",
20
+
"@eslint/js": "^10.0.1",
21
+
"@sveltejs/adapter-cloudflare": "^7.2.8",
22
+
"@sveltejs/kit": "^2.55.0",
23
+
"@sveltejs/vite-plugin-svelte": "^7.0.0",
24
"@tailwindcss/forms": "^0.5.11",
25
+
"@tailwindcss/vite": "^4.2.1",
26
"@types/turndown": "^5.0.6",
27
+
"eslint": "^10.0.3",
28
"eslint-config-prettier": "^10.1.8",
29
+
"eslint-plugin-svelte": "^3.15.2",
30
+
"globals": "^17.4.0",
31
"prettier": "^3.8.1",
32
+
"prettier-plugin-svelte": "^3.5.1",
33
"prettier-plugin-tailwindcss": "^0.7.2",
34
+
"svelte": "^5.53.11",
35
+
"svelte-check": "^4.4.5",
36
"svelte-maplibre-gl": "^1.0.3",
37
+
"tailwindcss": "^4.2.1",
38
"typescript": "^5.9.3",
39
+
"typescript-eslint": "^8.57.0",
40
+
"vite": "^8.0.0"
41
},
42
"dependencies": {
43
"@atcute/atproto": "^3.1.10",
44
+
"@atcute/bluesky": "^3.3.0",
45
+
"@atcute/bluesky-richtext-parser": "^2.1.1",
46
"@atcute/bluesky-richtext-segmenter": "^3.0.0",
47
"@atcute/client": "^4.2.1",
48
"@atcute/identity-resolver": "^1.2.2",
49
"@atcute/lexicons": "^1.2.9",
50
+
"@atcute/oauth-browser-client": "^3.0.0",
51
"@atcute/standard-site": "^1.0.1",
52
+
"@atcute/tid": "^1.1.2",
53
+
"@cloudflare/workers-types": "^4.20260313.1",
54
"@ethercorps/sveltekit-og": "^4.2.1",
55
+
"@floating-ui/dom": "^1.7.6",
56
+
"@foxui/3d": "^0.8.0",
57
+
"@foxui/colors": "^0.8.0",
58
+
"@foxui/core": "^0.8.0",
59
+
"@foxui/social": "^0.8.0",
60
+
"@foxui/time": "^0.8.0",
61
+
"@foxui/visual": "^0.8.0",
62
+
"@internationalized/date": "^3.12.0",
63
+
"@number-flow/svelte": "^0.4.0",
64
"@tailwindcss/typography": "^0.5.19",
65
+
"@threlte/core": "^8.4.1",
66
+
"@threlte/extras": "^9.8.1",
67
+
"@tiptap/core": "^3.20.1",
68
+
"@tiptap/extension-bubble-menu": "^3.20.1",
69
+
"@tiptap/extension-code-block-lowlight": "^3.20.1",
70
+
"@tiptap/extension-document": "^3.20.1",
71
+
"@tiptap/extension-image": "^3.20.1",
72
+
"@tiptap/extension-link": "^3.20.1",
73
+
"@tiptap/extension-paragraph": "^3.20.1",
74
+
"@tiptap/extension-placeholder": "^3.20.1",
75
+
"@tiptap/extension-text": "^3.20.1",
76
+
"@tiptap/extension-typography": "^3.20.1",
77
+
"@tiptap/extension-underline": "^3.20.1",
78
+
"@tiptap/markdown": "^3.20.1",
79
+
"@tiptap/pm": "^3.20.1",
80
+
"@tiptap/starter-kit": "^3.20.1",
81
+
"@tiptap/suggestion": "^3.20.1",
82
+
"@types/three": "^0.183.1",
83
+
"bits-ui": "^2.16.3",
84
"clsx": "^2.1.1",
85
+
"dompurify": "^3.3.3",
86
"gsap": "^3.14.2",
87
"hls.js": "^1.6.15",
88
"leaflet": "^1.9.4",
89
"link-preview-js": "^4.0.0",
90
"lowlight": "^3.3.0",
91
+
"maplibre-gl": "^5.20.0",
92
+
"marked": "^17.0.4",
93
+
"perfect-freehand": "^1.2.3",
94
"plyr": "^3.8.4",
95
+
"qr-code-styling": "^1.9.2",
96
"react-grid-layout": "^2.2.2",
97
+
"simple-icons": "^16.11.0",
98
"svelte-boring-avatars": "^1.2.6",
99
+
"svelte-sonner": "^1.1.0",
100
"svelte-tiptap": "^3.0.1",
101
+
"tailwind-merge": "^3.5.0",
102
"tailwind-variants": "^3.2.2",
103
"tailwindcss-animate": "^1.0.7",
104
+
"three": "^0.183.2",
105
"turndown": "^7.2.2",
106
+
"wrangler": "^4.73.0"
107
},
108
"packageManager": "pnpm@9.15.0",
109
"license": "MIT"
+2001
-2342
pnpm-lock.yaml
···
12
specifier: ^3.1.10
13
version: 3.1.10
14
'@atcute/bluesky':
15
-
specifier: ^3.2.15
16
-
version: 3.2.15
17
'@atcute/bluesky-richtext-parser':
18
-
specifier: ^2.1.0
19
-
version: 2.1.0
20
'@atcute/bluesky-richtext-segmenter':
21
specifier: ^3.0.0
22
version: 3.0.0
···
30
specifier: ^1.2.9
31
version: 1.2.9
32
'@atcute/oauth-browser-client':
33
-
specifier: ^2.0.3
34
-
version: 2.0.3(@atcute/identity@1.1.3)
35
'@atcute/standard-site':
36
specifier: ^1.0.1
37
version: 1.0.1
38
'@atcute/tid':
39
-
specifier: ^1.1.1
40
-
version: 1.1.1
41
'@cloudflare/workers-types':
42
-
specifier: ^4.20260123.0
43
-
version: 4.20260123.0
44
'@ethercorps/sveltekit-og':
45
specifier: ^4.2.1
46
-
version: 4.2.1(@sveltejs/kit@2.50.1(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.48.0)(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2)))(svelte@5.48.0)(typescript@5.9.3)(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2)))
47
'@floating-ui/dom':
48
-
specifier: ^1.7.5
49
-
version: 1.7.5
50
'@foxui/3d':
51
-
specifier: ^0.4.7
52
-
version: 0.4.7(svelte@5.48.0)(tailwindcss@4.1.18)
53
'@foxui/colors':
54
-
specifier: ^0.4.7
55
-
version: 0.4.7(svelte@5.48.0)(tailwindcss@4.1.18)
56
'@foxui/core':
57
-
specifier: ^0.4.7
58
-
version: 0.4.7(svelte@5.48.0)(tailwindcss@4.1.18)
59
'@foxui/social':
60
-
specifier: ^0.4.7
61
-
version: 0.4.7(svelte@5.48.0)(tailwindcss@4.1.18)
62
'@foxui/time':
63
-
specifier: ^0.4.7
64
-
version: 0.4.7(svelte@5.48.0)(tailwindcss@4.1.18)
65
'@foxui/visual':
66
-
specifier: ^0.4.7
67
-
version: 0.4.7(svelte@5.48.0)(tailwindcss@4.1.18)
68
'@internationalized/date':
69
-
specifier: ^3.11.0
70
-
version: 3.11.0
71
'@number-flow/svelte':
72
-
specifier: ^0.3.10
73
-
version: 0.3.10(svelte@5.48.0)
74
'@tailwindcss/typography':
75
specifier: ^0.5.19
76
-
version: 0.5.19(tailwindcss@4.1.18)
77
'@threlte/core':
78
-
specifier: ^8.3.1
79
-
version: 8.3.1(svelte@5.48.0)(three@0.176.0)
80
'@threlte/extras':
81
-
specifier: ^9.7.1
82
-
version: 9.7.1(@types/three@0.176.0)(svelte@5.48.0)(three@0.176.0)
83
'@tiptap/core':
84
-
specifier: ^3.19.0
85
-
version: 3.19.0(@tiptap/pm@3.19.0)
86
'@tiptap/extension-bubble-menu':
87
-
specifier: ^3.19.0
88
-
version: 3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0)
89
'@tiptap/extension-code-block-lowlight':
90
-
specifier: ^3.19.0
91
-
version: 3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/extension-code-block@3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0)(highlight.js@11.11.1)(lowlight@3.3.0)
92
'@tiptap/extension-document':
93
-
specifier: ^3.19.0
94
-
version: 3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))
95
'@tiptap/extension-image':
96
-
specifier: ^3.19.0
97
-
version: 3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))
98
'@tiptap/extension-link':
99
-
specifier: ^3.19.0
100
-
version: 3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0)
101
'@tiptap/extension-paragraph':
102
-
specifier: ^3.19.0
103
-
version: 3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))
104
'@tiptap/extension-placeholder':
105
-
specifier: ^3.19.0
106
-
version: 3.19.0(@tiptap/extensions@3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0))
107
'@tiptap/extension-text':
108
-
specifier: ^3.19.0
109
-
version: 3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))
110
'@tiptap/extension-typography':
111
-
specifier: ^3.19.0
112
-
version: 3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))
113
'@tiptap/extension-underline':
114
-
specifier: ^3.19.0
115
-
version: 3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))
116
'@tiptap/markdown':
117
-
specifier: ^3.19.0
118
-
version: 3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0)
119
'@tiptap/pm':
120
-
specifier: ^3.19.0
121
-
version: 3.19.0
122
'@tiptap/starter-kit':
123
-
specifier: ^3.19.0
124
-
version: 3.19.0
125
'@tiptap/suggestion':
126
-
specifier: ^3.19.0
127
-
version: 3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0)
128
'@types/three':
129
-
specifier: ^0.176.0
130
-
version: 0.176.0
131
bits-ui:
132
-
specifier: ^2.15.4
133
-
version: 2.15.4(@internationalized/date@3.11.0)(@sveltejs/kit@2.50.1(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.48.0)(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2)))(svelte@5.48.0)(typescript@5.9.3)(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2)))(svelte@5.48.0)
134
clsx:
135
specifier: ^2.1.1
136
version: 2.1.1
137
dompurify:
138
-
specifier: ^3.3.1
139
-
version: 3.3.1
140
gsap:
141
specifier: ^3.14.2
142
version: 3.14.2
···
153
specifier: ^3.3.0
154
version: 3.3.0
155
maplibre-gl:
156
-
specifier: ^5.17.0
157
-
version: 5.17.0
158
marked:
159
-
specifier: ^17.0.1
160
-
version: 17.0.1
161
perfect-freehand:
162
-
specifier: ^1.2.2
163
-
version: 1.2.2
164
plyr:
165
specifier: ^3.8.4
166
version: 3.8.4
167
qr-code-styling:
168
-
specifier: ^1.8.6
169
version: 1.9.2
170
react-grid-layout:
171
specifier: ^2.2.2
172
version: 2.2.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
173
simple-icons:
174
-
specifier: ^16.6.0
175
-
version: 16.6.0
176
svelte-boring-avatars:
177
specifier: ^1.2.6
178
version: 1.2.6
179
svelte-sonner:
180
-
specifier: ^1.0.7
181
-
version: 1.0.7(svelte@5.48.0)
182
svelte-tiptap:
183
specifier: ^3.0.1
184
-
version: 3.0.1(@floating-ui/dom@1.7.5)(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/extension-bubble-menu@3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0))(@tiptap/extension-floating-menu@3.19.0(@floating-ui/dom@1.7.5)(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0)(svelte@5.48.0)
185
tailwind-merge:
186
-
specifier: ^3.4.0
187
-
version: 3.4.0
188
tailwind-variants:
189
specifier: ^3.2.2
190
-
version: 3.2.2(tailwind-merge@3.4.0)(tailwindcss@4.1.18)
191
tailwindcss-animate:
192
specifier: ^1.0.7
193
-
version: 1.0.7(tailwindcss@4.1.18)
194
three:
195
-
specifier: ^0.176.0
196
-
version: 0.176.0
197
turndown:
198
specifier: ^7.2.2
199
version: 7.2.2
200
wrangler:
201
-
specifier: ^4.60.0
202
-
version: 4.60.0(@cloudflare/workers-types@4.20260123.0)
203
devDependencies:
204
'@eslint/compat':
205
-
specifier: ^2.0.1
206
-
version: 2.0.1(eslint@9.39.2(jiti@2.6.1))
207
'@eslint/js':
208
-
specifier: ^9.39.2
209
-
version: 9.39.2
210
'@sveltejs/adapter-cloudflare':
211
-
specifier: ^7.2.6
212
-
version: 7.2.6(@sveltejs/kit@2.50.1(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.48.0)(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2)))(svelte@5.48.0)(typescript@5.9.3)(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2)))(wrangler@4.60.0(@cloudflare/workers-types@4.20260123.0))
213
'@sveltejs/kit':
214
-
specifier: ^2.50.1
215
-
version: 2.50.1(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.48.0)(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2)))(svelte@5.48.0)(typescript@5.9.3)(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2))
216
'@sveltejs/vite-plugin-svelte':
217
-
specifier: ^6.2.4
218
-
version: 6.2.4(svelte@5.48.0)(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2))
219
'@tailwindcss/forms':
220
specifier: ^0.5.11
221
-
version: 0.5.11(tailwindcss@4.1.18)
222
'@tailwindcss/vite':
223
-
specifier: ^4.1.18
224
-
version: 4.1.18(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2))
225
'@types/turndown':
226
specifier: ^5.0.6
227
version: 5.0.6
228
eslint:
229
-
specifier: ^9.39.2
230
-
version: 9.39.2(jiti@2.6.1)
231
eslint-config-prettier:
232
specifier: ^10.1.8
233
-
version: 10.1.8(eslint@9.39.2(jiti@2.6.1))
234
eslint-plugin-svelte:
235
-
specifier: ^3.14.0
236
-
version: 3.14.0(eslint@9.39.2(jiti@2.6.1))(svelte@5.48.0)
237
globals:
238
-
specifier: ^17.1.0
239
-
version: 17.1.0
240
prettier:
241
specifier: ^3.8.1
242
version: 3.8.1
243
prettier-plugin-svelte:
244
-
specifier: ^3.4.1
245
-
version: 3.4.1(prettier@3.8.1)(svelte@5.48.0)
246
prettier-plugin-tailwindcss:
247
specifier: ^0.7.2
248
-
version: 0.7.2(prettier-plugin-svelte@3.4.1(prettier@3.8.1)(svelte@5.48.0))(prettier@3.8.1)
249
svelte:
250
-
specifier: ^5.48.0
251
-
version: 5.48.0
252
svelte-check:
253
-
specifier: ^4.3.5
254
-
version: 4.3.5(picomatch@4.0.3)(svelte@5.48.0)(typescript@5.9.3)
255
svelte-maplibre-gl:
256
specifier: ^1.0.3
257
-
version: 1.0.3(maplibre-gl@5.17.0)(svelte@5.48.0)
258
tailwindcss:
259
-
specifier: ^4.1.18
260
-
version: 4.1.18
261
typescript:
262
specifier: ^5.9.3
263
version: 5.9.3
264
typescript-eslint:
265
-
specifier: ^8.53.1
266
-
version: 8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
267
vite:
268
-
specifier: ^7.3.1
269
-
version: 7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2)
270
271
packages:
272
273
'@atcute/atproto@3.1.10':
274
-
resolution: {integrity: sha512-+GKZpOc0PJcdWMQEkTfg/rSNDAAHxmAUGBl60g2az15etqJn5WaUPNGFE2sB7hKpwi5Ue2h/L0OacINcE/JDDQ==}
275
276
-
'@atcute/bluesky-richtext-parser@2.1.0':
277
-
resolution: {integrity: sha512-DLye+apLkTM9OjjxQXImXhA3VbvE24Vnlvwc+nMQfpTxhS/VIXP5WRVJ67j/Br/TL6FeSSWLBnv1LuqUSVgUyQ==}
278
279
'@atcute/bluesky-richtext-segmenter@3.0.0':
280
-
resolution: {integrity: sha512-NhZTUKtFpeBBbILwAcxj5u4RobIoHOmGw3CAaaEFNebKYSvmTecrXJ7XufHw5DFOUdr8SiKXQVRQxGAxulMNWg==}
281
282
-
'@atcute/bluesky@3.2.15':
283
-
resolution: {integrity: sha512-H4RW3WffjfdKvOZ9issEUQnuSR4KfuAwwJnYu0fclA9VDa99JTJ+pa8tTl9lFeBV9DINtWJAx7rdIbICoVCstQ==}
284
285
'@atcute/client@4.2.1':
286
-
resolution: {integrity: sha512-ZBFM2pW075JtgGFu5g7HHZBecrClhlcNH8GVP9Zz1aViWR+cjjBsTpeE63rJs+FCOHFYlirUyo5L8SGZ4kMINw==}
287
288
'@atcute/identity-resolver@1.2.2':
289
-
resolution: {integrity: sha512-eUh/UH4bFvuXS0X7epYCeJC/kj4rbBXfSRumLEH4smMVwNOgTo7cL/0Srty+P/qVPoZEyXdfEbS0PHJyzoXmHw==}
290
peerDependencies:
291
'@atcute/identity': ^1.0.0
292
293
'@atcute/identity@1.1.3':
294
-
resolution: {integrity: sha512-oIqPoI8TwWeQxvcLmFEZLdN2XdWcaLVtlm8pNk0E72As9HNzzD9pwKPrLr3rmTLRIoULPPFmq9iFNsTeCIU9ng==}
295
296
'@atcute/lexicons@1.2.9':
297
-
resolution: {integrity: sha512-/RRHm2Cw9o8Mcsrq0eo8fjS9okKYLGfuFwrQ0YoP/6sdSDsXshaTLJsvLlcUcaDaSJ1YFOuHIo3zr2Om2F/16g==}
0
0
0
0
0
0
0
0
0
298
299
-
'@atcute/multibase@1.1.6':
300
-
resolution: {integrity: sha512-HBxuCgYLKPPxETV0Rot4VP9e24vKl8JdzGCZOVsDaOXJgbRZoRIF67Lp0H/OgnJeH/Xpva8Z5ReoTNJE5dn3kg==}
301
302
-
'@atcute/oauth-browser-client@2.0.3':
303
-
resolution: {integrity: sha512-rzUjwhjE4LRRKdQnCFQag/zXRZMEAB1hhBoLfnoQuHwWbmDUCL7fzwC3jRhDPp3om8XaYNDj8a/iqRip0wRqoQ==}
304
305
'@atcute/standard-site@1.0.1':
306
-
resolution: {integrity: sha512-wL4ZAvbe3p7NxC92rRgc6vbd+0feNDEAfEcBLA+68KDTUtmtEko5lr09R31P7AWlN4MVTMRj5iLb9UaTThIzWw==}
307
-
308
-
'@atcute/tid@1.1.1':
309
-
resolution: {integrity: sha512-djJ8UGhLkTU5V51yCnBEruMg35qETjWzWy5sJG/2gEOl2Gd7rQWHSaf+yrO6vMS5EFA38U2xOWE3EDUPzvc2ZQ==}
310
311
-
'@atcute/time-ms@1.2.0':
312
-
resolution: {integrity: sha512-dtNKebVIbr1+yu3a6vgtL4sfkNgxkL3aA+ohHsjtW83WWMjjGvX8GVTVmYCJ2dYSxIoxK0q1yWs11PmlqzmQ/A==}
313
314
-
'@atcute/uint8array@1.0.6':
315
-
resolution: {integrity: sha512-ucfRBQc7BFT8n9eCyGOzDHEMKF/nZwhS2pPao4Xtab1ML3HdFYcX2DM1tadCzas85QTGxHe5urnUAAcNKGRi9A==}
316
317
'@atcute/uint8array@1.1.1':
318
-
resolution: {integrity: sha512-3LsC8XB8TKe9q/5hOA5sFuzGaIFdJZJNewC5OKa3o/eU6+K7JR6see9Zy2JbQERNVnRl11EzbNov1efgLMAs4g==}
319
320
'@atcute/util-fetch@1.0.5':
321
-
resolution: {integrity: sha512-qjHj01BGxjSjIFdPiAjSARnodJIIyKxnCMMEcXMESo9TAyND6XZQqrie5fia+LlYWVXdpsTds8uFQwc9jdKTig==}
322
323
'@atcute/util-text@1.1.1':
324
-
resolution: {integrity: sha512-JH0SxzUQJAmbOBTYyhxQbkkI6M33YpjlVLEcbP5GYt43xgFArzV0FJVmEpvIj0kjsmphHB45b6IitdvxPdec9w==}
325
-
326
-
'@atproto/api@0.15.27':
327
-
resolution: {integrity: sha512-ok/WGafh1nz4t8pEQGtAF/32x2E2VDWU4af6BajkO5Gky2jp2q6cv6aB2A5yuvNNcc3XkYMYipsqVHVwLPMF9g==}
328
-
329
-
'@atproto/common-web@0.4.12':
330
-
resolution: {integrity: sha512-3aCJemqM/fkHQrVPbTCHCdiVstKFI+2LkFLvUhO6XZP0EqUZa/rg/CIZBKTFUWu9I5iYiaEiXL9VwcDRpEevSw==}
331
-
332
-
'@atproto/lex-data@0.0.8':
333
-
resolution: {integrity: sha512-1Y5tz7BkS7380QuLNXaE8GW8Xba+mRWugt8BKM4BUFYjjUZdmirU8lr72iM4XlEBrzRu8Cfvj+MbsbYaZv+IgA==}
334
-
335
-
'@atproto/lex-json@0.0.8':
336
-
resolution: {integrity: sha512-w1Qmkae1QhmNz+i1Zm3xr3jp0UPPRENmdlpU0qIrdxWDo9W4Mzkeyc3eSoa+Zs+zN8xkRSQw7RLZte/B7Ipdwg==}
337
-
338
-
'@atproto/lexicon@0.4.14':
339
-
resolution: {integrity: sha512-jiKpmH1QER3Gvc7JVY5brwrfo+etFoe57tKPQX/SmPwjvUsFnJAow5xLIryuBaJgFAhnTZViXKs41t//pahGHQ==}
340
-
341
-
'@atproto/lexicon@0.6.0':
342
-
resolution: {integrity: sha512-5veb8aD+J5M0qszLJ+73KSFsFrJBgAY/nM1TSAJvGY7fNc9ZAT+PSUlmIyrdye9YznAZ07yktalls/TwNV7cHQ==}
343
-
344
-
'@atproto/syntax@0.4.2':
345
-
resolution: {integrity: sha512-X9XSRPinBy/0VQ677j8VXlBsYSsUXaiqxWVpGGxJYsAhugdQRb0jqaVKJFtm6RskeNkV6y9xclSUi9UYG/COrA==}
346
-
347
-
'@atproto/xrpc@0.7.7':
348
-
resolution: {integrity: sha512-K1ZyO/BU8JNtXX5dmPp7b5UrkLMMqpsIa/Lrj5D3Su+j1Xwq1m6QJ2XJ1AgjEjkI1v4Muzm7klianLE6XGxtmA==}
349
350
'@badrap/valita@0.4.6':
351
-
resolution: {integrity: sha512-4kdqcjyxo/8RQ8ayjms47HCWZIF5981oE5nIenbfThKDxWXtEHKipAOWlflpPJzZx9y/JWYQkp18Awr7VuepFg==}
352
engines: {node: '>= 18'}
353
354
'@cloudflare/kv-asset-handler@0.4.2':
355
-
resolution: {integrity: sha512-SIOD2DxrRRwQ+jgzlXCqoEFiKOFqaPjhnNTGKXSRLvp1HiOvapLaFG2kEr9dYQTYe8rKrd9uvDUzmAITeNyaHQ==}
356
engines: {node: '>=18.0.0'}
357
358
-
'@cloudflare/unenv-preset@2.11.0':
359
-
resolution: {integrity: sha512-z3hxFajL765VniNPGV0JRStZolNz63gU3B3AktwoGdDlnQvz5nP+Ah4RL04PONlZQjwmDdGHowEStJ94+RsaJg==}
360
peerDependencies:
361
unenv: 2.0.0-rc.24
362
-
workerd: ^1.20260115.0
363
peerDependenciesMeta:
364
workerd:
365
optional: true
366
367
-
'@cloudflare/workerd-darwin-64@1.20260120.0':
368
-
resolution: {integrity: sha512-JLHx3p5dpwz4wjVSis45YNReftttnI3ndhdMh5BUbbpdreN/g0jgxNt5Qp9tDFqEKl++N63qv+hxJiIIvSLR+Q==}
369
engines: {node: '>=16'}
370
cpu: [x64]
371
os: [darwin]
372
373
-
'@cloudflare/workerd-darwin-arm64@1.20260120.0':
374
-
resolution: {integrity: sha512-1Md2tCRhZjwajsZNOiBeOVGiS3zbpLPzUDjHr4+XGTXWOA6FzzwScJwQZLa0Doc28Cp4Nr1n7xGL0Dwiz1XuOA==}
375
engines: {node: '>=16'}
376
cpu: [arm64]
377
os: [darwin]
378
379
-
'@cloudflare/workerd-linux-64@1.20260120.0':
380
-
resolution: {integrity: sha512-O0mIfJfvU7F8N5siCoRDaVDuI12wkz2xlG4zK6/Ct7U9c9FiE0ViXNFWXFQm5PPj+qbkNRyhjUwhP+GCKTk5EQ==}
381
engines: {node: '>=16'}
382
cpu: [x64]
383
os: [linux]
384
385
-
'@cloudflare/workerd-linux-arm64@1.20260120.0':
386
-
resolution: {integrity: sha512-aRHO/7bjxVpjZEmVVcpmhbzpN6ITbFCxuLLZSW0H9O0C0w40cDCClWSi19T87Ax/PQcYjFNT22pTewKsupkckA==}
387
engines: {node: '>=16'}
388
cpu: [arm64]
389
os: [linux]
390
391
-
'@cloudflare/workerd-windows-64@1.20260120.0':
392
-
resolution: {integrity: sha512-ASZIz1E8sqZQqQCgcfY1PJbBpUDrxPt8NZ+lqNil0qxnO4qX38hbCsdDF2/TDAuq0Txh7nu8ztgTelfNDlb4EA==}
393
engines: {node: '>=16'}
394
cpu: [x64]
395
os: [win32]
396
397
-
'@cloudflare/workers-types@4.20260123.0':
398
-
resolution: {integrity: sha512-pQccZ8IDLFKkvdKBXZRPkbMtWtS7vVz1giJGkAAZ5cZH2RHK5Bs6p1OoVZA8Z2Sry8Q0tZbZ5Yjud4R7SrG3KQ==}
399
400
'@cspotcode/source-map-support@0.8.1':
401
-
resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==}
402
engines: {node: '>=12'}
403
404
'@dimforge/rapier3d-compat@0.12.0':
405
-
resolution: {integrity: sha512-uekIGetywIgopfD97oDL5PfeezkFpNhwlzlaEYNOA0N6ghdsOvh/HYjSMek5Q2O1PYvRSDFcqFVJl4r4ZBwOow==}
406
407
-
'@emnapi/runtime@1.8.1':
408
-
resolution: {integrity: sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==}
409
410
-
'@esbuild/aix-ppc64@0.27.0':
411
-
resolution: {integrity: sha512-KuZrd2hRjz01y5JK9mEBSD3Vj3mbCvemhT466rSuJYeE/hjuBrHfjjcjMdTm/sz7au+++sdbJZJmuBwQLuw68A==}
412
-
engines: {node: '>=18'}
413
-
cpu: [ppc64]
414
-
os: [aix]
415
416
-
'@esbuild/aix-ppc64@0.27.2':
417
-
resolution: {integrity: sha512-GZMB+a0mOMZs4MpDbj8RJp4cw+w1WV5NYD6xzgvzUJ5Ek2jerwfO2eADyI6ExDSUED+1X8aMbegahsJi+8mgpw==}
418
engines: {node: '>=18'}
419
cpu: [ppc64]
420
os: [aix]
421
422
-
'@esbuild/android-arm64@0.27.0':
423
-
resolution: {integrity: sha512-CC3vt4+1xZrs97/PKDkl0yN7w8edvU2vZvAFGD16n9F0Cvniy5qvzRXjfO1l94efczkkQE6g1x0i73Qf5uthOQ==}
424
-
engines: {node: '>=18'}
425
-
cpu: [arm64]
426
-
os: [android]
427
-
428
-
'@esbuild/android-arm64@0.27.2':
429
-
resolution: {integrity: sha512-pvz8ZZ7ot/RBphf8fv60ljmaoydPU12VuXHImtAs0XhLLw+EXBi2BLe3OYSBslR4rryHvweW5gmkKFwTiFy6KA==}
430
engines: {node: '>=18'}
431
cpu: [arm64]
432
os: [android]
433
434
-
'@esbuild/android-arm@0.27.0':
435
-
resolution: {integrity: sha512-j67aezrPNYWJEOHUNLPj9maeJte7uSMM6gMoxfPC9hOg8N02JuQi/T7ewumf4tNvJadFkvLZMlAq73b9uwdMyQ==}
436
engines: {node: '>=18'}
437
cpu: [arm]
438
os: [android]
439
440
-
'@esbuild/android-arm@0.27.2':
441
-
resolution: {integrity: sha512-DVNI8jlPa7Ujbr1yjU2PfUSRtAUZPG9I1RwW4F4xFB1Imiu2on0ADiI/c3td+KmDtVKNbi+nffGDQMfcIMkwIA==}
442
-
engines: {node: '>=18'}
443
-
cpu: [arm]
444
-
os: [android]
445
-
446
-
'@esbuild/android-x64@0.27.0':
447
-
resolution: {integrity: sha512-wurMkF1nmQajBO1+0CJmcN17U4BP6GqNSROP8t0X/Jiw2ltYGLHpEksp9MpoBqkrFR3kv2/te6Sha26k3+yZ9Q==}
448
engines: {node: '>=18'}
449
cpu: [x64]
450
os: [android]
451
452
-
'@esbuild/android-x64@0.27.2':
453
-
resolution: {integrity: sha512-z8Ank4Byh4TJJOh4wpz8g2vDy75zFL0TlZlkUkEwYXuPSgX8yzep596n6mT7905kA9uHZsf/o2OJZubl2l3M7A==}
454
-
engines: {node: '>=18'}
455
-
cpu: [x64]
456
-
os: [android]
457
-
458
-
'@esbuild/darwin-arm64@0.27.0':
459
-
resolution: {integrity: sha512-uJOQKYCcHhg07DL7i8MzjvS2LaP7W7Pn/7uA0B5S1EnqAirJtbyw4yC5jQ5qcFjHK9l6o/MX9QisBg12kNkdHg==}
460
engines: {node: '>=18'}
461
cpu: [arm64]
462
os: [darwin]
463
464
-
'@esbuild/darwin-arm64@0.27.2':
465
-
resolution: {integrity: sha512-davCD2Zc80nzDVRwXTcQP/28fiJbcOwvdolL0sOiOsbwBa72kegmVU0Wrh1MYrbuCL98Omp5dVhQFWRKR2ZAlg==}
466
-
engines: {node: '>=18'}
467
-
cpu: [arm64]
468
-
os: [darwin]
469
-
470
-
'@esbuild/darwin-x64@0.27.0':
471
-
resolution: {integrity: sha512-8mG6arH3yB/4ZXiEnXof5MK72dE6zM9cDvUcPtxhUZsDjESl9JipZYW60C3JGreKCEP+p8P/72r69m4AZGJd5g==}
472
-
engines: {node: '>=18'}
473
-
cpu: [x64]
474
-
os: [darwin]
475
-
476
-
'@esbuild/darwin-x64@0.27.2':
477
-
resolution: {integrity: sha512-ZxtijOmlQCBWGwbVmwOF/UCzuGIbUkqB1faQRf5akQmxRJ1ujusWsb3CVfk/9iZKr2L5SMU5wPBi1UWbvL+VQA==}
478
engines: {node: '>=18'}
479
cpu: [x64]
480
os: [darwin]
481
482
-
'@esbuild/freebsd-arm64@0.27.0':
483
-
resolution: {integrity: sha512-9FHtyO988CwNMMOE3YIeci+UV+x5Zy8fI2qHNpsEtSF83YPBmE8UWmfYAQg6Ux7Gsmd4FejZqnEUZCMGaNQHQw==}
484
-
engines: {node: '>=18'}
485
-
cpu: [arm64]
486
-
os: [freebsd]
487
-
488
-
'@esbuild/freebsd-arm64@0.27.2':
489
-
resolution: {integrity: sha512-lS/9CN+rgqQ9czogxlMcBMGd+l8Q3Nj1MFQwBZJyoEKI50XGxwuzznYdwcav6lpOGv5BqaZXqvBSiB/kJ5op+g==}
490
engines: {node: '>=18'}
491
cpu: [arm64]
492
os: [freebsd]
493
494
-
'@esbuild/freebsd-x64@0.27.0':
495
-
resolution: {integrity: sha512-zCMeMXI4HS/tXvJz8vWGexpZj2YVtRAihHLk1imZj4efx1BQzN76YFeKqlDr3bUWI26wHwLWPd3rwh6pe4EV7g==}
496
engines: {node: '>=18'}
497
cpu: [x64]
498
os: [freebsd]
499
500
-
'@esbuild/freebsd-x64@0.27.2':
501
-
resolution: {integrity: sha512-tAfqtNYb4YgPnJlEFu4c212HYjQWSO/w/h/lQaBK7RbwGIkBOuNKQI9tqWzx7Wtp7bTPaGC6MJvWI608P3wXYA==}
502
-
engines: {node: '>=18'}
503
-
cpu: [x64]
504
-
os: [freebsd]
505
-
506
-
'@esbuild/linux-arm64@0.27.0':
507
-
resolution: {integrity: sha512-AS18v0V+vZiLJyi/4LphvBE+OIX682Pu7ZYNsdUHyUKSoRwdnOsMf6FDekwoAFKej14WAkOef3zAORJgAtXnlQ==}
508
-
engines: {node: '>=18'}
509
-
cpu: [arm64]
510
-
os: [linux]
511
-
512
-
'@esbuild/linux-arm64@0.27.2':
513
-
resolution: {integrity: sha512-hYxN8pr66NsCCiRFkHUAsxylNOcAQaxSSkHMMjcpx0si13t1LHFphxJZUiGwojB1a/Hd5OiPIqDdXONia6bhTw==}
514
engines: {node: '>=18'}
515
cpu: [arm64]
516
os: [linux]
517
518
-
'@esbuild/linux-arm@0.27.0':
519
-
resolution: {integrity: sha512-t76XLQDpxgmq2cNXKTVEB7O7YMb42atj2Re2Haf45HkaUpjM2J0UuJZDuaGbPbamzZ7bawyGFUkodL+zcE+jvQ==}
520
engines: {node: '>=18'}
521
cpu: [arm]
522
os: [linux]
523
524
-
'@esbuild/linux-arm@0.27.2':
525
-
resolution: {integrity: sha512-vWfq4GaIMP9AIe4yj1ZUW18RDhx6EPQKjwe7n8BbIecFtCQG4CfHGaHuh7fdfq+y3LIA2vGS/o9ZBGVxIDi9hw==}
526
-
engines: {node: '>=18'}
527
-
cpu: [arm]
528
-
os: [linux]
529
-
530
-
'@esbuild/linux-ia32@0.27.0':
531
-
resolution: {integrity: sha512-Mz1jxqm/kfgKkc/KLHC5qIujMvnnarD9ra1cEcrs7qshTUSksPihGrWHVG5+osAIQ68577Zpww7SGapmzSt4Nw==}
532
engines: {node: '>=18'}
533
cpu: [ia32]
534
os: [linux]
535
536
-
'@esbuild/linux-ia32@0.27.2':
537
-
resolution: {integrity: sha512-MJt5BRRSScPDwG2hLelYhAAKh9imjHK5+NE/tvnRLbIqUWa+0E9N4WNMjmp/kXXPHZGqPLxggwVhz7QP8CTR8w==}
538
-
engines: {node: '>=18'}
539
-
cpu: [ia32]
540
-
os: [linux]
541
-
542
-
'@esbuild/linux-loong64@0.27.0':
543
-
resolution: {integrity: sha512-QbEREjdJeIreIAbdG2hLU1yXm1uu+LTdzoq1KCo4G4pFOLlvIspBm36QrQOar9LFduavoWX2msNFAAAY9j4BDg==}
544
-
engines: {node: '>=18'}
545
-
cpu: [loong64]
546
-
os: [linux]
547
-
548
-
'@esbuild/linux-loong64@0.27.2':
549
-
resolution: {integrity: sha512-lugyF1atnAT463aO6KPshVCJK5NgRnU4yb3FUumyVz+cGvZbontBgzeGFO1nF+dPueHD367a2ZXe1NtUkAjOtg==}
550
engines: {node: '>=18'}
551
cpu: [loong64]
552
os: [linux]
553
554
-
'@esbuild/linux-mips64el@0.27.0':
555
-
resolution: {integrity: sha512-sJz3zRNe4tO2wxvDpH/HYJilb6+2YJxo/ZNbVdtFiKDufzWq4JmKAiHy9iGoLjAV7r/W32VgaHGkk35cUXlNOg==}
556
engines: {node: '>=18'}
557
cpu: [mips64el]
558
os: [linux]
559
560
-
'@esbuild/linux-mips64el@0.27.2':
561
-
resolution: {integrity: sha512-nlP2I6ArEBewvJ2gjrrkESEZkB5mIoaTswuqNFRv/WYd+ATtUpe9Y09RnJvgvdag7he0OWgEZWhviS1OTOKixw==}
562
-
engines: {node: '>=18'}
563
-
cpu: [mips64el]
564
-
os: [linux]
565
-
566
-
'@esbuild/linux-ppc64@0.27.0':
567
-
resolution: {integrity: sha512-z9N10FBD0DCS2dmSABDBb5TLAyF1/ydVb+N4pi88T45efQ/w4ohr/F/QYCkxDPnkhkp6AIpIcQKQ8F0ANoA2JA==}
568
engines: {node: '>=18'}
569
cpu: [ppc64]
570
os: [linux]
571
572
-
'@esbuild/linux-ppc64@0.27.2':
573
-
resolution: {integrity: sha512-C92gnpey7tUQONqg1n6dKVbx3vphKtTHJaNG2Ok9lGwbZil6DrfyecMsp9CrmXGQJmZ7iiVXvvZH6Ml5hL6XdQ==}
574
-
engines: {node: '>=18'}
575
-
cpu: [ppc64]
576
-
os: [linux]
577
-
578
-
'@esbuild/linux-riscv64@0.27.0':
579
-
resolution: {integrity: sha512-pQdyAIZ0BWIC5GyvVFn5awDiO14TkT/19FTmFcPdDec94KJ1uZcmFs21Fo8auMXzD4Tt+diXu1LW1gHus9fhFQ==}
580
engines: {node: '>=18'}
581
cpu: [riscv64]
582
os: [linux]
583
584
-
'@esbuild/linux-riscv64@0.27.2':
585
-
resolution: {integrity: sha512-B5BOmojNtUyN8AXlK0QJyvjEZkWwy/FKvakkTDCziX95AowLZKR6aCDhG7LeF7uMCXEJqwa8Bejz5LTPYm8AvA==}
586
-
engines: {node: '>=18'}
587
-
cpu: [riscv64]
588
-
os: [linux]
589
-
590
-
'@esbuild/linux-s390x@0.27.0':
591
-
resolution: {integrity: sha512-hPlRWR4eIDDEci953RI1BLZitgi5uqcsjKMxwYfmi4LcwyWo2IcRP+lThVnKjNtk90pLS8nKdroXYOqW+QQH+w==}
592
engines: {node: '>=18'}
593
cpu: [s390x]
594
os: [linux]
595
596
-
'@esbuild/linux-s390x@0.27.2':
597
-
resolution: {integrity: sha512-p4bm9+wsPwup5Z8f4EpfN63qNagQ47Ua2znaqGH6bqLlmJ4bx97Y9JdqxgGZ6Y8xVTixUnEkoKSHcpRlDnNr5w==}
598
-
engines: {node: '>=18'}
599
-
cpu: [s390x]
600
-
os: [linux]
601
-
602
-
'@esbuild/linux-x64@0.27.0':
603
-
resolution: {integrity: sha512-1hBWx4OUJE2cab++aVZ7pObD6s+DK4mPGpemtnAORBvb5l/g5xFGk0vc0PjSkrDs0XaXj9yyob3d14XqvnQ4gw==}
604
-
engines: {node: '>=18'}
605
-
cpu: [x64]
606
-
os: [linux]
607
-
608
-
'@esbuild/linux-x64@0.27.2':
609
-
resolution: {integrity: sha512-uwp2Tip5aPmH+NRUwTcfLb+W32WXjpFejTIOWZFw/v7/KnpCDKG66u4DLcurQpiYTiYwQ9B7KOeMJvLCu/OvbA==}
610
engines: {node: '>=18'}
611
cpu: [x64]
612
os: [linux]
613
614
-
'@esbuild/netbsd-arm64@0.27.0':
615
-
resolution: {integrity: sha512-6m0sfQfxfQfy1qRuecMkJlf1cIzTOgyaeXaiVaaki8/v+WB+U4hc6ik15ZW6TAllRlg/WuQXxWj1jx6C+dfy3w==}
616
engines: {node: '>=18'}
617
cpu: [arm64]
618
os: [netbsd]
619
620
-
'@esbuild/netbsd-arm64@0.27.2':
621
-
resolution: {integrity: sha512-Kj6DiBlwXrPsCRDeRvGAUb/LNrBASrfqAIok+xB0LxK8CHqxZ037viF13ugfsIpePH93mX7xfJp97cyDuTZ3cw==}
622
-
engines: {node: '>=18'}
623
-
cpu: [arm64]
624
-
os: [netbsd]
625
-
626
-
'@esbuild/netbsd-x64@0.27.0':
627
-
resolution: {integrity: sha512-xbbOdfn06FtcJ9d0ShxxvSn2iUsGd/lgPIO2V3VZIPDbEaIj1/3nBBe1AwuEZKXVXkMmpr6LUAgMkLD/4D2PPA==}
628
-
engines: {node: '>=18'}
629
-
cpu: [x64]
630
-
os: [netbsd]
631
-
632
-
'@esbuild/netbsd-x64@0.27.2':
633
-
resolution: {integrity: sha512-HwGDZ0VLVBY3Y+Nw0JexZy9o/nUAWq9MlV7cahpaXKW6TOzfVno3y3/M8Ga8u8Yr7GldLOov27xiCnqRZf0tCA==}
634
engines: {node: '>=18'}
635
cpu: [x64]
636
os: [netbsd]
637
638
-
'@esbuild/openbsd-arm64@0.27.0':
639
-
resolution: {integrity: sha512-fWgqR8uNbCQ/GGv0yhzttj6sU/9Z5/Sv/VGU3F5OuXK6J6SlriONKrQ7tNlwBrJZXRYk5jUhuWvF7GYzGguBZQ==}
640
engines: {node: '>=18'}
641
cpu: [arm64]
642
os: [openbsd]
643
644
-
'@esbuild/openbsd-arm64@0.27.2':
645
-
resolution: {integrity: sha512-DNIHH2BPQ5551A7oSHD0CKbwIA/Ox7+78/AWkbS5QoRzaqlev2uFayfSxq68EkonB+IKjiuxBFoV8ESJy8bOHA==}
646
-
engines: {node: '>=18'}
647
-
cpu: [arm64]
648
-
os: [openbsd]
649
-
650
-
'@esbuild/openbsd-x64@0.27.0':
651
-
resolution: {integrity: sha512-aCwlRdSNMNxkGGqQajMUza6uXzR/U0dIl1QmLjPtRbLOx3Gy3otfFu/VjATy4yQzo9yFDGTxYDo1FfAD9oRD2A==}
652
-
engines: {node: '>=18'}
653
-
cpu: [x64]
654
-
os: [openbsd]
655
-
656
-
'@esbuild/openbsd-x64@0.27.2':
657
-
resolution: {integrity: sha512-/it7w9Nb7+0KFIzjalNJVR5bOzA9Vay+yIPLVHfIQYG/j+j9VTH84aNB8ExGKPU4AzfaEvN9/V4HV+F+vo8OEg==}
658
engines: {node: '>=18'}
659
cpu: [x64]
660
os: [openbsd]
661
662
-
'@esbuild/openharmony-arm64@0.27.0':
663
-
resolution: {integrity: sha512-nyvsBccxNAsNYz2jVFYwEGuRRomqZ149A39SHWk4hV0jWxKM0hjBPm3AmdxcbHiFLbBSwG6SbpIcUbXjgyECfA==}
664
-
engines: {node: '>=18'}
665
-
cpu: [arm64]
666
-
os: [openharmony]
667
-
668
-
'@esbuild/openharmony-arm64@0.27.2':
669
-
resolution: {integrity: sha512-LRBbCmiU51IXfeXk59csuX/aSaToeG7w48nMwA6049Y4J4+VbWALAuXcs+qcD04rHDuSCSRKdmY63sruDS5qag==}
670
engines: {node: '>=18'}
671
cpu: [arm64]
672
os: [openharmony]
673
674
-
'@esbuild/sunos-x64@0.27.0':
675
-
resolution: {integrity: sha512-Q1KY1iJafM+UX6CFEL+F4HRTgygmEW568YMqDA5UV97AuZSm21b7SXIrRJDwXWPzr8MGr75fUZPV67FdtMHlHA==}
676
engines: {node: '>=18'}
677
cpu: [x64]
678
os: [sunos]
679
680
-
'@esbuild/sunos-x64@0.27.2':
681
-
resolution: {integrity: sha512-kMtx1yqJHTmqaqHPAzKCAkDaKsffmXkPHThSfRwZGyuqyIeBvf08KSsYXl+abf5HDAPMJIPnbBfXvP2ZC2TfHg==}
682
-
engines: {node: '>=18'}
683
-
cpu: [x64]
684
-
os: [sunos]
685
-
686
-
'@esbuild/win32-arm64@0.27.0':
687
-
resolution: {integrity: sha512-W1eyGNi6d+8kOmZIwi/EDjrL9nxQIQ0MiGqe/AWc6+IaHloxHSGoeRgDRKHFISThLmsewZ5nHFvGFWdBYlgKPg==}
688
-
engines: {node: '>=18'}
689
-
cpu: [arm64]
690
-
os: [win32]
691
-
692
-
'@esbuild/win32-arm64@0.27.2':
693
-
resolution: {integrity: sha512-Yaf78O/B3Kkh+nKABUF++bvJv5Ijoy9AN1ww904rOXZFLWVc5OLOfL56W+C8F9xn5JQZa3UX6m+IktJnIb1Jjg==}
694
engines: {node: '>=18'}
695
cpu: [arm64]
696
os: [win32]
697
698
-
'@esbuild/win32-ia32@0.27.0':
699
-
resolution: {integrity: sha512-30z1aKL9h22kQhilnYkORFYt+3wp7yZsHWus+wSKAJR8JtdfI76LJ4SBdMsCopTR3z/ORqVu5L1vtnHZWVj4cQ==}
700
engines: {node: '>=18'}
701
cpu: [ia32]
702
os: [win32]
703
704
-
'@esbuild/win32-ia32@0.27.2':
705
-
resolution: {integrity: sha512-Iuws0kxo4yusk7sw70Xa2E2imZU5HoixzxfGCdxwBdhiDgt9vX9VUCBhqcwY7/uh//78A1hMkkROMJq9l27oLQ==}
706
-
engines: {node: '>=18'}
707
-
cpu: [ia32]
708
-
os: [win32]
709
-
710
-
'@esbuild/win32-x64@0.27.0':
711
-
resolution: {integrity: sha512-aIitBcjQeyOhMTImhLZmtxfdOcuNRpwlPNmlFKPcHQYPhEssw75Cl1TSXJXpMkzaua9FUetx/4OQKq7eJul5Cg==}
712
-
engines: {node: '>=18'}
713
-
cpu: [x64]
714
-
os: [win32]
715
-
716
-
'@esbuild/win32-x64@0.27.2':
717
-
resolution: {integrity: sha512-sRdU18mcKf7F+YgheI/zGf5alZatMUTKj/jNS6l744f9u3WFu4v7twcUI9vu4mknF4Y9aDlblIie0IM+5xxaqQ==}
718
engines: {node: '>=18'}
719
cpu: [x64]
720
os: [win32]
721
722
'@eslint-community/eslint-utils@4.9.1':
723
-
resolution: {integrity: sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==}
724
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
725
peerDependencies:
726
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
727
728
'@eslint-community/regexpp@4.12.2':
729
-
resolution: {integrity: sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==}
730
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
731
732
-
'@eslint/compat@2.0.1':
733
-
resolution: {integrity: sha512-yl/JsgplclzuvGFNqwNYV4XNPhP3l62ZOP9w/47atNAdmDtIFCx6X7CSk/SlWUuBGkT4Et/5+UD+WyvX2iiIWA==}
734
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
735
peerDependencies:
736
-
eslint: ^8.40 || 9
737
peerDependenciesMeta:
738
eslint:
739
optional: true
740
741
-
'@eslint/config-array@0.21.1':
742
-
resolution: {integrity: sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==}
743
-
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
744
745
-
'@eslint/config-helpers@0.4.2':
746
-
resolution: {integrity: sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==}
747
-
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
748
-
749
-
'@eslint/core@0.17.0':
750
-
resolution: {integrity: sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==}
751
-
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
752
-
753
-
'@eslint/core@1.0.1':
754
-
resolution: {integrity: sha512-r18fEAj9uCk+VjzGt2thsbOmychS+4kxI14spVNibUO2vqKX7obOG+ymZljAwuPZl+S3clPGwCwTDtrdqTiY6Q==}
755
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
756
757
-
'@eslint/eslintrc@3.3.3':
758
-
resolution: {integrity: sha512-Kr+LPIUVKz2qkx1HAMH8q1q6azbqBAsXJUxBl/ODDuVPX45Z9DfwB8tPjTi6nNZ8BuM3nbJxC5zCAg5elnBUTQ==}
759
-
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
760
761
-
'@eslint/js@9.39.2':
762
-
resolution: {integrity: sha512-q1mjIoW1VX4IvSocvM/vbTiveKC4k9eLrajNEuSsmjymSDEbpGddtpfOoN7YGAqBK3NG+uqo8ia4PDTt8buCYA==}
763
-
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
0
0
0
0
0
764
765
-
'@eslint/object-schema@2.1.7':
766
-
resolution: {integrity: sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==}
767
-
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
768
769
-
'@eslint/plugin-kit@0.4.1':
770
-
resolution: {integrity: sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==}
771
-
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
772
773
'@ethercorps/sveltekit-og@4.2.1':
774
-
resolution: {integrity: sha512-mMkoKWMMBXL5iAYrMZqklezZDUU7HpHd+sNsz78e4gElXFyxdOnsIFfPPXpqDcUn6orZHs5MGHvtPi5II5xNAA==}
775
peerDependencies:
776
'@sveltejs/kit': '>=2.0.0'
777
778
-
'@floating-ui/core@1.7.3':
779
-
resolution: {integrity: sha512-sGnvb5dmrJaKEZ+LDIpguvdX3bDlEllmv4/ClQ9awcmCZrlx5jQyyMWFM5kBI+EyNOCDDiKk8il0zeuX3Zlg/w==}
780
781
-
'@floating-ui/core@1.7.4':
782
-
resolution: {integrity: sha512-C3HlIdsBxszvm5McXlB8PeOEWfBhcGBTZGkGlWc2U0KFY5IwG5OQEuQ8rq52DZmcHDlPLd+YFBK+cZcytwIFWg==}
783
784
-
'@floating-ui/dom@1.7.5':
785
-
resolution: {integrity: sha512-N0bD2kIPInNHUHehXhMke1rBGs1dwqvC9O9KYMyyjK7iXt7GAhnro7UlcuYcGdS/yYOlq0MAVgrow8IbWJwyqg==}
786
787
-
'@floating-ui/utils@0.2.10':
788
-
resolution: {integrity: sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==}
0
0
0
789
790
-
'@foxui/3d@0.4.7':
791
-
resolution: {integrity: sha512-6aFWbdvMPbVqvRlr1gc438RoWE/1+B7/dB1b682tl+K1ycMhWkgMzicckxafLY2A1haOv8bgAArZJ+Lt63RMNg==}
792
peerDependencies:
793
svelte: '>=5'
794
tailwindcss: '>=3'
795
796
-
'@foxui/colors@0.4.7':
797
-
resolution: {integrity: sha512-P40GBuwerikysWctVL1KSUrjxzlAf5j1jZ0z6+pzkWdfTv8wGxXlJcvJCkA1MkTeatLkyBrHLrIF17u2iRrMkw==}
798
peerDependencies:
799
svelte: '>=5'
800
tailwindcss: '>=3'
801
802
-
'@foxui/core@0.4.7':
803
-
resolution: {integrity: sha512-/J31Zra1Jlfn2HeLqKj7q2LmZoDc5pPEZU1SMrLYpJuv3QN+rl9qzAal0gwjGbhgNA/jAk7P2jqTgF4adngMkw==}
804
peerDependencies:
805
svelte: '>=5'
806
tailwindcss: '>=3'
807
808
-
'@foxui/social@0.4.7':
809
-
resolution: {integrity: sha512-KeA0Ppl8NVzPwJsibAGFJMCPlLfOa7L3LQqS4YBfPd0hhribBQ9MHWTfN+JM0upYt/E97XPsL/EoIrWfY67obA==}
810
peerDependencies:
811
svelte: '>=5'
812
tailwindcss: '>=3'
813
814
-
'@foxui/time@0.4.7':
815
-
resolution: {integrity: sha512-N4jN1QfUi7IY53MQETZp4MDj6DwwONoRi4yrN96SjpB71w7cvhli1jQCSG4QqCtyvISaizlg4T5gzORg7PYWrA==}
816
peerDependencies:
817
svelte: '>=5'
818
tailwindcss: '>=3'
819
820
-
'@foxui/visual@0.4.7':
821
-
resolution: {integrity: sha512-POcVBvmeHD5Z3UFBANIawn6mBZLB5XEy/jqkFp1NV1OnHSdE4vNjWYSva3GU1C/OVVPxjfNFB0SisZlHWmk5FA==}
822
peerDependencies:
823
svelte: '>=5'
824
tailwindcss: '>=3'
825
826
'@humanfs/core@0.19.1':
827
-
resolution: {integrity: sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==}
828
engines: {node: '>=18.18.0'}
829
830
'@humanfs/node@0.16.7':
831
-
resolution: {integrity: sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==}
832
engines: {node: '>=18.18.0'}
833
834
'@humanwhocodes/module-importer@1.0.1':
835
-
resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==}
836
engines: {node: '>=12.22'}
837
838
'@humanwhocodes/retry@0.4.3':
839
-
resolution: {integrity: sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==}
840
engines: {node: '>=18.18'}
841
842
-
'@img/colour@1.0.0':
843
-
resolution: {integrity: sha512-A5P/LfWGFSl6nsckYtjw9da+19jB8hkJ6ACTGcDfEJ0aE+l2n2El7dsVM7UVHZQ9s2lmYMWlrS21YLy2IR1LUw==}
844
engines: {node: '>=18'}
845
846
'@img/sharp-darwin-arm64@0.34.5':
847
-
resolution: {integrity: sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==}
848
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
849
cpu: [arm64]
850
os: [darwin]
851
852
'@img/sharp-darwin-x64@0.34.5':
853
-
resolution: {integrity: sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==}
854
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
855
cpu: [x64]
856
os: [darwin]
857
858
'@img/sharp-libvips-darwin-arm64@1.2.4':
859
-
resolution: {integrity: sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==}
860
cpu: [arm64]
861
os: [darwin]
862
863
'@img/sharp-libvips-darwin-x64@1.2.4':
864
-
resolution: {integrity: sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==}
865
cpu: [x64]
866
os: [darwin]
867
868
'@img/sharp-libvips-linux-arm64@1.2.4':
869
-
resolution: {integrity: sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==}
870
cpu: [arm64]
871
os: [linux]
872
873
'@img/sharp-libvips-linux-arm@1.2.4':
874
-
resolution: {integrity: sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==}
875
cpu: [arm]
876
os: [linux]
877
878
'@img/sharp-libvips-linux-ppc64@1.2.4':
879
-
resolution: {integrity: sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==}
880
cpu: [ppc64]
881
os: [linux]
882
883
'@img/sharp-libvips-linux-riscv64@1.2.4':
884
-
resolution: {integrity: sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==}
885
cpu: [riscv64]
886
os: [linux]
887
888
'@img/sharp-libvips-linux-s390x@1.2.4':
889
-
resolution: {integrity: sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==}
890
cpu: [s390x]
891
os: [linux]
892
893
'@img/sharp-libvips-linux-x64@1.2.4':
894
-
resolution: {integrity: sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==}
895
cpu: [x64]
896
os: [linux]
897
898
'@img/sharp-libvips-linuxmusl-arm64@1.2.4':
899
-
resolution: {integrity: sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==}
900
cpu: [arm64]
901
os: [linux]
902
903
'@img/sharp-libvips-linuxmusl-x64@1.2.4':
904
-
resolution: {integrity: sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==}
905
cpu: [x64]
906
os: [linux]
907
908
'@img/sharp-linux-arm64@0.34.5':
909
-
resolution: {integrity: sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==}
910
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
911
cpu: [arm64]
912
os: [linux]
913
914
'@img/sharp-linux-arm@0.34.5':
915
-
resolution: {integrity: sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==}
916
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
917
cpu: [arm]
918
os: [linux]
919
920
'@img/sharp-linux-ppc64@0.34.5':
921
-
resolution: {integrity: sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==}
922
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
923
cpu: [ppc64]
924
os: [linux]
925
926
'@img/sharp-linux-riscv64@0.34.5':
927
-
resolution: {integrity: sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==}
928
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
929
cpu: [riscv64]
930
os: [linux]
931
932
'@img/sharp-linux-s390x@0.34.5':
933
-
resolution: {integrity: sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==}
934
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
935
cpu: [s390x]
936
os: [linux]
937
938
'@img/sharp-linux-x64@0.34.5':
939
-
resolution: {integrity: sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==}
940
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
941
cpu: [x64]
942
os: [linux]
943
944
'@img/sharp-linuxmusl-arm64@0.34.5':
945
-
resolution: {integrity: sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==}
946
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
947
cpu: [arm64]
948
os: [linux]
949
950
'@img/sharp-linuxmusl-x64@0.34.5':
951
-
resolution: {integrity: sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==}
952
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
953
cpu: [x64]
954
os: [linux]
955
956
'@img/sharp-wasm32@0.34.5':
957
-
resolution: {integrity: sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==}
958
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
959
cpu: [wasm32]
960
961
'@img/sharp-win32-arm64@0.34.5':
962
-
resolution: {integrity: sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==}
963
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
964
cpu: [arm64]
965
os: [win32]
966
967
'@img/sharp-win32-ia32@0.34.5':
968
-
resolution: {integrity: sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==}
969
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
970
cpu: [ia32]
971
os: [win32]
972
973
'@img/sharp-win32-x64@0.34.5':
974
-
resolution: {integrity: sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==}
975
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
976
cpu: [x64]
977
os: [win32]
978
979
-
'@internationalized/date@3.11.0':
980
-
resolution: {integrity: sha512-BOx5huLAWhicM9/ZFs84CzP+V3gBW6vlpM02yzsdYC7TGlZJX1OJiEEHcSayF00Z+3jLlm4w79amvSt6RqKN3Q==}
981
982
'@jridgewell/gen-mapping@0.3.13':
983
-
resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==}
984
985
'@jridgewell/remapping@2.3.5':
986
-
resolution: {integrity: sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==}
987
988
'@jridgewell/resolve-uri@3.1.2':
989
-
resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
990
engines: {node: '>=6.0.0'}
991
992
'@jridgewell/sourcemap-codec@1.5.5':
993
-
resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
994
995
'@jridgewell/trace-mapping@0.3.31':
996
-
resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
997
998
'@jridgewell/trace-mapping@0.3.9':
999
-
resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==}
1000
-
1001
-
'@mapbox/geojson-rewind@0.5.2':
1002
-
resolution: {integrity: sha512-tJaT+RbYGJYStt7wI3cq4Nl4SXxG8W7JDG5DMJu97V25RnbNg3QtQtf+KD+VLjNpWKYsRvXDNmNrBgEETr1ifA==}
1003
-
hasBin: true
1004
1005
'@mapbox/jsonlint-lines-primitives@2.0.2':
1006
-
resolution: {integrity: sha512-rY0o9A5ECsTQRVhv7tL/OyDpGAoUB4tTvLiW1DSzQGq4bvTPhNw1VpSNjDJc5GFZ2XuyOtSWSVN05qOtcD71qQ==}
1007
engines: {node: '>= 0.6'}
1008
1009
'@mapbox/point-geometry@1.1.0':
1010
-
resolution: {integrity: sha512-YGcBz1cg4ATXDCM/71L9xveh4dynfGmcLDqufR+nQQy3fKwsAZsWd/x4621/6uJaeB9mwOHE6hPeDgXz9uViUQ==}
1011
1012
'@mapbox/tiny-sdf@2.0.7':
1013
-
resolution: {integrity: sha512-25gQLQMcpivjOSA40g3gO6qgiFPDpWRoMfd+G/GoppPIeP6JDaMMkMrEJnMZhKyyS6iKwVt5YKu02vCUyJM3Ug==}
1014
1015
'@mapbox/unitbezier@0.0.1':
1016
-
resolution: {integrity: sha512-nMkuDXFv60aBr9soUG5q+GvZYL+2KZHVvsqFCzqnkGEf46U2fvmytHaEVc1/YZbiLn8X+eR3QzX1+dwDO1lxlw==}
1017
1018
'@mapbox/vector-tile@2.0.4':
1019
-
resolution: {integrity: sha512-AkOLcbgGTdXScosBWwmmD7cDlvOjkg/DetGva26pIRiZPdeJYjYKarIlb4uxVzi6bwHO6EWH82eZ5Nuv4T5DUg==}
1020
1021
'@mapbox/whoots-js@3.1.0':
1022
-
resolution: {integrity: sha512-Es6WcD0nO5l+2BOQS4uLfNPYQaNDfbot3X1XUoloz+x0mPDS3eeORZJl06HXjwBG1fOGwCRnzK88LMdxKRrd6Q==}
1023
engines: {node: '>=6.0.0'}
1024
1025
'@maplibre/geojson-vt@5.0.4':
1026
-
resolution: {integrity: sha512-KGg9sma45S+stfH9vPCJk1J0lSDLWZgCT9Y8u8qWZJyjFlP8MNP1WGTxIMYJZjDvVT3PDn05kN1C95Sut1HpgQ==}
1027
1028
-
'@maplibre/maplibre-gl-style-spec@24.4.1':
1029
-
resolution: {integrity: sha512-UKhA4qv1h30XT768ccSv5NjNCX+dgfoq2qlLVmKejspPcSQTYD4SrVucgqegmYcKcmwf06wcNAa/kRd0NHWbUg==}
0
0
0
1030
hasBin: true
1031
1032
-
'@maplibre/mlt@1.1.5':
1033
-
resolution: {integrity: sha512-HjoAIOYAfZo2El/tHBnvWpCRlodWgWLZ/tyO4Wrw0LVY2bkQz1+pwAwDvmgSRvfkSkSzWnqJJd1JwgCrq/60HQ==}
1034
1035
-
'@maplibre/vt-pbf@4.2.1':
1036
-
resolution: {integrity: sha512-IxZBGq/+9cqf2qdWlFuQ+ZfoMhWpxDUGQZ/poPHOJBvwMUT1GuxLo6HgYTou+xxtsOsjfbcjI8PZaPCtmt97rA==}
1037
1038
'@mixmark-io/domino@2.2.0':
1039
-
resolution: {integrity: sha512-Y28PR25bHXUg88kCV7nivXrP2Nj2RueZ3/l/jdx6J9f8J4nsEGcgX0Qe6lt7Pa+J79+kPiJU3LguR6O/6zrLOw==}
1040
1041
-
'@number-flow/svelte@0.3.10':
1042
-
resolution: {integrity: sha512-qpktvNMOrDtAokm6MkJSNwJl/q2zPxxt9MPQHbtWy34TMcYAOMJCDZ/ZG4sFWnT1ezTHXUsIYbW9P5aJfZc/xA==}
0
0
0
1043
peerDependencies:
1044
svelte: ^4 || ^5
1045
0
0
0
0
0
0
0
1046
'@polka/url@1.0.0-next.29':
1047
-
resolution: {integrity: sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==}
1048
1049
'@poppinss/colors@4.1.6':
1050
-
resolution: {integrity: sha512-H9xkIdFswbS8n1d6vmRd8+c10t2Qe+rZITbbDHHkQixH5+2x1FDGmi/0K+WgWiqQFKPSlIYB7jlH6Kpfn6Fleg==}
1051
1052
'@poppinss/dumper@0.6.5':
1053
-
resolution: {integrity: sha512-NBdYIb90J7LfOI32dOewKI1r7wnkiH6m920puQ3qHUeZkxNkQiFnXVWoE6YtFSv6QOiPPf7ys6i+HWWecDz7sw==}
1054
1055
'@poppinss/exception@1.2.3':
1056
-
resolution: {integrity: sha512-dCED+QRChTVatE9ibtoaxc+WkdzOSjYTKi/+uacHWIsfodVfpsueo3+DKpgU5Px8qXjgmXkSvhXvSCz3fnP9lw==}
1057
1058
'@remirror/core-constants@3.0.0':
1059
-
resolution: {integrity: sha512-42aWfPrimMfDKDi4YegyS7x+/0tlzaqwPQCULLanv3DMIlu96KTJR0fM5isWX2UViOqlGnX6YFgqWepcX+XMNg==}
1060
1061
'@resvg/resvg-wasm@2.6.2':
1062
-
resolution: {integrity: sha512-FqALmHI8D4o6lk/LRWDnhw95z5eO+eAa6ORjVg09YRR7BkcM6oPHU9uyC0gtQG5vpFLvgpeU4+zEAz2H8APHNw==}
1063
engines: {node: '>= 10'}
1064
1065
-
'@rollup/rollup-android-arm-eabi@4.56.0':
1066
-
resolution: {integrity: sha512-LNKIPA5k8PF1+jAFomGe3qN3bbIgJe/IlpDBwuVjrDKrJhVWywgnJvflMt/zkbVNLFtF1+94SljYQS6e99klnw==}
1067
-
cpu: [arm]
1068
-
os: [android]
1069
-
1070
-
'@rollup/rollup-android-arm64@4.56.0':
1071
-
resolution: {integrity: sha512-lfbVUbelYqXlYiU/HApNMJzT1E87UPGvzveGg2h0ktUNlOCxKlWuJ9jtfvs1sKHdwU4fzY7Pl8sAl49/XaEk6Q==}
1072
cpu: [arm64]
1073
os: [android]
1074
1075
-
'@rollup/rollup-darwin-arm64@4.56.0':
1076
-
resolution: {integrity: sha512-EgxD1ocWfhoD6xSOeEEwyE7tDvwTgZc8Bss7wCWe+uc7wO8G34HHCUH+Q6cHqJubxIAnQzAsyUsClt0yFLu06w==}
0
1077
cpu: [arm64]
1078
os: [darwin]
1079
1080
-
'@rollup/rollup-darwin-x64@4.56.0':
1081
-
resolution: {integrity: sha512-1vXe1vcMOssb/hOF8iv52A7feWW2xnu+c8BV4t1F//m9QVLTfNVpEdja5ia762j/UEJe2Z1jAmEqZAK42tVW3g==}
0
1082
cpu: [x64]
1083
os: [darwin]
1084
1085
-
'@rollup/rollup-freebsd-arm64@4.56.0':
1086
-
resolution: {integrity: sha512-bof7fbIlvqsyv/DtaXSck4VYQ9lPtoWNFCB/JY4snlFuJREXfZnm+Ej6yaCHfQvofJDXLDMTVxWscVSuQvVWUQ==}
1087
-
cpu: [arm64]
1088
-
os: [freebsd]
1089
-
1090
-
'@rollup/rollup-freebsd-x64@4.56.0':
1091
-
resolution: {integrity: sha512-KNa6lYHloW+7lTEkYGa37fpvPq+NKG/EHKM8+G/g9WDU7ls4sMqbVRV78J6LdNuVaeeK5WB9/9VAFbKxcbXKYg==}
1092
cpu: [x64]
1093
os: [freebsd]
1094
1095
-
'@rollup/rollup-linux-arm-gnueabihf@4.56.0':
1096
-
resolution: {integrity: sha512-E8jKK87uOvLrrLN28jnAAAChNq5LeCd2mGgZF+fGF5D507WlG/Noct3lP/QzQ6MrqJ5BCKNwI9ipADB6jyiq2A==}
0
1097
cpu: [arm]
1098
os: [linux]
1099
1100
-
'@rollup/rollup-linux-arm-musleabihf@4.56.0':
1101
-
resolution: {integrity: sha512-jQosa5FMYF5Z6prEpTCCmzCXz6eKr/tCBssSmQGEeozA9tkRUty/5Vx06ibaOP9RCrW1Pvb8yp3gvZhHwTDsJw==}
1102
-
cpu: [arm]
1103
-
os: [linux]
1104
-
1105
-
'@rollup/rollup-linux-arm64-gnu@4.56.0':
1106
-
resolution: {integrity: sha512-uQVoKkrC1KGEV6udrdVahASIsaF8h7iLG0U0W+Xn14ucFwi6uS539PsAr24IEF9/FoDtzMeeJXJIBo5RkbNWvQ==}
1107
cpu: [arm64]
1108
os: [linux]
1109
1110
-
'@rollup/rollup-linux-arm64-musl@4.56.0':
1111
-
resolution: {integrity: sha512-vLZ1yJKLxhQLFKTs42RwTwa6zkGln+bnXc8ueFGMYmBTLfNu58sl5/eXyxRa2RarTkJbXl8TKPgfS6V5ijNqEA==}
0
1112
cpu: [arm64]
1113
os: [linux]
1114
1115
-
'@rollup/rollup-linux-loong64-gnu@4.56.0':
1116
-
resolution: {integrity: sha512-FWfHOCub564kSE3xJQLLIC/hbKqHSVxy8vY75/YHHzWvbJL7aYJkdgwD/xGfUlL5UV2SB7otapLrcCj2xnF1dg==}
1117
-
cpu: [loong64]
1118
-
os: [linux]
1119
-
1120
-
'@rollup/rollup-linux-loong64-musl@4.56.0':
1121
-
resolution: {integrity: sha512-z1EkujxIh7nbrKL1lmIpqFTc/sr0u8Uk0zK/qIEFldbt6EDKWFk/pxFq3gYj4Bjn3aa9eEhYRlL3H8ZbPT1xvA==}
1122
-
cpu: [loong64]
1123
-
os: [linux]
1124
-
1125
-
'@rollup/rollup-linux-ppc64-gnu@4.56.0':
1126
-
resolution: {integrity: sha512-iNFTluqgdoQC7AIE8Q34R3AuPrJGJirj5wMUErxj22deOcY7XwZRaqYmB6ZKFHoVGqRcRd0mqO+845jAibKCkw==}
1127
cpu: [ppc64]
1128
os: [linux]
1129
1130
-
'@rollup/rollup-linux-ppc64-musl@4.56.0':
1131
-
resolution: {integrity: sha512-MtMeFVlD2LIKjp2sE2xM2slq3Zxf9zwVuw0jemsxvh1QOpHSsSzfNOTH9uYW9i1MXFxUSMmLpeVeUzoNOKBaWg==}
1132
-
cpu: [ppc64]
1133
-
os: [linux]
1134
-
1135
-
'@rollup/rollup-linux-riscv64-gnu@4.56.0':
1136
-
resolution: {integrity: sha512-in+v6wiHdzzVhYKXIk5U74dEZHdKN9KH0Q4ANHOTvyXPG41bajYRsy7a8TPKbYPl34hU7PP7hMVHRvv/5aCSew==}
1137
-
cpu: [riscv64]
1138
-
os: [linux]
1139
-
1140
-
'@rollup/rollup-linux-riscv64-musl@4.56.0':
1141
-
resolution: {integrity: sha512-yni2raKHB8m9NQpI9fPVwN754mn6dHQSbDTwxdr9SE0ks38DTjLMMBjrwvB5+mXrX+C0npX0CVeCUcvvvD8CNQ==}
1142
-
cpu: [riscv64]
1143
-
os: [linux]
1144
-
1145
-
'@rollup/rollup-linux-s390x-gnu@4.56.0':
1146
-
resolution: {integrity: sha512-zhLLJx9nQPu7wezbxt2ut+CI4YlXi68ndEve16tPc/iwoylWS9B3FxpLS2PkmfYgDQtosah07Mj9E0khc3Y+vQ==}
1147
cpu: [s390x]
1148
os: [linux]
1149
1150
-
'@rollup/rollup-linux-x64-gnu@4.56.0':
1151
-
resolution: {integrity: sha512-MVC6UDp16ZSH7x4rtuJPAEoE1RwS8N4oK9DLHy3FTEdFoUTCFVzMfJl/BVJ330C+hx8FfprA5Wqx4FhZXkj2Kw==}
0
1152
cpu: [x64]
1153
os: [linux]
1154
1155
-
'@rollup/rollup-linux-x64-musl@4.56.0':
1156
-
resolution: {integrity: sha512-ZhGH1eA4Qv0lxaV00azCIS1ChedK0V32952Md3FtnxSqZTBTd6tgil4nZT5cU8B+SIw3PFYkvyR4FKo2oyZIHA==}
0
1157
cpu: [x64]
1158
os: [linux]
1159
1160
-
'@rollup/rollup-openbsd-x64@4.56.0':
1161
-
resolution: {integrity: sha512-O16XcmyDeFI9879pEcmtWvD/2nyxR9mF7Gs44lf1vGGx8Vg2DRNx11aVXBEqOQhWb92WN4z7fW/q4+2NYzCbBA==}
1162
-
cpu: [x64]
1163
-
os: [openbsd]
1164
-
1165
-
'@rollup/rollup-openharmony-arm64@4.56.0':
1166
-
resolution: {integrity: sha512-LhN/Reh+7F3RCgQIRbgw8ZMwUwyqJM+8pXNT6IIJAqm2IdKkzpCh/V9EdgOMBKuebIrzswqy4ATlrDgiOwbRcQ==}
1167
cpu: [arm64]
1168
os: [openharmony]
1169
1170
-
'@rollup/rollup-win32-arm64-msvc@4.56.0':
1171
-
resolution: {integrity: sha512-kbFsOObXp3LBULg1d3JIUQMa9Kv4UitDmpS+k0tinPBz3watcUiV2/LUDMMucA6pZO3WGE27P7DsfaN54l9ing==}
1172
-
cpu: [arm64]
1173
-
os: [win32]
1174
1175
-
'@rollup/rollup-win32-ia32-msvc@4.56.0':
1176
-
resolution: {integrity: sha512-vSSgny54D6P4vf2izbtFm/TcWYedw7f8eBrOiGGecyHyQB9q4Kqentjaj8hToe+995nob/Wv48pDqL5a62EWtg==}
1177
-
cpu: [ia32]
0
1178
os: [win32]
1179
1180
-
'@rollup/rollup-win32-x64-gnu@4.56.0':
1181
-
resolution: {integrity: sha512-FeCnkPCTHQJFbiGG49KjV5YGW/8b9rrXAM2Mz2kiIoktq2qsJxRD5giEMEOD2lPdgs72upzefaUvS+nc8E3UzQ==}
0
1182
cpu: [x64]
1183
os: [win32]
1184
1185
-
'@rollup/rollup-win32-x64-msvc@4.56.0':
1186
-
resolution: {integrity: sha512-H8AE9Ur/t0+1VXujj90w0HrSOuv0Nq9r1vSZF2t5km20NTfosQsGGUXDaKdQZzwuLts7IyL1fYT4hM95TI9c4g==}
1187
-
cpu: [x64]
1188
-
os: [win32]
1189
1190
'@shuding/opentype.js@1.4.0-beta.0':
1191
-
resolution: {integrity: sha512-3NgmNyH3l/Hv6EvsWJbsvpcpUba6R8IREQ83nH83cyakCw7uM1arZKNfHwv1Wz6jgqrF/j4x5ELvR6PnK9nTcA==}
1192
engines: {node: '>= 8.0.0'}
1193
hasBin: true
1194
1195
'@sindresorhus/is@7.2.0':
1196
-
resolution: {integrity: sha512-P1Cz1dWaFfR4IR+U13mqqiGsLFf1KbayybWwdd2vfctdV6hDpUkgCY0nKOLLTMSoRd/jJNjtbqzf13K8DCCXQw==}
1197
engines: {node: '>=18'}
1198
1199
'@speed-highlight/core@1.2.14':
1200
-
resolution: {integrity: sha512-G4ewlBNhUtlLvrJTb88d2mdy2KRijzs4UhnlrOSRT4bmjh/IqNElZa3zkrZ+TC47TwtlDWzVLFADljF1Ijp5hA==}
1201
1202
'@standard-schema/spec@1.1.0':
1203
-
resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==}
1204
1205
-
'@sveltejs/acorn-typescript@1.0.8':
1206
-
resolution: {integrity: sha512-esgN+54+q0NjB0Y/4BomT9samII7jGwNy/2a3wNZbT2A2RpmXsXwUt24LvLhx6jUq2gVk4cWEvcRO6MFQbOfNA==}
1207
peerDependencies:
1208
acorn: ^8.9.0
1209
1210
-
'@sveltejs/adapter-cloudflare@7.2.6':
1211
-
resolution: {integrity: sha512-PmaWW6EdMue8s24bUwa9EMsnjMaCS1HroM8HwlvwSxO8Cq5LldAxnnaUS5cnJ3RdVRorJZtL71eMTs+wbuXHgw==}
1212
peerDependencies:
1213
'@sveltejs/kit': ^2.0.0
1214
wrangler: ^4.0.0
1215
1216
-
'@sveltejs/kit@2.50.1':
1217
-
resolution: {integrity: sha512-XRHD2i3zC4ukhz2iCQzO4mbsts081PAZnnMAQ7LNpWeYgeBmwMsalf0FGSwhFXBbtr2XViPKnFJBDCckWqrsLw==}
1218
engines: {node: '>=18.13'}
1219
hasBin: true
1220
peerDependencies:
1221
'@opentelemetry/api': ^1.0.0
1222
-
'@sveltejs/vite-plugin-svelte': ^3.0.0 || ^4.0.0-next.1 || ^5.0.0 || ^6.0.0-next.0
1223
svelte: ^4.0.0 || ^5.0.0-next.0
1224
typescript: ^5.3.3
1225
-
vite: ^5.0.3 || ^6.0.0 || ^7.0.0-beta.0
1226
peerDependenciesMeta:
1227
'@opentelemetry/api':
1228
optional: true
1229
typescript:
1230
optional: true
1231
1232
-
'@sveltejs/vite-plugin-svelte-inspector@5.0.2':
1233
-
resolution: {integrity: sha512-TZzRTcEtZffICSAoZGkPSl6Etsj2torOVrx6Uw0KpXxrec9Gg6jFWQ60Q3+LmNGfZSxHRCZL7vXVZIWmuV50Ig==}
1234
-
engines: {node: ^20.19 || ^22.12 || >=24}
1235
-
peerDependencies:
1236
-
'@sveltejs/vite-plugin-svelte': ^6.0.0-next.0
1237
-
svelte: ^5.0.0
1238
-
vite: ^6.3.0 || ^7.0.0
1239
-
1240
-
'@sveltejs/vite-plugin-svelte@6.2.4':
1241
-
resolution: {integrity: sha512-ou/d51QSdTyN26D7h6dSpusAKaZkAiGM55/AKYi+9AGZw7q85hElbjK3kEyzXHhLSnRISHOYzVge6x0jRZ7DXA==}
1242
engines: {node: ^20.19 || ^22.12 || >=24}
1243
peerDependencies:
1244
-
svelte: ^5.0.0
1245
-
vite: ^6.3.0 || ^7.0.0
1246
1247
-
'@swc/helpers@0.5.18':
1248
-
resolution: {integrity: sha512-TXTnIcNJQEKwThMMqBXsZ4VGAza6bvN4pa41Rkqoio6QBKMvo+5lexeTMScGCIxtzgQJzElcvIltani+adC5PQ==}
1249
1250
'@tailwindcss/forms@0.5.11':
1251
-
resolution: {integrity: sha512-h9wegbZDPurxG22xZSoWtdzc41/OlNEUQERNqI/0fOwa2aVlWGu7C35E/x6LDyD3lgtztFSSjKZyuVM0hxhbgA==}
1252
peerDependencies:
1253
tailwindcss: '>=3.0.0 || >= 3.0.0-alpha.1 || >= 4.0.0-alpha.20 || >= 4.0.0-beta.1'
1254
1255
-
'@tailwindcss/node@4.1.18':
1256
-
resolution: {integrity: sha512-DoR7U1P7iYhw16qJ49fgXUlry1t4CpXeErJHnQ44JgTSKMaZUdf17cfn5mHchfJ4KRBZRFA/Coo+MUF5+gOaCQ==}
1257
1258
-
'@tailwindcss/oxide-android-arm64@4.1.18':
1259
-
resolution: {integrity: sha512-dJHz7+Ugr9U/diKJA0W6N/6/cjI+ZTAoxPf9Iz9BFRF2GzEX8IvXxFIi/dZBloVJX/MZGvRuFA9rqwdiIEZQ0Q==}
1260
-
engines: {node: '>= 10'}
1261
cpu: [arm64]
1262
os: [android]
1263
1264
-
'@tailwindcss/oxide-darwin-arm64@4.1.18':
1265
-
resolution: {integrity: sha512-Gc2q4Qhs660bhjyBSKgq6BYvwDz4G+BuyJ5H1xfhmDR3D8HnHCmT/BSkvSL0vQLy/nkMLY20PQ2OoYMO15Jd0A==}
1266
-
engines: {node: '>= 10'}
1267
cpu: [arm64]
1268
os: [darwin]
1269
1270
-
'@tailwindcss/oxide-darwin-x64@4.1.18':
1271
-
resolution: {integrity: sha512-FL5oxr2xQsFrc3X9o1fjHKBYBMD1QZNyc1Xzw/h5Qu4XnEBi3dZn96HcHm41c/euGV+GRiXFfh2hUCyKi/e+yw==}
1272
-
engines: {node: '>= 10'}
1273
cpu: [x64]
1274
os: [darwin]
1275
1276
-
'@tailwindcss/oxide-freebsd-x64@4.1.18':
1277
-
resolution: {integrity: sha512-Fj+RHgu5bDodmV1dM9yAxlfJwkkWvLiRjbhuO2LEtwtlYlBgiAT4x/j5wQr1tC3SANAgD+0YcmWVrj8R9trVMA==}
1278
-
engines: {node: '>= 10'}
1279
cpu: [x64]
1280
os: [freebsd]
1281
1282
-
'@tailwindcss/oxide-linux-arm-gnueabihf@4.1.18':
1283
-
resolution: {integrity: sha512-Fp+Wzk/Ws4dZn+LV2Nqx3IilnhH51YZoRaYHQsVq3RQvEl+71VGKFpkfHrLM/Li+kt5c0DJe/bHXK1eHgDmdiA==}
1284
-
engines: {node: '>= 10'}
1285
cpu: [arm]
1286
os: [linux]
1287
1288
-
'@tailwindcss/oxide-linux-arm64-gnu@4.1.18':
1289
-
resolution: {integrity: sha512-S0n3jboLysNbh55Vrt7pk9wgpyTTPD0fdQeh7wQfMqLPM/Hrxi+dVsLsPrycQjGKEQk85Kgbx+6+QnYNiHalnw==}
1290
-
engines: {node: '>= 10'}
1291
cpu: [arm64]
1292
os: [linux]
1293
1294
-
'@tailwindcss/oxide-linux-arm64-musl@4.1.18':
1295
-
resolution: {integrity: sha512-1px92582HkPQlaaCkdRcio71p8bc8i/ap5807tPRDK/uw953cauQBT8c5tVGkOwrHMfc2Yh6UuxaH4vtTjGvHg==}
1296
-
engines: {node: '>= 10'}
1297
cpu: [arm64]
1298
os: [linux]
1299
1300
-
'@tailwindcss/oxide-linux-x64-gnu@4.1.18':
1301
-
resolution: {integrity: sha512-v3gyT0ivkfBLoZGF9LyHmts0Isc8jHZyVcbzio6Wpzifg/+5ZJpDiRiUhDLkcr7f/r38SWNe7ucxmGW3j3Kb/g==}
1302
-
engines: {node: '>= 10'}
1303
cpu: [x64]
1304
os: [linux]
1305
1306
-
'@tailwindcss/oxide-linux-x64-musl@4.1.18':
1307
-
resolution: {integrity: sha512-bhJ2y2OQNlcRwwgOAGMY0xTFStt4/wyU6pvI6LSuZpRgKQwxTec0/3Scu91O8ir7qCR3AuepQKLU/kX99FouqQ==}
1308
-
engines: {node: '>= 10'}
1309
cpu: [x64]
1310
os: [linux]
1311
1312
-
'@tailwindcss/oxide-wasm32-wasi@4.1.18':
1313
-
resolution: {integrity: sha512-LffYTvPjODiP6PT16oNeUQJzNVyJl1cjIebq/rWWBF+3eDst5JGEFSc5cWxyRCJ0Mxl+KyIkqRxk1XPEs9x8TA==}
1314
engines: {node: '>=14.0.0'}
1315
cpu: [wasm32]
1316
bundledDependencies:
···
1321
- '@emnapi/wasi-threads'
1322
- tslib
1323
1324
-
'@tailwindcss/oxide-win32-arm64-msvc@4.1.18':
1325
-
resolution: {integrity: sha512-HjSA7mr9HmC8fu6bdsZvZ+dhjyGCLdotjVOgLA2vEqxEBZaQo9YTX4kwgEvPCpRh8o4uWc4J/wEoFzhEmjvPbA==}
1326
-
engines: {node: '>= 10'}
1327
cpu: [arm64]
1328
os: [win32]
1329
1330
-
'@tailwindcss/oxide-win32-x64-msvc@4.1.18':
1331
-
resolution: {integrity: sha512-bJWbyYpUlqamC8dpR7pfjA0I7vdF6t5VpUGMWRkXVE3AXgIZjYUYAK7II1GNaxR8J1SSrSrppRar8G++JekE3Q==}
1332
-
engines: {node: '>= 10'}
1333
cpu: [x64]
1334
os: [win32]
1335
1336
-
'@tailwindcss/oxide@4.1.18':
1337
-
resolution: {integrity: sha512-EgCR5tTS5bUSKQgzeMClT6iCY3ToqE1y+ZB0AKldj809QXk1Y+3jB0upOYZrn9aGIzPtUsP7sX4QQ4XtjBB95A==}
1338
-
engines: {node: '>= 10'}
1339
1340
'@tailwindcss/typography@0.5.19':
1341
-
resolution: {integrity: sha512-w31dd8HOx3k9vPtcQh5QHP9GwKcgbMp87j58qi6xgiBnFFtKEAgCWnDw4qUT8aHwkCp8bKvb/KGKWWHedP0AAg==}
1342
peerDependencies:
1343
tailwindcss: '>=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1'
1344
1345
-
'@tailwindcss/vite@4.1.18':
1346
-
resolution: {integrity: sha512-jVA+/UpKL1vRLg6Hkao5jldawNmRo7mQYrZtNHMIVpLfLhDml5nMRUo/8MwoX2vNXvnaXNNMedrMfMugAVX1nA==}
1347
peerDependencies:
1348
vite: ^5.2.0 || ^6 || ^7
1349
1350
'@takumi-rs/core-darwin-arm64@0.55.4':
1351
-
resolution: {integrity: sha512-LH/X/ul19DActLGcBpXnxH3OBEq8qOgPD56hNHAJMbnCRxAO6TDaIh2U7WqPVliSkFk3jZfikbD21SIEpZrp8A==}
1352
engines: {node: '>= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0'}
1353
cpu: [arm64]
1354
os: [darwin]
1355
1356
'@takumi-rs/core-darwin-x64@0.55.4':
1357
-
resolution: {integrity: sha512-UW7ovR/D1Qp8n8bJOo6JLqZZUDFWWtGRXEZZUZhzUeMSzJ4k3C6ef/DEc75bUTGeBKqCeypMPcvtkQAjcVwwhw==}
1358
engines: {node: '>= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0'}
1359
cpu: [x64]
1360
os: [darwin]
1361
1362
'@takumi-rs/core-linux-arm64-gnu@0.55.4':
1363
-
resolution: {integrity: sha512-y1d5yuPapKlmt77TpE+XrtULj7LZ51leBqWSg6qMNKxhpvRqmjI/SYjHmk5YvshnrTkdKmRQiXJiiN5EzOhbmA==}
1364
engines: {node: '>= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0'}
1365
cpu: [arm64]
1366
os: [linux]
1367
1368
'@takumi-rs/core-linux-arm64-musl@0.55.4':
1369
-
resolution: {integrity: sha512-VRbQqbMeoPlrMmaqPwn30Sw82LYya+o4ru9dqV/7BKExozWj/pX9ahexlJdHsZ6wqmsr+ZxexZivK1mPum9ang==}
1370
engines: {node: '>= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0'}
1371
cpu: [arm64]
1372
os: [linux]
1373
1374
'@takumi-rs/core-linux-x64-gnu@0.55.4':
1375
-
resolution: {integrity: sha512-ecCUtNgOe6mCWKf+SE7cbJXWd6D6TQoCnKZAJAGrJkJLAdy/gBhCFhOyPz8M7q/4uWHUATentqi35KAp+jxBiQ==}
1376
engines: {node: '>= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0'}
1377
cpu: [x64]
1378
os: [linux]
1379
1380
'@takumi-rs/core-linux-x64-musl@0.55.4':
1381
-
resolution: {integrity: sha512-YBM2zPrGE/1sfHoFZvOsCvCuK9PfaxzePN/GnnlaAvpvgeRHiAU4PJkLGDpjMFfsWUAEdjly/b0HSAjVQ7NL6Q==}
1382
engines: {node: '>= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0'}
1383
cpu: [x64]
1384
os: [linux]
1385
1386
'@takumi-rs/core-win32-arm64-msvc@0.55.4':
1387
-
resolution: {integrity: sha512-VcgLCWnmyWuhwLv0Tpob8Hv5IFPreFVykoHruPGwXDVVoUcCo+lQ8oCO5EYTB8B/tBAXl2S0xUL0nMDbyLzMxQ==}
1388
engines: {node: '>= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0'}
1389
cpu: [arm64]
1390
os: [win32]
1391
1392
'@takumi-rs/core-win32-x64-msvc@0.55.4':
1393
-
resolution: {integrity: sha512-ta9g1gUybS2V4mHaccJHcMeBb+w1P6pgZuqHzLoQzBIEK9a/KncHPfnR48cz4sGfg4atorfSa6UBffa2FqijyQ==}
1394
engines: {node: '>= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0'}
1395
cpu: [x64]
1396
os: [win32]
1397
1398
'@takumi-rs/core@0.55.4':
1399
-
resolution: {integrity: sha512-+zB9r5pzRDDMTonwOgywG+SR3Ydsl7jOJef233Wo2pwcakcfjntgI3O+iEZthWuD8OK16Dhj5+JmG8B3mqBh+w==}
1400
engines: {node: '>= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0'}
1401
1402
'@takumi-rs/helpers@0.55.4':
1403
-
resolution: {integrity: sha512-Q+iol0en/Az377+iox/jocJKUZ5JJK3R7yMtRI7zWgxXaOWkUspdwy66a3YC9pqlDszcM/YB5xMgbFEbn5wlPQ==}
1404
1405
'@takumi-rs/image-response@0.55.4':
1406
-
resolution: {integrity: sha512-E7IfI4Y01UK4I95Jq1/BkLaIWIoLT5bn5D5yPvcweSxMXZxpPMcukSWWmNFDboH+p9lj9ozjME75cf9kRdn9/w==}
1407
1408
'@takumi-rs/wasm@0.55.4':
1409
-
resolution: {integrity: sha512-/iOhQW+nJW0hhv2viu6806JehiAKWFvJ4LXux6CW4XBpP1xWdr4H+VBS7OYMbQu/7XaPITyL7B10lSTtRUAHoA==}
1410
1411
'@texel/color@1.1.11':
1412
-
resolution: {integrity: sha512-/3kKgfBqzrRfLl4RsEccx+Yfj1kVL6Bh6DejVWZ+DPg/jJdcfdYZ5fpD1nXFwWd8OQNATjz+WqsfQfUynSsgRg==}
1413
1414
'@threejs-kit/instanced-sprite-mesh@2.5.1':
1415
-
resolution: {integrity: sha512-pmt1ALRhbHhCJQTj2FuthH6PeLIeaM4hOuS2JO3kWSwlnvx/9xuUkjFR3JOi/myMqsH7pSsLIROSaBxDfttjeA==}
1416
peerDependencies:
1417
three: '>=0.170.0'
1418
1419
-
'@threlte/core@8.3.1':
1420
-
resolution: {integrity: sha512-qKjjNCQ+40hyeBcfOMh/8ef5x/j5PG5Wmo/L9Ye0aDCcdD6fCewWxfp7tV/J3CxPzX1dEp1JGK7sjyc7ntZSrg==}
1421
peerDependencies:
1422
svelte: '>=5'
1423
three: '>=0.160'
1424
1425
-
'@threlte/extras@9.7.1':
1426
-
resolution: {integrity: sha512-SGm59HDCdHxADFHuweHfFDknwubkCPodyK0pbfsVtOWWOX26gE2xfK7aKolh6YFDiPAjWjGxN0jIgkNbbr1ohg==}
1427
peerDependencies:
1428
svelte: '>=5'
1429
three: '>=0.160'
1430
1431
-
'@tiptap/core@3.19.0':
1432
-
resolution: {integrity: sha512-bpqELwPW+DG8gWiD8iiFtSl4vIBooG5uVJod92Qxn3rA9nFatyXRr4kNbMJmOZ66ezUvmCjXVe/5/G4i5cyzKA==}
1433
peerDependencies:
1434
-
'@tiptap/pm': ^3.19.0
1435
1436
-
'@tiptap/extension-blockquote@3.19.0':
1437
-
resolution: {integrity: sha512-y3UfqY9KD5XwWz3ndiiJ089Ij2QKeiXy/g1/tlAN/F1AaWsnkHEHMLxCP1BIqmMpwsX7rZjMLN7G5Lp7c9682A==}
1438
peerDependencies:
1439
-
'@tiptap/core': ^3.19.0
1440
1441
-
'@tiptap/extension-bold@3.19.0':
1442
-
resolution: {integrity: sha512-UZgb1d0XK4J/JRIZ7jW+s4S6KjuEDT2z1PPM6ugcgofgJkWQvRZelCPbmtSFd3kwsD+zr9UPVgTh9YIuGQ8t+Q==}
1443
peerDependencies:
1444
-
'@tiptap/core': ^3.19.0
1445
1446
-
'@tiptap/extension-bubble-menu@3.19.0':
1447
-
resolution: {integrity: sha512-klNVIYGCdznhFkrRokzGd6cwzoi8J7E5KbuOfZBwFwhMKZhlz/gJfKmYg9TJopeUhrr2Z9yHgWTk8dh/YIJCdQ==}
1448
peerDependencies:
1449
-
'@tiptap/core': ^3.19.0
1450
-
'@tiptap/pm': ^3.19.0
1451
1452
-
'@tiptap/extension-bullet-list@3.19.0':
1453
-
resolution: {integrity: sha512-F9uNnqd0xkJbMmRxVI5RuVxwB9JaCH/xtRqOUNQZnRBt7IdAElCY+Dvb4hMCtiNv+enGM/RFGJuFHR9TxmI7rw==}
1454
peerDependencies:
1455
-
'@tiptap/extension-list': ^3.19.0
1456
1457
-
'@tiptap/extension-code-block-lowlight@3.19.0':
1458
-
resolution: {integrity: sha512-P8O8i1J+XozEVA7bF/Ijwf/r1rVqrh1DBQ7dXxBcrUvLpIGyVjtxX228jBF/kD4kf2xOlphvjDhV2fLa8XOVsg==}
1459
peerDependencies:
1460
-
'@tiptap/core': ^3.19.0
1461
-
'@tiptap/extension-code-block': ^3.19.0
1462
-
'@tiptap/pm': ^3.19.0
1463
highlight.js: ^11
1464
lowlight: ^2 || ^3
1465
1466
-
'@tiptap/extension-code-block@3.19.0':
1467
-
resolution: {integrity: sha512-b/2qR+tMn8MQb+eaFYgVk4qXnLNkkRYmwELQ8LEtEDQPxa5Vl7J3eu8+4OyoIFhZrNDZvvoEp80kHMCP8sI6rg==}
1468
peerDependencies:
1469
-
'@tiptap/core': ^3.19.0
1470
-
'@tiptap/pm': ^3.19.0
1471
1472
-
'@tiptap/extension-code@3.19.0':
1473
-
resolution: {integrity: sha512-2kqqQIXBXj2Or+4qeY3WoE7msK+XaHKL6EKOcKlOP2BW8eYqNTPzNSL+PfBDQ3snA7ljZQkTs/j4GYDj90vR1A==}
1474
peerDependencies:
1475
-
'@tiptap/core': ^3.19.0
1476
1477
-
'@tiptap/extension-document@3.19.0':
1478
-
resolution: {integrity: sha512-AOf0kHKSFO0ymjVgYSYDncRXTITdTcrj1tqxVazrmO60KNl1Rc2dAggDvIVTEBy5NvceF0scc7q3sE/5ZtVV7A==}
1479
peerDependencies:
1480
-
'@tiptap/core': ^3.19.0
1481
1482
-
'@tiptap/extension-dropcursor@3.19.0':
1483
-
resolution: {integrity: sha512-sf3dEZXiLvsGqVK2maUIzXY6qtYYCvBumag7+VPTMGQ0D4hiZ1X/4ukt4+6VXDg5R2WP1CoIt/QvUetUjWNhbQ==}
1484
peerDependencies:
1485
-
'@tiptap/extensions': ^3.19.0
1486
1487
-
'@tiptap/extension-floating-menu@3.19.0':
1488
-
resolution: {integrity: sha512-JaoEkVRkt+Slq3tySlIsxnMnCjS0L5n1CA1hctjLy0iah8edetj3XD5mVv5iKqDzE+LIjF4nwLRRVKJPc8hFBg==}
1489
peerDependencies:
1490
'@floating-ui/dom': ^1.0.0
1491
-
'@tiptap/core': ^3.19.0
1492
-
'@tiptap/pm': ^3.19.0
1493
1494
-
'@tiptap/extension-gapcursor@3.19.0':
1495
-
resolution: {integrity: sha512-w7DACS4oSZaDWjz7gropZHPc9oXqC9yERZTcjWxyORuuIh1JFf0TRYspleK+OK28plK/IftojD/yUDn1MTRhvA==}
1496
peerDependencies:
1497
-
'@tiptap/extensions': ^3.19.0
1498
1499
-
'@tiptap/extension-hard-break@3.19.0':
1500
-
resolution: {integrity: sha512-lAmQraYhPS5hafvCl74xDB5+bLuNwBKIEsVoim35I0sDJj5nTrfhaZgMJ91VamMvT+6FF5f1dvBlxBxAWa8jew==}
1501
peerDependencies:
1502
-
'@tiptap/core': ^3.19.0
1503
1504
-
'@tiptap/extension-heading@3.19.0':
1505
-
resolution: {integrity: sha512-uLpLlfyp086WYNOc0ekm1gIZNlEDfmzOhKzB0Hbyi6jDagTS+p9mxUNYeYOn9jPUxpFov43+Wm/4E24oY6B+TQ==}
1506
peerDependencies:
1507
-
'@tiptap/core': ^3.19.0
1508
1509
-
'@tiptap/extension-horizontal-rule@3.19.0':
1510
-
resolution: {integrity: sha512-iqUHmgMGhMgYGwG6L/4JdelVQ5Mstb4qHcgTGd/4dkcUOepILvhdxajPle7OEdf9sRgjQO6uoAU5BVZVC26+ng==}
1511
peerDependencies:
1512
-
'@tiptap/core': ^3.19.0
1513
-
'@tiptap/pm': ^3.19.0
1514
1515
-
'@tiptap/extension-image@3.19.0':
1516
-
resolution: {integrity: sha512-/rGl8nBziBPVJJ/9639eQWFDKcI3RQsDM3s+cqYQMFQfMqc7sQB9h4o4sHCBpmKxk3Y0FV/0NjnjLbBVm8OKdQ==}
1517
peerDependencies:
1518
-
'@tiptap/core': ^3.19.0
0
1519
1520
-
'@tiptap/extension-italic@3.19.0':
1521
-
resolution: {integrity: sha512-6GffxOnS/tWyCbDkirWNZITiXRta9wrCmrfa4rh+v32wfaOL1RRQNyqo9qN6Wjyl1R42Js+yXTzTTzZsOaLMYA==}
1522
peerDependencies:
1523
-
'@tiptap/core': ^3.19.0
1524
1525
-
'@tiptap/extension-link@3.19.0':
1526
-
resolution: {integrity: sha512-HEGDJnnCPfr7KWu7Dsq+eRRe/mBCsv6DuI+7fhOCLDJjjKzNgrX2abbo/zG3D/4lCVFaVb+qawgJubgqXR/Smw==}
1527
peerDependencies:
1528
-
'@tiptap/core': ^3.19.0
1529
-
'@tiptap/pm': ^3.19.0
1530
1531
-
'@tiptap/extension-list-item@3.19.0':
1532
-
resolution: {integrity: sha512-VsSKuJz4/Tb6ZmFkXqWpDYkRzmaLTyE6dNSEpNmUpmZ32sMqo58mt11/huADNwfBFB0Ve7siH/VnFNIJYY3xvg==}
1533
peerDependencies:
1534
-
'@tiptap/extension-list': ^3.19.0
0
1535
1536
-
'@tiptap/extension-list-keymap@3.19.0':
1537
-
resolution: {integrity: sha512-bxgmAgA3RzBGA0GyTwS2CC1c+QjkJJq9hC+S6PSOWELGRiTbwDN3MANksFXLjntkTa0N5fOnL27vBHtMStURqw==}
1538
peerDependencies:
1539
-
'@tiptap/extension-list': ^3.19.0
1540
1541
-
'@tiptap/extension-list@3.19.0':
1542
-
resolution: {integrity: sha512-N6nKbFB2VwMsPlCw67RlAtYSK48TAsAUgjnD+vd3ieSlIufdQnLXDFUP6hFKx9mwoUVUgZGz02RA6bkxOdYyTw==}
1543
peerDependencies:
1544
-
'@tiptap/core': ^3.19.0
1545
-
'@tiptap/pm': ^3.19.0
1546
1547
-
'@tiptap/extension-ordered-list@3.19.0':
1548
-
resolution: {integrity: sha512-cxGsINquwHYE1kmhAcLNLHAofmoDEG6jbesR5ybl7tU5JwtKVO7S/xZatll2DU1dsDAXWPWEeeMl4e/9svYjCg==}
1549
peerDependencies:
1550
-
'@tiptap/extension-list': ^3.19.0
0
1551
1552
-
'@tiptap/extension-paragraph@3.19.0':
1553
-
resolution: {integrity: sha512-xWa6gj82l5+AzdYyrSk9P4ynySaDzg/SlR1FarXE5yPXibYzpS95IWaVR0m2Qaz7Rrk+IiYOTGxGRxcHLOelNg==}
1554
peerDependencies:
1555
-
'@tiptap/core': ^3.19.0
1556
1557
-
'@tiptap/extension-placeholder@3.19.0':
1558
-
resolution: {integrity: sha512-i15OfgyI4IDCYAcYSKUMnuZkYuUInfanjf9zquH8J2BETiomf/jZldVCp/QycMJ8DOXZ38fXDc99wOygnSNySg==}
1559
peerDependencies:
1560
-
'@tiptap/extensions': ^3.19.0
1561
1562
-
'@tiptap/extension-strike@3.19.0':
1563
-
resolution: {integrity: sha512-xYpabHsv7PccLUBQaP8AYiFCnYbx6P93RHPd0lgNwhdOjYFd931Zy38RyoxPHAgbYVmhf1iyx7lpuLtBnhS5dA==}
1564
peerDependencies:
1565
-
'@tiptap/core': ^3.19.0
1566
1567
-
'@tiptap/extension-text@3.19.0':
1568
-
resolution: {integrity: sha512-K95+SnbZy0h6hNFtfy23n8t/nOcTFEf69In9TSFVVmwn/Nwlke+IfiESAkqbt1/7sKJeegRXYO7WzFEmFl9Q/g==}
1569
peerDependencies:
1570
-
'@tiptap/core': ^3.19.0
0
0
0
0
0
1571
1572
-
'@tiptap/extension-typography@3.19.0':
1573
-
resolution: {integrity: sha512-2Rwwz1ErNhqUcXPzPX2u4frdyrK4Yj6ZMvCLPxLt5lQXj9Eq9YEoD9isw8abR105ko3BCidvfElQYSFu6dWPSw==}
1574
peerDependencies:
1575
-
'@tiptap/core': ^3.19.0
1576
1577
-
'@tiptap/extension-underline@3.19.0':
1578
-
resolution: {integrity: sha512-800MGEWfG49j10wQzAFiW/ele1HT04MamcL8iyuPNu7ZbjbGN2yknvdrJlRy7hZlzIrVkZMr/1tz62KN33VHIw==}
1579
peerDependencies:
1580
-
'@tiptap/core': ^3.19.0
1581
1582
-
'@tiptap/extensions@3.19.0':
1583
-
resolution: {integrity: sha512-ZmGUhLbMWaGqnJh2Bry+6V4M6gMpUDYo4D1xNux5Gng/E/eYtc+PMxMZ/6F7tNTAuujLBOQKj6D+4SsSm457jw==}
1584
peerDependencies:
1585
-
'@tiptap/core': ^3.19.0
1586
-
'@tiptap/pm': ^3.19.0
1587
1588
-
'@tiptap/markdown@3.19.0':
1589
-
resolution: {integrity: sha512-Pnfacq2FHky1rqwmGwEmUJxuZu8VZ8XjaJIqsQC34S3CQWiOU+PukC9In2odzcooiVncLWT9s97jKuYpbmF1tQ==}
1590
peerDependencies:
1591
-
'@tiptap/core': ^3.19.0
1592
-
'@tiptap/pm': ^3.19.0
1593
1594
-
'@tiptap/pm@3.19.0':
1595
-
resolution: {integrity: sha512-789zcnM4a8OWzvbD2DL31d0wbSm9BVeO/R7PLQwLIGysDI3qzrcclyZ8yhqOEVuvPitRRwYLq+mY14jz7kY4cw==}
1596
1597
-
'@tiptap/starter-kit@3.19.0':
1598
-
resolution: {integrity: sha512-dTCkHEz+Y8ADxX7h+xvl6caAj+3nII/wMB1rTQchSuNKqJTOrzyUsCWm094+IoZmLT738wANE0fRIgziNHs/ug==}
1599
1600
-
'@tiptap/suggestion@3.19.0':
1601
-
resolution: {integrity: sha512-tUZwMRFqTVPIo566ZmHNRteyZxJy2EE4FA+S3IeIUOOvY6AW0h1imhbpBO7sXV8CeEQvpa+2DWwLvy7L3vmstA==}
1602
peerDependencies:
1603
-
'@tiptap/core': ^3.19.0
1604
-
'@tiptap/pm': ^3.19.0
1605
1606
'@tweenjs/tween.js@23.1.3':
1607
-
resolution: {integrity: sha512-vJmvvwFxYuGnF2axRtPYocag6Clbb5YS7kLL+SO/TeVFzHqDIWrNKYtcsPMibjDx9O+bu+psAy9NKfWklassUA==}
1608
1609
-
'@types/bun@1.3.6':
1610
-
resolution: {integrity: sha512-uWCv6FO/8LcpREhenN1d1b6fcspAB+cefwD7uti8C8VffIv0Um08TKMn98FynpTiU38+y2dUO55T11NgDt8VAA==}
1611
1612
'@types/cookie@0.6.0':
1613
-
resolution: {integrity: sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==}
0
0
0
1614
1615
'@types/estree@1.0.8':
1616
-
resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==}
1617
1618
'@types/geojson@7946.0.16':
1619
-
resolution: {integrity: sha512-6C8nqWur3j98U6+lXDfTUWIfgvZU+EumvpHKcYjujKH7woYyLj2sUmff0tRhrqM7BohUw7Pz3ZB1jj2gW9Fvmg==}
1620
1621
'@types/hast@3.0.4':
1622
-
resolution: {integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==}
1623
1624
'@types/json-schema@7.0.15':
1625
-
resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
1626
1627
'@types/linkify-it@5.0.0':
1628
-
resolution: {integrity: sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q==}
1629
1630
'@types/markdown-it@14.1.2':
1631
-
resolution: {integrity: sha512-promo4eFwuiW+TfGxhi+0x3czqTYJkG8qB17ZUJiVF10Xm7NLVRSLUsfRTU/6h1e24VvRnXCx+hG7li58lkzog==}
1632
1633
'@types/mdurl@2.0.0':
1634
-
resolution: {integrity: sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==}
1635
1636
'@types/node@25.0.10':
1637
-
resolution: {integrity: sha512-zWW5KPngR/yvakJgGOmZ5vTBemDoSqF3AcV/LrO5u5wTWyEAVVh+IT39G4gtyAkh3CtTZs8aX/yRM82OfzHJRg==}
1638
1639
'@types/stats.js@0.17.4':
1640
-
resolution: {integrity: sha512-jIBvWWShCvlBqBNIZt0KAshWpvSjhkwkEu4ZUcASoAvhmrgAUI2t1dXrjSL4xXVLB4FznPrIsX3nKXFl/Dt4vA==}
1641
1642
'@types/supercluster@7.1.3':
1643
-
resolution: {integrity: sha512-Z0pOY34GDFl3Q6hUFYf3HkTwKEE02e7QgtJppBt+beEAxnyOpJua+voGFvxINBHa06GwLFFym7gRPY2SiKIfIA==}
1644
1645
-
'@types/three@0.176.0':
1646
-
resolution: {integrity: sha512-FwfPXxCqOtP7EdYMagCFePNKoG1AGBDUEVKtluv2BTVRpSt7b+X27xNsirPCTCqY1pGYsPUzaM3jgWP7dXSxlw==}
1647
1648
'@types/trusted-types@2.0.7':
1649
-
resolution: {integrity: sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==}
1650
1651
'@types/turndown@5.0.6':
1652
-
resolution: {integrity: sha512-ru00MoyeeouE5BX4gRL+6m/BsDfbRayOskWqUvh7CLGW+UXxHQItqALa38kKnOiZPqJrtzJUgAC2+F0rL1S4Pg==}
1653
1654
'@types/unist@3.0.3':
1655
-
resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==}
1656
1657
'@types/webxr@0.5.24':
1658
-
resolution: {integrity: sha512-h8fgEd/DpoS9CBrjEQXR+dIDraopAEfu4wYVNY2tEPwk60stPWhvZMf4Foo5FakuQ7HFZoa8WceaWFervK2Ovg==}
1659
1660
-
'@typescript-eslint/eslint-plugin@8.53.1':
1661
-
resolution: {integrity: sha512-cFYYFZ+oQFi6hUnBTbLRXfTJiaQtYE3t4O692agbBl+2Zy+eqSKWtPjhPXJu1G7j4RLjKgeJPDdq3EqOwmX5Ag==}
1662
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1663
peerDependencies:
1664
-
'@typescript-eslint/parser': ^8.53.1
1665
-
eslint: ^8.57.0 || ^9.0.0
1666
typescript: '>=4.8.4 <6.0.0'
1667
1668
-
'@typescript-eslint/parser@8.53.1':
1669
-
resolution: {integrity: sha512-nm3cvFN9SqZGXjmw5bZ6cGmvJSyJPn0wU9gHAZZHDnZl2wF9PhHv78Xf06E0MaNk4zLVHL8hb2/c32XvyJOLQg==}
1670
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1671
peerDependencies:
1672
-
eslint: ^8.57.0 || ^9.0.0
1673
typescript: '>=4.8.4 <6.0.0'
1674
1675
-
'@typescript-eslint/project-service@8.53.1':
1676
-
resolution: {integrity: sha512-WYC4FB5Ra0xidsmlPb+1SsnaSKPmS3gsjIARwbEkHkoWloQmuzcfypljaJcR78uyLA1h8sHdWWPHSLDI+MtNog==}
1677
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1678
peerDependencies:
1679
typescript: '>=4.8.4 <6.0.0'
1680
1681
-
'@typescript-eslint/scope-manager@8.53.1':
1682
-
resolution: {integrity: sha512-Lu23yw1uJMFY8cUeq7JlrizAgeQvWugNQzJp8C3x8Eo5Jw5Q2ykMdiiTB9vBVOOUBysMzmRRmUfwFrZuI2C4SQ==}
1683
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1684
1685
-
'@typescript-eslint/tsconfig-utils@8.53.1':
1686
-
resolution: {integrity: sha512-qfvLXS6F6b1y43pnf0pPbXJ+YoXIC7HKg0UGZ27uMIemKMKA6XH2DTxsEDdpdN29D+vHV07x/pnlPNVLhdhWiA==}
1687
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1688
peerDependencies:
1689
typescript: '>=4.8.4 <6.0.0'
1690
1691
-
'@typescript-eslint/type-utils@8.53.1':
1692
-
resolution: {integrity: sha512-MOrdtNvyhy0rHyv0ENzub1d4wQYKb2NmIqG7qEqPWFW7Mpy2jzFC3pQ2yKDvirZB7jypm5uGjF2Qqs6OIqu47w==}
1693
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1694
peerDependencies:
1695
-
eslint: ^8.57.0 || ^9.0.0
1696
typescript: '>=4.8.4 <6.0.0'
1697
1698
-
'@typescript-eslint/types@8.53.1':
1699
-
resolution: {integrity: sha512-jr/swrr2aRmUAUjW5/zQHbMaui//vQlsZcJKijZf3M26bnmLj8LyZUpj8/Rd6uzaek06OWsqdofN/Thenm5O8A==}
1700
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1701
1702
-
'@typescript-eslint/typescript-estree@8.53.1':
1703
-
resolution: {integrity: sha512-RGlVipGhQAG4GxV1s34O91cxQ/vWiHJTDHbXRr0li2q/BGg3RR/7NM8QDWgkEgrwQYCvmJV9ichIwyoKCQ+DTg==}
1704
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1705
peerDependencies:
1706
typescript: '>=4.8.4 <6.0.0'
1707
1708
-
'@typescript-eslint/utils@8.53.1':
1709
-
resolution: {integrity: sha512-c4bMvGVWW4hv6JmDUEG7fSYlWOl3II2I4ylt0NM+seinYQlZMQIaKaXIIVJWt9Ofh6whrpM+EdDQXKXjNovvrg==}
1710
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1711
peerDependencies:
1712
-
eslint: ^8.57.0 || ^9.0.0
1713
typescript: '>=4.8.4 <6.0.0'
1714
1715
-
'@typescript-eslint/visitor-keys@8.53.1':
1716
-
resolution: {integrity: sha512-oy+wV7xDKFPRyNggmXuZQSBzvoLnpmJs+GhzRhPjrxl2b/jIlyjVokzm47CZCDUdXKr2zd7ZLodPfOBpOPyPlg==}
1717
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1718
1719
'@use-gesture/core@10.3.1':
1720
-
resolution: {integrity: sha512-WcINiDt8WjqBdUXye25anHiNxPc0VOrlT8F6LLkU6cycrOGUDyY/yyFmsg3k8i5OLvv25llc0QC45GhR/C8llw==}
1721
1722
'@use-gesture/vanilla@10.3.1':
1723
-
resolution: {integrity: sha512-lT4scGLu59ovA3zmtUonukAGcA0AdOOh+iwNDS05Bsu7Lq9aZToDHhI6D8Q2qvsVraovtsLLYwPrWdG/noMAKw==}
1724
1725
'@webgpu/types@0.1.69':
1726
-
resolution: {integrity: sha512-RPmm6kgRbI8e98zSD3RVACvnuktIja5+yLgDAkTmxLr90BEwdTXRQWNLF3ETTTyH/8mKhznZuN5AveXYFEsMGQ==}
1727
1728
acorn-jsx@5.3.2:
1729
-
resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
1730
peerDependencies:
1731
acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
1732
1733
-
acorn@8.15.0:
1734
-
resolution: {integrity: sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==}
1735
engines: {node: '>=0.4.0'}
1736
hasBin: true
1737
1738
-
ajv@6.12.6:
1739
-
resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==}
1740
-
1741
-
ansi-styles@4.3.0:
1742
-
resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
1743
-
engines: {node: '>=8'}
1744
1745
argparse@2.0.1:
1746
-
resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
1747
1748
-
aria-query@5.3.2:
1749
-
resolution: {integrity: sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==}
1750
engines: {node: '>= 0.4'}
1751
1752
-
await-lock@2.2.2:
1753
-
resolution: {integrity: sha512-aDczADvlvTGajTDjcjpJMqRkOF6Qdz3YbPZm/PyW6tKPkx2hlYBzxMhEywM/tU72HrVZjgl5VCdRuMlA7pZ8Gw==}
1754
-
1755
axobject-query@4.1.0:
1756
-
resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==}
1757
engines: {node: '>= 0.4'}
1758
1759
-
balanced-match@1.0.2:
1760
-
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
0
1761
1762
base64-js@0.0.8:
1763
-
resolution: {integrity: sha512-3XSA2cR/h/73EzlXXdU6YNycmYI7+kicTxks4eJg2g39biHR84slg2+des+p7iHYhbRg/udIS4TD53WabcOUkw==}
1764
engines: {node: '>= 0.4'}
1765
1766
bidi-js@1.0.3:
1767
-
resolution: {integrity: sha512-RKshQI1R3YQ+n9YJz2QQ147P66ELpa1FQEg20Dk8oW9t2KgLbpDLLp9aGZ7y8WHSshDknG0bknqGw5/tyCs5tw==}
1768
-
1769
-
bits-ui@1.8.0:
1770
-
resolution: {integrity: sha512-CXD6Orp7l8QevNDcRPLXc/b8iMVgxDWT2LyTwsdLzJKh9CxesOmPuNePSPqAxKoT59FIdU4aFPS1k7eBdbaCxg==}
1771
-
engines: {node: '>=18', pnpm: '>=8.7.0'}
1772
-
peerDependencies:
1773
-
svelte: ^5.11.0
1774
1775
-
bits-ui@2.15.4:
1776
-
resolution: {integrity: sha512-7H9YUfp03KOk1LVDh8wPYSRPxlZgG/GRWLNSA8QC73/8Z8ytun+DWJhIuibyFyz7A0cP/RANVcB4iDrbY8q+Og==}
1777
engines: {node: '>=20'}
1778
peerDependencies:
1779
'@internationalized/date': ^3.8.1
1780
svelte: ^5.33.0
1781
1782
blake3-wasm@2.1.5:
1783
-
resolution: {integrity: sha512-F1+K8EbfOZE49dtoPtmxUQrpXaBIl3ICvasLh+nJta0xkz+9kF/7uet9fLnwKqhDrmj6g+6K3Tw9yQPUg2ka5g==}
1784
1785
boolbase@1.0.0:
1786
-
resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==}
1787
-
1788
-
brace-expansion@1.1.12:
1789
-
resolution: {integrity: sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==}
1790
-
1791
-
brace-expansion@2.0.2:
1792
-
resolution: {integrity: sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==}
1793
1794
-
bun-types@1.3.6:
1795
-
resolution: {integrity: sha512-OlFwHcnNV99r//9v5IIOgQ9Uk37gZqrNMCcqEaExdkVq3Avwqok1bJFmvGMCkCE0FqzdY8VMOZpfpR3lwI+CsQ==}
1796
-
1797
-
callsites@3.1.0:
1798
-
resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==}
1799
-
engines: {node: '>=6'}
1800
1801
camelize@1.0.1:
1802
-
resolution: {integrity: sha512-dU+Tx2fsypxTgtLoE36npi3UqcjSSMNYfkqgmoEhtZrraP5VWq0K7FkWVTYa8eMPtnU/G2txVsfdCJTn9uzpuQ==}
1803
1804
camera-controls@3.1.2:
1805
-
resolution: {integrity: sha512-xkxfpG2ECZ6Ww5/9+kf4mfg1VEYAoe9aDSY+IwF0UEs7qEzwy0aVRfs2grImIECs/PoBtWFrh7RXsQkwG922JA==}
1806
engines: {node: '>=22.0.0', npm: '>=10.5.1'}
1807
peerDependencies:
1808
three: '>=0.126.1'
1809
1810
canvas-confetti@1.9.4:
1811
-
resolution: {integrity: sha512-yxQbJkAVrFXWNbTUjPqjF7G+g6pDotOUHGbkZq2NELZUMDpiJ85rIEazVb8GTaAptNW2miJAXbs1BtioA251Pw==}
1812
-
1813
-
chalk@4.1.2:
1814
-
resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
1815
-
engines: {node: '>=10'}
1816
1817
cheerio-select@2.1.0:
1818
-
resolution: {integrity: sha512-9v9kG0LvzrlcungtnJtpGNxY+fzECQKhK4EGJX2vByejiMX84MFNQw4UxPJl3bFbTMw+Dfs37XaIkCwTZfLh4g==}
1819
1820
cheerio@1.0.0-rc.11:
1821
-
resolution: {integrity: sha512-bQwNaDIBKID5ts/DsdhxrjqFXYfLw4ste+wMKqWA8DyKcS4qwsPP4Bk8ZNaTJjvpiX/qW3BT4sU7d6Bh5i+dag==}
1822
engines: {node: '>= 6'}
1823
1824
-
cheerio@1.1.2:
1825
-
resolution: {integrity: sha512-IkxPpb5rS/d1IiLbHMgfPuS0FgiWTtFIm/Nj+2woXDLTZ7fOT2eqzgYbdMlLweqlHbsZjxEChoVK+7iph7jyQg==}
1826
engines: {node: '>=20.18.1'}
1827
1828
chokidar@4.0.3:
1829
-
resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==}
1830
engines: {node: '>= 14.16.0'}
1831
1832
clsx@2.1.1:
1833
-
resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==}
1834
engines: {node: '>=6'}
1835
1836
-
color-convert@2.0.1:
1837
-
resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
1838
-
engines: {node: '>=7.0.0'}
1839
-
1840
color-name@1.1.4:
1841
-
resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
1842
-
1843
-
concat-map@0.0.1:
1844
-
resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
1845
1846
confbox@0.1.8:
1847
-
resolution: {integrity: sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==}
1848
1849
-
confbox@0.2.2:
1850
-
resolution: {integrity: sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ==}
1851
1852
cookie@0.6.0:
1853
-
resolution: {integrity: sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==}
1854
engines: {node: '>= 0.6'}
1855
1856
cookie@1.1.1:
1857
-
resolution: {integrity: sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==}
1858
engines: {node: '>=18'}
1859
1860
core-js@3.48.0:
1861
-
resolution: {integrity: sha512-zpEHTy1fjTMZCKLHUZoVeylt9XrzaIN2rbPXEt0k+q7JE5CkCZdo6bNq55bn24a69CH7ErAVLKijxJja4fw+UQ==}
1862
1863
crelt@1.0.6:
1864
-
resolution: {integrity: sha512-VQ2MBenTq1fWZUH9DJNGti7kKv6EeAuYr3cLwxUWhIu1baTaXh4Ib5W2CqHVqib4/MqbYGJqiL3Zb8GJZr3l4g==}
1865
1866
cross-spawn@7.0.6:
1867
-
resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
1868
engines: {node: '>= 8'}
1869
1870
css-background-parser@0.1.0:
1871
-
resolution: {integrity: sha512-2EZLisiZQ+7m4wwur/qiYJRniHX4K5Tc9w93MT3AS0WS1u5kaZ4FKXlOTBhOjc+CgEgPiGY+fX1yWD8UwpEqUA==}
1872
1873
css-box-shadow@1.0.0-3:
1874
-
resolution: {integrity: sha512-9jaqR6e7Ohds+aWwmhe6wILJ99xYQbfmK9QQB9CcMjDbTxPZjwEmUQpU91OG05Xgm8BahT5fW+svbsQGjS/zPg==}
1875
1876
css-color-keywords@1.0.0:
1877
-
resolution: {integrity: sha512-FyyrDHZKEjXDpNJYvVsV960FiqQyXc/LlYmsxl2BcdMb2WPx0OGRVgTg55rPSyLSNMqP52R9r8geSp7apN3Ofg==}
1878
engines: {node: '>=4'}
1879
1880
css-select@5.2.2:
1881
-
resolution: {integrity: sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==}
1882
1883
css-to-react-native@3.2.0:
1884
-
resolution: {integrity: sha512-e8RKaLXMOFii+02mOlqwjbD00KSEKqblnpO9e++1aXS1fPQOpS1YoqdVHBqPjHNoxeF2mimzVqawm2KCbEdtHQ==}
1885
1886
css-what@6.2.2:
1887
-
resolution: {integrity: sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==}
1888
engines: {node: '>= 6'}
1889
-
1890
-
css.escape@1.5.1:
1891
-
resolution: {integrity: sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==}
1892
1893
cssesc@3.0.0:
1894
-
resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==}
1895
engines: {node: '>=4'}
1896
hasBin: true
1897
1898
custom-event-polyfill@1.0.7:
1899
-
resolution: {integrity: sha512-TDDkd5DkaZxZFM8p+1I3yAlvM3rSr1wbrOliG4yJiwinMZN8z/iGL7BTlDkrJcYTmgUSb4ywVCc3ZaUtOtC76w==}
1900
1901
debug@4.4.3:
1902
-
resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==}
1903
engines: {node: '>=6.0'}
1904
peerDependencies:
1905
supports-color: '*'
···
1908
optional: true
1909
1910
deep-is@0.1.4:
1911
-
resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==}
1912
1913
deepmerge@4.3.1:
1914
-
resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==}
1915
engines: {node: '>=0.10.0'}
1916
1917
dequal@2.0.3:
1918
-
resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==}
1919
engines: {node: '>=6'}
1920
1921
detect-libc@2.1.2:
1922
-
resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==}
1923
engines: {node: '>=8'}
1924
1925
-
devalue@5.6.2:
1926
-
resolution: {integrity: sha512-nPRkjWzzDQlsejL1WVifk5rvcFi/y1onBRxjaFMjZeR9mFpqu2gmAZ9xUB9/IEanEP/vBtGeGganC/GO1fmufg==}
1927
1928
devlop@1.1.0:
1929
-
resolution: {integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==}
1930
1931
diet-sprite@0.0.1:
1932
-
resolution: {integrity: sha512-zSHI2WDAn1wJqJYxcmjWfJv3Iw8oL9reQIbEyx2x2/EZ4/qmUTIo8/5qOCurnAcq61EwtJJaZ0XTy2NRYqpB5A==}
1933
1934
dom-serializer@2.0.0:
1935
-
resolution: {integrity: sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==}
1936
1937
domelementtype@2.3.0:
1938
-
resolution: {integrity: sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==}
1939
1940
domhandler@5.0.3:
1941
-
resolution: {integrity: sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==}
1942
engines: {node: '>= 4'}
1943
1944
-
dompurify@3.3.1:
1945
-
resolution: {integrity: sha512-qkdCKzLNtrgPFP1Vo+98FRzJnBRGe4ffyCea9IwHB1fyxPOeNTHpLKYGd4Uk9xvNoH0ZoOjwZxNptyMwqrId1Q==}
1946
1947
domutils@3.2.2:
1948
-
resolution: {integrity: sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==}
1949
1950
earcut@2.2.4:
1951
-
resolution: {integrity: sha512-/pjZsA1b4RPHbeWZQn66SWS8nZZWLQQ23oE3Eam7aroEFGEvwKAsJfZ9ytiEMycfzXWpca4FA9QIOehf7PocBQ==}
1952
1953
earcut@3.0.2:
1954
-
resolution: {integrity: sha512-X7hshQbLyMJ/3RPhyObLARM2sNxxmRALLKx1+NVFFnQ9gKzmCrxm9+uLIAdBcvc8FNLpctqlQ2V6AE92Ol9UDQ==}
1955
1956
-
emoji-picker-element@1.28.1:
1957
-
resolution: {integrity: sha512-8c64IPish2PWoV9oYCo2pvuPHwIv+uK9bO0dfpPyMupDAvaWL9ZvYhWNTAR+2sx7BhfRjciImqP6CIUgNX+DMg==}
1958
1959
emoji-regex@10.6.0:
1960
-
resolution: {integrity: sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==}
1961
1962
encoding-sniffer@0.2.1:
1963
-
resolution: {integrity: sha512-5gvq20T6vfpekVtqrYQsSCFZ1wEg5+wW0/QaZMWkFr6BqD3NfKs0rLCx4rrVlSWJeZb5NBJgVLswK/w2MWU+Gw==}
1964
1965
-
enhanced-resolve@5.18.4:
1966
-
resolution: {integrity: sha512-LgQMM4WXU3QI+SYgEc2liRgznaD5ojbmY3sb8LxyguVkIg5FxdpTkvk72te2R38/TGKxH634oLxXRGY6d7AP+Q==}
1967
engines: {node: '>=10.13.0'}
1968
1969
entities@4.5.0:
1970
-
resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==}
1971
engines: {node: '>=0.12'}
1972
1973
entities@6.0.1:
1974
-
resolution: {integrity: sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==}
1975
engines: {node: '>=0.12'}
1976
1977
entities@7.0.1:
1978
-
resolution: {integrity: sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==}
1979
engines: {node: '>=0.12'}
1980
1981
error-stack-parser-es@1.0.5:
1982
-
resolution: {integrity: sha512-5qucVt2XcuGMcEGgWI7i+yZpmpByQ8J1lHhcL7PwqCwu9FPP3VUXzT4ltHe5i2z9dePwEHcDVOAfSnHsOlCXRA==}
1983
-
1984
-
esbuild@0.27.0:
1985
-
resolution: {integrity: sha512-jd0f4NHbD6cALCyGElNpGAOtWxSq46l9X/sWB0Nzd5er4Kz2YTm+Vl0qKFT9KUJvD8+fiO8AvoHhFvEatfVixA==}
1986
-
engines: {node: '>=18'}
1987
-
hasBin: true
1988
1989
-
esbuild@0.27.2:
1990
-
resolution: {integrity: sha512-HyNQImnsOC7X9PMNaCIeAm4ISCQXs5a5YasTXVliKv4uuBo1dKrG0A+uQS8M5eXjVMnLg3WgXaKvprHlFJQffw==}
1991
engines: {node: '>=18'}
1992
hasBin: true
1993
1994
escape-html@1.0.3:
1995
-
resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==}
1996
1997
escape-string-regexp@4.0.0:
1998
-
resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==}
1999
engines: {node: '>=10'}
2000
2001
eslint-config-prettier@10.1.8:
2002
-
resolution: {integrity: sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==}
2003
hasBin: true
2004
peerDependencies:
2005
eslint: '>=7.0.0'
2006
2007
-
eslint-plugin-svelte@3.14.0:
2008
-
resolution: {integrity: sha512-Isw0GvaMm0yHxAj71edAdGFh28ufYs+6rk2KlbbZphnqZAzrH3Se3t12IFh2H9+1F/jlDhBBL4oiOJmLqmYX0g==}
2009
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
2010
peerDependencies:
2011
-
eslint: ^8.57.1 || ^9.0.0
2012
svelte: ^3.37.0 || ^4.0.0 || ^5.0.0
2013
peerDependenciesMeta:
2014
svelte:
2015
optional: true
2016
2017
eslint-scope@8.4.0:
2018
-
resolution: {integrity: sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==}
2019
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
0
0
0
0
2020
2021
eslint-visitor-keys@3.4.3:
2022
-
resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==}
2023
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
2024
2025
eslint-visitor-keys@4.2.1:
2026
-
resolution: {integrity: sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==}
2027
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
2028
2029
-
eslint@9.39.2:
2030
-
resolution: {integrity: sha512-LEyamqS7W5HB3ujJyvi0HQK/dtVINZvd5mAAp9eT5S/ujByGjiZLCzPcHVzuXbpJDJF/cxwHlfceVUDZ2lnSTw==}
2031
-
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
0
0
0
0
2032
hasBin: true
2033
peerDependencies:
2034
jiti: '*'
···
2037
optional: true
2038
2039
esm-env@1.2.2:
2040
-
resolution: {integrity: sha512-Epxrv+Nr/CaL4ZcFGPJIYLWFom+YeV1DqMLHJoEd9SYRxNbaFruBwfEX/kkHUJf55j2+TUbmDcmuilbP1TmXHA==}
2041
2042
espree@10.4.0:
2043
-
resolution: {integrity: sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==}
2044
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
2045
0
0
0
0
2046
esquery@1.7.0:
2047
-
resolution: {integrity: sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==}
2048
engines: {node: '>=0.10'}
2049
2050
-
esrap@2.2.2:
2051
-
resolution: {integrity: sha512-zA6497ha+qKvoWIK+WM9NAh5ni17sKZKhbS5B3PoYbBvaYHZWoS33zmFybmyqpn07RLUxSmn+RCls2/XF+d0oQ==}
2052
2053
esrecurse@4.3.0:
2054
-
resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==}
2055
engines: {node: '>=4.0'}
2056
2057
estraverse@5.3.0:
2058
-
resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==}
2059
engines: {node: '>=4.0'}
2060
2061
esutils@2.0.3:
2062
-
resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==}
2063
engines: {node: '>=0.10.0'}
2064
2065
exsolve@1.0.8:
2066
-
resolution: {integrity: sha512-LmDxfWXwcTArk8fUEnOfSZpHOJ6zOMUJKOtFLFqJLoKJetuQG874Uc7/Kki7zFLzYybmZhp1M7+98pfMqeX8yA==}
2067
2068
fast-deep-equal@3.1.3:
2069
-
resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
2070
2071
fast-equals@4.0.3:
2072
-
resolution: {integrity: sha512-G3BSX9cfKttjr+2o1O22tYMLq0DPluZnYtq1rXumE1SpL/F/SLIfHx08WYQoWSIpeMYf8sRbJ8++71+v6Pnxfg==}
2073
2074
fast-json-stable-stringify@2.1.0:
2075
-
resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==}
2076
2077
fast-levenshtein@2.0.6:
2078
-
resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==}
2079
2080
fdir@6.5.0:
2081
-
resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==}
2082
engines: {node: '>=12.0.0'}
2083
peerDependencies:
2084
picomatch: ^3 || ^4
···
2087
optional: true
2088
2089
fflate@0.7.4:
2090
-
resolution: {integrity: sha512-5u2V/CDW15QM1XbbgS+0DfPxVB+jUKhWEKuuFuHncbk3tEEqzmoXL+2KyOFuKGqOnmdIy0/davWF1CkuwtibCw==}
2091
2092
fflate@0.8.2:
2093
-
resolution: {integrity: sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A==}
2094
2095
file-entry-cache@8.0.0:
2096
-
resolution: {integrity: sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==}
2097
engines: {node: '>=16.0.0'}
2098
2099
find-up@5.0.0:
2100
-
resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==}
2101
engines: {node: '>=10'}
2102
2103
flat-cache@4.0.1:
2104
-
resolution: {integrity: sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==}
2105
engines: {node: '>=16'}
2106
2107
-
flatted@3.3.3:
2108
-
resolution: {integrity: sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==}
2109
2110
fsevents@2.3.3:
2111
-
resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
2112
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
2113
os: [darwin]
2114
2115
-
get-stream@6.0.1:
2116
-
resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==}
2117
-
engines: {node: '>=10'}
2118
-
2119
gl-matrix@3.4.4:
2120
-
resolution: {integrity: sha512-latSnyDNt/8zYUB6VIJ6PCh2jBjJX6gnDsoCZ7LyW7GkqrD51EWwa9qCoGixj8YqBtETQK/xY7OmpTF8xz1DdQ==}
2121
2122
glob-parent@6.0.2:
2123
-
resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==}
2124
engines: {node: '>=10.13.0'}
2125
2126
-
globals@14.0.0:
2127
-
resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==}
2128
-
engines: {node: '>=18'}
2129
-
2130
globals@16.5.0:
2131
-
resolution: {integrity: sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==}
2132
engines: {node: '>=18'}
2133
2134
-
globals@17.1.0:
2135
-
resolution: {integrity: sha512-8HoIcWI5fCvG5NADj4bDav+er9B9JMj2vyL2pI8D0eismKyUvPLTSs+Ln3wqhwcp306i73iyVnEKx3F6T47TGw==}
2136
engines: {node: '>=18'}
2137
2138
graceful-fs@4.2.11:
2139
-
resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
2140
2141
gsap@3.14.2:
2142
-
resolution: {integrity: sha512-P8/mMxVLU7o4+55+1TCnQrPmgjPKnwkzkXOK1asnR9Jg2lna4tEY5qBJjMmAaOBDDZWtlRjBXjLa0w53G/uBLA==}
2143
-
2144
-
has-flag@4.0.0:
2145
-
resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==}
2146
-
engines: {node: '>=8'}
2147
2148
hex-rgb@4.3.0:
2149
-
resolution: {integrity: sha512-Ox1pJVrDCyGHMG9CFg1tmrRUMRPRsAWYc/PinY0XzJU4K7y7vjNoLKIQ7BR5UJMCxNN8EM1MNDmHWA/B3aZUuw==}
2150
engines: {node: '>=6'}
2151
2152
highlight.js@11.11.1:
2153
-
resolution: {integrity: sha512-Xwwo44whKBVCYoliBQwaPvtd/2tYFkRQtXDWj1nackaV2JPXx3L0+Jvd8/qCJ2p+ML0/XVkJ2q+Mr+UVdpJK5w==}
2154
engines: {node: '>=12.0.0'}
2155
2156
hls.js@1.6.15:
2157
-
resolution: {integrity: sha512-E3a5VwgXimGHwpRGV+WxRTKeSp2DW5DI5MWv34ulL3t5UNmyJWCQ1KmLEHbYzcfThfXG8amBL+fCYPneGHC4VA==}
2158
2159
htmlparser2@10.1.0:
2160
-
resolution: {integrity: sha512-VTZkM9GWRAtEpveh7MSF6SjjrpNVNNVJfFup7xTY3UpFtm67foy9HDVXneLtFVt4pMz5kZtgNcvCniNFb1hlEQ==}
2161
2162
htmlparser2@8.0.2:
2163
-
resolution: {integrity: sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==}
2164
2165
iconv-lite@0.6.3:
2166
-
resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==}
2167
engines: {node: '>=0.10.0'}
2168
2169
ignore@5.3.2:
2170
-
resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==}
2171
engines: {node: '>= 4'}
2172
2173
ignore@7.0.5:
2174
-
resolution: {integrity: sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==}
2175
engines: {node: '>= 4'}
2176
2177
-
import-fresh@3.3.1:
2178
-
resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==}
2179
-
engines: {node: '>=6'}
2180
-
2181
imurmurhash@0.1.4:
2182
-
resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
2183
engines: {node: '>=0.8.19'}
2184
2185
inline-style-parser@0.2.7:
2186
-
resolution: {integrity: sha512-Nb2ctOyNR8DqQoR0OwRG95uNWIC0C1lCgf5Naz5H6Ji72KZ8OcFZLz2P5sNgwlyoJ8Yif11oMuYs5pBQa86csA==}
2187
2188
is-emoji-supported@0.0.5:
2189
-
resolution: {integrity: sha512-WOlXUhDDHxYqcSmFZis+xWhhqXiK2SU0iYiqmth5Ip0FHLZQAt9rKL5ahnilE8/86WH8tZ3bmNNNC+bTzamqlw==}
2190
2191
is-extglob@2.1.1:
2192
-
resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
2193
engines: {node: '>=0.10.0'}
2194
2195
is-glob@4.0.3:
2196
-
resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
2197
engines: {node: '>=0.10.0'}
2198
2199
is-reference@3.0.3:
2200
-
resolution: {integrity: sha512-ixkJoqQvAP88E6wLydLGGqCJsrFUnqoH6HnaczB8XmDH1oaWU+xxdptvikTgaEhtZ53Ky6YXiBuUI2WXLMCwjw==}
2201
2202
isexe@2.0.0:
2203
-
resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
2204
-
2205
-
iso-datestring-validator@2.2.2:
2206
-
resolution: {integrity: sha512-yLEMkBbLZTlVQqOnQ4FiMujR6T4DEcCb1xizmvXS+OxuhwcbtynoosRzdMA69zZCShCNAbi+gJ71FxZBBXx1SA==}
2207
2208
jiti@2.6.1:
2209
-
resolution: {integrity: sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==}
2210
hasBin: true
2211
2212
js-tokens@4.0.0:
2213
-
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
2214
-
2215
-
js-yaml@4.1.1:
2216
-
resolution: {integrity: sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==}
2217
-
hasBin: true
2218
2219
json-buffer@3.0.1:
2220
-
resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==}
2221
2222
json-schema-traverse@0.4.1:
2223
-
resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==}
2224
2225
json-stable-stringify-without-jsonify@1.0.1:
2226
-
resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==}
2227
2228
json-stringify-pretty-compact@4.0.0:
2229
-
resolution: {integrity: sha512-3CNZ2DnrpByG9Nqj6Xo8vqbjT4F6N+tb4Gb28ESAZjYZ5yqvmc56J+/kuIwkaAMOyblTQhUW7PxMkUb8Q36N3Q==}
2230
2231
kdbush@4.0.2:
2232
-
resolution: {integrity: sha512-WbCVYJ27Sz8zi9Q7Q0xHC+05iwkm3Znipc2XTlrnJbsHMYktW4hPhXUE8Ys1engBrvffoSCqbil1JQAa7clRpA==}
2233
2234
keyv@4.5.4:
2235
-
resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==}
2236
2237
kleur@4.1.5:
2238
-
resolution: {integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==}
2239
engines: {node: '>=6'}
2240
2241
knitwork@1.3.0:
2242
-
resolution: {integrity: sha512-4LqMNoONzR43B1W0ek0fhXMsDNW/zxa1NdFAVMY+k28pgZLovR4G3PB5MrpTxCy1QaZCqNoiaKPr5w5qZHfSNw==}
2243
2244
known-css-properties@0.37.0:
2245
-
resolution: {integrity: sha512-JCDrsP4Z1Sb9JwG0aJ8Eo2r7k4Ou5MwmThS/6lcIe1ICyb7UBJKGRIUUdqc2ASdE/42lgz6zFUnzAIhtXnBVrQ==}
2246
2247
leaflet@1.9.4:
2248
-
resolution: {integrity: sha512-nxS1ynzJOmOlHp+iL3FyWqK89GtNL8U8rvlMOsQdTTssxZwCXh8N2NB3GDQOL+YR3XnWyZAxwQixURb+FA74PA==}
2249
2250
levn@0.4.1:
2251
-
resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==}
2252
engines: {node: '>= 0.8.0'}
2253
2254
-
lightningcss-android-arm64@1.30.2:
2255
-
resolution: {integrity: sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A==}
2256
engines: {node: '>= 12.0.0'}
2257
cpu: [arm64]
2258
os: [android]
2259
2260
-
lightningcss-darwin-arm64@1.30.2:
2261
-
resolution: {integrity: sha512-ylTcDJBN3Hp21TdhRT5zBOIi73P6/W0qwvlFEk22fkdXchtNTOU4Qc37SkzV+EKYxLouZ6M4LG9NfZ1qkhhBWA==}
0
0
0
0
0
0
2262
engines: {node: '>= 12.0.0'}
2263
cpu: [arm64]
2264
os: [darwin]
2265
2266
-
lightningcss-darwin-x64@1.30.2:
2267
-
resolution: {integrity: sha512-oBZgKchomuDYxr7ilwLcyms6BCyLn0z8J0+ZZmfpjwg9fRVZIR5/GMXd7r9RH94iDhld3UmSjBM6nXWM2TfZTQ==}
0
0
0
0
0
0
2268
engines: {node: '>= 12.0.0'}
2269
cpu: [x64]
2270
os: [darwin]
2271
2272
-
lightningcss-freebsd-x64@1.30.2:
2273
-
resolution: {integrity: sha512-c2bH6xTrf4BDpK8MoGG4Bd6zAMZDAXS569UxCAGcA7IKbHNMlhGQ89eRmvpIUGfKWNVdbhSbkQaWhEoMGmGslA==}
0
0
0
0
0
0
2274
engines: {node: '>= 12.0.0'}
2275
cpu: [x64]
2276
os: [freebsd]
2277
2278
-
lightningcss-linux-arm-gnueabihf@1.30.2:
2279
-
resolution: {integrity: sha512-eVdpxh4wYcm0PofJIZVuYuLiqBIakQ9uFZmipf6LF/HRj5Bgm0eb3qL/mr1smyXIS1twwOxNWndd8z0E374hiA==}
0
0
0
0
0
0
0
0
0
0
0
0
2280
engines: {node: '>= 12.0.0'}
2281
cpu: [arm]
2282
os: [linux]
2283
2284
-
lightningcss-linux-arm64-gnu@1.30.2:
2285
-
resolution: {integrity: sha512-UK65WJAbwIJbiBFXpxrbTNArtfuznvxAJw4Q2ZGlU8kPeDIWEX1dg3rn2veBVUylA2Ezg89ktszWbaQnxD/e3A==}
2286
engines: {node: '>= 12.0.0'}
2287
cpu: [arm64]
2288
os: [linux]
2289
2290
-
lightningcss-linux-arm64-musl@1.30.2:
2291
-
resolution: {integrity: sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA==}
2292
engines: {node: '>= 12.0.0'}
2293
cpu: [arm64]
2294
os: [linux]
2295
2296
-
lightningcss-linux-x64-gnu@1.30.2:
2297
-
resolution: {integrity: sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w==}
0
0
0
0
0
0
0
0
0
0
0
0
2298
engines: {node: '>= 12.0.0'}
2299
cpu: [x64]
2300
os: [linux]
2301
2302
-
lightningcss-linux-x64-musl@1.30.2:
2303
-
resolution: {integrity: sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA==}
2304
engines: {node: '>= 12.0.0'}
2305
cpu: [x64]
2306
os: [linux]
2307
2308
-
lightningcss-win32-arm64-msvc@1.30.2:
2309
-
resolution: {integrity: sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ==}
0
0
0
0
0
0
0
0
0
0
0
0
2310
engines: {node: '>= 12.0.0'}
2311
cpu: [arm64]
2312
os: [win32]
2313
2314
-
lightningcss-win32-x64-msvc@1.30.2:
2315
-
resolution: {integrity: sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw==}
0
0
0
0
0
0
2316
engines: {node: '>= 12.0.0'}
2317
cpu: [x64]
2318
os: [win32]
2319
2320
-
lightningcss@1.30.2:
2321
-
resolution: {integrity: sha512-utfs7Pr5uJyyvDETitgsaqSyjCb2qNRAtuqUeWIAKztsOYdcACf2KtARYXg2pSvhkt+9NfoaNY7fxjl6nuMjIQ==}
0
0
0
0
0
0
0
0
0
0
2322
engines: {node: '>= 12.0.0'}
2323
2324
lilconfig@2.1.0:
2325
-
resolution: {integrity: sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==}
2326
engines: {node: '>=10'}
2327
2328
linebreak@1.1.0:
2329
-
resolution: {integrity: sha512-MHp03UImeVhB7XZtjd0E4n6+3xr5Dq/9xI/5FptGk5FrbDR3zagPa2DS6U8ks/3HjbKWG9Q1M2ufOzxV2qLYSQ==}
2330
2331
link-preview-js@4.0.0:
2332
-
resolution: {integrity: sha512-KYYiMVOAguIFNdoVGVjd+6cgknv5XHbr1IuRdj3T5EkN7JNaqUh4a1NSCi5FX6zyZzILI55OQA6+YxBAcPY2wA==}
2333
engines: {node: '>=18'}
2334
2335
linkify-it@5.0.0:
2336
-
resolution: {integrity: sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==}
2337
2338
linkifyjs@4.3.2:
2339
-
resolution: {integrity: sha512-NT1CJtq3hHIreOianA8aSXn6Cw0JzYOuDQbOrSPe7gqFnCpKP++MQe3ODgO3oh2GJFORkAAdqredOa60z63GbA==}
2340
2341
loadjs@4.3.0:
2342
-
resolution: {integrity: sha512-vNX4ZZLJBeDEOBvdr2v/F+0aN5oMuPu7JTqrMwp+DtgK+AryOlpy6Xtm2/HpNr+azEa828oQjOtWsB6iDtSfSQ==}
2343
2344
locate-character@3.0.0:
2345
-
resolution: {integrity: sha512-SW13ws7BjaeJ6p7Q6CO2nchbYEc3X3J6WrmTTDto7yMPqVSZTUyY5Tjbid+Ab8gLnATtygYtiDIJGQRRn2ZOiA==}
2346
2347
locate-path@6.0.0:
2348
-
resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==}
2349
engines: {node: '>=10'}
2350
2351
-
lodash.merge@4.6.2:
2352
-
resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==}
2353
-
2354
loose-envify@1.4.0:
2355
-
resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==}
2356
hasBin: true
2357
2358
lowlight@3.3.0:
2359
-
resolution: {integrity: sha512-0JNhgFoPvP6U6lE/UdVsSq99tn6DhjjpAj5MxG49ewd2mOBVtwWYIT8ClyABhq198aXXODMU6Ox8DrGy/CpTZQ==}
2360
2361
lz-string@1.5.0:
2362
-
resolution: {integrity: sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==}
2363
hasBin: true
2364
2365
maath@0.10.8:
2366
-
resolution: {integrity: sha512-tRvbDF0Pgqz+9XUa4jjfgAQ8/aPKmQdWXilFu2tMy4GWj4NOsx99HlULO4IeREfbO3a0sA145DZYyvXPkybm0g==}
2367
peerDependencies:
2368
'@types/three': '>=0.134.0'
2369
three: '>=0.134.0'
2370
2371
magic-string@0.30.21:
2372
-
resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
2373
2374
-
maplibre-gl@5.17.0:
2375
-
resolution: {integrity: sha512-gwS6NpXBfWD406dtT5YfEpl2hmpMm+wcPqf04UAez/TxY1OBjiMdK2ZoMGcNIlGHelKc4+Uet6zhDdDEnlJVHA==}
2376
engines: {node: '>=16.14.0', npm: '>=8.1.0'}
2377
2378
-
markdown-it@14.1.0:
2379
-
resolution: {integrity: sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==}
2380
hasBin: true
2381
2382
-
marked@17.0.1:
2383
-
resolution: {integrity: sha512-boeBdiS0ghpWcSwoNm/jJBwdpFaMnZWRzjA6SkUMYb40SVaN1x7mmfGKp0jvexGcx+7y2La5zRZsYFZI6Qpypg==}
2384
engines: {node: '>= 20'}
2385
hasBin: true
2386
2387
mdurl@2.0.0:
2388
-
resolution: {integrity: sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==}
2389
2390
-
meshoptimizer@0.18.1:
2391
-
resolution: {integrity: sha512-ZhoIoL7TNV4s5B6+rx5mC//fw8/POGyNxS/DZyCJeiZ12ScLfVwRE/GfsxwiTkMYYD5DmK2/JXnEVXqL4rF+Sw==}
2392
2393
mini-svg-data-uri@1.4.4:
2394
-
resolution: {integrity: sha512-r9deDe9p5FJUPZAk3A59wGH7Ii9YrjjWw0jmw/liSbHl2CHiyXj6FcDXDu2K3TjVAXqiJdaw3xxwlZZr9E6nHg==}
2395
hasBin: true
2396
2397
-
miniflare@4.20260120.0:
2398
-
resolution: {integrity: sha512-XXZyE2pDKMtP5OLuv0LPHEAzIYhov4jrYjcqrhhqtxGGtXneWOHvXIPo+eV8sqwqWd3R7j4DlEKcyb+87BR49Q==}
2399
engines: {node: '>=18.0.0'}
2400
hasBin: true
2401
2402
-
minimatch@3.1.2:
2403
-
resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
2404
-
2405
-
minimatch@9.0.5:
2406
-
resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==}
2407
-
engines: {node: '>=16 || 14 >=14.17'}
2408
2409
minimist@1.2.8:
2410
-
resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==}
2411
2412
mitt@3.0.1:
2413
-
resolution: {integrity: sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==}
2414
2415
-
mlly@1.8.0:
2416
-
resolution: {integrity: sha512-l8D9ODSRWLe2KHJSifWGwBqpTZXIXTeo8mlKjY+E2HAakaTeNpqAyBZ8GSqLzHgw4XmHmC8whvpjJNMbFZN7/g==}
2417
2418
mode-watcher@1.1.0:
2419
-
resolution: {integrity: sha512-mUT9RRGPDYenk59qJauN1rhsIMKBmWA3xMF+uRwE8MW/tjhaDSCCARqkSuDTq8vr4/2KcAxIGVjACxTjdk5C3g==}
2420
peerDependencies:
2421
svelte: ^5.27.0
2422
2423
mri@1.2.0:
2424
-
resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==}
2425
engines: {node: '>=4'}
2426
2427
mrmime@2.0.1:
2428
-
resolution: {integrity: sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==}
2429
engines: {node: '>=10'}
2430
2431
ms@2.1.3:
2432
-
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
2433
-
2434
-
multiformats@9.9.0:
2435
-
resolution: {integrity: sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==}
2436
2437
murmurhash-js@1.0.0:
2438
-
resolution: {integrity: sha512-TvmkNhkv8yct0SVBSy+o8wYzXjE4Zz3PCesbfs8HiCXXdcTuocApFv11UWlNFWKYsP2okqrhb7JNlSm9InBhIw==}
2439
2440
nanoid@3.3.11:
2441
-
resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
2442
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
2443
hasBin: true
2444
2445
nanoid@5.1.6:
2446
-
resolution: {integrity: sha512-c7+7RQ+dMB5dPwwCp4ee1/iV/q2P6aK1mTZcfr1BTuVlyW9hJYiMPybJCcnBlQtuSmTIWNeazm/zqNoZSSElBg==}
2447
engines: {node: ^18 || >=20}
2448
hasBin: true
2449
2450
natural-compare@1.4.0:
2451
-
resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==}
2452
-
2453
-
node-gyp-build@4.8.4:
2454
-
resolution: {integrity: sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==}
2455
-
hasBin: true
2456
2457
nth-check@2.1.1:
2458
-
resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==}
2459
2460
-
number-flow@0.5.9:
2461
-
resolution: {integrity: sha512-o3102c/4qRd6eV4n+rw6B/UP8+FosbhIxj4uA6GsjhryrGZRVtCtKIKEeBiOwUV52cUGJneeu0treELcV7U/lw==}
2462
2463
object-assign@4.1.1:
2464
-
resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==}
2465
engines: {node: '>=0.10.0'}
2466
2467
obug@2.1.1:
2468
-
resolution: {integrity: sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==}
2469
2470
optionator@0.9.4:
2471
-
resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==}
2472
engines: {node: '>= 0.8.0'}
2473
2474
orderedmap@2.1.1:
2475
-
resolution: {integrity: sha512-TvAWxi0nDe1j/rtMcWcIj94+Ffe6n7zhow33h40SKxmsmozs6dz/e+EajymfoFcHd7sxNn8yHM8839uixMOV6g==}
2476
2477
p-limit@3.1.0:
2478
-
resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==}
2479
engines: {node: '>=10'}
2480
2481
p-locate@5.0.0:
2482
-
resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==}
2483
engines: {node: '>=10'}
2484
2485
pako@0.2.9:
2486
-
resolution: {integrity: sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA==}
2487
-
2488
-
parent-module@1.0.1:
2489
-
resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==}
2490
-
engines: {node: '>=6'}
2491
2492
parse-css-color@0.2.1:
2493
-
resolution: {integrity: sha512-bwS/GGIFV3b6KS4uwpzCFj4w297Yl3uqnSgIPsoQkx7GMLROXfMnWvxfNkL0oh8HVhZA4hvJoEoEIqonfJ3BWg==}
2494
2495
parse5-htmlparser2-tree-adapter@7.1.0:
2496
-
resolution: {integrity: sha512-ruw5xyKs6lrpo9x9rCZqZZnIUntICjQAd0Wsmp396Ul9lN/h+ifgVV1x1gZHi8euej6wTfpqX8j+BFQxF0NS/g==}
2497
2498
parse5-parser-stream@7.1.2:
2499
-
resolution: {integrity: sha512-JyeQc9iwFLn5TbvvqACIF/VXG6abODeB3Fwmv/TGdLk2LfbWkaySGY72at4+Ty7EkPZj854u4CrICqNk2qIbow==}
2500
2501
parse5@7.3.0:
2502
-
resolution: {integrity: sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==}
2503
2504
path-exists@4.0.0:
2505
-
resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==}
2506
engines: {node: '>=8'}
2507
2508
path-key@3.1.1:
2509
-
resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
2510
engines: {node: '>=8'}
2511
2512
path-to-regexp@6.3.0:
2513
-
resolution: {integrity: sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==}
2514
2515
pathe@2.0.3:
2516
-
resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==}
2517
2518
pbf@4.0.1:
2519
-
resolution: {integrity: sha512-SuLdBvS42z33m8ejRbInMapQe8n0D3vN/Xd5fmWM3tufNgRQFBpaW2YVJxQZV4iPNqb0vEFvssMEo5w9c6BTIA==}
2520
hasBin: true
2521
2522
-
perfect-freehand@1.2.2:
2523
-
resolution: {integrity: sha512-eh31l019WICQ03pkF3FSzHxB8n07ItqIQ++G5UV8JX0zVOXzgTGCqnRR0jJ2h9U8/2uW4W4mtGJELt9kEV0CFQ==}
2524
2525
picocolors@1.1.1:
2526
-
resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
2527
2528
picomatch@4.0.3:
2529
-
resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==}
2530
engines: {node: '>=12'}
2531
2532
pkg-types@1.3.1:
2533
-
resolution: {integrity: sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==}
2534
2535
pkg-types@2.3.0:
2536
-
resolution: {integrity: sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==}
2537
2538
plyr@3.8.4:
2539
-
resolution: {integrity: sha512-DrzLbK9Wol3zeiuZCleD9aUOl0KAaBHR9H6WVVVYPZ4Ya+LYxUFTgSF1jooHcMQCv96Ws96wCaZzIoP3bES8pQ==}
2540
2541
postcss-load-config@3.1.4:
2542
-
resolution: {integrity: sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==}
2543
engines: {node: '>= 10'}
2544
peerDependencies:
2545
postcss: '>=8.0.9'
···
2551
optional: true
2552
2553
postcss-safe-parser@7.0.1:
2554
-
resolution: {integrity: sha512-0AioNCJZ2DPYz5ABT6bddIqlhgwhpHZ/l65YAYo0BCIn0xiDpsnTHz0gnoTGk0OXZW0JRs+cDwL8u/teRdz+8A==}
2555
engines: {node: '>=18.0'}
2556
peerDependencies:
2557
postcss: ^8.4.31
2558
2559
postcss-scss@4.0.9:
2560
-
resolution: {integrity: sha512-AjKOeiwAitL/MXxQW2DliT28EKukvvbEWx3LBmJIRN8KfBGZbRTxNYW0kSqi1COiTZ57nZ9NW06S6ux//N1c9A==}
2561
engines: {node: '>=12.0'}
2562
peerDependencies:
2563
postcss: ^8.4.29
2564
2565
postcss-selector-parser@6.0.10:
2566
-
resolution: {integrity: sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==}
2567
engines: {node: '>=4'}
2568
2569
postcss-selector-parser@7.1.1:
2570
-
resolution: {integrity: sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==}
2571
engines: {node: '>=4'}
2572
2573
postcss-value-parser@4.2.0:
2574
-
resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==}
2575
2576
-
postcss@8.5.6:
2577
-
resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==}
2578
engines: {node: ^10 || ^12 || >=14}
2579
2580
potpack@2.1.0:
2581
-
resolution: {integrity: sha512-pcaShQc1Shq0y+E7GqJqvZj8DTthWV1KeHGdi0Z6IAin2Oi3JnLCOfwnCo84qc+HAp52wT9nK9H7FAJp5a44GQ==}
2582
2583
prelude-ls@1.2.1:
2584
-
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
2585
engines: {node: '>= 0.8.0'}
2586
2587
-
prettier-plugin-svelte@3.4.1:
2588
-
resolution: {integrity: sha512-xL49LCloMoZRvSwa6IEdN2GV6cq2IqpYGstYtMT+5wmml1/dClEoI0MZR78MiVPpu6BdQFfN0/y73yO6+br5Pg==}
2589
peerDependencies:
2590
prettier: ^3.0.0
2591
svelte: ^3.2.0 || ^4.0.0-next.0 || ^5.0.0-next.0
2592
2593
prettier-plugin-tailwindcss@0.7.2:
2594
-
resolution: {integrity: sha512-LkphyK3Fw+q2HdMOoiEHWf93fNtYJwfamoKPl7UwtjFQdei/iIBoX11G6j706FzN3ymX9mPVi97qIY8328vdnA==}
2595
engines: {node: '>=20.19'}
2596
peerDependencies:
2597
'@ianvs/prettier-plugin-sort-imports': '*'
···
2646
optional: true
2647
2648
prettier@3.8.1:
2649
-
resolution: {integrity: sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==}
2650
engines: {node: '>=14'}
2651
hasBin: true
2652
2653
prop-types@15.8.1:
2654
-
resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==}
2655
2656
-
prosemirror-changeset@2.3.1:
2657
-
resolution: {integrity: sha512-j0kORIBm8ayJNl3zQvD1TTPHJX3g042et6y/KQhZhnPrruO8exkTgG8X+NRpj7kIyMMEx74Xb3DyMIBtO0IKkQ==}
2658
2659
prosemirror-collab@1.3.1:
2660
-
resolution: {integrity: sha512-4SnynYR9TTYaQVXd/ieUvsVV4PDMBzrq2xPUWutHivDuOshZXqQ5rGbZM84HEaXKbLdItse7weMGOUdDVcLKEQ==}
2661
2662
prosemirror-commands@1.7.1:
2663
-
resolution: {integrity: sha512-rT7qZnQtx5c0/y/KlYaGvtG411S97UaL6gdp6RIZ23DLHanMYLyfGBV5DtSnZdthQql7W+lEVbpSfwtO8T+L2w==}
2664
2665
prosemirror-dropcursor@1.8.2:
2666
-
resolution: {integrity: sha512-CCk6Gyx9+Tt2sbYk5NK0nB1ukHi2ryaRgadV/LvyNuO3ena1payM2z6Cg0vO1ebK8cxbzo41ku2DE5Axj1Zuiw==}
2667
2668
-
prosemirror-gapcursor@1.4.0:
2669
-
resolution: {integrity: sha512-z00qvurSdCEWUIulij/isHaqu4uLS8r/Fi61IbjdIPJEonQgggbJsLnstW7Lgdk4zQ68/yr6B6bf7sJXowIgdQ==}
2670
2671
prosemirror-history@1.5.0:
2672
-
resolution: {integrity: sha512-zlzTiH01eKA55UAf1MEjtssJeHnGxO0j4K4Dpx+gnmX9n+SHNlDqI2oO1Kv1iPN5B1dm5fsljCfqKF9nFL6HRg==}
2673
2674
prosemirror-inputrules@1.5.1:
2675
-
resolution: {integrity: sha512-7wj4uMjKaXWAQ1CDgxNzNtR9AlsuwzHfdFH1ygEHA2KHF2DOEaXl1CJfNPAKCg9qNEh4rum975QLaCiQPyY6Fw==}
2676
2677
prosemirror-keymap@1.2.3:
2678
-
resolution: {integrity: sha512-4HucRlpiLd1IPQQXNqeo81BGtkY8Ai5smHhKW9jjPKRc2wQIxksg7Hl1tTI2IfT2B/LgX6bfYvXxEpJl7aKYKw==}
2679
2680
-
prosemirror-markdown@1.13.3:
2681
-
resolution: {integrity: sha512-3E+Et6cdXIH0EgN2tGYQ+EBT7N4kMiZFsW+hzx+aPtOmADDHWCdd2uUQb7yklJrfUYUOjEEu22BiN6UFgPe4cQ==}
2682
2683
-
prosemirror-menu@1.2.5:
2684
-
resolution: {integrity: sha512-qwXzynnpBIeg1D7BAtjOusR+81xCp53j7iWu/IargiRZqRjGIlQuu1f3jFi+ehrHhWMLoyOQTSRx/IWZJqOYtQ==}
2685
2686
prosemirror-model@1.25.4:
2687
-
resolution: {integrity: sha512-PIM7E43PBxKce8OQeezAs9j4TP+5yDpZVbuurd1h5phUxEKIu+G2a+EUZzIC5nS1mJktDJWzbqS23n1tsAf5QA==}
2688
2689
prosemirror-schema-basic@1.2.4:
2690
-
resolution: {integrity: sha512-ELxP4TlX3yr2v5rM7Sb70SqStq5NvI15c0j9j/gjsrO5vaw+fnnpovCLEGIcpeGfifkuqJwl4fon6b+KdrODYQ==}
2691
2692
prosemirror-schema-list@1.5.1:
2693
-
resolution: {integrity: sha512-927lFx/uwyQaGwJxLWCZRkjXG0p48KpMj6ueoYiu4JX05GGuGcgzAy62dfiV8eFZftgyBUvLx76RsMe20fJl+Q==}
2694
2695
prosemirror-state@1.4.4:
2696
-
resolution: {integrity: sha512-6jiYHH2CIGbCfnxdHbXZ12gySFY/fz/ulZE333G6bPqIZ4F+TXo9ifiR86nAHpWnfoNjOb3o5ESi7J8Uz1jXHw==}
2697
2698
prosemirror-tables@1.8.5:
2699
-
resolution: {integrity: sha512-V/0cDCsHKHe/tfWkeCmthNUcEp1IVO3p6vwN8XtwE9PZQLAZJigbw3QoraAdfJPir4NKJtNvOB8oYGKRl+t0Dw==}
2700
2701
prosemirror-trailing-node@3.0.0:
2702
-
resolution: {integrity: sha512-xiun5/3q0w5eRnGYfNlW1uU9W6x5MoFKWwq/0TIRgt09lv7Hcser2QYV8t4muXbEr+Fwo0geYn79Xs4GKywrRQ==}
2703
peerDependencies:
2704
prosemirror-model: ^1.22.1
2705
prosemirror-state: ^1.4.2
2706
prosemirror-view: ^1.33.8
2707
2708
prosemirror-transform@1.11.0:
2709
-
resolution: {integrity: sha512-4I7Ce4KpygXb9bkiPS3hTEk4dSHorfRw8uI0pE8IhxlK2GXsqv5tIA7JUSxtSu7u8APVOTtbUBxTmnHIxVkIJw==}
2710
2711
-
prosemirror-view@1.41.5:
2712
-
resolution: {integrity: sha512-UDQbIPnDrjE8tqUBbPmCOZgtd75htE6W3r0JCmY9bL6W1iemDM37MZEKC49d+tdQ0v/CKx4gjxLoLsfkD2NiZA==}
2713
2714
protocol-buffers-schema@3.6.0:
2715
-
resolution: {integrity: sha512-TdDRD+/QNdrCGCE7v8340QyuXd4kIWIgapsE2+n/SaGiSSbomYl4TjHlvIoCWRpE7wFt02EpB35VVA2ImcBVqw==}
2716
2717
punycode.js@2.3.1:
2718
-
resolution: {integrity: sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==}
2719
engines: {node: '>=6'}
2720
2721
punycode@2.3.1:
2722
-
resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
2723
engines: {node: '>=6'}
2724
2725
qr-code-styling@1.9.2:
2726
-
resolution: {integrity: sha512-RgJaZJ1/RrXJ6N0j7a+pdw3zMBmzZU4VN2dtAZf8ZggCfRB5stEQ3IoDNGaNhYY3nnZKYlYSLl5YkfWN5dPutg==}
2727
engines: {node: '>=18.18.0'}
2728
2729
qrcode-generator@1.5.2:
2730
-
resolution: {integrity: sha512-pItrW0Z9HnDBnFmgiNrY1uxRdri32Uh9EjNYLPVC2zZ3ZRIIEqBoDgm4DkvDwNNDHTK7FNkmr8zAa77BYc9xNw==}
2731
2732
quickselect@3.0.0:
2733
-
resolution: {integrity: sha512-XdjUArbK4Bm5fLLvlm5KpTFOiOThgfWWI4axAZDWg4E/0mKdZyI9tNEfds27qCi1ze/vwTR16kvmmGhRra3c2g==}
2734
2735
rangetouch@2.0.1:
2736
-
resolution: {integrity: sha512-sln+pNSc8NGaHoLzwNBssFSf/rSYkqeBXzX1AtJlkJiUaVSJSbRAWJk+4omsXkN+EJalzkZhWQ3th1m0FpR5xA==}
2737
2738
react-dom@19.2.4:
2739
-
resolution: {integrity: sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==}
2740
peerDependencies:
2741
react: ^19.2.4
2742
2743
react-draggable@4.5.0:
2744
-
resolution: {integrity: sha512-VC+HBLEZ0XJxnOxVAZsdRi8rD04Iz3SiiKOoYzamjylUcju/hP9np/aZdLHf/7WOD268WMoNJMvYfB5yAK45cw==}
2745
peerDependencies:
2746
react: '>= 16.3.0'
2747
react-dom: '>= 16.3.0'
2748
2749
react-grid-layout@2.2.2:
2750
-
resolution: {integrity: sha512-yNo9pxQWoxHWRAwHGSVT4DEGELYPyQ7+q9lFclb5jcqeFzva63/2F72CryS/jiTIr/SBIlTaDdyjqH+ODg8oBw==}
2751
peerDependencies:
2752
react: '>= 16.3.0'
2753
react-dom: '>= 16.3.0'
2754
2755
react-is@16.13.1:
2756
-
resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==}
2757
2758
react-resizable@3.1.3:
2759
-
resolution: {integrity: sha512-liJBNayhX7qA4tBJiBD321FDhJxgGTJ07uzH5zSORXoE8h7PyEZ8mLqmosST7ppf6C4zUsbd2gzDMmBCfFp9Lw==}
2760
peerDependencies:
2761
react: '>= 16.3'
2762
react-dom: '>= 16.3'
2763
2764
react@19.2.4:
2765
-
resolution: {integrity: sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==}
2766
engines: {node: '>=0.10.0'}
2767
2768
readdirp@4.1.2:
2769
-
resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==}
2770
engines: {node: '>= 14.18.0'}
2771
2772
regexparam@3.0.0:
2773
-
resolution: {integrity: sha512-RSYAtP31mvYLkAHrOlh25pCNQ5hWnT106VukGaaFfuJrZFkGRX5GhUAdPqpSDXxOhA2c4akmRuplv1mRqnBn6Q==}
2774
engines: {node: '>=8'}
2775
2776
require-from-string@2.0.2:
2777
-
resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==}
2778
engines: {node: '>=0.10.0'}
2779
2780
resize-observer-polyfill@1.5.1:
2781
-
resolution: {integrity: sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==}
2782
-
2783
-
resolve-from@4.0.0:
2784
-
resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==}
2785
-
engines: {node: '>=4'}
2786
2787
resolve-protobuf-schema@2.1.0:
2788
-
resolution: {integrity: sha512-kI5ffTiZWmJaS/huM8wZfEMer1eRd7oJQhDuxeCLe3t7N7mX3z94CN0xPxBQxFYQTSNz9T0i+v6inKqSdK8xrQ==}
2789
2790
-
rollup@4.56.0:
2791
-
resolution: {integrity: sha512-9FwVqlgUHzbXtDg9RCMgodF3Ua4Na6Gau+Sdt9vyCN4RhHfVKX2DCHy3BjMLTDd47ITDhYAnTwGulWTblJSDLg==}
2792
-
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
2793
hasBin: true
2794
2795
rope-sequence@1.3.4:
2796
-
resolution: {integrity: sha512-UT5EDe2cu2E/6O4igUr5PSFs23nvvukicWHx6GnOPlHAiiYbzNuCRQCuiUdHJQcqKalLKlrYJnjY0ySGsXNQXQ==}
2797
2798
runed@0.23.4:
2799
-
resolution: {integrity: sha512-9q8oUiBYeXIDLWNK5DfCWlkL0EW3oGbk845VdKlPeia28l751VpfesaB/+7pI6rnbx1I6rqoZ2fZxptOJLxILA==}
2800
peerDependencies:
2801
svelte: ^5.7.0
2802
2803
runed@0.25.0:
2804
-
resolution: {integrity: sha512-7+ma4AG9FT2sWQEA0Egf6mb7PBT2vHyuHail1ie8ropfSjvZGtEAx8YTmUjv/APCsdRRxEVvArNjALk9zFSOrg==}
2805
peerDependencies:
2806
svelte: ^5.7.0
2807
2808
runed@0.28.0:
2809
-
resolution: {integrity: sha512-k2xx7RuO9hWcdd9f+8JoBeqWtYrm5CALfgpkg2YDB80ds/QE4w0qqu34A7fqiAwiBBSBQOid7TLxwxVC27ymWQ==}
2810
peerDependencies:
2811
svelte: ^5.7.0
2812
2813
runed@0.35.1:
2814
-
resolution: {integrity: sha512-2F4Q/FZzbeJTFdIS/PuOoPRSm92sA2LhzTnv6FXhCoENb3huf5+fDuNOg1LNvGOouy3u/225qxmuJvcV3IZK5Q==}
2815
peerDependencies:
2816
'@sveltejs/kit': ^2.21.0
2817
svelte: ^5.7.0
···
2820
optional: true
2821
2822
rw@1.3.3:
2823
-
resolution: {integrity: sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ==}
2824
2825
sade@1.8.1:
2826
-
resolution: {integrity: sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==}
2827
engines: {node: '>=6'}
2828
2829
safer-buffer@2.1.2:
2830
-
resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
2831
2832
satori-html@0.3.2:
2833
-
resolution: {integrity: sha512-wjTh14iqADFKDK80e51/98MplTGfxz2RmIzh0GqShlf4a67+BooLywF17TvJPD6phO0Hxm7Mf1N5LtRYvdkYRA==}
2834
2835
satori@0.10.14:
2836
-
resolution: {integrity: sha512-abovcqmwl97WKioxpkfuMeZmndB1TuDFY/R+FymrZyiGP+pMYomvgSzVPnbNMWHHESOPosVHGL352oFbdAnJcA==}
2837
engines: {node: '>=16'}
2838
2839
scheduler@0.27.0:
2840
-
resolution: {integrity: sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==}
2841
2842
-
semver@7.7.3:
2843
-
resolution: {integrity: sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==}
2844
engines: {node: '>=10'}
2845
hasBin: true
2846
2847
-
set-cookie-parser@2.7.2:
2848
-
resolution: {integrity: sha512-oeM1lpU/UvhTxw+g3cIfxXHyJRc/uidd3yK1P242gzHds0udQBYzs3y8j4gCCW+ZJ7ad0yctld8RYO+bdurlvw==}
2849
2850
sharp@0.34.5:
2851
-
resolution: {integrity: sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==}
2852
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
2853
2854
shebang-command@2.0.0:
2855
-
resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
2856
engines: {node: '>=8'}
2857
2858
shebang-regex@3.0.0:
2859
-
resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
2860
engines: {node: '>=8'}
2861
2862
-
simple-icons@16.6.0:
2863
-
resolution: {integrity: sha512-lzSVlAhflhwud7EprwSalbCpHKpculOfaAk1P+S3QajO1bHG5nqwI1VeGnn4rwaE4xSSSKDsOFFL0XfIDv5iIQ==}
2864
engines: {node: '>=0.12.18'}
2865
2866
sirv@3.0.2:
2867
-
resolution: {integrity: sha512-2wcC/oGxHis/BoHkkPwldgiPSYcpZK3JU28WoMVv55yHJgcZ8rlXvuG9iZggz+sU1d4bRgIGASwyWqjxu3FM0g==}
2868
engines: {node: '>=18'}
2869
2870
source-map-js@1.2.1:
2871
-
resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
2872
engines: {node: '>=0.10.0'}
2873
2874
std-env@3.10.0:
2875
-
resolution: {integrity: sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==}
2876
2877
string.prototype.codepointat@0.2.1:
2878
-
resolution: {integrity: sha512-2cBVCj6I4IOvEnjgO/hWqXjqBGsY+zwPmHl12Srk9IXSZ56Jwwmy+66XO5Iut/oQVR7t5ihYdLB0GMa4alEUcg==}
2879
-
2880
-
strip-json-comments@3.1.1:
2881
-
resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
2882
-
engines: {node: '>=8'}
2883
2884
style-to-object@1.0.14:
2885
-
resolution: {integrity: sha512-LIN7rULI0jBscWQYaSswptyderlarFkjQ+t79nzty8tcIAceVomEVlLzH5VP4Cmsv6MtKhs7qaAiwlcp+Mgaxw==}
2886
2887
supercluster@8.0.1:
2888
-
resolution: {integrity: sha512-IiOea5kJ9iqzD2t7QJq/cREyLHTtSmUT6gQsweojg9WH2sYJqZK9SswTu6jrscO6D1G5v5vYZ9ru/eq85lXeZQ==}
2889
2890
supports-color@10.2.2:
2891
-
resolution: {integrity: sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==}
2892
engines: {node: '>=18'}
2893
-
2894
-
supports-color@7.2.0:
2895
-
resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
2896
-
engines: {node: '>=8'}
2897
2898
svelte-boring-avatars@1.2.6:
2899
-
resolution: {integrity: sha512-8+Z1DhsMUVI/V/5ik00Arw0PgbJcMdhTXq3YGqccBc5bYFeceCtMEMB0aWGhi8xFV+0aqZbWvS89Hcj16LlfHA==}
2900
2901
-
svelte-check@4.3.5:
2902
-
resolution: {integrity: sha512-e4VWZETyXaKGhpkxOXP+B/d0Fp/zKViZoJmneZWe/05Y2aqSKj3YN2nLfYPJBQ87WEiY4BQCQ9hWGu9mPT1a1Q==}
2903
engines: {node: '>= 18.0.0'}
2904
hasBin: true
2905
peerDependencies:
2906
svelte: ^4.0.0 || ^5.0.0-next.0
2907
typescript: '>=5.0.0'
2908
2909
-
svelte-eslint-parser@1.4.1:
2910
-
resolution: {integrity: sha512-1eqkfQ93goAhjAXxZiu1SaKI9+0/sxp4JIWQwUpsz7ybehRE5L8dNuz7Iry7K22R47p5/+s9EM+38nHV2OlgXA==}
2911
-
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0, pnpm: 10.24.0}
2912
peerDependencies:
2913
svelte: ^3.37.0 || ^4.0.0 || ^5.0.0
2914
peerDependenciesMeta:
···
2916
optional: true
2917
2918
svelte-maplibre-gl@1.0.3:
2919
-
resolution: {integrity: sha512-pGZMLN5EcJoe6lREyaY2lsbkvrnKjIGHJRM2ijN+TUDeJbV9oecjBxbDXQZd8b5X4JJztSG915L731dFdhhSwA==}
2920
peerDependencies:
2921
maplibre-gl: ^5.0.0 || ^4.0.0
2922
svelte: '>=5.0.0'
2923
2924
-
svelte-sonner@0.3.28:
2925
-
resolution: {integrity: sha512-K3AmlySeFifF/cKgsYNv5uXqMVNln0NBAacOYgmkQStLa/UoU0LhfAACU6Gr+YYC8bOCHdVmFNoKuDbMEsppJg==}
2926
-
peerDependencies:
2927
-
svelte: ^3.0.0 || ^4.0.0 || ^5.0.0-next.1
2928
-
2929
-
svelte-sonner@1.0.7:
2930
-
resolution: {integrity: sha512-1EUFYmd7q/xfs2qCHwJzGPh9n5VJ3X6QjBN10fof2vxgy8fYE7kVfZ7uGnd7i6fQaWIr5KvXcwYXE/cmTEjk5A==}
2931
peerDependencies:
2932
svelte: ^5.0.0
2933
2934
svelte-tiptap@3.0.1:
2935
-
resolution: {integrity: sha512-Vi3kVGOd01f7mslOxGbJB7z2QavdvH+6WffhB+Y5fleTiZaW0YWqIboyO2u/uh4BQeosiINmmuRJ+Qwb7mYP+A==}
2936
peerDependencies:
2937
'@floating-ui/dom': ^1.0.0
2938
'@tiptap/core': ^3.0.0
···
2942
svelte: ^5.0.0
2943
2944
svelte-toolbelt@0.10.6:
2945
-
resolution: {integrity: sha512-YWuX+RE+CnWYx09yseAe4ZVMM7e7GRFZM6OYWpBKOb++s+SQ8RBIMMe+Bs/CznBMc0QPLjr+vDBxTAkozXsFXQ==}
2946
engines: {node: '>=18', pnpm: '>=8.7.0'}
2947
peerDependencies:
2948
svelte: ^5.30.2
2949
2950
svelte-toolbelt@0.7.1:
2951
-
resolution: {integrity: sha512-HcBOcR17Vx9bjaOceUvxkY3nGmbBmCBBbuWLLEWO6jtmWH8f/QoWmbyUfQZrpDINH39en1b8mptfPQT9VKQ1xQ==}
2952
engines: {node: '>=18', pnpm: '>=8.7.0'}
2953
peerDependencies:
2954
svelte: ^5.0.0
2955
2956
-
svelte@5.48.0:
2957
-
resolution: {integrity: sha512-+NUe82VoFP1RQViZI/esojx70eazGF4u0O/9ucqZ4rPcOZD+n5EVp17uYsqwdzjUjZyTpGKunHbDziW6AIAVkQ==}
2958
engines: {node: '>=18'}
2959
2960
tabbable@6.4.0:
2961
-
resolution: {integrity: sha512-05PUHKSNE8ou2dwIxTngl4EzcnsCDZGJ/iCLtDflR/SHB/ny14rXc+qU5P4mG9JkusiV7EivzY9Mhm55AzAvCg==}
2962
2963
-
tailwind-merge@3.0.2:
2964
-
resolution: {integrity: sha512-l7z+OYZ7mu3DTqrL88RiKrKIqO3NcpEO8V/Od04bNpvk0kiIFndGEoqfuzvj4yuhRkHKjRkII2z+KS2HfPcSxw==}
2965
-
2966
-
tailwind-merge@3.4.0:
2967
-
resolution: {integrity: sha512-uSaO4gnW+b3Y2aWoWfFpX62vn2sR3skfhbjsEnaBI81WD1wBLlHZe5sWf0AqjksNdYTbGBEd0UasQMT3SNV15g==}
2968
-
2969
-
tailwind-variants@1.0.0:
2970
-
resolution: {integrity: sha512-2WSbv4ulEEyuBKomOunut65D8UZwxrHoRfYnxGcQNnHqlSCp2+B7Yz2W+yrNDrxRodOXtGD/1oCcKGNBnUqMqA==}
2971
-
engines: {node: '>=16.x', pnpm: '>=7.x'}
2972
-
peerDependencies:
2973
-
tailwindcss: '*'
2974
2975
tailwind-variants@3.2.2:
2976
-
resolution: {integrity: sha512-Mi4kHeMTLvKlM98XPnK+7HoBPmf4gygdFmqQPaDivc3DpYS6aIY6KiG/PgThrGvii5YZJqRsPz0aPyhoFzmZgg==}
2977
engines: {node: '>=16.x', pnpm: '>=7.x'}
2978
peerDependencies:
2979
tailwind-merge: '>=3.0.0'
···
2983
optional: true
2984
2985
tailwindcss-animate@1.0.7:
2986
-
resolution: {integrity: sha512-bl6mpH3T7I3UFxuvDEXLxy/VuFxBk5bbzplh7tXI68mwMokNYd1t9qPBHlnyTwfa4JGC4zP516I1hYYtQ/vspA==}
2987
peerDependencies:
2988
tailwindcss: '>=3.0.0 || insiders'
2989
2990
-
tailwindcss@4.1.18:
2991
-
resolution: {integrity: sha512-4+Z+0yiYyEtUVCScyfHCxOYP06L5Ne+JiHhY2IjR2KWMIWhJOYZKLSGZaP5HkZ8+bY0cxfzwDE5uOmzFXyIwxw==}
2992
2993
tapable@2.3.0:
2994
-
resolution: {integrity: sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==}
2995
engines: {node: '>=6'}
2996
2997
three-instanced-uniforms-mesh@0.52.4:
2998
-
resolution: {integrity: sha512-YwDBy05hfKZQtU+Rp0KyDf9yH4GxfhxMbVt9OYruxdgLfPwmDG5oAbGoW0DrKtKZSM3BfFcCiejiOHCjFBTeng==}
2999
peerDependencies:
3000
three: '>=0.125.0'
3001
3002
-
three-mesh-bvh@0.9.7:
3003
-
resolution: {integrity: sha512-EYSJbykeAjhVxwZjuUYq/kelIbqBoV9sbAgvZ+j1xCgZyNYSkr51WDJWS4WIfK2OX6YcjBGoTicX4RoOVQzx0g==}
3004
peerDependencies:
3005
three: '>= 0.159.0'
3006
3007
three-perf@1.0.11:
3008
-
resolution: {integrity: sha512-OgBpZjwL+csQKGKZjpkH/QHdbGFMxqngMbSEJeSnVNfXDYd6On7WHNv/GhUZH4YxIpNMwMahBWrNnsJvnbSJHQ==}
3009
peerDependencies:
3010
three: '>=0.170'
3011
3012
three-viewport-gizmo@2.2.0:
3013
-
resolution: {integrity: sha512-Jo9Liur1rUmdKk75FZumLU/+hbF+RtJHi1qsKZpntjKlCYScK6tjbYoqvJ9M+IJphrlQJF5oReFW7Sambh0N4Q==}
3014
peerDependencies:
3015
three: '>=0.162.0 <1.0.0'
3016
3017
-
three@0.176.0:
3018
-
resolution: {integrity: sha512-PWRKYWQo23ojf9oZSlRGH8K09q7nRSWx6LY/HF/UUrMdYgN9i1e2OwJYHoQjwc6HF/4lvvYLC5YC1X8UJL2ZpA==}
3019
3020
tiny-inflate@1.0.3:
3021
-
resolution: {integrity: sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==}
3022
3023
tinyglobby@0.2.15:
3024
-
resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==}
3025
engines: {node: '>=12.0.0'}
3026
3027
tinyqueue@3.0.0:
3028
-
resolution: {integrity: sha512-gRa9gwYU3ECmQYv3lslts5hxuIa90veaEcxDYuu3QGOIAEM2mOZkVHp48ANJuu1CURtRdHKUBY5Lm1tHV+sD4g==}
3029
-
3030
-
tlds@1.261.0:
3031
-
resolution: {integrity: sha512-QXqwfEl9ddlGBaRFXIvNKK6OhipSiLXuRuLJX5DErz0o0Q0rYxulWLdFryTkV5PkdZct5iMInwYEGe/eR++1AA==}
3032
-
hasBin: true
3033
3034
totalist@3.0.1:
3035
-
resolution: {integrity: sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==}
3036
engines: {node: '>=6'}
3037
3038
troika-three-text@0.52.4:
3039
-
resolution: {integrity: sha512-V50EwcYGruV5rUZ9F4aNsrytGdKcXKALjEtQXIOBfhVoZU9VAqZNIoGQ3TMiooVqFAbR1w15T+f+8gkzoFzawg==}
3040
peerDependencies:
3041
three: '>=0.125.0'
3042
3043
troika-three-utils@0.52.4:
3044
-
resolution: {integrity: sha512-NORAStSVa/BDiG52Mfudk4j1FG4jC4ILutB3foPnfGbOeIs9+G5vZLa0pnmnaftZUGm4UwSoqEpWdqvC7zms3A==}
3045
peerDependencies:
3046
three: '>=0.125.0'
3047
3048
troika-worker-utils@0.52.0:
3049
-
resolution: {integrity: sha512-W1CpvTHykaPH5brv5VHLfQo9D1OYuo0cSBEUQFFT/nBUzM8iD6Lq2/tgG/f1OelbAS1WtaTPQzE5uM49egnngw==}
3050
3051
ts-api-utils@2.4.0:
3052
-
resolution: {integrity: sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==}
3053
engines: {node: '>=18.12'}
3054
peerDependencies:
3055
typescript: '>=4.8.4'
3056
3057
tslib@2.8.1:
3058
-
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
3059
3060
turndown@7.2.2:
3061
-
resolution: {integrity: sha512-1F7db8BiExOKxjSMU2b7if62D/XOyQyZbPKq/nUwopfgnHlqXHqQ0lvfUTeUIr1lZJzOPFn43dODyMSIfvWRKQ==}
3062
3063
tweakpane@3.1.10:
3064
-
resolution: {integrity: sha512-rqwnl/pUa7+inhI2E9ayGTqqP0EPOOn/wVvSWjZsRbZUItzNShny7pzwL3hVlaN4m9t/aZhsP0aFQ9U5VVR2VQ==}
3065
3066
type-check@0.4.0:
3067
-
resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
3068
engines: {node: '>= 0.8.0'}
3069
3070
-
typescript-eslint@8.53.1:
3071
-
resolution: {integrity: sha512-gB+EVQfP5RDElh9ittfXlhZJdjSU4jUSTyE2+ia8CYyNvet4ElfaLlAIqDvQV9JPknKx0jQH1racTYe/4LaLSg==}
3072
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
3073
peerDependencies:
3074
-
eslint: ^8.57.0 || ^9.0.0
3075
typescript: '>=4.8.4 <6.0.0'
3076
3077
typescript@5.9.3:
3078
-
resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
3079
engines: {node: '>=14.17'}
3080
hasBin: true
3081
3082
uc.micro@2.1.0:
3083
-
resolution: {integrity: sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==}
3084
3085
ufo@1.6.3:
3086
-
resolution: {integrity: sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==}
3087
-
3088
-
uint8arrays@3.0.0:
3089
-
resolution: {integrity: sha512-HRCx0q6O9Bfbp+HHSfQQKD7wU70+lydKVt4EghkdOvlK/NlrF90z+eXV34mUd48rNvVJXwkrMSPpCATkct8fJA==}
3090
3091
ultrahtml@1.6.0:
3092
-
resolution: {integrity: sha512-R9fBn90VTJrqqLDwyMph+HGne8eqY1iPfYhPzZrvKpIfwkWZbcYlfpsb8B9dTvBfpy1/hqAD7Wi8EKfP9e8zdw==}
3093
3094
undici-types@7.16.0:
3095
-
resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==}
3096
3097
undici@7.18.2:
3098
-
resolution: {integrity: sha512-y+8YjDFzWdQlSE9N5nzKMT3g4a5UBX1HKowfdXh0uvAnTaqqwqB92Jt4UXBAeKekDs5IaDKyJFR4X1gYVCgXcw==}
3099
engines: {node: '>=20.18.1'}
3100
3101
-
undici@7.19.0:
3102
-
resolution: {integrity: sha512-Heho1hJD81YChi+uS2RkSjcVO+EQLmLSyUlHyp7Y/wFbxQaGb4WXVKD073JytrjXJVkSZVzoE2MCSOKugFGtOQ==}
3103
engines: {node: '>=20.18.1'}
3104
3105
unenv@2.0.0-rc.24:
3106
-
resolution: {integrity: sha512-i7qRCmY42zmCwnYlh9H2SvLEypEFGye5iRmEMKjcGi7zk9UquigRjFtTLz0TYqr0ZGLZhaMHl/foy1bZR+Cwlw==}
3107
3108
unicode-segmenter@0.14.5:
3109
-
resolution: {integrity: sha512-jHGmj2LUuqDcX3hqY12Ql+uhUTn8huuxNZGq7GvtF6bSybzH3aFgedYu/KTzQStEgt1Ra2F3HxadNXsNjb3m3g==}
3110
3111
unicode-trie@2.0.0:
3112
-
resolution: {integrity: sha512-x7bc76x0bm4prf1VLg79uhAzKw8DVboClSN5VxJuQ+LKDOVEW9CdH+VY7SP+vX7xCYQqzzgQpFqz15zeLvAtZQ==}
3113
3114
unwasm@0.5.3:
3115
-
resolution: {integrity: sha512-keBgTSfp3r6+s9ZcSma+0chwxQdmLbB5+dAD9vjtB21UTMYuKAxHXCU1K2CbCtnP09EaWeRvACnXk0EJtUx+hw==}
3116
3117
uri-js@4.4.1:
3118
-
resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==}
3119
3120
url-polyfill@1.1.14:
3121
-
resolution: {integrity: sha512-p4f3TTAG6ADVF3mwbXw7hGw+QJyw5CnNGvYh5fCuQQZIiuKUswqcznyV3pGDP9j0TSmC4UvRKm8kl1QsX1diiQ==}
3122
3123
util-deprecate@1.0.2:
3124
-
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
3125
3126
-
vite@7.3.1:
3127
-
resolution: {integrity: sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==}
3128
engines: {node: ^20.19.0 || >=22.12.0}
3129
hasBin: true
3130
peerDependencies:
3131
'@types/node': ^20.19.0 || >=22.12.0
0
0
3132
jiti: '>=1.21.0'
3133
less: ^4.0.0
3134
-
lightningcss: ^1.21.0
3135
sass: ^1.70.0
3136
sass-embedded: ^1.70.0
3137
stylus: '>=0.54.8'
···
3142
peerDependenciesMeta:
3143
'@types/node':
3144
optional: true
0
0
0
0
3145
jiti:
3146
optional: true
3147
less:
3148
-
optional: true
3149
-
lightningcss:
3150
optional: true
3151
sass:
3152
optional: true
···
3163
yaml:
3164
optional: true
3165
3166
-
vitefu@1.1.1:
3167
-
resolution: {integrity: sha512-B/Fegf3i8zh0yFbpzZ21amWzHmuNlLlmJT6n7bu5e+pCHUKQIfXSYokrqOBGEMMe9UG2sostKQF9mml/vYaWJQ==}
3168
peerDependencies:
3169
-
vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0-beta.0
3170
peerDependenciesMeta:
3171
vite:
3172
optional: true
3173
3174
w3c-keyname@2.2.8:
3175
-
resolution: {integrity: sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ==}
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
3176
3177
webgl-sdf-generator@1.1.1:
3178
-
resolution: {integrity: sha512-9Z0JcMTFxeE+b2x1LJTdnaT8rT8aEp7MVxkNwoycNmJWwPdzoXzMh0BjJSh/AEFP+KPYZUli814h8bJZFIZ2jA==}
3179
3180
whatwg-encoding@3.1.1:
3181
-
resolution: {integrity: sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==}
3182
engines: {node: '>=18'}
3183
deprecated: Use @exodus/bytes instead for a more spec-conformant and faster implementation
3184
3185
whatwg-mimetype@4.0.0:
3186
-
resolution: {integrity: sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==}
3187
engines: {node: '>=18'}
3188
3189
which@2.0.2:
3190
-
resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
3191
engines: {node: '>= 8'}
3192
hasBin: true
3193
3194
word-wrap@1.2.5:
3195
-
resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==}
3196
engines: {node: '>=0.10.0'}
3197
3198
-
workerd@1.20260120.0:
3199
-
resolution: {integrity: sha512-R6X/VQOkwLTBGLp4VRUwLQZZVxZ9T9J8pGiJ6GQUMaRkY7TVWrCSkVfoNMM1/YyFsY5UYhhPoQe5IehnhZ3Pdw==}
3200
engines: {node: '>=16'}
3201
hasBin: true
3202
3203
worktop@0.8.0-next.18:
3204
-
resolution: {integrity: sha512-+TvsA6VAVoMC3XDKR5MoC/qlLqDixEfOBysDEKnPIPou/NvoPWCAuXHXMsswwlvmEuvX56lQjvELLyLuzTKvRw==}
3205
engines: {node: '>=12'}
3206
3207
-
wrangler@4.60.0:
3208
-
resolution: {integrity: sha512-n4kibm/xY0Qd5G2K/CbAQeVeOIlwPNVglmFjlDRCCYk3hZh8IggO/rg8AXt/vByK2Sxsugl5Z7yvgWxrUbmS6g==}
3209
engines: {node: '>=20.0.0'}
3210
hasBin: true
3211
peerDependencies:
3212
-
'@cloudflare/workers-types': ^4.20260120.0
3213
peerDependenciesMeta:
3214
'@cloudflare/workers-types':
3215
optional: true
3216
3217
ws@8.18.0:
3218
-
resolution: {integrity: sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==}
3219
engines: {node: '>=10.0.0'}
3220
peerDependencies:
3221
bufferutil: ^4.0.1
···
3227
optional: true
3228
3229
yaml@1.10.2:
3230
-
resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==}
3231
engines: {node: '>= 6'}
3232
3233
yocto-queue@0.1.0:
3234
-
resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
3235
engines: {node: '>=10'}
3236
3237
yoga-wasm-web@0.3.3:
3238
-
resolution: {integrity: sha512-N+d4UJSJbt/R3wqY7Coqs5pcV0aUj2j9IaQ3rNj9bVCLld8tTGKRa2USARjnvZJWVx1NDmQev8EknoczaOQDOA==}
3239
3240
youch-core@0.3.3:
3241
-
resolution: {integrity: sha512-ho7XuGjLaJ2hWHoK8yFnsUGy2Y5uDpqSTq1FkHLK4/oqKtyUU1AFbOOxY4IpC9f0fTLjwYbslUz0Po5BpD1wrA==}
3242
3243
youch@4.1.0-beta.10:
3244
-
resolution: {integrity: sha512-rLfVLB4FgQneDr0dv1oddCVZmKjcJ6yX6mS4pU82Mq/Dt9a3cLZQ62pDBL4AUO+uVrCvtWz3ZFUL2HFAFJ/BXQ==}
3245
3246
zimmerframe@1.1.4:
3247
-
resolution: {integrity: sha512-B58NGBEoc8Y9MWWCQGl/gq9xBCe4IiKM0a2x7GZdQKOW5Exr8S1W24J6OgM1njK8xCRGvAJIL/MxXHf6SkmQKQ==}
3248
-
3249
-
zod@3.25.76:
3250
-
resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==}
3251
3252
snapshots:
3253
···
3255
dependencies:
3256
'@atcute/lexicons': 1.2.9
3257
3258
-
'@atcute/bluesky-richtext-parser@2.1.0': {}
3259
3260
'@atcute/bluesky-richtext-segmenter@3.0.0': {}
3261
3262
-
'@atcute/bluesky@3.2.15':
3263
dependencies:
3264
'@atcute/atproto': 3.1.10
3265
'@atcute/lexicons': 1.2.9
···
3288
'@standard-schema/spec': 1.1.0
3289
esm-env: 1.2.2
3290
3291
-
'@atcute/multibase@1.1.6':
3292
dependencies:
3293
-
'@atcute/uint8array': 1.0.6
3294
3295
-
'@atcute/oauth-browser-client@2.0.3(@atcute/identity@1.1.3)':
3296
dependencies:
3297
'@atcute/client': 4.2.1
3298
'@atcute/identity-resolver': 1.2.2(@atcute/identity@1.1.3)
3299
'@atcute/lexicons': 1.2.9
3300
-
'@atcute/multibase': 1.1.6
3301
-
'@atcute/uint8array': 1.0.6
0
3302
nanoid: 5.1.6
3303
transitivePeerDependencies:
3304
- '@atcute/identity'
3305
3306
-
'@atcute/standard-site@1.0.1':
3307
dependencies:
3308
-
'@atcute/atproto': 3.1.10
0
0
0
0
0
0
0
0
0
0
0
3309
'@atcute/lexicons': 1.2.9
0
0
3310
3311
-
'@atcute/tid@1.1.1':
3312
dependencies:
3313
-
'@atcute/time-ms': 1.2.0
0
3314
3315
-
'@atcute/time-ms@1.2.0':
3316
dependencies:
3317
-
'@types/bun': 1.3.6
3318
-
node-gyp-build: 4.8.4
3319
3320
-
'@atcute/uint8array@1.0.6': {}
3321
3322
'@atcute/uint8array@1.1.1': {}
3323
···
3329
dependencies:
3330
unicode-segmenter: 0.14.5
3331
3332
-
'@atproto/api@0.15.27':
3333
-
dependencies:
3334
-
'@atproto/common-web': 0.4.12
3335
-
'@atproto/lexicon': 0.4.14
3336
-
'@atproto/syntax': 0.4.2
3337
-
'@atproto/xrpc': 0.7.7
3338
-
await-lock: 2.2.2
3339
-
multiformats: 9.9.0
3340
-
tlds: 1.261.0
3341
-
zod: 3.25.76
3342
-
3343
-
'@atproto/common-web@0.4.12':
3344
-
dependencies:
3345
-
'@atproto/lex-data': 0.0.8
3346
-
'@atproto/lex-json': 0.0.8
3347
-
zod: 3.25.76
3348
-
3349
-
'@atproto/lex-data@0.0.8':
3350
-
dependencies:
3351
-
'@atproto/syntax': 0.4.2
3352
-
multiformats: 9.9.0
3353
-
tslib: 2.8.1
3354
-
uint8arrays: 3.0.0
3355
-
unicode-segmenter: 0.14.5
3356
-
3357
-
'@atproto/lex-json@0.0.8':
3358
-
dependencies:
3359
-
'@atproto/lex-data': 0.0.8
3360
-
tslib: 2.8.1
3361
-
3362
-
'@atproto/lexicon@0.4.14':
3363
-
dependencies:
3364
-
'@atproto/common-web': 0.4.12
3365
-
'@atproto/syntax': 0.4.2
3366
-
iso-datestring-validator: 2.2.2
3367
-
multiformats: 9.9.0
3368
-
zod: 3.25.76
3369
-
3370
-
'@atproto/lexicon@0.6.0':
3371
-
dependencies:
3372
-
'@atproto/common-web': 0.4.12
3373
-
'@atproto/syntax': 0.4.2
3374
-
iso-datestring-validator: 2.2.2
3375
-
multiformats: 9.9.0
3376
-
zod: 3.25.76
3377
-
3378
-
'@atproto/syntax@0.4.2': {}
3379
-
3380
-
'@atproto/xrpc@0.7.7':
3381
-
dependencies:
3382
-
'@atproto/lexicon': 0.6.0
3383
-
zod: 3.25.76
3384
-
3385
'@badrap/valita@0.4.6': {}
3386
3387
'@cloudflare/kv-asset-handler@0.4.2': {}
3388
3389
-
'@cloudflare/unenv-preset@2.11.0(unenv@2.0.0-rc.24)(workerd@1.20260120.0)':
3390
dependencies:
3391
unenv: 2.0.0-rc.24
3392
optionalDependencies:
3393
-
workerd: 1.20260120.0
3394
3395
-
'@cloudflare/workerd-darwin-64@1.20260120.0':
3396
optional: true
3397
3398
-
'@cloudflare/workerd-darwin-arm64@1.20260120.0':
3399
optional: true
3400
3401
-
'@cloudflare/workerd-linux-64@1.20260120.0':
3402
optional: true
3403
3404
-
'@cloudflare/workerd-linux-arm64@1.20260120.0':
3405
optional: true
3406
3407
-
'@cloudflare/workerd-windows-64@1.20260120.0':
3408
optional: true
3409
3410
-
'@cloudflare/workers-types@4.20260123.0': {}
3411
3412
'@cspotcode/source-map-support@0.8.1':
3413
dependencies:
···
3415
3416
'@dimforge/rapier3d-compat@0.12.0': {}
3417
3418
-
'@emnapi/runtime@1.8.1':
3419
dependencies:
0
3420
tslib: 2.8.1
3421
optional: true
3422
3423
-
'@esbuild/aix-ppc64@0.27.0':
3424
-
optional: true
3425
-
3426
-
'@esbuild/aix-ppc64@0.27.2':
3427
-
optional: true
3428
-
3429
-
'@esbuild/android-arm64@0.27.0':
3430
-
optional: true
3431
-
3432
-
'@esbuild/android-arm64@0.27.2':
3433
-
optional: true
3434
-
3435
-
'@esbuild/android-arm@0.27.0':
3436
-
optional: true
3437
-
3438
-
'@esbuild/android-arm@0.27.2':
3439
-
optional: true
3440
-
3441
-
'@esbuild/android-x64@0.27.0':
3442
-
optional: true
3443
-
3444
-
'@esbuild/android-x64@0.27.2':
3445
-
optional: true
3446
-
3447
-
'@esbuild/darwin-arm64@0.27.0':
3448
-
optional: true
3449
-
3450
-
'@esbuild/darwin-arm64@0.27.2':
3451
-
optional: true
3452
-
3453
-
'@esbuild/darwin-x64@0.27.0':
3454
-
optional: true
3455
-
3456
-
'@esbuild/darwin-x64@0.27.2':
3457
-
optional: true
3458
-
3459
-
'@esbuild/freebsd-arm64@0.27.0':
3460
-
optional: true
3461
-
3462
-
'@esbuild/freebsd-arm64@0.27.2':
3463
-
optional: true
3464
-
3465
-
'@esbuild/freebsd-x64@0.27.0':
3466
-
optional: true
3467
-
3468
-
'@esbuild/freebsd-x64@0.27.2':
3469
-
optional: true
3470
-
3471
-
'@esbuild/linux-arm64@0.27.0':
3472
-
optional: true
3473
-
3474
-
'@esbuild/linux-arm64@0.27.2':
3475
-
optional: true
3476
-
3477
-
'@esbuild/linux-arm@0.27.0':
3478
-
optional: true
3479
-
3480
-
'@esbuild/linux-arm@0.27.2':
3481
-
optional: true
3482
-
3483
-
'@esbuild/linux-ia32@0.27.0':
3484
-
optional: true
3485
-
3486
-
'@esbuild/linux-ia32@0.27.2':
3487
-
optional: true
3488
-
3489
-
'@esbuild/linux-loong64@0.27.0':
3490
-
optional: true
3491
-
3492
-
'@esbuild/linux-loong64@0.27.2':
3493
-
optional: true
3494
-
3495
-
'@esbuild/linux-mips64el@0.27.0':
3496
optional: true
3497
3498
-
'@esbuild/linux-mips64el@0.27.2':
0
0
3499
optional: true
3500
3501
-
'@esbuild/linux-ppc64@0.27.0':
3502
optional: true
3503
3504
-
'@esbuild/linux-ppc64@0.27.2':
3505
optional: true
3506
3507
-
'@esbuild/linux-riscv64@0.27.0':
3508
optional: true
3509
3510
-
'@esbuild/linux-riscv64@0.27.2':
3511
optional: true
3512
3513
-
'@esbuild/linux-s390x@0.27.0':
3514
optional: true
3515
3516
-
'@esbuild/linux-s390x@0.27.2':
3517
optional: true
3518
3519
-
'@esbuild/linux-x64@0.27.0':
3520
optional: true
3521
3522
-
'@esbuild/linux-x64@0.27.2':
3523
optional: true
3524
3525
-
'@esbuild/netbsd-arm64@0.27.0':
3526
optional: true
3527
3528
-
'@esbuild/netbsd-arm64@0.27.2':
3529
optional: true
3530
3531
-
'@esbuild/netbsd-x64@0.27.0':
3532
optional: true
3533
3534
-
'@esbuild/netbsd-x64@0.27.2':
3535
optional: true
3536
3537
-
'@esbuild/openbsd-arm64@0.27.0':
3538
optional: true
3539
3540
-
'@esbuild/openbsd-arm64@0.27.2':
3541
optional: true
3542
3543
-
'@esbuild/openbsd-x64@0.27.0':
3544
optional: true
3545
3546
-
'@esbuild/openbsd-x64@0.27.2':
3547
optional: true
3548
3549
-
'@esbuild/openharmony-arm64@0.27.0':
3550
optional: true
3551
3552
-
'@esbuild/openharmony-arm64@0.27.2':
3553
optional: true
3554
3555
-
'@esbuild/sunos-x64@0.27.0':
3556
optional: true
3557
3558
-
'@esbuild/sunos-x64@0.27.2':
3559
optional: true
3560
3561
-
'@esbuild/win32-arm64@0.27.0':
3562
optional: true
3563
3564
-
'@esbuild/win32-arm64@0.27.2':
3565
optional: true
3566
3567
-
'@esbuild/win32-ia32@0.27.0':
3568
optional: true
3569
3570
-
'@esbuild/win32-ia32@0.27.2':
3571
optional: true
3572
3573
-
'@esbuild/win32-x64@0.27.0':
3574
optional: true
3575
3576
-
'@esbuild/win32-x64@0.27.2':
3577
optional: true
3578
3579
-
'@eslint-community/eslint-utils@4.9.1(eslint@9.39.2(jiti@2.6.1))':
3580
dependencies:
3581
-
eslint: 9.39.2(jiti@2.6.1)
3582
eslint-visitor-keys: 3.4.3
3583
3584
'@eslint-community/regexpp@4.12.2': {}
3585
3586
-
'@eslint/compat@2.0.1(eslint@9.39.2(jiti@2.6.1))':
3587
dependencies:
3588
-
'@eslint/core': 1.0.1
3589
optionalDependencies:
3590
-
eslint: 9.39.2(jiti@2.6.1)
3591
3592
-
'@eslint/config-array@0.21.1':
3593
dependencies:
3594
-
'@eslint/object-schema': 2.1.7
3595
debug: 4.4.3
3596
-
minimatch: 3.1.2
3597
transitivePeerDependencies:
3598
- supports-color
3599
3600
-
'@eslint/config-helpers@0.4.2':
3601
dependencies:
3602
-
'@eslint/core': 0.17.0
3603
3604
-
'@eslint/core@0.17.0':
3605
-
dependencies:
3606
-
'@types/json-schema': 7.0.15
3607
-
3608
-
'@eslint/core@1.0.1':
3609
dependencies:
3610
'@types/json-schema': 7.0.15
3611
3612
-
'@eslint/eslintrc@3.3.3':
3613
-
dependencies:
3614
-
ajv: 6.12.6
3615
-
debug: 4.4.3
3616
-
espree: 10.4.0
3617
-
globals: 14.0.0
3618
-
ignore: 5.3.2
3619
-
import-fresh: 3.3.1
3620
-
js-yaml: 4.1.1
3621
-
minimatch: 3.1.2
3622
-
strip-json-comments: 3.1.1
3623
-
transitivePeerDependencies:
3624
-
- supports-color
3625
3626
-
'@eslint/js@9.39.2': {}
3627
-
3628
-
'@eslint/object-schema@2.1.7': {}
3629
3630
-
'@eslint/plugin-kit@0.4.1':
3631
dependencies:
3632
-
'@eslint/core': 0.17.0
3633
levn: 0.4.1
3634
3635
-
'@ethercorps/sveltekit-og@4.2.1(@sveltejs/kit@2.50.1(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.48.0)(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2)))(svelte@5.48.0)(typescript@5.9.3)(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2)))':
3636
dependencies:
3637
'@resvg/resvg-wasm': 2.6.2
3638
-
'@sveltejs/kit': 2.50.1(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.48.0)(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2)))(svelte@5.48.0)(typescript@5.9.3)(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2))
3639
'@takumi-rs/helpers': 0.55.4
3640
'@takumi-rs/image-response': 0.55.4
3641
'@takumi-rs/wasm': 0.55.4
···
3644
std-env: 3.10.0
3645
unwasm: 0.5.3
3646
3647
-
'@floating-ui/core@1.7.3':
3648
-
dependencies:
3649
-
'@floating-ui/utils': 0.2.10
3650
-
3651
-
'@floating-ui/core@1.7.4':
3652
dependencies:
3653
-
'@floating-ui/utils': 0.2.10
3654
3655
-
'@floating-ui/dom@1.7.5':
3656
dependencies:
3657
-
'@floating-ui/core': 1.7.4
3658
-
'@floating-ui/utils': 0.2.10
3659
3660
-
'@floating-ui/utils@0.2.10': {}
3661
3662
-
'@foxui/3d@0.4.7(svelte@5.48.0)(tailwindcss@4.1.18)':
3663
dependencies:
3664
-
'@foxui/core': 0.4.7(svelte@5.48.0)(tailwindcss@4.1.18)
3665
-
'@threlte/core': 8.3.1(svelte@5.48.0)(three@0.176.0)
3666
-
'@threlte/extras': 9.7.1(@types/three@0.176.0)(svelte@5.48.0)(three@0.176.0)
3667
-
'@types/three': 0.176.0
3668
-
bits-ui: 1.8.0(svelte@5.48.0)
3669
-
svelte: 5.48.0
3670
-
tailwindcss: 4.1.18
3671
-
three: 0.176.0
0
0
0
0
0
0
3672
3673
-
'@foxui/colors@0.4.7(svelte@5.48.0)(tailwindcss@4.1.18)':
3674
dependencies:
3675
-
'@foxui/core': 0.4.7(svelte@5.48.0)(tailwindcss@4.1.18)
3676
'@texel/color': 1.1.11
3677
'@use-gesture/vanilla': 10.3.1
3678
-
bits-ui: 1.8.0(svelte@5.48.0)
3679
-
svelte: 5.48.0
3680
-
tailwindcss: 4.1.18
0
0
0
0
0
0
3681
3682
-
'@foxui/core@0.4.7(svelte@5.48.0)(tailwindcss@4.1.18)':
3683
dependencies:
3684
-
'@number-flow/svelte': 0.3.10(svelte@5.48.0)
3685
-
bits-ui: 1.8.0(svelte@5.48.0)
3686
clsx: 2.1.1
3687
-
mode-watcher: 1.1.0(svelte@5.48.0)
3688
-
svelte: 5.48.0
3689
-
svelte-sonner: 0.3.28(svelte@5.48.0)
3690
-
tailwind-merge: 3.4.0
3691
-
tailwind-variants: 1.0.0(tailwindcss@4.1.18)
3692
-
tailwindcss: 4.1.18
0
0
0
0
0
0
0
0
3693
3694
-
'@foxui/social@0.4.7(svelte@5.48.0)(tailwindcss@4.1.18)':
3695
dependencies:
3696
-
'@atproto/api': 0.15.27
3697
-
'@foxui/core': 0.4.7(svelte@5.48.0)(tailwindcss@4.1.18)
3698
-
'@foxui/time': 0.4.7(svelte@5.48.0)(tailwindcss@4.1.18)
0
0
3699
'@use-gesture/vanilla': 10.3.1
3700
-
bits-ui: 1.8.0(svelte@5.48.0)
3701
-
emoji-picker-element: 1.28.1
3702
hls.js: 1.6.15
3703
is-emoji-supported: 0.0.5
3704
plyr: 3.8.4
3705
-
svelte: 5.48.0
3706
-
tailwindcss: 4.1.18
0
0
0
0
0
0
0
0
0
3707
3708
-
'@foxui/time@0.4.7(svelte@5.48.0)(tailwindcss@4.1.18)':
3709
dependencies:
3710
-
'@foxui/core': 0.4.7(svelte@5.48.0)(tailwindcss@4.1.18)
3711
-
'@number-flow/svelte': 0.3.10(svelte@5.48.0)
3712
-
bits-ui: 1.8.0(svelte@5.48.0)
3713
-
svelte: 5.48.0
3714
-
tailwindcss: 4.1.18
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
3715
3716
-
'@foxui/visual@0.4.7(svelte@5.48.0)(tailwindcss@4.1.18)':
3717
dependencies:
3718
-
'@foxui/colors': 0.4.7(svelte@5.48.0)(tailwindcss@4.1.18)
3719
-
'@foxui/core': 0.4.7(svelte@5.48.0)(tailwindcss@4.1.18)
3720
-
bits-ui: 1.8.0(svelte@5.48.0)
3721
canvas-confetti: 1.9.4
3722
-
cheerio: 1.1.2
3723
-
svelte: 5.48.0
3724
-
tailwindcss: 4.1.18
0
0
0
0
0
0
3725
3726
'@humanfs/core@0.19.1': {}
3727
···
3734
3735
'@humanwhocodes/retry@0.4.3': {}
3736
3737
-
'@img/colour@1.0.0': {}
3738
3739
'@img/sharp-darwin-arm64@0.34.5':
3740
optionalDependencies:
···
3818
3819
'@img/sharp-wasm32@0.34.5':
3820
dependencies:
3821
-
'@emnapi/runtime': 1.8.1
3822
optional: true
3823
3824
'@img/sharp-win32-arm64@0.34.5':
···
3830
'@img/sharp-win32-x64@0.34.5':
3831
optional: true
3832
3833
-
'@internationalized/date@3.11.0':
3834
dependencies:
3835
-
'@swc/helpers': 0.5.18
3836
3837
'@jridgewell/gen-mapping@0.3.13':
3838
dependencies:
···
3858
'@jridgewell/resolve-uri': 3.1.2
3859
'@jridgewell/sourcemap-codec': 1.5.5
3860
3861
-
'@mapbox/geojson-rewind@0.5.2':
3862
-
dependencies:
3863
-
get-stream: 6.0.1
3864
-
minimist: 1.2.8
3865
-
3866
'@mapbox/jsonlint-lines-primitives@2.0.2': {}
3867
3868
'@mapbox/point-geometry@1.1.0': {}
···
3881
3882
'@maplibre/geojson-vt@5.0.4': {}
3883
3884
-
'@maplibre/maplibre-gl-style-spec@24.4.1':
0
0
0
0
3885
dependencies:
3886
'@mapbox/jsonlint-lines-primitives': 2.0.2
3887
'@mapbox/unitbezier': 0.0.1
···
3891
rw: 1.3.3
3892
tinyqueue: 3.0.0
3893
3894
-
'@maplibre/mlt@1.1.5':
3895
dependencies:
3896
'@mapbox/point-geometry': 1.1.0
3897
3898
-
'@maplibre/vt-pbf@4.2.1':
3899
dependencies:
3900
'@mapbox/point-geometry': 1.1.0
3901
'@mapbox/vector-tile': 2.0.4
···
3907
3908
'@mixmark-io/domino@2.2.0': {}
3909
3910
-
'@number-flow/svelte@0.3.10(svelte@5.48.0)':
0
0
0
0
0
0
0
3911
dependencies:
3912
esm-env: 1.2.2
3913
-
number-flow: 0.5.9
3914
-
svelte: 5.48.0
0
0
0
0
3915
3916
'@polka/url@1.0.0-next.29': {}
3917
···
3931
3932
'@resvg/resvg-wasm@2.6.2': {}
3933
3934
-
'@rollup/rollup-android-arm-eabi@4.56.0':
3935
-
optional: true
3936
-
3937
-
'@rollup/rollup-android-arm64@4.56.0':
3938
-
optional: true
3939
-
3940
-
'@rollup/rollup-darwin-arm64@4.56.0':
3941
-
optional: true
3942
-
3943
-
'@rollup/rollup-darwin-x64@4.56.0':
3944
-
optional: true
3945
-
3946
-
'@rollup/rollup-freebsd-arm64@4.56.0':
3947
-
optional: true
3948
-
3949
-
'@rollup/rollup-freebsd-x64@4.56.0':
3950
-
optional: true
3951
-
3952
-
'@rollup/rollup-linux-arm-gnueabihf@4.56.0':
3953
-
optional: true
3954
-
3955
-
'@rollup/rollup-linux-arm-musleabihf@4.56.0':
3956
optional: true
3957
3958
-
'@rollup/rollup-linux-arm64-gnu@4.56.0':
3959
optional: true
3960
3961
-
'@rollup/rollup-linux-arm64-musl@4.56.0':
3962
optional: true
3963
3964
-
'@rollup/rollup-linux-loong64-gnu@4.56.0':
3965
optional: true
3966
3967
-
'@rollup/rollup-linux-loong64-musl@4.56.0':
3968
-
optional: true
3969
-
3970
-
'@rollup/rollup-linux-ppc64-gnu@4.56.0':
3971
-
optional: true
3972
-
3973
-
'@rollup/rollup-linux-ppc64-musl@4.56.0':
3974
optional: true
3975
3976
-
'@rollup/rollup-linux-riscv64-gnu@4.56.0':
3977
optional: true
3978
3979
-
'@rollup/rollup-linux-riscv64-musl@4.56.0':
3980
optional: true
3981
3982
-
'@rollup/rollup-linux-s390x-gnu@4.56.0':
3983
optional: true
3984
3985
-
'@rollup/rollup-linux-x64-gnu@4.56.0':
3986
optional: true
3987
3988
-
'@rollup/rollup-linux-x64-musl@4.56.0':
3989
optional: true
3990
3991
-
'@rollup/rollup-openbsd-x64@4.56.0':
3992
optional: true
3993
3994
-
'@rollup/rollup-openharmony-arm64@4.56.0':
3995
optional: true
3996
3997
-
'@rollup/rollup-win32-arm64-msvc@4.56.0':
0
0
3998
optional: true
3999
4000
-
'@rollup/rollup-win32-ia32-msvc@4.56.0':
4001
optional: true
4002
4003
-
'@rollup/rollup-win32-x64-gnu@4.56.0':
4004
optional: true
4005
4006
-
'@rollup/rollup-win32-x64-msvc@4.56.0':
4007
-
optional: true
4008
4009
'@shuding/opentype.js@1.4.0-beta.0':
4010
dependencies:
···
4017
4018
'@standard-schema/spec@1.1.0': {}
4019
4020
-
'@sveltejs/acorn-typescript@1.0.8(acorn@8.15.0)':
4021
dependencies:
4022
-
acorn: 8.15.0
4023
4024
-
'@sveltejs/adapter-cloudflare@7.2.6(@sveltejs/kit@2.50.1(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.48.0)(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2)))(svelte@5.48.0)(typescript@5.9.3)(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2)))(wrangler@4.60.0(@cloudflare/workers-types@4.20260123.0))':
4025
dependencies:
4026
-
'@cloudflare/workers-types': 4.20260123.0
4027
-
'@sveltejs/kit': 2.50.1(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.48.0)(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2)))(svelte@5.48.0)(typescript@5.9.3)(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2))
4028
worktop: 0.8.0-next.18
4029
-
wrangler: 4.60.0(@cloudflare/workers-types@4.20260123.0)
4030
4031
-
'@sveltejs/kit@2.50.1(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.48.0)(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2)))(svelte@5.48.0)(typescript@5.9.3)(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2))':
4032
dependencies:
4033
'@standard-schema/spec': 1.1.0
4034
-
'@sveltejs/acorn-typescript': 1.0.8(acorn@8.15.0)
4035
-
'@sveltejs/vite-plugin-svelte': 6.2.4(svelte@5.48.0)(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2))
4036
'@types/cookie': 0.6.0
4037
-
acorn: 8.15.0
4038
cookie: 0.6.0
4039
-
devalue: 5.6.2
4040
esm-env: 1.2.2
4041
kleur: 4.1.5
4042
magic-string: 0.30.21
4043
mrmime: 2.0.1
4044
-
sade: 1.8.1
4045
-
set-cookie-parser: 2.7.2
4046
sirv: 3.0.2
4047
-
svelte: 5.48.0
4048
-
vite: 7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2)
4049
optionalDependencies:
4050
typescript: 5.9.3
4051
4052
-
'@sveltejs/vite-plugin-svelte-inspector@5.0.2(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.48.0)(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2)))(svelte@5.48.0)(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2))':
4053
dependencies:
4054
-
'@sveltejs/vite-plugin-svelte': 6.2.4(svelte@5.48.0)(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2))
4055
-
obug: 2.1.1
4056
-
svelte: 5.48.0
4057
-
vite: 7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2)
4058
-
4059
-
'@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.48.0)(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2))':
4060
-
dependencies:
4061
-
'@sveltejs/vite-plugin-svelte-inspector': 5.0.2(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.48.0)(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2)))(svelte@5.48.0)(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2))
4062
deepmerge: 4.3.1
4063
magic-string: 0.30.21
4064
obug: 2.1.1
4065
-
svelte: 5.48.0
4066
-
vite: 7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2)
4067
-
vitefu: 1.1.1(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2))
4068
4069
-
'@swc/helpers@0.5.18':
4070
dependencies:
4071
tslib: 2.8.1
4072
4073
-
'@tailwindcss/forms@0.5.11(tailwindcss@4.1.18)':
4074
dependencies:
4075
mini-svg-data-uri: 1.4.4
4076
-
tailwindcss: 4.1.18
4077
4078
-
'@tailwindcss/node@4.1.18':
4079
dependencies:
4080
'@jridgewell/remapping': 2.3.5
4081
-
enhanced-resolve: 5.18.4
4082
jiti: 2.6.1
4083
-
lightningcss: 1.30.2
4084
magic-string: 0.30.21
4085
source-map-js: 1.2.1
4086
-
tailwindcss: 4.1.18
4087
4088
-
'@tailwindcss/oxide-android-arm64@4.1.18':
4089
optional: true
4090
4091
-
'@tailwindcss/oxide-darwin-arm64@4.1.18':
4092
optional: true
4093
4094
-
'@tailwindcss/oxide-darwin-x64@4.1.18':
4095
optional: true
4096
4097
-
'@tailwindcss/oxide-freebsd-x64@4.1.18':
4098
optional: true
4099
4100
-
'@tailwindcss/oxide-linux-arm-gnueabihf@4.1.18':
4101
optional: true
4102
4103
-
'@tailwindcss/oxide-linux-arm64-gnu@4.1.18':
4104
optional: true
4105
4106
-
'@tailwindcss/oxide-linux-arm64-musl@4.1.18':
4107
optional: true
4108
4109
-
'@tailwindcss/oxide-linux-x64-gnu@4.1.18':
4110
optional: true
4111
4112
-
'@tailwindcss/oxide-linux-x64-musl@4.1.18':
4113
optional: true
4114
4115
-
'@tailwindcss/oxide-wasm32-wasi@4.1.18':
4116
optional: true
4117
4118
-
'@tailwindcss/oxide-win32-arm64-msvc@4.1.18':
4119
optional: true
4120
4121
-
'@tailwindcss/oxide-win32-x64-msvc@4.1.18':
4122
optional: true
4123
4124
-
'@tailwindcss/oxide@4.1.18':
4125
optionalDependencies:
4126
-
'@tailwindcss/oxide-android-arm64': 4.1.18
4127
-
'@tailwindcss/oxide-darwin-arm64': 4.1.18
4128
-
'@tailwindcss/oxide-darwin-x64': 4.1.18
4129
-
'@tailwindcss/oxide-freebsd-x64': 4.1.18
4130
-
'@tailwindcss/oxide-linux-arm-gnueabihf': 4.1.18
4131
-
'@tailwindcss/oxide-linux-arm64-gnu': 4.1.18
4132
-
'@tailwindcss/oxide-linux-arm64-musl': 4.1.18
4133
-
'@tailwindcss/oxide-linux-x64-gnu': 4.1.18
4134
-
'@tailwindcss/oxide-linux-x64-musl': 4.1.18
4135
-
'@tailwindcss/oxide-wasm32-wasi': 4.1.18
4136
-
'@tailwindcss/oxide-win32-arm64-msvc': 4.1.18
4137
-
'@tailwindcss/oxide-win32-x64-msvc': 4.1.18
4138
4139
-
'@tailwindcss/typography@0.5.19(tailwindcss@4.1.18)':
4140
dependencies:
4141
postcss-selector-parser: 6.0.10
4142
-
tailwindcss: 4.1.18
4143
4144
-
'@tailwindcss/vite@4.1.18(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2))':
4145
dependencies:
4146
-
'@tailwindcss/node': 4.1.18
4147
-
'@tailwindcss/oxide': 4.1.18
4148
-
tailwindcss: 4.1.18
4149
-
vite: 7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2)
4150
4151
'@takumi-rs/core-darwin-arm64@0.55.4':
4152
optional: true
···
4195
4196
'@texel/color@1.1.11': {}
4197
4198
-
'@threejs-kit/instanced-sprite-mesh@2.5.1(@types/three@0.176.0)(three@0.176.0)':
4199
dependencies:
4200
diet-sprite: 0.0.1
4201
earcut: 2.2.4
4202
-
maath: 0.10.8(@types/three@0.176.0)(three@0.176.0)
4203
-
three: 0.176.0
4204
-
three-instanced-uniforms-mesh: 0.52.4(three@0.176.0)
4205
-
troika-three-utils: 0.52.4(three@0.176.0)
4206
transitivePeerDependencies:
4207
- '@types/three'
4208
4209
-
'@threlte/core@8.3.1(svelte@5.48.0)(three@0.176.0)':
4210
dependencies:
4211
mitt: 3.0.1
4212
-
svelte: 5.48.0
4213
-
three: 0.176.0
4214
4215
-
'@threlte/extras@9.7.1(@types/three@0.176.0)(svelte@5.48.0)(three@0.176.0)':
4216
dependencies:
4217
-
'@threejs-kit/instanced-sprite-mesh': 2.5.1(@types/three@0.176.0)(three@0.176.0)
4218
-
camera-controls: 3.1.2(three@0.176.0)
4219
-
svelte: 5.48.0
4220
-
three: 0.176.0
4221
-
three-mesh-bvh: 0.9.7(three@0.176.0)
4222
-
three-perf: 1.0.11(three@0.176.0)
4223
-
three-viewport-gizmo: 2.2.0(three@0.176.0)
4224
-
troika-three-text: 0.52.4(three@0.176.0)
4225
transitivePeerDependencies:
4226
- '@types/three'
4227
4228
-
'@tiptap/core@3.19.0(@tiptap/pm@3.19.0)':
4229
dependencies:
4230
-
'@tiptap/pm': 3.19.0
4231
4232
-
'@tiptap/extension-blockquote@3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))':
4233
dependencies:
4234
-
'@tiptap/core': 3.19.0(@tiptap/pm@3.19.0)
4235
4236
-
'@tiptap/extension-bold@3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))':
4237
dependencies:
4238
-
'@tiptap/core': 3.19.0(@tiptap/pm@3.19.0)
4239
4240
-
'@tiptap/extension-bubble-menu@3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0)':
4241
dependencies:
4242
-
'@floating-ui/dom': 1.7.5
4243
-
'@tiptap/core': 3.19.0(@tiptap/pm@3.19.0)
4244
-
'@tiptap/pm': 3.19.0
4245
4246
-
'@tiptap/extension-bullet-list@3.19.0(@tiptap/extension-list@3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0))':
4247
dependencies:
4248
-
'@tiptap/extension-list': 3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0)
4249
4250
-
'@tiptap/extension-code-block-lowlight@3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/extension-code-block@3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0)(highlight.js@11.11.1)(lowlight@3.3.0)':
4251
dependencies:
4252
-
'@tiptap/core': 3.19.0(@tiptap/pm@3.19.0)
4253
-
'@tiptap/extension-code-block': 3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0)
4254
-
'@tiptap/pm': 3.19.0
4255
highlight.js: 11.11.1
4256
lowlight: 3.3.0
4257
4258
-
'@tiptap/extension-code-block@3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0)':
4259
dependencies:
4260
-
'@tiptap/core': 3.19.0(@tiptap/pm@3.19.0)
4261
-
'@tiptap/pm': 3.19.0
4262
4263
-
'@tiptap/extension-code@3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))':
4264
dependencies:
4265
-
'@tiptap/core': 3.19.0(@tiptap/pm@3.19.0)
4266
4267
-
'@tiptap/extension-document@3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))':
4268
dependencies:
4269
-
'@tiptap/core': 3.19.0(@tiptap/pm@3.19.0)
4270
4271
-
'@tiptap/extension-dropcursor@3.19.0(@tiptap/extensions@3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0))':
4272
dependencies:
4273
-
'@tiptap/extensions': 3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0)
4274
4275
-
'@tiptap/extension-floating-menu@3.19.0(@floating-ui/dom@1.7.5)(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0)':
4276
dependencies:
4277
-
'@floating-ui/dom': 1.7.5
4278
-
'@tiptap/core': 3.19.0(@tiptap/pm@3.19.0)
4279
-
'@tiptap/pm': 3.19.0
4280
4281
-
'@tiptap/extension-gapcursor@3.19.0(@tiptap/extensions@3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0))':
4282
dependencies:
4283
-
'@tiptap/extensions': 3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0)
4284
4285
-
'@tiptap/extension-hard-break@3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))':
4286
dependencies:
4287
-
'@tiptap/core': 3.19.0(@tiptap/pm@3.19.0)
4288
4289
-
'@tiptap/extension-heading@3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))':
4290
dependencies:
4291
-
'@tiptap/core': 3.19.0(@tiptap/pm@3.19.0)
4292
4293
-
'@tiptap/extension-horizontal-rule@3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0)':
4294
dependencies:
4295
-
'@tiptap/core': 3.19.0(@tiptap/pm@3.19.0)
4296
-
'@tiptap/pm': 3.19.0
4297
4298
-
'@tiptap/extension-image@3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))':
4299
dependencies:
4300
-
'@tiptap/core': 3.19.0(@tiptap/pm@3.19.0)
0
4301
4302
-
'@tiptap/extension-italic@3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))':
4303
dependencies:
4304
-
'@tiptap/core': 3.19.0(@tiptap/pm@3.19.0)
4305
4306
-
'@tiptap/extension-link@3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0)':
4307
dependencies:
4308
-
'@tiptap/core': 3.19.0(@tiptap/pm@3.19.0)
4309
-
'@tiptap/pm': 3.19.0
0
0
0
0
4310
linkifyjs: 4.3.2
4311
4312
-
'@tiptap/extension-list-item@3.19.0(@tiptap/extension-list@3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0))':
4313
dependencies:
4314
-
'@tiptap/extension-list': 3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0)
4315
4316
-
'@tiptap/extension-list-keymap@3.19.0(@tiptap/extension-list@3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0))':
4317
dependencies:
4318
-
'@tiptap/extension-list': 3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0)
4319
4320
-
'@tiptap/extension-list@3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0)':
4321
dependencies:
4322
-
'@tiptap/core': 3.19.0(@tiptap/pm@3.19.0)
4323
-
'@tiptap/pm': 3.19.0
4324
4325
-
'@tiptap/extension-ordered-list@3.19.0(@tiptap/extension-list@3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0))':
4326
dependencies:
4327
-
'@tiptap/extension-list': 3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0)
4328
4329
-
'@tiptap/extension-paragraph@3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))':
4330
dependencies:
4331
-
'@tiptap/core': 3.19.0(@tiptap/pm@3.19.0)
4332
4333
-
'@tiptap/extension-placeholder@3.19.0(@tiptap/extensions@3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0))':
4334
dependencies:
4335
-
'@tiptap/extensions': 3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0)
4336
4337
-
'@tiptap/extension-strike@3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))':
4338
dependencies:
4339
-
'@tiptap/core': 3.19.0(@tiptap/pm@3.19.0)
4340
4341
-
'@tiptap/extension-text@3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))':
4342
dependencies:
4343
-
'@tiptap/core': 3.19.0(@tiptap/pm@3.19.0)
4344
4345
-
'@tiptap/extension-typography@3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))':
4346
dependencies:
4347
-
'@tiptap/core': 3.19.0(@tiptap/pm@3.19.0)
4348
4349
-
'@tiptap/extension-underline@3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))':
4350
dependencies:
4351
-
'@tiptap/core': 3.19.0(@tiptap/pm@3.19.0)
4352
4353
-
'@tiptap/extensions@3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0)':
4354
dependencies:
4355
-
'@tiptap/core': 3.19.0(@tiptap/pm@3.19.0)
4356
-
'@tiptap/pm': 3.19.0
4357
4358
-
'@tiptap/markdown@3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0)':
4359
dependencies:
4360
-
'@tiptap/core': 3.19.0(@tiptap/pm@3.19.0)
4361
-
'@tiptap/pm': 3.19.0
4362
-
marked: 17.0.1
4363
4364
-
'@tiptap/pm@3.19.0':
4365
dependencies:
4366
-
prosemirror-changeset: 2.3.1
4367
prosemirror-collab: 1.3.1
4368
prosemirror-commands: 1.7.1
4369
prosemirror-dropcursor: 1.8.2
4370
-
prosemirror-gapcursor: 1.4.0
4371
prosemirror-history: 1.5.0
4372
prosemirror-inputrules: 1.5.1
4373
prosemirror-keymap: 1.2.3
4374
-
prosemirror-markdown: 1.13.3
4375
-
prosemirror-menu: 1.2.5
4376
prosemirror-model: 1.25.4
4377
prosemirror-schema-basic: 1.2.4
4378
prosemirror-schema-list: 1.5.1
4379
prosemirror-state: 1.4.4
4380
prosemirror-tables: 1.8.5
4381
-
prosemirror-trailing-node: 3.0.0(prosemirror-model@1.25.4)(prosemirror-state@1.4.4)(prosemirror-view@1.41.5)
4382
prosemirror-transform: 1.11.0
4383
-
prosemirror-view: 1.41.5
4384
4385
-
'@tiptap/starter-kit@3.19.0':
4386
dependencies:
4387
-
'@tiptap/core': 3.19.0(@tiptap/pm@3.19.0)
4388
-
'@tiptap/extension-blockquote': 3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))
4389
-
'@tiptap/extension-bold': 3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))
4390
-
'@tiptap/extension-bullet-list': 3.19.0(@tiptap/extension-list@3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0))
4391
-
'@tiptap/extension-code': 3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))
4392
-
'@tiptap/extension-code-block': 3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0)
4393
-
'@tiptap/extension-document': 3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))
4394
-
'@tiptap/extension-dropcursor': 3.19.0(@tiptap/extensions@3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0))
4395
-
'@tiptap/extension-gapcursor': 3.19.0(@tiptap/extensions@3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0))
4396
-
'@tiptap/extension-hard-break': 3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))
4397
-
'@tiptap/extension-heading': 3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))
4398
-
'@tiptap/extension-horizontal-rule': 3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0)
4399
-
'@tiptap/extension-italic': 3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))
4400
-
'@tiptap/extension-link': 3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0)
4401
-
'@tiptap/extension-list': 3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0)
4402
-
'@tiptap/extension-list-item': 3.19.0(@tiptap/extension-list@3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0))
4403
-
'@tiptap/extension-list-keymap': 3.19.0(@tiptap/extension-list@3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0))
4404
-
'@tiptap/extension-ordered-list': 3.19.0(@tiptap/extension-list@3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0))
4405
-
'@tiptap/extension-paragraph': 3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))
4406
-
'@tiptap/extension-strike': 3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))
4407
-
'@tiptap/extension-text': 3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))
4408
-
'@tiptap/extension-underline': 3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))
4409
-
'@tiptap/extensions': 3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0)
4410
-
'@tiptap/pm': 3.19.0
4411
4412
-
'@tiptap/suggestion@3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0)':
4413
dependencies:
4414
-
'@tiptap/core': 3.19.0(@tiptap/pm@3.19.0)
4415
-
'@tiptap/pm': 3.19.0
4416
4417
'@tweenjs/tween.js@23.1.3': {}
4418
4419
-
'@types/bun@1.3.6':
4420
dependencies:
4421
-
bun-types: 1.3.6
0
4422
4423
'@types/cookie@0.6.0': {}
4424
0
0
4425
'@types/estree@1.0.8': {}
4426
4427
'@types/geojson@7946.0.16': {}
···
4444
'@types/node@25.0.10':
4445
dependencies:
4446
undici-types: 7.16.0
0
4447
4448
'@types/stats.js@0.17.4': {}
4449
···
4451
dependencies:
4452
'@types/geojson': 7946.0.16
4453
4454
-
'@types/three@0.176.0':
4455
dependencies:
4456
'@dimforge/rapier3d-compat': 0.12.0
4457
'@tweenjs/tween.js': 23.1.3
···
4459
'@types/webxr': 0.5.24
4460
'@webgpu/types': 0.1.69
4461
fflate: 0.8.2
4462
-
meshoptimizer: 0.18.1
4463
4464
-
'@types/trusted-types@2.0.7':
4465
-
optional: true
4466
4467
'@types/turndown@5.0.6': {}
4468
···
4470
4471
'@types/webxr@0.5.24': {}
4472
4473
-
'@typescript-eslint/eslint-plugin@8.53.1(@typescript-eslint/parser@8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)':
4474
dependencies:
4475
'@eslint-community/regexpp': 4.12.2
4476
-
'@typescript-eslint/parser': 8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
4477
-
'@typescript-eslint/scope-manager': 8.53.1
4478
-
'@typescript-eslint/type-utils': 8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
4479
-
'@typescript-eslint/utils': 8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
4480
-
'@typescript-eslint/visitor-keys': 8.53.1
4481
-
eslint: 9.39.2(jiti@2.6.1)
4482
ignore: 7.0.5
4483
natural-compare: 1.4.0
4484
ts-api-utils: 2.4.0(typescript@5.9.3)
···
4486
transitivePeerDependencies:
4487
- supports-color
4488
4489
-
'@typescript-eslint/parser@8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)':
4490
dependencies:
4491
-
'@typescript-eslint/scope-manager': 8.53.1
4492
-
'@typescript-eslint/types': 8.53.1
4493
-
'@typescript-eslint/typescript-estree': 8.53.1(typescript@5.9.3)
4494
-
'@typescript-eslint/visitor-keys': 8.53.1
4495
debug: 4.4.3
4496
-
eslint: 9.39.2(jiti@2.6.1)
4497
typescript: 5.9.3
4498
transitivePeerDependencies:
4499
- supports-color
4500
4501
-
'@typescript-eslint/project-service@8.53.1(typescript@5.9.3)':
4502
dependencies:
4503
-
'@typescript-eslint/tsconfig-utils': 8.53.1(typescript@5.9.3)
4504
-
'@typescript-eslint/types': 8.53.1
4505
debug: 4.4.3
4506
typescript: 5.9.3
4507
transitivePeerDependencies:
4508
- supports-color
4509
4510
-
'@typescript-eslint/scope-manager@8.53.1':
4511
dependencies:
4512
-
'@typescript-eslint/types': 8.53.1
4513
-
'@typescript-eslint/visitor-keys': 8.53.1
4514
4515
-
'@typescript-eslint/tsconfig-utils@8.53.1(typescript@5.9.3)':
4516
dependencies:
4517
typescript: 5.9.3
4518
4519
-
'@typescript-eslint/type-utils@8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)':
4520
dependencies:
4521
-
'@typescript-eslint/types': 8.53.1
4522
-
'@typescript-eslint/typescript-estree': 8.53.1(typescript@5.9.3)
4523
-
'@typescript-eslint/utils': 8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
4524
debug: 4.4.3
4525
-
eslint: 9.39.2(jiti@2.6.1)
4526
ts-api-utils: 2.4.0(typescript@5.9.3)
4527
typescript: 5.9.3
4528
transitivePeerDependencies:
4529
- supports-color
4530
4531
-
'@typescript-eslint/types@8.53.1': {}
4532
4533
-
'@typescript-eslint/typescript-estree@8.53.1(typescript@5.9.3)':
4534
dependencies:
4535
-
'@typescript-eslint/project-service': 8.53.1(typescript@5.9.3)
4536
-
'@typescript-eslint/tsconfig-utils': 8.53.1(typescript@5.9.3)
4537
-
'@typescript-eslint/types': 8.53.1
4538
-
'@typescript-eslint/visitor-keys': 8.53.1
4539
debug: 4.4.3
4540
-
minimatch: 9.0.5
4541
-
semver: 7.7.3
4542
tinyglobby: 0.2.15
4543
ts-api-utils: 2.4.0(typescript@5.9.3)
4544
typescript: 5.9.3
4545
transitivePeerDependencies:
4546
- supports-color
4547
4548
-
'@typescript-eslint/utils@8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)':
4549
dependencies:
4550
-
'@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1))
4551
-
'@typescript-eslint/scope-manager': 8.53.1
4552
-
'@typescript-eslint/types': 8.53.1
4553
-
'@typescript-eslint/typescript-estree': 8.53.1(typescript@5.9.3)
4554
-
eslint: 9.39.2(jiti@2.6.1)
4555
typescript: 5.9.3
4556
transitivePeerDependencies:
4557
- supports-color
4558
4559
-
'@typescript-eslint/visitor-keys@8.53.1':
4560
dependencies:
4561
-
'@typescript-eslint/types': 8.53.1
4562
-
eslint-visitor-keys: 4.2.1
4563
4564
'@use-gesture/core@10.3.1': {}
4565
···
4569
4570
'@webgpu/types@0.1.69': {}
4571
4572
-
acorn-jsx@5.3.2(acorn@8.15.0):
4573
dependencies:
4574
-
acorn: 8.15.0
4575
4576
-
acorn@8.15.0: {}
4577
4578
-
ajv@6.12.6:
4579
dependencies:
4580
fast-deep-equal: 3.1.3
4581
fast-json-stable-stringify: 2.1.0
4582
json-schema-traverse: 0.4.1
4583
uri-js: 4.4.1
4584
4585
-
ansi-styles@4.3.0:
4586
-
dependencies:
4587
-
color-convert: 2.0.1
4588
-
4589
argparse@2.0.1: {}
4590
4591
-
aria-query@5.3.2: {}
4592
-
4593
-
await-lock@2.2.2: {}
4594
4595
axobject-query@4.1.0: {}
4596
4597
-
balanced-match@1.0.2: {}
4598
4599
base64-js@0.0.8: {}
4600
···
4602
dependencies:
4603
require-from-string: 2.0.2
4604
4605
-
bits-ui@1.8.0(svelte@5.48.0):
4606
-
dependencies:
4607
-
'@floating-ui/core': 1.7.3
4608
-
'@floating-ui/dom': 1.7.5
4609
-
'@internationalized/date': 3.11.0
4610
-
css.escape: 1.5.1
4611
-
esm-env: 1.2.2
4612
-
runed: 0.23.4(svelte@5.48.0)
4613
-
svelte: 5.48.0
4614
-
svelte-toolbelt: 0.7.1(svelte@5.48.0)
4615
-
tabbable: 6.4.0
4616
-
4617
-
bits-ui@2.15.4(@internationalized/date@3.11.0)(@sveltejs/kit@2.50.1(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.48.0)(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2)))(svelte@5.48.0)(typescript@5.9.3)(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2)))(svelte@5.48.0):
4618
dependencies:
4619
-
'@floating-ui/core': 1.7.3
4620
-
'@floating-ui/dom': 1.7.5
4621
-
'@internationalized/date': 3.11.0
4622
esm-env: 1.2.2
4623
-
runed: 0.35.1(@sveltejs/kit@2.50.1(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.48.0)(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2)))(svelte@5.48.0)(typescript@5.9.3)(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2)))(svelte@5.48.0)
4624
-
svelte: 5.48.0
4625
-
svelte-toolbelt: 0.10.6(@sveltejs/kit@2.50.1(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.48.0)(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2)))(svelte@5.48.0)(typescript@5.9.3)(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2)))(svelte@5.48.0)
4626
tabbable: 6.4.0
4627
transitivePeerDependencies:
4628
- '@sveltejs/kit'
···
4631
4632
boolbase@1.0.0: {}
4633
4634
-
brace-expansion@1.1.12:
4635
dependencies:
4636
-
balanced-match: 1.0.2
4637
-
concat-map: 0.0.1
4638
-
4639
-
brace-expansion@2.0.2:
4640
-
dependencies:
4641
-
balanced-match: 1.0.2
4642
-
4643
-
bun-types@1.3.6:
4644
-
dependencies:
4645
-
'@types/node': 25.0.10
4646
-
4647
-
callsites@3.1.0: {}
4648
4649
camelize@1.0.1: {}
4650
4651
-
camera-controls@3.1.2(three@0.176.0):
4652
dependencies:
4653
-
three: 0.176.0
4654
4655
canvas-confetti@1.9.4: {}
4656
-
4657
-
chalk@4.1.2:
4658
-
dependencies:
4659
-
ansi-styles: 4.3.0
4660
-
supports-color: 7.2.0
4661
4662
cheerio-select@2.1.0:
4663
dependencies:
···
4679
parse5-htmlparser2-tree-adapter: 7.1.0
4680
tslib: 2.8.1
4681
4682
-
cheerio@1.1.2:
4683
dependencies:
4684
cheerio-select: 2.1.0
4685
dom-serializer: 2.0.0
···
4690
parse5: 7.3.0
4691
parse5-htmlparser2-tree-adapter: 7.1.0
4692
parse5-parser-stream: 7.1.2
4693
-
undici: 7.19.0
4694
whatwg-mimetype: 4.0.0
4695
4696
chokidar@4.0.3:
···
4698
readdirp: 4.1.2
4699
4700
clsx@2.1.1: {}
4701
-
4702
-
color-convert@2.0.1:
4703
-
dependencies:
4704
-
color-name: 1.1.4
4705
4706
color-name@1.1.4: {}
4707
4708
-
concat-map@0.0.1: {}
4709
-
4710
confbox@0.1.8: {}
4711
4712
-
confbox@0.2.2: {}
4713
4714
cookie@0.6.0: {}
4715
···
4747
4748
css-what@6.2.2: {}
4749
4750
-
css.escape@1.5.1: {}
4751
-
4752
cssesc@3.0.0: {}
4753
4754
custom-event-polyfill@1.0.7: {}
···
4765
4766
detect-libc@2.1.2: {}
4767
4768
-
devalue@5.6.2: {}
4769
4770
devlop@1.1.0:
4771
dependencies:
···
4785
dependencies:
4786
domelementtype: 2.3.0
4787
4788
-
dompurify@3.3.1:
4789
optionalDependencies:
4790
'@types/trusted-types': 2.0.7
4791
···
4799
4800
earcut@3.0.2: {}
4801
4802
-
emoji-picker-element@1.28.1: {}
4803
4804
emoji-regex@10.6.0: {}
4805
···
4808
iconv-lite: 0.6.3
4809
whatwg-encoding: 3.1.1
4810
4811
-
enhanced-resolve@5.18.4:
4812
dependencies:
4813
graceful-fs: 4.2.11
4814
tapable: 2.3.0
···
4821
4822
error-stack-parser-es@1.0.5: {}
4823
4824
-
esbuild@0.27.0:
4825
optionalDependencies:
4826
-
'@esbuild/aix-ppc64': 0.27.0
4827
-
'@esbuild/android-arm': 0.27.0
4828
-
'@esbuild/android-arm64': 0.27.0
4829
-
'@esbuild/android-x64': 0.27.0
4830
-
'@esbuild/darwin-arm64': 0.27.0
4831
-
'@esbuild/darwin-x64': 0.27.0
4832
-
'@esbuild/freebsd-arm64': 0.27.0
4833
-
'@esbuild/freebsd-x64': 0.27.0
4834
-
'@esbuild/linux-arm': 0.27.0
4835
-
'@esbuild/linux-arm64': 0.27.0
4836
-
'@esbuild/linux-ia32': 0.27.0
4837
-
'@esbuild/linux-loong64': 0.27.0
4838
-
'@esbuild/linux-mips64el': 0.27.0
4839
-
'@esbuild/linux-ppc64': 0.27.0
4840
-
'@esbuild/linux-riscv64': 0.27.0
4841
-
'@esbuild/linux-s390x': 0.27.0
4842
-
'@esbuild/linux-x64': 0.27.0
4843
-
'@esbuild/netbsd-arm64': 0.27.0
4844
-
'@esbuild/netbsd-x64': 0.27.0
4845
-
'@esbuild/openbsd-arm64': 0.27.0
4846
-
'@esbuild/openbsd-x64': 0.27.0
4847
-
'@esbuild/openharmony-arm64': 0.27.0
4848
-
'@esbuild/sunos-x64': 0.27.0
4849
-
'@esbuild/win32-arm64': 0.27.0
4850
-
'@esbuild/win32-ia32': 0.27.0
4851
-
'@esbuild/win32-x64': 0.27.0
4852
-
4853
-
esbuild@0.27.2:
4854
-
optionalDependencies:
4855
-
'@esbuild/aix-ppc64': 0.27.2
4856
-
'@esbuild/android-arm': 0.27.2
4857
-
'@esbuild/android-arm64': 0.27.2
4858
-
'@esbuild/android-x64': 0.27.2
4859
-
'@esbuild/darwin-arm64': 0.27.2
4860
-
'@esbuild/darwin-x64': 0.27.2
4861
-
'@esbuild/freebsd-arm64': 0.27.2
4862
-
'@esbuild/freebsd-x64': 0.27.2
4863
-
'@esbuild/linux-arm': 0.27.2
4864
-
'@esbuild/linux-arm64': 0.27.2
4865
-
'@esbuild/linux-ia32': 0.27.2
4866
-
'@esbuild/linux-loong64': 0.27.2
4867
-
'@esbuild/linux-mips64el': 0.27.2
4868
-
'@esbuild/linux-ppc64': 0.27.2
4869
-
'@esbuild/linux-riscv64': 0.27.2
4870
-
'@esbuild/linux-s390x': 0.27.2
4871
-
'@esbuild/linux-x64': 0.27.2
4872
-
'@esbuild/netbsd-arm64': 0.27.2
4873
-
'@esbuild/netbsd-x64': 0.27.2
4874
-
'@esbuild/openbsd-arm64': 0.27.2
4875
-
'@esbuild/openbsd-x64': 0.27.2
4876
-
'@esbuild/openharmony-arm64': 0.27.2
4877
-
'@esbuild/sunos-x64': 0.27.2
4878
-
'@esbuild/win32-arm64': 0.27.2
4879
-
'@esbuild/win32-ia32': 0.27.2
4880
-
'@esbuild/win32-x64': 0.27.2
4881
4882
escape-html@1.0.3: {}
4883
4884
escape-string-regexp@4.0.0: {}
4885
4886
-
eslint-config-prettier@10.1.8(eslint@9.39.2(jiti@2.6.1)):
4887
dependencies:
4888
-
eslint: 9.39.2(jiti@2.6.1)
4889
4890
-
eslint-plugin-svelte@3.14.0(eslint@9.39.2(jiti@2.6.1))(svelte@5.48.0):
4891
dependencies:
4892
-
'@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1))
4893
'@jridgewell/sourcemap-codec': 1.5.5
4894
-
eslint: 9.39.2(jiti@2.6.1)
4895
esutils: 2.0.3
4896
globals: 16.5.0
4897
known-css-properties: 0.37.0
4898
-
postcss: 8.5.6
4899
-
postcss-load-config: 3.1.4(postcss@8.5.6)
4900
-
postcss-safe-parser: 7.0.1(postcss@8.5.6)
4901
-
semver: 7.7.3
4902
-
svelte-eslint-parser: 1.4.1(svelte@5.48.0)
4903
optionalDependencies:
4904
-
svelte: 5.48.0
4905
transitivePeerDependencies:
4906
- ts-node
4907
···
4910
esrecurse: 4.3.0
4911
estraverse: 5.3.0
4912
0
0
0
0
0
0
0
4913
eslint-visitor-keys@3.4.3: {}
4914
4915
eslint-visitor-keys@4.2.1: {}
4916
4917
-
eslint@9.39.2(jiti@2.6.1):
0
0
4918
dependencies:
4919
-
'@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1))
4920
'@eslint-community/regexpp': 4.12.2
4921
-
'@eslint/config-array': 0.21.1
4922
-
'@eslint/config-helpers': 0.4.2
4923
-
'@eslint/core': 0.17.0
4924
-
'@eslint/eslintrc': 3.3.3
4925
-
'@eslint/js': 9.39.2
4926
-
'@eslint/plugin-kit': 0.4.1
4927
'@humanfs/node': 0.16.7
4928
'@humanwhocodes/module-importer': 1.0.1
4929
'@humanwhocodes/retry': 0.4.3
4930
'@types/estree': 1.0.8
4931
-
ajv: 6.12.6
4932
-
chalk: 4.1.2
4933
cross-spawn: 7.0.6
4934
debug: 4.4.3
4935
escape-string-regexp: 4.0.0
4936
-
eslint-scope: 8.4.0
4937
-
eslint-visitor-keys: 4.2.1
4938
-
espree: 10.4.0
4939
esquery: 1.7.0
4940
esutils: 2.0.3
4941
fast-deep-equal: 3.1.3
···
4946
imurmurhash: 0.1.4
4947
is-glob: 4.0.3
4948
json-stable-stringify-without-jsonify: 1.0.1
4949
-
lodash.merge: 4.6.2
4950
-
minimatch: 3.1.2
4951
natural-compare: 1.4.0
4952
optionator: 0.9.4
4953
optionalDependencies:
···
4959
4960
espree@10.4.0:
4961
dependencies:
4962
-
acorn: 8.15.0
4963
-
acorn-jsx: 5.3.2(acorn@8.15.0)
4964
eslint-visitor-keys: 4.2.1
4965
0
0
0
0
0
0
4966
esquery@1.7.0:
4967
dependencies:
4968
estraverse: 5.3.0
4969
4970
-
esrap@2.2.2:
4971
dependencies:
4972
'@jridgewell/sourcemap-codec': 1.5.5
0
4973
4974
esrecurse@4.3.0:
4975
dependencies:
···
5008
5009
flat-cache@4.0.1:
5010
dependencies:
5011
-
flatted: 3.3.3
5012
keyv: 4.5.4
5013
5014
-
flatted@3.3.3: {}
5015
5016
fsevents@2.3.3:
5017
optional: true
5018
-
5019
-
get-stream@6.0.1: {}
5020
5021
gl-matrix@3.4.4: {}
5022
···
5024
dependencies:
5025
is-glob: 4.0.3
5026
5027
-
globals@14.0.0: {}
5028
-
5029
globals@16.5.0: {}
5030
5031
-
globals@17.1.0: {}
5032
5033
graceful-fs@4.2.11: {}
5034
5035
gsap@3.14.2: {}
5036
5037
-
has-flag@4.0.0: {}
5038
-
5039
hex-rgb@4.3.0: {}
5040
5041
highlight.js@11.11.1: {}
···
5064
5065
ignore@7.0.5: {}
5066
5067
-
import-fresh@3.3.1:
5068
-
dependencies:
5069
-
parent-module: 1.0.1
5070
-
resolve-from: 4.0.0
5071
-
5072
imurmurhash@0.1.4: {}
5073
5074
inline-style-parser@0.2.7: {}
···
5086
'@types/estree': 1.0.8
5087
5088
isexe@2.0.0: {}
5089
-
5090
-
iso-datestring-validator@2.2.2: {}
5091
5092
jiti@2.6.1: {}
5093
5094
js-tokens@4.0.0: {}
5095
5096
-
js-yaml@4.1.1:
5097
-
dependencies:
5098
-
argparse: 2.0.1
5099
-
5100
json-buffer@3.0.1: {}
5101
5102
json-schema-traverse@0.4.1: {}
···
5124
prelude-ls: 1.2.1
5125
type-check: 0.4.0
5126
5127
-
lightningcss-android-arm64@1.30.2:
5128
optional: true
5129
5130
-
lightningcss-darwin-arm64@1.30.2:
5131
optional: true
5132
5133
-
lightningcss-darwin-x64@1.30.2:
5134
optional: true
5135
5136
-
lightningcss-freebsd-x64@1.30.2:
5137
optional: true
5138
5139
-
lightningcss-linux-arm-gnueabihf@1.30.2:
5140
optional: true
5141
5142
-
lightningcss-linux-arm64-gnu@1.30.2:
5143
optional: true
5144
5145
-
lightningcss-linux-arm64-musl@1.30.2:
5146
optional: true
5147
5148
-
lightningcss-linux-x64-gnu@1.30.2:
0
0
0
0
0
0
5149
optional: true
5150
5151
-
lightningcss-linux-x64-musl@1.30.2:
5152
optional: true
5153
5154
-
lightningcss-win32-arm64-msvc@1.30.2:
5155
optional: true
5156
5157
-
lightningcss-win32-x64-msvc@1.30.2:
5158
optional: true
5159
5160
-
lightningcss@1.30.2:
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
5161
dependencies:
5162
detect-libc: 2.1.2
5163
optionalDependencies:
5164
-
lightningcss-android-arm64: 1.30.2
5165
-
lightningcss-darwin-arm64: 1.30.2
5166
-
lightningcss-darwin-x64: 1.30.2
5167
-
lightningcss-freebsd-x64: 1.30.2
5168
-
lightningcss-linux-arm-gnueabihf: 1.30.2
5169
-
lightningcss-linux-arm64-gnu: 1.30.2
5170
-
lightningcss-linux-arm64-musl: 1.30.2
5171
-
lightningcss-linux-x64-gnu: 1.30.2
5172
-
lightningcss-linux-x64-musl: 1.30.2
5173
-
lightningcss-win32-arm64-msvc: 1.30.2
5174
-
lightningcss-win32-x64-msvc: 1.30.2
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
5175
5176
lilconfig@2.1.0: {}
5177
···
5198
dependencies:
5199
p-locate: 5.0.0
5200
5201
-
lodash.merge@4.6.2: {}
5202
-
5203
loose-envify@1.4.0:
5204
dependencies:
5205
js-tokens: 4.0.0
···
5212
5213
lz-string@1.5.0: {}
5214
5215
-
maath@0.10.8(@types/three@0.176.0)(three@0.176.0):
5216
dependencies:
5217
-
'@types/three': 0.176.0
5218
-
three: 0.176.0
5219
5220
magic-string@0.30.21:
5221
dependencies:
5222
'@jridgewell/sourcemap-codec': 1.5.5
5223
5224
-
maplibre-gl@5.17.0:
5225
dependencies:
5226
-
'@mapbox/geojson-rewind': 0.5.2
5227
'@mapbox/jsonlint-lines-primitives': 2.0.2
5228
'@mapbox/point-geometry': 1.1.0
5229
'@mapbox/tiny-sdf': 2.0.7
5230
'@mapbox/unitbezier': 0.0.1
5231
'@mapbox/vector-tile': 2.0.4
5232
'@mapbox/whoots-js': 3.1.0
5233
-
'@maplibre/geojson-vt': 5.0.4
5234
-
'@maplibre/maplibre-gl-style-spec': 24.4.1
5235
-
'@maplibre/mlt': 1.1.5
5236
-
'@maplibre/vt-pbf': 4.2.1
5237
'@types/geojson': 7946.0.16
5238
-
'@types/supercluster': 7.1.3
5239
earcut: 3.0.2
5240
gl-matrix: 3.4.4
5241
kdbush: 4.0.2
···
5243
pbf: 4.0.1
5244
potpack: 2.1.0
5245
quickselect: 3.0.0
5246
-
supercluster: 8.0.1
5247
tinyqueue: 3.0.0
5248
5249
-
markdown-it@14.1.0:
5250
dependencies:
5251
argparse: 2.0.1
5252
entities: 4.5.0
···
5255
punycode.js: 2.3.1
5256
uc.micro: 2.1.0
5257
5258
-
marked@17.0.1: {}
5259
5260
mdurl@2.0.0: {}
5261
5262
-
meshoptimizer@0.18.1: {}
5263
5264
mini-svg-data-uri@1.4.4: {}
5265
5266
-
miniflare@4.20260120.0:
5267
dependencies:
5268
'@cspotcode/source-map-support': 0.8.1
5269
sharp: 0.34.5
5270
undici: 7.18.2
5271
-
workerd: 1.20260120.0
5272
ws: 8.18.0
5273
youch: 4.1.0-beta.10
5274
-
zod: 3.25.76
5275
transitivePeerDependencies:
5276
- bufferutil
5277
- utf-8-validate
5278
5279
-
minimatch@3.1.2:
5280
-
dependencies:
5281
-
brace-expansion: 1.1.12
5282
-
5283
-
minimatch@9.0.5:
5284
dependencies:
5285
-
brace-expansion: 2.0.2
5286
5287
minimist@1.2.8: {}
5288
5289
mitt@3.0.1: {}
5290
5291
-
mlly@1.8.0:
5292
dependencies:
5293
-
acorn: 8.15.0
5294
pathe: 2.0.3
5295
pkg-types: 1.3.1
5296
ufo: 1.6.3
5297
5298
-
mode-watcher@1.1.0(svelte@5.48.0):
5299
dependencies:
5300
-
runed: 0.25.0(svelte@5.48.0)
5301
-
svelte: 5.48.0
5302
-
svelte-toolbelt: 0.7.1(svelte@5.48.0)
5303
5304
mri@1.2.0: {}
5305
5306
mrmime@2.0.1: {}
5307
5308
ms@2.1.3: {}
5309
-
5310
-
multiformats@9.9.0: {}
5311
5312
murmurhash-js@1.0.0: {}
5313
···
5317
5318
natural-compare@1.4.0: {}
5319
5320
-
node-gyp-build@4.8.4: {}
5321
-
5322
nth-check@2.1.1:
5323
dependencies:
5324
boolbase: 1.0.0
5325
5326
-
number-flow@0.5.9:
5327
dependencies:
5328
esm-env: 1.2.2
5329
···
5352
5353
pako@0.2.9: {}
5354
5355
-
parent-module@1.0.1:
5356
-
dependencies:
5357
-
callsites: 3.1.0
5358
-
5359
parse-css-color@0.2.1:
5360
dependencies:
5361
color-name: 1.1.4
···
5386
dependencies:
5387
resolve-protobuf-schema: 2.1.0
5388
5389
-
perfect-freehand@1.2.2: {}
5390
5391
picocolors@1.1.1: {}
5392
···
5395
pkg-types@1.3.1:
5396
dependencies:
5397
confbox: 0.1.8
5398
-
mlly: 1.8.0
5399
pathe: 2.0.3
5400
5401
pkg-types@2.3.0:
5402
dependencies:
5403
-
confbox: 0.2.2
5404
exsolve: 1.0.8
5405
pathe: 2.0.3
5406
···
5412
rangetouch: 2.0.1
5413
url-polyfill: 1.1.14
5414
5415
-
postcss-load-config@3.1.4(postcss@8.5.6):
5416
dependencies:
5417
lilconfig: 2.1.0
5418
yaml: 1.10.2
5419
optionalDependencies:
5420
-
postcss: 8.5.6
5421
5422
-
postcss-safe-parser@7.0.1(postcss@8.5.6):
5423
dependencies:
5424
-
postcss: 8.5.6
5425
5426
-
postcss-scss@4.0.9(postcss@8.5.6):
5427
dependencies:
5428
-
postcss: 8.5.6
5429
5430
postcss-selector-parser@6.0.10:
5431
dependencies:
···
5439
5440
postcss-value-parser@4.2.0: {}
5441
5442
-
postcss@8.5.6:
5443
dependencies:
5444
nanoid: 3.3.11
5445
picocolors: 1.1.1
···
5449
5450
prelude-ls@1.2.1: {}
5451
5452
-
prettier-plugin-svelte@3.4.1(prettier@3.8.1)(svelte@5.48.0):
5453
dependencies:
5454
prettier: 3.8.1
5455
-
svelte: 5.48.0
5456
5457
-
prettier-plugin-tailwindcss@0.7.2(prettier-plugin-svelte@3.4.1(prettier@3.8.1)(svelte@5.48.0))(prettier@3.8.1):
5458
dependencies:
5459
prettier: 3.8.1
5460
optionalDependencies:
5461
-
prettier-plugin-svelte: 3.4.1(prettier@3.8.1)(svelte@5.48.0)
5462
5463
prettier@3.8.1: {}
5464
···
5468
object-assign: 4.1.1
5469
react-is: 16.13.1
5470
5471
-
prosemirror-changeset@2.3.1:
5472
dependencies:
5473
prosemirror-transform: 1.11.0
5474
···
5486
dependencies:
5487
prosemirror-state: 1.4.4
5488
prosemirror-transform: 1.11.0
5489
-
prosemirror-view: 1.41.5
5490
5491
-
prosemirror-gapcursor@1.4.0:
5492
dependencies:
5493
prosemirror-keymap: 1.2.3
5494
prosemirror-model: 1.25.4
5495
prosemirror-state: 1.4.4
5496
-
prosemirror-view: 1.41.5
5497
5498
prosemirror-history@1.5.0:
5499
dependencies:
5500
prosemirror-state: 1.4.4
5501
prosemirror-transform: 1.11.0
5502
-
prosemirror-view: 1.41.5
5503
rope-sequence: 1.3.4
5504
5505
prosemirror-inputrules@1.5.1:
···
5512
prosemirror-state: 1.4.4
5513
w3c-keyname: 2.2.8
5514
5515
-
prosemirror-markdown@1.13.3:
5516
dependencies:
5517
'@types/markdown-it': 14.1.2
5518
-
markdown-it: 14.1.0
5519
prosemirror-model: 1.25.4
5520
5521
-
prosemirror-menu@1.2.5:
5522
dependencies:
5523
crelt: 1.0.6
5524
prosemirror-commands: 1.7.1
···
5543
dependencies:
5544
prosemirror-model: 1.25.4
5545
prosemirror-transform: 1.11.0
5546
-
prosemirror-view: 1.41.5
5547
5548
prosemirror-tables@1.8.5:
5549
dependencies:
···
5551
prosemirror-model: 1.25.4
5552
prosemirror-state: 1.4.4
5553
prosemirror-transform: 1.11.0
5554
-
prosemirror-view: 1.41.5
5555
5556
-
prosemirror-trailing-node@3.0.0(prosemirror-model@1.25.4)(prosemirror-state@1.4.4)(prosemirror-view@1.41.5):
5557
dependencies:
5558
'@remirror/core-constants': 3.0.0
5559
escape-string-regexp: 4.0.0
5560
prosemirror-model: 1.25.4
5561
prosemirror-state: 1.4.4
5562
-
prosemirror-view: 1.41.5
5563
5564
prosemirror-transform@1.11.0:
5565
dependencies:
5566
prosemirror-model: 1.25.4
5567
5568
-
prosemirror-view@1.41.5:
5569
dependencies:
5570
prosemirror-model: 1.25.4
5571
prosemirror-state: 1.4.4
···
5629
5630
resize-observer-polyfill@1.5.1: {}
5631
5632
-
resolve-from@4.0.0: {}
5633
-
5634
resolve-protobuf-schema@2.1.0:
5635
dependencies:
5636
protocol-buffers-schema: 3.6.0
5637
5638
-
rollup@4.56.0:
5639
dependencies:
5640
-
'@types/estree': 1.0.8
0
5641
optionalDependencies:
5642
-
'@rollup/rollup-android-arm-eabi': 4.56.0
5643
-
'@rollup/rollup-android-arm64': 4.56.0
5644
-
'@rollup/rollup-darwin-arm64': 4.56.0
5645
-
'@rollup/rollup-darwin-x64': 4.56.0
5646
-
'@rollup/rollup-freebsd-arm64': 4.56.0
5647
-
'@rollup/rollup-freebsd-x64': 4.56.0
5648
-
'@rollup/rollup-linux-arm-gnueabihf': 4.56.0
5649
-
'@rollup/rollup-linux-arm-musleabihf': 4.56.0
5650
-
'@rollup/rollup-linux-arm64-gnu': 4.56.0
5651
-
'@rollup/rollup-linux-arm64-musl': 4.56.0
5652
-
'@rollup/rollup-linux-loong64-gnu': 4.56.0
5653
-
'@rollup/rollup-linux-loong64-musl': 4.56.0
5654
-
'@rollup/rollup-linux-ppc64-gnu': 4.56.0
5655
-
'@rollup/rollup-linux-ppc64-musl': 4.56.0
5656
-
'@rollup/rollup-linux-riscv64-gnu': 4.56.0
5657
-
'@rollup/rollup-linux-riscv64-musl': 4.56.0
5658
-
'@rollup/rollup-linux-s390x-gnu': 4.56.0
5659
-
'@rollup/rollup-linux-x64-gnu': 4.56.0
5660
-
'@rollup/rollup-linux-x64-musl': 4.56.0
5661
-
'@rollup/rollup-openbsd-x64': 4.56.0
5662
-
'@rollup/rollup-openharmony-arm64': 4.56.0
5663
-
'@rollup/rollup-win32-arm64-msvc': 4.56.0
5664
-
'@rollup/rollup-win32-ia32-msvc': 4.56.0
5665
-
'@rollup/rollup-win32-x64-gnu': 4.56.0
5666
-
'@rollup/rollup-win32-x64-msvc': 4.56.0
5667
-
fsevents: 2.3.3
5668
5669
rope-sequence@1.3.4: {}
5670
5671
-
runed@0.23.4(svelte@5.48.0):
5672
dependencies:
5673
esm-env: 1.2.2
5674
-
svelte: 5.48.0
5675
5676
-
runed@0.25.0(svelte@5.48.0):
5677
dependencies:
5678
esm-env: 1.2.2
5679
-
svelte: 5.48.0
5680
5681
-
runed@0.28.0(svelte@5.48.0):
5682
dependencies:
5683
esm-env: 1.2.2
5684
-
svelte: 5.48.0
5685
5686
-
runed@0.35.1(@sveltejs/kit@2.50.1(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.48.0)(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2)))(svelte@5.48.0)(typescript@5.9.3)(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2)))(svelte@5.48.0):
5687
dependencies:
5688
dequal: 2.0.3
5689
esm-env: 1.2.2
5690
lz-string: 1.5.0
5691
-
svelte: 5.48.0
5692
optionalDependencies:
5693
-
'@sveltejs/kit': 2.50.1(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.48.0)(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2)))(svelte@5.48.0)(typescript@5.9.3)(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2))
5694
5695
rw@1.3.3: {}
5696
···
5719
5720
scheduler@0.27.0: {}
5721
5722
-
semver@7.7.3: {}
5723
5724
-
set-cookie-parser@2.7.2: {}
5725
5726
sharp@0.34.5:
5727
dependencies:
5728
-
'@img/colour': 1.0.0
5729
detect-libc: 2.1.2
5730
-
semver: 7.7.3
5731
optionalDependencies:
5732
'@img/sharp-darwin-arm64': 0.34.5
5733
'@img/sharp-darwin-x64': 0.34.5
···
5760
5761
shebang-regex@3.0.0: {}
5762
5763
-
simple-icons@16.6.0: {}
5764
5765
sirv@3.0.2:
5766
dependencies:
···
5773
std-env@3.10.0: {}
5774
5775
string.prototype.codepointat@0.2.1: {}
5776
-
5777
-
strip-json-comments@3.1.1: {}
5778
5779
style-to-object@1.0.14:
5780
dependencies:
···
5785
kdbush: 4.0.2
5786
5787
supports-color@10.2.2: {}
5788
-
5789
-
supports-color@7.2.0:
5790
-
dependencies:
5791
-
has-flag: 4.0.0
5792
5793
svelte-boring-avatars@1.2.6: {}
5794
5795
-
svelte-check@4.3.5(picomatch@4.0.3)(svelte@5.48.0)(typescript@5.9.3):
5796
dependencies:
5797
'@jridgewell/trace-mapping': 0.3.31
5798
chokidar: 4.0.3
5799
fdir: 6.5.0(picomatch@4.0.3)
5800
picocolors: 1.1.1
5801
sade: 1.8.1
5802
-
svelte: 5.48.0
5803
typescript: 5.9.3
5804
transitivePeerDependencies:
5805
- picomatch
5806
5807
-
svelte-eslint-parser@1.4.1(svelte@5.48.0):
5808
dependencies:
5809
eslint-scope: 8.4.0
5810
eslint-visitor-keys: 4.2.1
5811
espree: 10.4.0
5812
-
postcss: 8.5.6
5813
-
postcss-scss: 4.0.9(postcss@8.5.6)
5814
postcss-selector-parser: 7.1.1
0
5815
optionalDependencies:
5816
-
svelte: 5.48.0
5817
5818
-
svelte-maplibre-gl@1.0.3(maplibre-gl@5.17.0)(svelte@5.48.0):
5819
dependencies:
5820
-
maplibre-gl: 5.17.0
5821
-
svelte: 5.48.0
5822
5823
-
svelte-sonner@0.3.28(svelte@5.48.0):
5824
-
dependencies:
5825
-
svelte: 5.48.0
5826
-
5827
-
svelte-sonner@1.0.7(svelte@5.48.0):
5828
dependencies:
5829
-
runed: 0.28.0(svelte@5.48.0)
5830
-
svelte: 5.48.0
5831
5832
-
svelte-tiptap@3.0.1(@floating-ui/dom@1.7.5)(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/extension-bubble-menu@3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0))(@tiptap/extension-floating-menu@3.19.0(@floating-ui/dom@1.7.5)(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0)(svelte@5.48.0):
5833
dependencies:
5834
-
'@floating-ui/dom': 1.7.5
5835
-
'@tiptap/core': 3.19.0(@tiptap/pm@3.19.0)
5836
-
'@tiptap/extension-bubble-menu': 3.19.0(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0)
5837
-
'@tiptap/extension-floating-menu': 3.19.0(@floating-ui/dom@1.7.5)(@tiptap/core@3.19.0(@tiptap/pm@3.19.0))(@tiptap/pm@3.19.0)
5838
-
'@tiptap/pm': 3.19.0
5839
-
svelte: 5.48.0
5840
5841
-
svelte-toolbelt@0.10.6(@sveltejs/kit@2.50.1(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.48.0)(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2)))(svelte@5.48.0)(typescript@5.9.3)(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2)))(svelte@5.48.0):
5842
dependencies:
5843
clsx: 2.1.1
5844
-
runed: 0.35.1(@sveltejs/kit@2.50.1(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.48.0)(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2)))(svelte@5.48.0)(typescript@5.9.3)(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2)))(svelte@5.48.0)
5845
style-to-object: 1.0.14
5846
-
svelte: 5.48.0
5847
transitivePeerDependencies:
5848
- '@sveltejs/kit'
5849
5850
-
svelte-toolbelt@0.7.1(svelte@5.48.0):
5851
dependencies:
5852
clsx: 2.1.1
5853
-
runed: 0.23.4(svelte@5.48.0)
5854
style-to-object: 1.0.14
5855
-
svelte: 5.48.0
5856
5857
-
svelte@5.48.0:
5858
dependencies:
5859
'@jridgewell/remapping': 2.3.5
5860
'@jridgewell/sourcemap-codec': 1.5.5
5861
-
'@sveltejs/acorn-typescript': 1.0.8(acorn@8.15.0)
5862
'@types/estree': 1.0.8
5863
-
acorn: 8.15.0
5864
-
aria-query: 5.3.2
0
5865
axobject-query: 4.1.0
5866
clsx: 2.1.1
5867
-
devalue: 5.6.2
5868
esm-env: 1.2.2
5869
-
esrap: 2.2.2
5870
is-reference: 3.0.3
5871
locate-character: 3.0.0
5872
magic-string: 0.30.21
···
5874
5875
tabbable@6.4.0: {}
5876
5877
-
tailwind-merge@3.0.2: {}
5878
-
5879
-
tailwind-merge@3.4.0: {}
5880
-
5881
-
tailwind-variants@1.0.0(tailwindcss@4.1.18):
5882
-
dependencies:
5883
-
tailwind-merge: 3.0.2
5884
-
tailwindcss: 4.1.18
5885
5886
-
tailwind-variants@3.2.2(tailwind-merge@3.4.0)(tailwindcss@4.1.18):
5887
dependencies:
5888
-
tailwindcss: 4.1.18
5889
optionalDependencies:
5890
-
tailwind-merge: 3.4.0
5891
5892
-
tailwindcss-animate@1.0.7(tailwindcss@4.1.18):
5893
dependencies:
5894
-
tailwindcss: 4.1.18
5895
5896
-
tailwindcss@4.1.18: {}
5897
5898
tapable@2.3.0: {}
5899
5900
-
three-instanced-uniforms-mesh@0.52.4(three@0.176.0):
5901
dependencies:
5902
-
three: 0.176.0
5903
-
troika-three-utils: 0.52.4(three@0.176.0)
5904
5905
-
three-mesh-bvh@0.9.7(three@0.176.0):
5906
dependencies:
5907
-
three: 0.176.0
5908
5909
-
three-perf@1.0.11(three@0.176.0):
5910
dependencies:
5911
-
three: 0.176.0
5912
-
troika-three-text: 0.52.4(three@0.176.0)
5913
tweakpane: 3.1.10
5914
5915
-
three-viewport-gizmo@2.2.0(three@0.176.0):
5916
dependencies:
5917
-
three: 0.176.0
5918
5919
-
three@0.176.0: {}
5920
5921
tiny-inflate@1.0.3: {}
5922
···
5927
5928
tinyqueue@3.0.0: {}
5929
5930
-
tlds@1.261.0: {}
5931
-
5932
totalist@3.0.1: {}
5933
5934
-
troika-three-text@0.52.4(three@0.176.0):
5935
dependencies:
5936
bidi-js: 1.0.3
5937
-
three: 0.176.0
5938
-
troika-three-utils: 0.52.4(three@0.176.0)
5939
troika-worker-utils: 0.52.0
5940
webgl-sdf-generator: 1.1.1
5941
5942
-
troika-three-utils@0.52.4(three@0.176.0):
5943
dependencies:
5944
-
three: 0.176.0
5945
5946
troika-worker-utils@0.52.0: {}
5947
···
5961
dependencies:
5962
prelude-ls: 1.2.1
5963
5964
-
typescript-eslint@8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3):
5965
dependencies:
5966
-
'@typescript-eslint/eslint-plugin': 8.53.1(@typescript-eslint/parser@8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
5967
-
'@typescript-eslint/parser': 8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
5968
-
'@typescript-eslint/typescript-estree': 8.53.1(typescript@5.9.3)
5969
-
'@typescript-eslint/utils': 8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
5970
-
eslint: 9.39.2(jiti@2.6.1)
5971
typescript: 5.9.3
5972
transitivePeerDependencies:
5973
- supports-color
···
5978
5979
ufo@1.6.3: {}
5980
5981
-
uint8arrays@3.0.0:
5982
-
dependencies:
5983
-
multiformats: 9.9.0
5984
-
5985
ultrahtml@1.6.0: {}
5986
5987
-
undici-types@7.16.0: {}
0
5988
5989
undici@7.18.2: {}
5990
5991
-
undici@7.19.0: {}
5992
5993
unenv@2.0.0-rc.24:
5994
dependencies:
···
6006
exsolve: 1.0.8
6007
knitwork: 1.3.0
6008
magic-string: 0.30.21
6009
-
mlly: 1.8.0
6010
pathe: 2.0.3
6011
pkg-types: 2.3.0
6012
···
6018
6019
util-deprecate@1.0.2: {}
6020
6021
-
vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2):
6022
dependencies:
6023
-
esbuild: 0.27.2
6024
-
fdir: 6.5.0(picomatch@4.0.3)
6025
picomatch: 4.0.3
6026
-
postcss: 8.5.6
6027
-
rollup: 4.56.0
6028
tinyglobby: 0.2.15
6029
optionalDependencies:
6030
'@types/node': 25.0.10
0
6031
fsevents: 2.3.3
6032
jiti: 2.6.1
6033
-
lightningcss: 1.30.2
6034
6035
-
vitefu@1.1.1(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2)):
6036
optionalDependencies:
6037
-
vite: 7.3.1(@types/node@25.0.10)(jiti@2.6.1)(lightningcss@1.30.2)
6038
6039
w3c-keyname@2.2.8: {}
0
0
0
0
0
0
6040
6041
webgl-sdf-generator@1.1.1: {}
6042
···
6052
6053
word-wrap@1.2.5: {}
6054
6055
-
workerd@1.20260120.0:
6056
optionalDependencies:
6057
-
'@cloudflare/workerd-darwin-64': 1.20260120.0
6058
-
'@cloudflare/workerd-darwin-arm64': 1.20260120.0
6059
-
'@cloudflare/workerd-linux-64': 1.20260120.0
6060
-
'@cloudflare/workerd-linux-arm64': 1.20260120.0
6061
-
'@cloudflare/workerd-windows-64': 1.20260120.0
6062
6063
worktop@0.8.0-next.18:
6064
dependencies:
6065
mrmime: 2.0.1
6066
regexparam: 3.0.0
6067
6068
-
wrangler@4.60.0(@cloudflare/workers-types@4.20260123.0):
6069
dependencies:
6070
'@cloudflare/kv-asset-handler': 0.4.2
6071
-
'@cloudflare/unenv-preset': 2.11.0(unenv@2.0.0-rc.24)(workerd@1.20260120.0)
6072
blake3-wasm: 2.1.5
6073
-
esbuild: 0.27.0
6074
-
miniflare: 4.20260120.0
6075
path-to-regexp: 6.3.0
6076
unenv: 2.0.0-rc.24
6077
-
workerd: 1.20260120.0
6078
optionalDependencies:
6079
-
'@cloudflare/workers-types': 4.20260123.0
6080
fsevents: 2.3.3
6081
transitivePeerDependencies:
6082
- bufferutil
···
6104
youch-core: 0.3.3
6105
6106
zimmerframe@1.1.4: {}
6107
-
6108
-
zod@3.25.76: {}
···
12
specifier: ^3.1.10
13
version: 3.1.10
14
'@atcute/bluesky':
15
+
specifier: ^3.3.0
16
+
version: 3.3.0
17
'@atcute/bluesky-richtext-parser':
18
+
specifier: ^2.1.1
19
+
version: 2.1.1
20
'@atcute/bluesky-richtext-segmenter':
21
specifier: ^3.0.0
22
version: 3.0.0
···
30
specifier: ^1.2.9
31
version: 1.2.9
32
'@atcute/oauth-browser-client':
33
+
specifier: ^3.0.0
34
+
version: 3.0.0(@atcute/identity@1.1.3)
35
'@atcute/standard-site':
36
specifier: ^1.0.1
37
version: 1.0.1
38
'@atcute/tid':
39
+
specifier: ^1.1.2
40
+
version: 1.1.2
41
'@cloudflare/workers-types':
42
+
specifier: ^4.20260313.1
43
+
version: 4.20260313.1
44
'@ethercorps/sveltekit-og':
45
specifier: ^4.2.1
46
+
version: 4.2.1(@sveltejs/kit@2.55.0(@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.53.11)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)(typescript@5.9.3)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))
47
'@floating-ui/dom':
48
+
specifier: ^1.7.6
49
+
version: 1.7.6
50
'@foxui/3d':
51
+
specifier: ^0.8.0
52
+
version: 0.8.0(@internationalized/date@3.12.0)(@sveltejs/kit@2.55.0(@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.53.11)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)(typescript@5.9.3)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(svelte@5.53.11)(tailwindcss@4.2.1)
53
'@foxui/colors':
54
+
specifier: ^0.8.0
55
+
version: 0.8.0(@internationalized/date@3.12.0)(@sveltejs/kit@2.55.0(@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.53.11)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)(typescript@5.9.3)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(svelte@5.53.11)(tailwindcss@4.2.1)
56
'@foxui/core':
57
+
specifier: ^0.8.0
58
+
version: 0.8.0(@internationalized/date@3.12.0)(@sveltejs/kit@2.55.0(@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.53.11)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)(typescript@5.9.3)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(svelte@5.53.11)(tailwindcss@4.2.1)
59
'@foxui/social':
60
+
specifier: ^0.8.0
61
+
version: 0.8.0(@internationalized/date@3.12.0)(@sveltejs/kit@2.55.0(@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.53.11)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)(typescript@5.9.3)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(@tiptap/extension-code-block@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1))(@tiptap/extensions@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1))(highlight.js@11.11.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(svelte@5.53.11)(tailwindcss@4.2.1)
62
'@foxui/time':
63
+
specifier: ^0.8.0
64
+
version: 0.8.0(@internationalized/date@3.12.0)(@sveltejs/kit@2.55.0(@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.53.11)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)(typescript@5.9.3)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(svelte@5.53.11)(tailwindcss@4.2.1)
65
'@foxui/visual':
66
+
specifier: ^0.8.0
67
+
version: 0.8.0(@internationalized/date@3.12.0)(@sveltejs/kit@2.55.0(@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.53.11)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)(typescript@5.9.3)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(svelte@5.53.11)(tailwindcss@4.2.1)
68
'@internationalized/date':
69
+
specifier: ^3.12.0
70
+
version: 3.12.0
71
'@number-flow/svelte':
72
+
specifier: ^0.4.0
73
+
version: 0.4.0(svelte@5.53.11)
74
'@tailwindcss/typography':
75
specifier: ^0.5.19
76
+
version: 0.5.19(tailwindcss@4.2.1)
77
'@threlte/core':
78
+
specifier: ^8.4.1
79
+
version: 8.4.1(svelte@5.53.11)(three@0.183.2)
80
'@threlte/extras':
81
+
specifier: ^9.8.1
82
+
version: 9.8.1(@types/three@0.183.1)(svelte@5.53.11)(three@0.183.2)
83
'@tiptap/core':
84
+
specifier: ^3.20.1
85
+
version: 3.20.1(@tiptap/pm@3.20.1)
86
'@tiptap/extension-bubble-menu':
87
+
specifier: ^3.20.1
88
+
version: 3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1)
89
'@tiptap/extension-code-block-lowlight':
90
+
specifier: ^3.20.1
91
+
version: 3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/extension-code-block@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1)(highlight.js@11.11.1)(lowlight@3.3.0)
92
'@tiptap/extension-document':
93
+
specifier: ^3.20.1
94
+
version: 3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))
95
'@tiptap/extension-image':
96
+
specifier: ^3.20.1
97
+
version: 3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))
98
'@tiptap/extension-link':
99
+
specifier: ^3.20.1
100
+
version: 3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1)
101
'@tiptap/extension-paragraph':
102
+
specifier: ^3.20.1
103
+
version: 3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))
104
'@tiptap/extension-placeholder':
105
+
specifier: ^3.20.1
106
+
version: 3.20.1(@tiptap/extensions@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1))
107
'@tiptap/extension-text':
108
+
specifier: ^3.20.1
109
+
version: 3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))
110
'@tiptap/extension-typography':
111
+
specifier: ^3.20.1
112
+
version: 3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))
113
'@tiptap/extension-underline':
114
+
specifier: ^3.20.1
115
+
version: 3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))
116
'@tiptap/markdown':
117
+
specifier: ^3.20.1
118
+
version: 3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1)
119
'@tiptap/pm':
120
+
specifier: ^3.20.1
121
+
version: 3.20.1
122
'@tiptap/starter-kit':
123
+
specifier: ^3.20.1
124
+
version: 3.20.1
125
'@tiptap/suggestion':
126
+
specifier: ^3.20.1
127
+
version: 3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1)
128
'@types/three':
129
+
specifier: ^0.183.1
130
+
version: 0.183.1
131
bits-ui:
132
+
specifier: ^2.16.3
133
+
version: 2.16.3(@internationalized/date@3.12.0)(@sveltejs/kit@2.55.0(@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.53.11)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)(typescript@5.9.3)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)
134
clsx:
135
specifier: ^2.1.1
136
version: 2.1.1
137
dompurify:
138
+
specifier: ^3.3.3
139
+
version: 3.3.3
140
gsap:
141
specifier: ^3.14.2
142
version: 3.14.2
···
153
specifier: ^3.3.0
154
version: 3.3.0
155
maplibre-gl:
156
+
specifier: ^5.20.0
157
+
version: 5.20.0
158
marked:
159
+
specifier: ^17.0.4
160
+
version: 17.0.4
161
perfect-freehand:
162
+
specifier: ^1.2.3
163
+
version: 1.2.3
164
plyr:
165
specifier: ^3.8.4
166
version: 3.8.4
167
qr-code-styling:
168
+
specifier: ^1.9.2
169
version: 1.9.2
170
react-grid-layout:
171
specifier: ^2.2.2
172
version: 2.2.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
173
simple-icons:
174
+
specifier: ^16.11.0
175
+
version: 16.11.0
176
svelte-boring-avatars:
177
specifier: ^1.2.6
178
version: 1.2.6
179
svelte-sonner:
180
+
specifier: ^1.1.0
181
+
version: 1.1.0(svelte@5.53.11)
182
svelte-tiptap:
183
specifier: ^3.0.1
184
+
version: 3.0.1(@floating-ui/dom@1.7.6)(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/extension-bubble-menu@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1))(@tiptap/extension-floating-menu@3.20.1(@floating-ui/dom@1.7.6)(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1)(svelte@5.53.11)
185
tailwind-merge:
186
+
specifier: ^3.5.0
187
+
version: 3.5.0
188
tailwind-variants:
189
specifier: ^3.2.2
190
+
version: 3.2.2(tailwind-merge@3.5.0)(tailwindcss@4.2.1)
191
tailwindcss-animate:
192
specifier: ^1.0.7
193
+
version: 1.0.7(tailwindcss@4.2.1)
194
three:
195
+
specifier: ^0.183.2
196
+
version: 0.183.2
197
turndown:
198
specifier: ^7.2.2
199
version: 7.2.2
200
wrangler:
201
+
specifier: ^4.73.0
202
+
version: 4.73.0(@cloudflare/workers-types@4.20260313.1)
203
devDependencies:
204
'@eslint/compat':
205
+
specifier: ^2.0.3
206
+
version: 2.0.3(eslint@10.0.3(jiti@2.6.1))
207
'@eslint/js':
208
+
specifier: ^10.0.1
209
+
version: 10.0.1(eslint@10.0.3(jiti@2.6.1))
210
'@sveltejs/adapter-cloudflare':
211
+
specifier: ^7.2.8
212
+
version: 7.2.8(@sveltejs/kit@2.55.0(@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.53.11)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)(typescript@5.9.3)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(wrangler@4.73.0(@cloudflare/workers-types@4.20260313.1))
213
'@sveltejs/kit':
214
+
specifier: ^2.55.0
215
+
version: 2.55.0(@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.53.11)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)(typescript@5.9.3)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1))
216
'@sveltejs/vite-plugin-svelte':
217
+
specifier: ^7.0.0
218
+
version: 7.0.0(svelte@5.53.11)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1))
219
'@tailwindcss/forms':
220
specifier: ^0.5.11
221
+
version: 0.5.11(tailwindcss@4.2.1)
222
'@tailwindcss/vite':
223
+
specifier: ^4.2.1
224
+
version: 4.2.1(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1))
225
'@types/turndown':
226
specifier: ^5.0.6
227
version: 5.0.6
228
eslint:
229
+
specifier: ^10.0.3
230
+
version: 10.0.3(jiti@2.6.1)
231
eslint-config-prettier:
232
specifier: ^10.1.8
233
+
version: 10.1.8(eslint@10.0.3(jiti@2.6.1))
234
eslint-plugin-svelte:
235
+
specifier: ^3.15.2
236
+
version: 3.15.2(eslint@10.0.3(jiti@2.6.1))(svelte@5.53.11)
237
globals:
238
+
specifier: ^17.4.0
239
+
version: 17.4.0
240
prettier:
241
specifier: ^3.8.1
242
version: 3.8.1
243
prettier-plugin-svelte:
244
+
specifier: ^3.5.1
245
+
version: 3.5.1(prettier@3.8.1)(svelte@5.53.11)
246
prettier-plugin-tailwindcss:
247
specifier: ^0.7.2
248
+
version: 0.7.2(prettier-plugin-svelte@3.5.1(prettier@3.8.1)(svelte@5.53.11))(prettier@3.8.1)
249
svelte:
250
+
specifier: ^5.53.11
251
+
version: 5.53.11
252
svelte-check:
253
+
specifier: ^4.4.5
254
+
version: 4.4.5(picomatch@4.0.3)(svelte@5.53.11)(typescript@5.9.3)
255
svelte-maplibre-gl:
256
specifier: ^1.0.3
257
+
version: 1.0.3(maplibre-gl@5.20.0)(svelte@5.53.11)
258
tailwindcss:
259
+
specifier: ^4.2.1
260
+
version: 4.2.1
261
typescript:
262
specifier: ^5.9.3
263
version: 5.9.3
264
typescript-eslint:
265
+
specifier: ^8.57.0
266
+
version: 8.57.0(eslint@10.0.3(jiti@2.6.1))(typescript@5.9.3)
267
vite:
268
+
specifier: ^8.0.0
269
+
version: 8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)
270
271
packages:
272
273
'@atcute/atproto@3.1.10':
274
+
resolution: {integrity: sha512-+GKZpOc0PJcdWMQEkTfg/rSNDAAHxmAUGBl60g2az15etqJn5WaUPNGFE2sB7hKpwi5Ue2h/L0OacINcE/JDDQ==, tarball: https://registry.npmjs.org/@atcute/atproto/-/atproto-3.1.10.tgz}
275
276
+
'@atcute/bluesky-richtext-parser@2.1.1':
277
+
resolution: {integrity: sha512-2CJiZ1oLAxQEz6BL5r1m/p+m89bb02959dFEvMvYI7CbHgIzbZsDOp3JB2XVu49DjPNtd9Mz5VnF5OBBpTgWdg==, tarball: https://registry.npmjs.org/@atcute/bluesky-richtext-parser/-/bluesky-richtext-parser-2.1.1.tgz}
278
279
'@atcute/bluesky-richtext-segmenter@3.0.0':
280
+
resolution: {integrity: sha512-NhZTUKtFpeBBbILwAcxj5u4RobIoHOmGw3CAaaEFNebKYSvmTecrXJ7XufHw5DFOUdr8SiKXQVRQxGAxulMNWg==, tarball: https://registry.npmjs.org/@atcute/bluesky-richtext-segmenter/-/bluesky-richtext-segmenter-3.0.0.tgz}
281
282
+
'@atcute/bluesky@3.3.0':
283
+
resolution: {integrity: sha512-TrLnlxuD6F/D2ZYzJ3aCiRD0yiFuhmVsd6oULNzzr8V9Xzlufg0yxkRiGmbMiF2iI508y/MFi6vzo625301c5A==, tarball: https://registry.npmjs.org/@atcute/bluesky/-/bluesky-3.3.0.tgz}
284
285
'@atcute/client@4.2.1':
286
+
resolution: {integrity: sha512-ZBFM2pW075JtgGFu5g7HHZBecrClhlcNH8GVP9Zz1aViWR+cjjBsTpeE63rJs+FCOHFYlirUyo5L8SGZ4kMINw==, tarball: https://registry.npmjs.org/@atcute/client/-/client-4.2.1.tgz}
287
288
'@atcute/identity-resolver@1.2.2':
289
+
resolution: {integrity: sha512-eUh/UH4bFvuXS0X7epYCeJC/kj4rbBXfSRumLEH4smMVwNOgTo7cL/0Srty+P/qVPoZEyXdfEbS0PHJyzoXmHw==, tarball: https://registry.npmjs.org/@atcute/identity-resolver/-/identity-resolver-1.2.2.tgz}
290
peerDependencies:
291
'@atcute/identity': ^1.0.0
292
293
'@atcute/identity@1.1.3':
294
+
resolution: {integrity: sha512-oIqPoI8TwWeQxvcLmFEZLdN2XdWcaLVtlm8pNk0E72As9HNzzD9pwKPrLr3rmTLRIoULPPFmq9iFNsTeCIU9ng==, tarball: https://registry.npmjs.org/@atcute/identity/-/identity-1.1.3.tgz}
295
296
'@atcute/lexicons@1.2.9':
297
+
resolution: {integrity: sha512-/RRHm2Cw9o8Mcsrq0eo8fjS9okKYLGfuFwrQ0YoP/6sdSDsXshaTLJsvLlcUcaDaSJ1YFOuHIo3zr2Om2F/16g==, tarball: https://registry.npmjs.org/@atcute/lexicons/-/lexicons-1.2.9.tgz}
298
+
299
+
'@atcute/multibase@1.1.8':
300
+
resolution: {integrity: sha512-pJgtImMZKCjqwRbu+2GzB+4xQjKBXDwdZOzeqe0u97zYKRGftpGYGvYv3+pMe2xXe+msDyu7Nv8iJp+U14otTA==, tarball: https://registry.npmjs.org/@atcute/multibase/-/multibase-1.1.8.tgz}
301
+
302
+
'@atcute/oauth-browser-client@3.0.0':
303
+
resolution: {integrity: sha512-7AbKV8tTe7aRJNJV7gCcWHSVEADb2nr58O1p7dQsf73HSe9pvlBkj/Vk1yjjtH691uAVYkwhHSh0bC7D8XdwJw==, tarball: https://registry.npmjs.org/@atcute/oauth-browser-client/-/oauth-browser-client-3.0.0.tgz}
304
+
305
+
'@atcute/oauth-crypto@0.1.0':
306
+
resolution: {integrity: sha512-qZYDCNLF/4B6AndYT1rsQelN8621AC5u/sL5PHvlr/qqAbmmUwCBGjEgRSyZtHE1AqD60VNiSMlOgAuEQTSl3w==, tarball: https://registry.npmjs.org/@atcute/oauth-crypto/-/oauth-crypto-0.1.0.tgz}
307
308
+
'@atcute/oauth-keyset@0.1.0':
309
+
resolution: {integrity: sha512-+wqT/+I5Lg9VzKnKY3g88+N45xbq+wsdT6bHDGqCVa2u57gRvolFF4dY+weMfc/OX641BIZO6/o+zFtKBsMQnQ==, tarball: https://registry.npmjs.org/@atcute/oauth-keyset/-/oauth-keyset-0.1.0.tgz}
310
311
+
'@atcute/oauth-types@0.1.1':
312
+
resolution: {integrity: sha512-u+3KMjse3Uc/9hDyilu1QVN7IpcnjVXgRzhddzBB8Uh6wePHNVBDdi9wQvFTVVA3zmxtMJVptXRyLLg6Ou9bqg==, tarball: https://registry.npmjs.org/@atcute/oauth-types/-/oauth-types-0.1.1.tgz}
313
314
'@atcute/standard-site@1.0.1':
315
+
resolution: {integrity: sha512-wL4ZAvbe3p7NxC92rRgc6vbd+0feNDEAfEcBLA+68KDTUtmtEko5lr09R31P7AWlN4MVTMRj5iLb9UaTThIzWw==, tarball: https://registry.npmjs.org/@atcute/standard-site/-/standard-site-1.0.1.tgz}
0
0
0
316
317
+
'@atcute/tid@1.1.2':
318
+
resolution: {integrity: sha512-bmPuOX/TOfcm/vsK9vM98spjkcx2wgd9S2PeK5oLgEr8IbNRPq7iMCAPzOL1nu5XAW3LlkOYQEbYRcw5vcQ37w==, tarball: https://registry.npmjs.org/@atcute/tid/-/tid-1.1.2.tgz}
319
320
+
'@atcute/time-ms@1.3.2':
321
+
resolution: {integrity: sha512-F+qOyR9pO55g1d/QmN+Gr+fimoUQQLusdGSB6pjV0wW5KPILR4oQ4e2ZhWzqUbeHLAgWvgoTTMsMDdz62Xa2tg==, tarball: https://registry.npmjs.org/@atcute/time-ms/-/time-ms-1.3.2.tgz}
322
323
'@atcute/uint8array@1.1.1':
324
+
resolution: {integrity: sha512-3LsC8XB8TKe9q/5hOA5sFuzGaIFdJZJNewC5OKa3o/eU6+K7JR6see9Zy2JbQERNVnRl11EzbNov1efgLMAs4g==, tarball: https://registry.npmjs.org/@atcute/uint8array/-/uint8array-1.1.1.tgz}
325
326
'@atcute/util-fetch@1.0.5':
327
+
resolution: {integrity: sha512-qjHj01BGxjSjIFdPiAjSARnodJIIyKxnCMMEcXMESo9TAyND6XZQqrie5fia+LlYWVXdpsTds8uFQwc9jdKTig==, tarball: https://registry.npmjs.org/@atcute/util-fetch/-/util-fetch-1.0.5.tgz}
328
329
'@atcute/util-text@1.1.1':
330
+
resolution: {integrity: sha512-JH0SxzUQJAmbOBTYyhxQbkkI6M33YpjlVLEcbP5GYt43xgFArzV0FJVmEpvIj0kjsmphHB45b6IitdvxPdec9w==, tarball: https://registry.npmjs.org/@atcute/util-text/-/util-text-1.1.1.tgz}
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
331
332
'@badrap/valita@0.4.6':
333
+
resolution: {integrity: sha512-4kdqcjyxo/8RQ8ayjms47HCWZIF5981oE5nIenbfThKDxWXtEHKipAOWlflpPJzZx9y/JWYQkp18Awr7VuepFg==, tarball: https://registry.npmjs.org/@badrap/valita/-/valita-0.4.6.tgz}
334
engines: {node: '>= 18'}
335
336
'@cloudflare/kv-asset-handler@0.4.2':
337
+
resolution: {integrity: sha512-SIOD2DxrRRwQ+jgzlXCqoEFiKOFqaPjhnNTGKXSRLvp1HiOvapLaFG2kEr9dYQTYe8rKrd9uvDUzmAITeNyaHQ==, tarball: https://registry.npmjs.org/@cloudflare/kv-asset-handler/-/kv-asset-handler-0.4.2.tgz}
338
engines: {node: '>=18.0.0'}
339
340
+
'@cloudflare/unenv-preset@2.15.0':
341
+
resolution: {integrity: sha512-EGYmJaGZKWl+X8tXxcnx4v2bOZSjQeNI5dWFeXivgX9+YCT69AkzHHwlNbVpqtEUTbew8eQurpyOpeN8fg00nw==, tarball: https://registry.npmjs.org/@cloudflare/unenv-preset/-/unenv-preset-2.15.0.tgz}
342
peerDependencies:
343
unenv: 2.0.0-rc.24
344
+
workerd: 1.20260301.1 || ~1.20260302.1 || ~1.20260303.1 || ~1.20260304.1 || >1.20260305.0 <2.0.0-0
345
peerDependenciesMeta:
346
workerd:
347
optional: true
348
349
+
'@cloudflare/workerd-darwin-64@1.20260312.1':
350
+
resolution: {integrity: sha512-HUAtDWaqUduS6yasV6+NgsK7qBpP1qGU49ow/Wb117IHjYp+PZPUGReDYocpB4GOMRoQlvdd4L487iFxzdARpw==, tarball: https://registry.npmjs.org/@cloudflare/workerd-darwin-64/-/workerd-darwin-64-1.20260312.1.tgz}
351
engines: {node: '>=16'}
352
cpu: [x64]
353
os: [darwin]
354
355
+
'@cloudflare/workerd-darwin-arm64@1.20260312.1':
356
+
resolution: {integrity: sha512-DOn7TPTHSxJYfi4m4NYga/j32wOTqvJf/pY4Txz5SDKWIZHSTXFyGz2K4B+thoPWLop/KZxGoyTv7db0mk/qyw==, tarball: https://registry.npmjs.org/@cloudflare/workerd-darwin-arm64/-/workerd-darwin-arm64-1.20260312.1.tgz}
357
engines: {node: '>=16'}
358
cpu: [arm64]
359
os: [darwin]
360
361
+
'@cloudflare/workerd-linux-64@1.20260312.1':
362
+
resolution: {integrity: sha512-TdkIh3WzPXYHuvz7phAtFEEvAxvFd30tHrm4gsgpw0R0F5b8PtoM3hfL2uY7EcBBWVYUBtkY2ahDYFfufnXw/g==, tarball: https://registry.npmjs.org/@cloudflare/workerd-linux-64/-/workerd-linux-64-1.20260312.1.tgz}
363
engines: {node: '>=16'}
364
cpu: [x64]
365
os: [linux]
366
367
+
'@cloudflare/workerd-linux-arm64@1.20260312.1':
368
+
resolution: {integrity: sha512-kNauZhL569Iy94t844OMwa1zP6zKFiL3xiJ4tGLS+TFTEfZ3pZsRH6lWWOtkXkjTyCmBEOog0HSEKjIV4oAffw==, tarball: https://registry.npmjs.org/@cloudflare/workerd-linux-arm64/-/workerd-linux-arm64-1.20260312.1.tgz}
369
engines: {node: '>=16'}
370
cpu: [arm64]
371
os: [linux]
372
373
+
'@cloudflare/workerd-windows-64@1.20260312.1':
374
+
resolution: {integrity: sha512-5dBrlSK+nMsZy5bYQpj8t9iiQNvCRlkm9GGvswJa9vVU/1BNO4BhJMlqOLWT24EmFyApZ+kaBiPJMV8847NDTg==, tarball: https://registry.npmjs.org/@cloudflare/workerd-windows-64/-/workerd-windows-64-1.20260312.1.tgz}
375
engines: {node: '>=16'}
376
cpu: [x64]
377
os: [win32]
378
379
+
'@cloudflare/workers-types@4.20260313.1':
380
+
resolution: {integrity: sha512-jMEeX3RKfOSVqqXRKr/ulgglcTloeMzSH3FdzIfqJHtvc12/ELKd5Ldsg8ZHahKX/4eRxYdw3kbzb8jLXbq/jQ==, tarball: https://registry.npmjs.org/@cloudflare/workers-types/-/workers-types-4.20260313.1.tgz}
381
382
'@cspotcode/source-map-support@0.8.1':
383
+
resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==, tarball: https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz}
384
engines: {node: '>=12'}
385
386
'@dimforge/rapier3d-compat@0.12.0':
387
+
resolution: {integrity: sha512-uekIGetywIgopfD97oDL5PfeezkFpNhwlzlaEYNOA0N6ghdsOvh/HYjSMek5Q2O1PYvRSDFcqFVJl4r4ZBwOow==, tarball: https://registry.npmjs.org/@dimforge/rapier3d-compat/-/rapier3d-compat-0.12.0.tgz}
388
389
+
'@emnapi/core@1.9.0':
390
+
resolution: {integrity: sha512-0DQ98G9ZQZOxfUcQn1waV2yS8aWdZ6kJMbYCJB3oUBecjWYO1fqJ+a1DRfPF3O5JEkwqwP1A9QEN/9mYm2Yd0w==, tarball: https://registry.npmjs.org/@emnapi/core/-/core-1.9.0.tgz}
391
392
+
'@emnapi/runtime@1.9.0':
393
+
resolution: {integrity: sha512-QN75eB0IH2ywSpRpNddCRfQIhmJYBCJ1x5Lb3IscKAL8bMnVAKnRg8dCoXbHzVLLH7P38N2Z3mtulB7W0J0FKw==, tarball: https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.9.0.tgz}
394
+
395
+
'@emnapi/wasi-threads@1.2.0':
396
+
resolution: {integrity: sha512-N10dEJNSsUx41Z6pZsXU8FjPjpBEplgH24sfkmITrBED1/U2Esum9F3lfLrMjKHHjmi557zQn7kR9R+XWXu5Rg==, tarball: https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.0.tgz}
397
398
+
'@esbuild/aix-ppc64@0.27.3':
399
+
resolution: {integrity: sha512-9fJMTNFTWZMh5qwrBItuziu834eOCUcEqymSH7pY+zoMVEZg3gcPuBNxH1EvfVYe9h0x/Ptw8KBzv7qxb7l8dg==, tarball: https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.3.tgz}
400
engines: {node: '>=18'}
401
cpu: [ppc64]
402
os: [aix]
403
404
+
'@esbuild/android-arm64@0.27.3':
405
+
resolution: {integrity: sha512-YdghPYUmj/FX2SYKJ0OZxf+iaKgMsKHVPF1MAq/P8WirnSpCStzKJFjOjzsW0QQ7oIAiccHdcqjbHmJxRb/dmg==, tarball: https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.3.tgz}
0
0
0
0
0
0
406
engines: {node: '>=18'}
407
cpu: [arm64]
408
os: [android]
409
410
+
'@esbuild/android-arm@0.27.3':
411
+
resolution: {integrity: sha512-i5D1hPY7GIQmXlXhs2w8AWHhenb00+GxjxRncS2ZM7YNVGNfaMxgzSGuO8o8SJzRc/oZwU2bcScvVERk03QhzA==, tarball: https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.3.tgz}
412
engines: {node: '>=18'}
413
cpu: [arm]
414
os: [android]
415
416
+
'@esbuild/android-x64@0.27.3':
417
+
resolution: {integrity: sha512-IN/0BNTkHtk8lkOM8JWAYFg4ORxBkZQf9zXiEOfERX/CzxW3Vg1ewAhU7QSWQpVIzTW+b8Xy+lGzdYXV6UZObQ==, tarball: https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.3.tgz}
0
0
0
0
0
0
418
engines: {node: '>=18'}
419
cpu: [x64]
420
os: [android]
421
422
+
'@esbuild/darwin-arm64@0.27.3':
423
+
resolution: {integrity: sha512-Re491k7ByTVRy0t3EKWajdLIr0gz2kKKfzafkth4Q8A5n1xTHrkqZgLLjFEHVD+AXdUGgQMq+Godfq45mGpCKg==, tarball: https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.3.tgz}
0
0
0
0
0
0
424
engines: {node: '>=18'}
425
cpu: [arm64]
426
os: [darwin]
427
428
+
'@esbuild/darwin-x64@0.27.3':
429
+
resolution: {integrity: sha512-vHk/hA7/1AckjGzRqi6wbo+jaShzRowYip6rt6q7VYEDX4LEy1pZfDpdxCBnGtl+A5zq8iXDcyuxwtv3hNtHFg==, tarball: https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.3.tgz}
0
0
0
0
0
0
0
0
0
0
0
0
430
engines: {node: '>=18'}
431
cpu: [x64]
432
os: [darwin]
433
434
+
'@esbuild/freebsd-arm64@0.27.3':
435
+
resolution: {integrity: sha512-ipTYM2fjt3kQAYOvo6vcxJx3nBYAzPjgTCk7QEgZG8AUO3ydUhvelmhrbOheMnGOlaSFUoHXB6un+A7q4ygY9w==, tarball: https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.3.tgz}
0
0
0
0
0
0
436
engines: {node: '>=18'}
437
cpu: [arm64]
438
os: [freebsd]
439
440
+
'@esbuild/freebsd-x64@0.27.3':
441
+
resolution: {integrity: sha512-dDk0X87T7mI6U3K9VjWtHOXqwAMJBNN2r7bejDsc+j03SEjtD9HrOl8gVFByeM0aJksoUuUVU9TBaZa2rgj0oA==, tarball: https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.3.tgz}
442
engines: {node: '>=18'}
443
cpu: [x64]
444
os: [freebsd]
445
446
+
'@esbuild/linux-arm64@0.27.3':
447
+
resolution: {integrity: sha512-sZOuFz/xWnZ4KH3YfFrKCf1WyPZHakVzTiqji3WDc0BCl2kBwiJLCXpzLzUBLgmp4veFZdvN5ChW4Eq/8Fc2Fg==, tarball: https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.3.tgz}
0
0
0
0
0
0
0
0
0
0
0
0
448
engines: {node: '>=18'}
449
cpu: [arm64]
450
os: [linux]
451
452
+
'@esbuild/linux-arm@0.27.3':
453
+
resolution: {integrity: sha512-s6nPv2QkSupJwLYyfS+gwdirm0ukyTFNl3KTgZEAiJDd+iHZcbTPPcWCcRYH+WlNbwChgH2QkE9NSlNrMT8Gfw==, tarball: https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.3.tgz}
454
engines: {node: '>=18'}
455
cpu: [arm]
456
os: [linux]
457
458
+
'@esbuild/linux-ia32@0.27.3':
459
+
resolution: {integrity: sha512-yGlQYjdxtLdh0a3jHjuwOrxQjOZYD/C9PfdbgJJF3TIZWnm/tMd/RcNiLngiu4iwcBAOezdnSLAwQDPqTmtTYg==, tarball: https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.3.tgz}
0
0
0
0
0
0
460
engines: {node: '>=18'}
461
cpu: [ia32]
462
os: [linux]
463
464
+
'@esbuild/linux-loong64@0.27.3':
465
+
resolution: {integrity: sha512-WO60Sn8ly3gtzhyjATDgieJNet/KqsDlX5nRC5Y3oTFcS1l0KWba+SEa9Ja1GfDqSF1z6hif/SkpQJbL63cgOA==, tarball: https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.3.tgz}
0
0
0
0
0
0
0
0
0
0
0
0
466
engines: {node: '>=18'}
467
cpu: [loong64]
468
os: [linux]
469
470
+
'@esbuild/linux-mips64el@0.27.3':
471
+
resolution: {integrity: sha512-APsymYA6sGcZ4pD6k+UxbDjOFSvPWyZhjaiPyl/f79xKxwTnrn5QUnXR5prvetuaSMsb4jgeHewIDCIWljrSxw==, tarball: https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.3.tgz}
472
engines: {node: '>=18'}
473
cpu: [mips64el]
474
os: [linux]
475
476
+
'@esbuild/linux-ppc64@0.27.3':
477
+
resolution: {integrity: sha512-eizBnTeBefojtDb9nSh4vvVQ3V9Qf9Df01PfawPcRzJH4gFSgrObw+LveUyDoKU3kxi5+9RJTCWlj4FjYXVPEA==, tarball: https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.3.tgz}
0
0
0
0
0
0
478
engines: {node: '>=18'}
479
cpu: [ppc64]
480
os: [linux]
481
482
+
'@esbuild/linux-riscv64@0.27.3':
483
+
resolution: {integrity: sha512-3Emwh0r5wmfm3ssTWRQSyVhbOHvqegUDRd0WhmXKX2mkHJe1SFCMJhagUleMq+Uci34wLSipf8Lagt4LlpRFWQ==, tarball: https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.3.tgz}
0
0
0
0
0
0
484
engines: {node: '>=18'}
485
cpu: [riscv64]
486
os: [linux]
487
488
+
'@esbuild/linux-s390x@0.27.3':
489
+
resolution: {integrity: sha512-pBHUx9LzXWBc7MFIEEL0yD/ZVtNgLytvx60gES28GcWMqil8ElCYR4kvbV2BDqsHOvVDRrOxGySBM9Fcv744hw==, tarball: https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.3.tgz}
0
0
0
0
0
0
490
engines: {node: '>=18'}
491
cpu: [s390x]
492
os: [linux]
493
494
+
'@esbuild/linux-x64@0.27.3':
495
+
resolution: {integrity: sha512-Czi8yzXUWIQYAtL/2y6vogER8pvcsOsk5cpwL4Gk5nJqH5UZiVByIY8Eorm5R13gq+DQKYg0+JyQoytLQas4dA==, tarball: https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.3.tgz}
0
0
0
0
0
0
0
0
0
0
0
0
496
engines: {node: '>=18'}
497
cpu: [x64]
498
os: [linux]
499
500
+
'@esbuild/netbsd-arm64@0.27.3':
501
+
resolution: {integrity: sha512-sDpk0RgmTCR/5HguIZa9n9u+HVKf40fbEUt+iTzSnCaGvY9kFP0YKBWZtJaraonFnqef5SlJ8/TiPAxzyS+UoA==, tarball: https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.3.tgz}
502
engines: {node: '>=18'}
503
cpu: [arm64]
504
os: [netbsd]
505
506
+
'@esbuild/netbsd-x64@0.27.3':
507
+
resolution: {integrity: sha512-P14lFKJl/DdaE00LItAukUdZO5iqNH7+PjoBm+fLQjtxfcfFE20Xf5CrLsmZdq5LFFZzb5JMZ9grUwvtVYzjiA==, tarball: https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.3.tgz}
0
0
0
0
0
0
0
0
0
0
0
0
508
engines: {node: '>=18'}
509
cpu: [x64]
510
os: [netbsd]
511
512
+
'@esbuild/openbsd-arm64@0.27.3':
513
+
resolution: {integrity: sha512-AIcMP77AvirGbRl/UZFTq5hjXK+2wC7qFRGoHSDrZ5v5b8DK/GYpXW3CPRL53NkvDqb9D+alBiC/dV0Fb7eJcw==, tarball: https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.3.tgz}
514
engines: {node: '>=18'}
515
cpu: [arm64]
516
os: [openbsd]
517
518
+
'@esbuild/openbsd-x64@0.27.3':
519
+
resolution: {integrity: sha512-DnW2sRrBzA+YnE70LKqnM3P+z8vehfJWHXECbwBmH/CU51z6FiqTQTHFenPlHmo3a8UgpLyH3PT+87OViOh1AQ==, tarball: https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.3.tgz}
0
0
0
0
0
0
0
0
0
0
0
0
520
engines: {node: '>=18'}
521
cpu: [x64]
522
os: [openbsd]
523
524
+
'@esbuild/openharmony-arm64@0.27.3':
525
+
resolution: {integrity: sha512-NinAEgr/etERPTsZJ7aEZQvvg/A6IsZG/LgZy+81wON2huV7SrK3e63dU0XhyZP4RKGyTm7aOgmQk0bGp0fy2g==, tarball: https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.3.tgz}
0
0
0
0
0
0
526
engines: {node: '>=18'}
527
cpu: [arm64]
528
os: [openharmony]
529
530
+
'@esbuild/sunos-x64@0.27.3':
531
+
resolution: {integrity: sha512-PanZ+nEz+eWoBJ8/f8HKxTTD172SKwdXebZ0ndd953gt1HRBbhMsaNqjTyYLGLPdoWHy4zLU7bDVJztF5f3BHA==, tarball: https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.3.tgz}
532
engines: {node: '>=18'}
533
cpu: [x64]
534
os: [sunos]
535
536
+
'@esbuild/win32-arm64@0.27.3':
537
+
resolution: {integrity: sha512-B2t59lWWYrbRDw/tjiWOuzSsFh1Y/E95ofKz7rIVYSQkUYBjfSgf6oeYPNWHToFRr2zx52JKApIcAS/D5TUBnA==, tarball: https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.3.tgz}
0
0
0
0
0
0
0
0
0
0
0
0
538
engines: {node: '>=18'}
539
cpu: [arm64]
540
os: [win32]
541
542
+
'@esbuild/win32-ia32@0.27.3':
543
+
resolution: {integrity: sha512-QLKSFeXNS8+tHW7tZpMtjlNb7HKau0QDpwm49u0vUp9y1WOF+PEzkU84y9GqYaAVW8aH8f3GcBck26jh54cX4Q==, tarball: https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.3.tgz}
544
engines: {node: '>=18'}
545
cpu: [ia32]
546
os: [win32]
547
548
+
'@esbuild/win32-x64@0.27.3':
549
+
resolution: {integrity: sha512-4uJGhsxuptu3OcpVAzli+/gWusVGwZZHTlS63hh++ehExkVT8SgiEf7/uC/PclrPPkLhZqGgCTjd0VWLo6xMqA==, tarball: https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.3.tgz}
0
0
0
0
0
0
0
0
0
0
0
0
550
engines: {node: '>=18'}
551
cpu: [x64]
552
os: [win32]
553
554
'@eslint-community/eslint-utils@4.9.1':
555
+
resolution: {integrity: sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==, tarball: https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz}
556
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
557
peerDependencies:
558
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
559
560
'@eslint-community/regexpp@4.12.2':
561
+
resolution: {integrity: sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==, tarball: https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz}
562
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
563
564
+
'@eslint/compat@2.0.3':
565
+
resolution: {integrity: sha512-SjIJhGigp8hmd1YGIBwh7Ovri7Kisl42GYFjrOyHhtfYGGoLW6teYi/5p8W50KSsawUPpuLOSmsq1bD0NGQLBw==, tarball: https://registry.npmjs.org/@eslint/compat/-/compat-2.0.3.tgz}
566
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
567
peerDependencies:
568
+
eslint: ^8.40 || 9 || 10
569
peerDependenciesMeta:
570
eslint:
571
optional: true
572
573
+
'@eslint/config-array@0.23.3':
574
+
resolution: {integrity: sha512-j+eEWmB6YYLwcNOdlwQ6L2OsptI/LO6lNBuLIqe5R7RetD658HLoF+Mn7LzYmAWWNNzdC6cqP+L6r8ujeYXWLw==, tarball: https://registry.npmjs.org/@eslint/config-array/-/config-array-0.23.3.tgz}
575
+
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
576
577
+
'@eslint/config-helpers@0.5.3':
578
+
resolution: {integrity: sha512-lzGN0onllOZCGroKJmRwY6QcEHxbjBw1gwB8SgRSqK8YbbtEXMvKynsXc3553ckIEBxsbMBU7oOZXKIPGZNeZw==, tarball: https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.5.3.tgz}
0
0
0
0
0
0
0
0
579
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
580
581
+
'@eslint/core@1.1.1':
582
+
resolution: {integrity: sha512-QUPblTtE51/7/Zhfv8BDwO0qkkzQL7P/aWWbqcf4xWLEYn1oKjdO0gglQBB4GAsu7u6wjijbCmzsUTy6mnk6oQ==, tarball: https://registry.npmjs.org/@eslint/core/-/core-1.1.1.tgz}
583
+
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
584
585
+
'@eslint/js@10.0.1':
586
+
resolution: {integrity: sha512-zeR9k5pd4gxjZ0abRoIaxdc7I3nDktoXZk2qOv9gCNWx3mVwEn32VRhyLaRsDiJjTs0xq/T8mfPtyuXu7GWBcA==, tarball: https://registry.npmjs.org/@eslint/js/-/js-10.0.1.tgz}
587
+
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
588
+
peerDependencies:
589
+
eslint: ^10.0.0
590
+
peerDependenciesMeta:
591
+
eslint:
592
+
optional: true
593
594
+
'@eslint/object-schema@3.0.3':
595
+
resolution: {integrity: sha512-iM869Pugn9Nsxbh/YHRqYiqd23AmIbxJOcpUMOuWCVNdoQJ5ZtwL6h3t0bcZzJUlC3Dq9jCFCESBZnX0GTv7iQ==, tarball: https://registry.npmjs.org/@eslint/object-schema/-/object-schema-3.0.3.tgz}
596
+
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
597
598
+
'@eslint/plugin-kit@0.6.1':
599
+
resolution: {integrity: sha512-iH1B076HoAshH1mLpHMgwdGeTs0CYwL0SPMkGuSebZrwBp16v415e9NZXg2jtrqPVQjf6IANe2Vtlr5KswtcZQ==, tarball: https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.6.1.tgz}
600
+
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
601
602
'@ethercorps/sveltekit-og@4.2.1':
603
+
resolution: {integrity: sha512-mMkoKWMMBXL5iAYrMZqklezZDUU7HpHd+sNsz78e4gElXFyxdOnsIFfPPXpqDcUn6orZHs5MGHvtPi5II5xNAA==, tarball: https://registry.npmjs.org/@ethercorps/sveltekit-og/-/sveltekit-og-4.2.1.tgz}
604
peerDependencies:
605
'@sveltejs/kit': '>=2.0.0'
606
607
+
'@floating-ui/core@1.7.5':
608
+
resolution: {integrity: sha512-1Ih4WTWyw0+lKyFMcBHGbb5U5FtuHJuujoyyr5zTaWS5EYMeT6Jb2AuDeftsCsEuchO+mM2ij5+q9crhydzLhQ==, tarball: https://registry.npmjs.org/@floating-ui/core/-/core-1.7.5.tgz}
609
610
+
'@floating-ui/dom@1.7.6':
611
+
resolution: {integrity: sha512-9gZSAI5XM36880PPMm//9dfiEngYoC6Am2izES1FF406YFsjvyBMmeJ2g4SAju3xWwtuynNRFL2s9hgxpLI5SQ==, tarball: https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.6.tgz}
612
613
+
'@floating-ui/utils@0.2.11':
614
+
resolution: {integrity: sha512-RiB/yIh78pcIxl6lLMG0CgBXAZ2Y0eVHqMPYugu+9U0AeT6YBeiJpf7lbdJNIugFP5SIjwNRgo4DhR1Qxi26Gg==, tarball: https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.11.tgz}
615
616
+
'@foxui/3d@0.8.0':
617
+
resolution: {integrity: sha512-1DFabcaC/FMkt587UTTg39Mg23PMa2R8OYJoYAHqSNW4jeZ1q3aigKvnDoKjAkeaBxFqY39vIgsOsat3CJEBnw==, tarball: https://registry.npmjs.org/@foxui/3d/-/3d-0.8.0.tgz}
618
+
peerDependencies:
619
+
svelte: '>=5'
620
+
tailwindcss: '>=3'
621
622
+
'@foxui/colors@0.8.0':
623
+
resolution: {integrity: sha512-4LIsmfuLM0lgIyy+NDxEElv9ZwM7xLl/7ZdAuzSukqIUeXMdtfWNyMLV6QcAFEc2LQyJAGXBpSK5H620BB01Hg==, tarball: https://registry.npmjs.org/@foxui/colors/-/colors-0.8.0.tgz}
624
peerDependencies:
625
svelte: '>=5'
626
tailwindcss: '>=3'
627
628
+
'@foxui/core@0.8.0':
629
+
resolution: {integrity: sha512-1/vE7eftrQit7XyLVod6FksqCZKYj9VbRqktc4BkTdKnf3/iJZJrGyeDD3hJ0+q6qEi7DImCgSOEnFLoAqTecw==, tarball: https://registry.npmjs.org/@foxui/core/-/core-0.8.0.tgz}
630
peerDependencies:
631
svelte: '>=5'
632
tailwindcss: '>=3'
633
634
+
'@foxui/social@0.8.0':
635
+
resolution: {integrity: sha512-D1AdPg97BZLWjVqRwQMoiCTiO894nRurEpA5JEshqciOvPZvKss0AxRryBMsm/23y15z4Gc6gXXhp/oA1ptALA==, tarball: https://registry.npmjs.org/@foxui/social/-/social-0.8.0.tgz}
636
peerDependencies:
637
svelte: '>=5'
638
tailwindcss: '>=3'
639
640
+
'@foxui/text@0.8.0':
641
+
resolution: {integrity: sha512-OcyO9kt4Y6FisPheQzpaXKnnl2WcR97gRGkCGLKs8urgNmAC4PSlwrBKWCAHID/d+PbW+rH3qPdOostIQ1nAXQ==, tarball: https://registry.npmjs.org/@foxui/text/-/text-0.8.0.tgz}
642
peerDependencies:
643
svelte: '>=5'
644
tailwindcss: '>=3'
645
646
+
'@foxui/time@0.8.0':
647
+
resolution: {integrity: sha512-wDQkv97Gp5mxQ9EXZVInSTgCozW46jqoKyy4EChjxkC/CKy5jdkBYbgl+sbpSDxz3Fgdp28anyM3uyYXf5mIdQ==, tarball: https://registry.npmjs.org/@foxui/time/-/time-0.8.0.tgz}
648
peerDependencies:
649
svelte: '>=5'
650
tailwindcss: '>=3'
651
652
+
'@foxui/visual@0.8.0':
653
+
resolution: {integrity: sha512-IGeocy5B9kyVPshiZ1aqbs+2kjFIucr2Vl3KYxVu4As89WePwJKz6WlmhBoHaLspbdoIaSls0MVTqAs5ICli+w==, tarball: https://registry.npmjs.org/@foxui/visual/-/visual-0.8.0.tgz}
654
peerDependencies:
655
svelte: '>=5'
656
tailwindcss: '>=3'
657
658
'@humanfs/core@0.19.1':
659
+
resolution: {integrity: sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==, tarball: https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz}
660
engines: {node: '>=18.18.0'}
661
662
'@humanfs/node@0.16.7':
663
+
resolution: {integrity: sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==, tarball: https://registry.npmjs.org/@humanfs/node/-/node-0.16.7.tgz}
664
engines: {node: '>=18.18.0'}
665
666
'@humanwhocodes/module-importer@1.0.1':
667
+
resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==, tarball: https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz}
668
engines: {node: '>=12.22'}
669
670
'@humanwhocodes/retry@0.4.3':
671
+
resolution: {integrity: sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==, tarball: https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz}
672
engines: {node: '>=18.18'}
673
674
+
'@img/colour@1.1.0':
675
+
resolution: {integrity: sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==, tarball: https://registry.npmjs.org/@img/colour/-/colour-1.1.0.tgz}
676
engines: {node: '>=18'}
677
678
'@img/sharp-darwin-arm64@0.34.5':
679
+
resolution: {integrity: sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==, tarball: https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.5.tgz}
680
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
681
cpu: [arm64]
682
os: [darwin]
683
684
'@img/sharp-darwin-x64@0.34.5':
685
+
resolution: {integrity: sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==, tarball: https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.5.tgz}
686
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
687
cpu: [x64]
688
os: [darwin]
689
690
'@img/sharp-libvips-darwin-arm64@1.2.4':
691
+
resolution: {integrity: sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==, tarball: https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.4.tgz}
692
cpu: [arm64]
693
os: [darwin]
694
695
'@img/sharp-libvips-darwin-x64@1.2.4':
696
+
resolution: {integrity: sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==, tarball: https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.4.tgz}
697
cpu: [x64]
698
os: [darwin]
699
700
'@img/sharp-libvips-linux-arm64@1.2.4':
701
+
resolution: {integrity: sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==, tarball: https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.4.tgz}
702
cpu: [arm64]
703
os: [linux]
704
705
'@img/sharp-libvips-linux-arm@1.2.4':
706
+
resolution: {integrity: sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==, tarball: https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.4.tgz}
707
cpu: [arm]
708
os: [linux]
709
710
'@img/sharp-libvips-linux-ppc64@1.2.4':
711
+
resolution: {integrity: sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==, tarball: https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.4.tgz}
712
cpu: [ppc64]
713
os: [linux]
714
715
'@img/sharp-libvips-linux-riscv64@1.2.4':
716
+
resolution: {integrity: sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==, tarball: https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.2.4.tgz}
717
cpu: [riscv64]
718
os: [linux]
719
720
'@img/sharp-libvips-linux-s390x@1.2.4':
721
+
resolution: {integrity: sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==, tarball: https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.4.tgz}
722
cpu: [s390x]
723
os: [linux]
724
725
'@img/sharp-libvips-linux-x64@1.2.4':
726
+
resolution: {integrity: sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==, tarball: https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz}
727
cpu: [x64]
728
os: [linux]
729
730
'@img/sharp-libvips-linuxmusl-arm64@1.2.4':
731
+
resolution: {integrity: sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==, tarball: https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.4.tgz}
732
cpu: [arm64]
733
os: [linux]
734
735
'@img/sharp-libvips-linuxmusl-x64@1.2.4':
736
+
resolution: {integrity: sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==, tarball: https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz}
737
cpu: [x64]
738
os: [linux]
739
740
'@img/sharp-linux-arm64@0.34.5':
741
+
resolution: {integrity: sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==, tarball: https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.5.tgz}
742
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
743
cpu: [arm64]
744
os: [linux]
745
746
'@img/sharp-linux-arm@0.34.5':
747
+
resolution: {integrity: sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==, tarball: https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.5.tgz}
748
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
749
cpu: [arm]
750
os: [linux]
751
752
'@img/sharp-linux-ppc64@0.34.5':
753
+
resolution: {integrity: sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==, tarball: https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.5.tgz}
754
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
755
cpu: [ppc64]
756
os: [linux]
757
758
'@img/sharp-linux-riscv64@0.34.5':
759
+
resolution: {integrity: sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==, tarball: https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.34.5.tgz}
760
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
761
cpu: [riscv64]
762
os: [linux]
763
764
'@img/sharp-linux-s390x@0.34.5':
765
+
resolution: {integrity: sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==, tarball: https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.5.tgz}
766
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
767
cpu: [s390x]
768
os: [linux]
769
770
'@img/sharp-linux-x64@0.34.5':
771
+
resolution: {integrity: sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==, tarball: https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz}
772
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
773
cpu: [x64]
774
os: [linux]
775
776
'@img/sharp-linuxmusl-arm64@0.34.5':
777
+
resolution: {integrity: sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==, tarball: https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.5.tgz}
778
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
779
cpu: [arm64]
780
os: [linux]
781
782
'@img/sharp-linuxmusl-x64@0.34.5':
783
+
resolution: {integrity: sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==, tarball: https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz}
784
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
785
cpu: [x64]
786
os: [linux]
787
788
'@img/sharp-wasm32@0.34.5':
789
+
resolution: {integrity: sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==, tarball: https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.5.tgz}
790
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
791
cpu: [wasm32]
792
793
'@img/sharp-win32-arm64@0.34.5':
794
+
resolution: {integrity: sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==, tarball: https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.5.tgz}
795
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
796
cpu: [arm64]
797
os: [win32]
798
799
'@img/sharp-win32-ia32@0.34.5':
800
+
resolution: {integrity: sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==, tarball: https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.5.tgz}
801
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
802
cpu: [ia32]
803
os: [win32]
804
805
'@img/sharp-win32-x64@0.34.5':
806
+
resolution: {integrity: sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==, tarball: https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz}
807
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
808
cpu: [x64]
809
os: [win32]
810
811
+
'@internationalized/date@3.12.0':
812
+
resolution: {integrity: sha512-/PyIMzK29jtXaGU23qTvNZxvBXRtKbNnGDFD+PY6CZw/Y8Ex8pFUzkuCJCG9aOqmShjqhS9mPqP6Dk5onQY8rQ==, tarball: https://registry.npmjs.org/@internationalized/date/-/date-3.12.0.tgz}
813
814
'@jridgewell/gen-mapping@0.3.13':
815
+
resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==, tarball: https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz}
816
817
'@jridgewell/remapping@2.3.5':
818
+
resolution: {integrity: sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==, tarball: https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz}
819
820
'@jridgewell/resolve-uri@3.1.2':
821
+
resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==, tarball: https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz}
822
engines: {node: '>=6.0.0'}
823
824
'@jridgewell/sourcemap-codec@1.5.5':
825
+
resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==, tarball: https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz}
826
827
'@jridgewell/trace-mapping@0.3.31':
828
+
resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==, tarball: https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz}
829
830
'@jridgewell/trace-mapping@0.3.9':
831
+
resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==, tarball: https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz}
0
0
0
0
832
833
'@mapbox/jsonlint-lines-primitives@2.0.2':
834
+
resolution: {integrity: sha512-rY0o9A5ECsTQRVhv7tL/OyDpGAoUB4tTvLiW1DSzQGq4bvTPhNw1VpSNjDJc5GFZ2XuyOtSWSVN05qOtcD71qQ==, tarball: https://registry.npmjs.org/@mapbox/jsonlint-lines-primitives/-/jsonlint-lines-primitives-2.0.2.tgz}
835
engines: {node: '>= 0.6'}
836
837
'@mapbox/point-geometry@1.1.0':
838
+
resolution: {integrity: sha512-YGcBz1cg4ATXDCM/71L9xveh4dynfGmcLDqufR+nQQy3fKwsAZsWd/x4621/6uJaeB9mwOHE6hPeDgXz9uViUQ==, tarball: https://registry.npmjs.org/@mapbox/point-geometry/-/point-geometry-1.1.0.tgz}
839
840
'@mapbox/tiny-sdf@2.0.7':
841
+
resolution: {integrity: sha512-25gQLQMcpivjOSA40g3gO6qgiFPDpWRoMfd+G/GoppPIeP6JDaMMkMrEJnMZhKyyS6iKwVt5YKu02vCUyJM3Ug==, tarball: https://registry.npmjs.org/@mapbox/tiny-sdf/-/tiny-sdf-2.0.7.tgz}
842
843
'@mapbox/unitbezier@0.0.1':
844
+
resolution: {integrity: sha512-nMkuDXFv60aBr9soUG5q+GvZYL+2KZHVvsqFCzqnkGEf46U2fvmytHaEVc1/YZbiLn8X+eR3QzX1+dwDO1lxlw==, tarball: https://registry.npmjs.org/@mapbox/unitbezier/-/unitbezier-0.0.1.tgz}
845
846
'@mapbox/vector-tile@2.0.4':
847
+
resolution: {integrity: sha512-AkOLcbgGTdXScosBWwmmD7cDlvOjkg/DetGva26pIRiZPdeJYjYKarIlb4uxVzi6bwHO6EWH82eZ5Nuv4T5DUg==, tarball: https://registry.npmjs.org/@mapbox/vector-tile/-/vector-tile-2.0.4.tgz}
848
849
'@mapbox/whoots-js@3.1.0':
850
+
resolution: {integrity: sha512-Es6WcD0nO5l+2BOQS4uLfNPYQaNDfbot3X1XUoloz+x0mPDS3eeORZJl06HXjwBG1fOGwCRnzK88LMdxKRrd6Q==, tarball: https://registry.npmjs.org/@mapbox/whoots-js/-/whoots-js-3.1.0.tgz}
851
engines: {node: '>=6.0.0'}
852
853
'@maplibre/geojson-vt@5.0.4':
854
+
resolution: {integrity: sha512-KGg9sma45S+stfH9vPCJk1J0lSDLWZgCT9Y8u8qWZJyjFlP8MNP1WGTxIMYJZjDvVT3PDn05kN1C95Sut1HpgQ==, tarball: https://registry.npmjs.org/@maplibre/geojson-vt/-/geojson-vt-5.0.4.tgz}
855
856
+
'@maplibre/geojson-vt@6.0.2':
857
+
resolution: {integrity: sha512-OnXnV2m1yBULKOlUanNFTiOeXCktvWYY4yWoHVETlp6ShJGUhY3DNt9XzPByL24h4JcoJRccPBlMhH1o8cvmyQ==, tarball: https://registry.npmjs.org/@maplibre/geojson-vt/-/geojson-vt-6.0.2.tgz}
858
+
859
+
'@maplibre/maplibre-gl-style-spec@24.7.0':
860
+
resolution: {integrity: sha512-Ed7rcKYU5iELfablg9Mj+TVCsXsPBgdMyXPRAxb2v7oWg9YJnpQdZ5msDs1LESu/mtXy3Z48Vdppv2t/x5kAhw==, tarball: https://registry.npmjs.org/@maplibre/maplibre-gl-style-spec/-/maplibre-gl-style-spec-24.7.0.tgz}
861
hasBin: true
862
863
+
'@maplibre/mlt@1.1.7':
864
+
resolution: {integrity: sha512-HZSsXrgn2V6T3o0qklMwKERfKaAxjO8shmiFnVygCtXTg4SPKWVX+U99RkvxUfCsjYBEcT4ltor8lSlBSCca7Q==, tarball: https://registry.npmjs.org/@maplibre/mlt/-/mlt-1.1.7.tgz}
865
866
+
'@maplibre/vt-pbf@4.3.0':
867
+
resolution: {integrity: sha512-jIvp8F5hQCcreqOOpEt42TJMUlsrEcpf/kI1T2v85YrQRV6PPXUcEXUg5karKtH6oh47XJZ4kHu56pUkOuqA7w==, tarball: https://registry.npmjs.org/@maplibre/vt-pbf/-/vt-pbf-4.3.0.tgz}
868
869
'@mixmark-io/domino@2.2.0':
870
+
resolution: {integrity: sha512-Y28PR25bHXUg88kCV7nivXrP2Nj2RueZ3/l/jdx6J9f8J4nsEGcgX0Qe6lt7Pa+J79+kPiJU3LguR6O/6zrLOw==, tarball: https://registry.npmjs.org/@mixmark-io/domino/-/domino-2.2.0.tgz}
871
872
+
'@napi-rs/wasm-runtime@1.1.1':
873
+
resolution: {integrity: sha512-p64ah1M1ld8xjWv3qbvFwHiFVWrq1yFvV4f7w+mzaqiR4IlSgkqhcRdHwsGgomwzBH51sRY4NEowLxnaBjcW/A==, tarball: https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.1.tgz}
874
+
875
+
'@number-flow/svelte@0.4.0':
876
+
resolution: {integrity: sha512-9tnowrlZlBV3IVe3Gm1V7yXSf4Ugag2k7iW45xqb04HXSa1ApEImopvGWAjJpHDvS849o+UCb0YH461Mtde9lA==, tarball: https://registry.npmjs.org/@number-flow/svelte/-/svelte-0.4.0.tgz}
877
peerDependencies:
878
svelte: ^4 || ^5
879
880
+
'@oxc-project/runtime@0.115.0':
881
+
resolution: {integrity: sha512-Rg8Wlt5dCbXhQnsXPrkOjL1DTSvXLgb2R/KYfnf1/K+R0k6UMLEmbQXPM+kwrWqSmWA2t0B1EtHy2/3zikQpvQ==, tarball: https://registry.npmjs.org/@oxc-project/runtime/-/runtime-0.115.0.tgz}
882
+
engines: {node: ^20.19.0 || >=22.12.0}
883
+
884
+
'@oxc-project/types@0.115.0':
885
+
resolution: {integrity: sha512-4n91DKnebUS4yjUHl2g3/b2T+IUdCfmoZGhmwsovZCDaJSs+QkVAM+0AqqTxHSsHfeiMuueT75cZaZcT/m0pSw==, tarball: https://registry.npmjs.org/@oxc-project/types/-/types-0.115.0.tgz}
886
+
887
'@polka/url@1.0.0-next.29':
888
+
resolution: {integrity: sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==, tarball: https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.29.tgz}
889
890
'@poppinss/colors@4.1.6':
891
+
resolution: {integrity: sha512-H9xkIdFswbS8n1d6vmRd8+c10t2Qe+rZITbbDHHkQixH5+2x1FDGmi/0K+WgWiqQFKPSlIYB7jlH6Kpfn6Fleg==, tarball: https://registry.npmjs.org/@poppinss/colors/-/colors-4.1.6.tgz}
892
893
'@poppinss/dumper@0.6.5':
894
+
resolution: {integrity: sha512-NBdYIb90J7LfOI32dOewKI1r7wnkiH6m920puQ3qHUeZkxNkQiFnXVWoE6YtFSv6QOiPPf7ys6i+HWWecDz7sw==, tarball: https://registry.npmjs.org/@poppinss/dumper/-/dumper-0.6.5.tgz}
895
896
'@poppinss/exception@1.2.3':
897
+
resolution: {integrity: sha512-dCED+QRChTVatE9ibtoaxc+WkdzOSjYTKi/+uacHWIsfodVfpsueo3+DKpgU5Px8qXjgmXkSvhXvSCz3fnP9lw==, tarball: https://registry.npmjs.org/@poppinss/exception/-/exception-1.2.3.tgz}
898
899
'@remirror/core-constants@3.0.0':
900
+
resolution: {integrity: sha512-42aWfPrimMfDKDi4YegyS7x+/0tlzaqwPQCULLanv3DMIlu96KTJR0fM5isWX2UViOqlGnX6YFgqWepcX+XMNg==, tarball: https://registry.npmjs.org/@remirror/core-constants/-/core-constants-3.0.0.tgz}
901
902
'@resvg/resvg-wasm@2.6.2':
903
+
resolution: {integrity: sha512-FqALmHI8D4o6lk/LRWDnhw95z5eO+eAa6ORjVg09YRR7BkcM6oPHU9uyC0gtQG5vpFLvgpeU4+zEAz2H8APHNw==, tarball: https://registry.npmjs.org/@resvg/resvg-wasm/-/resvg-wasm-2.6.2.tgz}
904
engines: {node: '>= 10'}
905
906
+
'@rolldown/binding-android-arm64@1.0.0-rc.9':
907
+
resolution: {integrity: sha512-lcJL0bN5hpgJfSIz/8PIf02irmyL43P+j1pTCfbD1DbLkmGRuFIA4DD3B3ZOvGqG0XiVvRznbKtN0COQVaKUTg==, tarball: https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.0-rc.9.tgz}
908
+
engines: {node: ^20.19.0 || >=22.12.0}
0
0
0
0
909
cpu: [arm64]
910
os: [android]
911
912
+
'@rolldown/binding-darwin-arm64@1.0.0-rc.9':
913
+
resolution: {integrity: sha512-J7Zk3kLYFsLtuH6U+F4pS2sYVzac0qkjcO5QxHS7OS7yZu2LRs+IXo+uvJ/mvpyUljDJ3LROZPoQfgBIpCMhdQ==, tarball: https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.0-rc.9.tgz}
914
+
engines: {node: ^20.19.0 || >=22.12.0}
915
cpu: [arm64]
916
os: [darwin]
917
918
+
'@rolldown/binding-darwin-x64@1.0.0-rc.9':
919
+
resolution: {integrity: sha512-iwtmmghy8nhfRGeNAIltcNXzD0QMNaaA5U/NyZc1Ia4bxrzFByNMDoppoC+hl7cDiUq5/1CnFthpT9n+UtfFyg==, tarball: https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.0-rc.9.tgz}
920
+
engines: {node: ^20.19.0 || >=22.12.0}
921
cpu: [x64]
922
os: [darwin]
923
924
+
'@rolldown/binding-freebsd-x64@1.0.0-rc.9':
925
+
resolution: {integrity: sha512-DLFYI78SCiZr5VvdEplsVC2Vx53lnA4/Ga5C65iyldMVaErr86aiqCoNBLl92PXPfDtUYjUh+xFFor40ueNs4Q==, tarball: https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.0-rc.9.tgz}
926
+
engines: {node: ^20.19.0 || >=22.12.0}
0
0
0
0
927
cpu: [x64]
928
os: [freebsd]
929
930
+
'@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.9':
931
+
resolution: {integrity: sha512-CsjTmTwd0Hri6iTw/DRMK7kOZ7FwAkrO4h8YWKoX/kcj833e4coqo2wzIFywtch/8Eb5enQ/lwLM7w6JX1W5RQ==, tarball: https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.0-rc.9.tgz}
932
+
engines: {node: ^20.19.0 || >=22.12.0}
933
cpu: [arm]
934
os: [linux]
935
936
+
'@rolldown/binding-linux-arm64-gnu@1.0.0-rc.9':
937
+
resolution: {integrity: sha512-2x9O2JbSPxpxMDhP9Z74mahAStibTlrBMW0520+epJH5sac7/LwZW5Bmg/E6CXuEF53JJFW509uP+lSedaUNxg==, tarball: https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.0-rc.9.tgz}
938
+
engines: {node: ^20.19.0 || >=22.12.0}
0
0
0
0
939
cpu: [arm64]
940
os: [linux]
941
942
+
'@rolldown/binding-linux-arm64-musl@1.0.0-rc.9':
943
+
resolution: {integrity: sha512-JA1QRW31ogheAIRhIg9tjMfsYbglXXYGNPLdPEYrwFxdbkQCAzvpSCSHCDWNl4hTtrol8WeboCSEpjdZK8qrCg==, tarball: https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.0-rc.9.tgz}
944
+
engines: {node: ^20.19.0 || >=22.12.0}
945
cpu: [arm64]
946
os: [linux]
947
948
+
'@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.9':
949
+
resolution: {integrity: sha512-aOKU9dJheda8Kj8Y3w9gnt9QFOO+qKPAl8SWd7JPHP+Cu0EuDAE5wokQubLzIDQWg2myXq2XhTpOVS07qqvT+w==, tarball: https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.0-rc.9.tgz}
950
+
engines: {node: ^20.19.0 || >=22.12.0}
0
0
0
0
0
0
0
0
0
951
cpu: [ppc64]
952
os: [linux]
953
954
+
'@rolldown/binding-linux-s390x-gnu@1.0.0-rc.9':
955
+
resolution: {integrity: sha512-OalO94fqj7IWRn3VdXWty75jC5dk4C197AWEuMhIpvVv2lw9fiPhud0+bW2ctCxb3YoBZor71QHbY+9/WToadA==, tarball: https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.0-rc.9.tgz}
956
+
engines: {node: ^20.19.0 || >=22.12.0}
0
0
0
0
0
0
0
0
0
0
0
0
0
0
957
cpu: [s390x]
958
os: [linux]
959
960
+
'@rolldown/binding-linux-x64-gnu@1.0.0-rc.9':
961
+
resolution: {integrity: sha512-cVEl1vZtBsBZna3YMjGXNvnYYrOJ7RzuWvZU0ffvJUexWkukMaDuGhUXn0rjnV0ptzGVkvc+vW9Yqy6h8YX4pg==, tarball: https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.0-rc.9.tgz}
962
+
engines: {node: ^20.19.0 || >=22.12.0}
963
cpu: [x64]
964
os: [linux]
965
966
+
'@rolldown/binding-linux-x64-musl@1.0.0-rc.9':
967
+
resolution: {integrity: sha512-UzYnKCIIc4heAKgI4PZ3dfBGUZefGCJ1TPDuLHoCzgrMYPb5Rv6TLFuYtyM4rWyHM7hymNdsg5ik2C+UD9VDbA==, tarball: https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.0-rc.9.tgz}
968
+
engines: {node: ^20.19.0 || >=22.12.0}
969
cpu: [x64]
970
os: [linux]
971
972
+
'@rolldown/binding-openharmony-arm64@1.0.0-rc.9':
973
+
resolution: {integrity: sha512-+6zoiF+RRyf5cdlFQP7nm58mq7+/2PFaY2DNQeD4B87N36JzfF/l9mdBkkmTvSYcYPE8tMh/o3cRlsx1ldLfog==, tarball: https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.0-rc.9.tgz}
974
+
engines: {node: ^20.19.0 || >=22.12.0}
0
0
0
0
975
cpu: [arm64]
976
os: [openharmony]
977
978
+
'@rolldown/binding-wasm32-wasi@1.0.0-rc.9':
979
+
resolution: {integrity: sha512-rgFN6sA/dyebil3YTlL2evvi/M+ivhfnyxec7AccTpRPccno/rPoNlqybEZQBkcbZu8Hy+eqNJCqfBR8P7Pg8g==, tarball: https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.0-rc.9.tgz}
980
+
engines: {node: '>=14.0.0'}
981
+
cpu: [wasm32]
982
983
+
'@rolldown/binding-win32-arm64-msvc@1.0.0-rc.9':
984
+
resolution: {integrity: sha512-lHVNUG/8nlF1IQk1C0Ci574qKYyty2goMiPlRqkC5R+3LkXDkL5Dhx8ytbxq35m+pkHVIvIxviD+TWLdfeuadA==, tarball: https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.0-rc.9.tgz}
985
+
engines: {node: ^20.19.0 || >=22.12.0}
986
+
cpu: [arm64]
987
os: [win32]
988
989
+
'@rolldown/binding-win32-x64-msvc@1.0.0-rc.9':
990
+
resolution: {integrity: sha512-G0oA4+w1iY5AGi5HcDTxWsoxF509hrFIPB2rduV5aDqS9FtDg1CAfa7V34qImbjfhIcA8C+RekocJZA96EarwQ==, tarball: https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.0-rc.9.tgz}
991
+
engines: {node: ^20.19.0 || >=22.12.0}
992
cpu: [x64]
993
os: [win32]
994
995
+
'@rolldown/pluginutils@1.0.0-rc.9':
996
+
resolution: {integrity: sha512-w6oiRWgEBl04QkFZgmW+jnU1EC9b57Oihi2ot3HNWIQRqgHp5PnYDia5iZ5FF7rpa4EQdiqMDXjlqKGXBhsoXw==, tarball: https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.9.tgz}
0
0
997
998
'@shuding/opentype.js@1.4.0-beta.0':
999
+
resolution: {integrity: sha512-3NgmNyH3l/Hv6EvsWJbsvpcpUba6R8IREQ83nH83cyakCw7uM1arZKNfHwv1Wz6jgqrF/j4x5ELvR6PnK9nTcA==, tarball: https://registry.npmjs.org/@shuding/opentype.js/-/opentype.js-1.4.0-beta.0.tgz}
1000
engines: {node: '>= 8.0.0'}
1001
hasBin: true
1002
1003
'@sindresorhus/is@7.2.0':
1004
+
resolution: {integrity: sha512-P1Cz1dWaFfR4IR+U13mqqiGsLFf1KbayybWwdd2vfctdV6hDpUkgCY0nKOLLTMSoRd/jJNjtbqzf13K8DCCXQw==, tarball: https://registry.npmjs.org/@sindresorhus/is/-/is-7.2.0.tgz}
1005
engines: {node: '>=18'}
1006
1007
'@speed-highlight/core@1.2.14':
1008
+
resolution: {integrity: sha512-G4ewlBNhUtlLvrJTb88d2mdy2KRijzs4UhnlrOSRT4bmjh/IqNElZa3zkrZ+TC47TwtlDWzVLFADljF1Ijp5hA==, tarball: https://registry.npmjs.org/@speed-highlight/core/-/core-1.2.14.tgz}
1009
1010
'@standard-schema/spec@1.1.0':
1011
+
resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==, tarball: https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz}
1012
1013
+
'@sveltejs/acorn-typescript@1.0.9':
1014
+
resolution: {integrity: sha512-lVJX6qEgs/4DOcRTpo56tmKzVPtoWAaVbL4hfO7t7NVwl9AAXzQR6cihesW1BmNMPl+bK6dreu2sOKBP2Q9CIA==, tarball: https://registry.npmjs.org/@sveltejs/acorn-typescript/-/acorn-typescript-1.0.9.tgz}
1015
peerDependencies:
1016
acorn: ^8.9.0
1017
1018
+
'@sveltejs/adapter-cloudflare@7.2.8':
1019
+
resolution: {integrity: sha512-bIdhY/Fi4AQmqiBdQVKnafH1h9Gw+xbCvHyUu4EouC8rJOU02zwhi14k/FDhQ0mJF1iblIu3m8UNQ8GpGIvIOQ==, tarball: https://registry.npmjs.org/@sveltejs/adapter-cloudflare/-/adapter-cloudflare-7.2.8.tgz}
1020
peerDependencies:
1021
'@sveltejs/kit': ^2.0.0
1022
wrangler: ^4.0.0
1023
1024
+
'@sveltejs/kit@2.55.0':
1025
+
resolution: {integrity: sha512-MdFRjevVxmAknf2NbaUkDF16jSIzXMWd4Nfah0Qp8TtQVoSp3bV4jKt8mX7z7qTUTWvgSaxtR0EG5WJf53gcuA==, tarball: https://registry.npmjs.org/@sveltejs/kit/-/kit-2.55.0.tgz}
1026
engines: {node: '>=18.13'}
1027
hasBin: true
1028
peerDependencies:
1029
'@opentelemetry/api': ^1.0.0
1030
+
'@sveltejs/vite-plugin-svelte': ^3.0.0 || ^4.0.0-next.1 || ^5.0.0 || ^6.0.0-next.0 || ^7.0.0
1031
svelte: ^4.0.0 || ^5.0.0-next.0
1032
typescript: ^5.3.3
1033
+
vite: ^5.0.3 || ^6.0.0 || ^7.0.0-beta.0 || ^8.0.0
1034
peerDependenciesMeta:
1035
'@opentelemetry/api':
1036
optional: true
1037
typescript:
1038
optional: true
1039
1040
+
'@sveltejs/vite-plugin-svelte@7.0.0':
1041
+
resolution: {integrity: sha512-ILXmxC7HAsnkK2eslgPetrqqW1BKSL7LktsFgqzNj83MaivMGZzluWq32m25j2mDOjmSKX7GGWahePhuEs7P/g==, tarball: https://registry.npmjs.org/@sveltejs/vite-plugin-svelte/-/vite-plugin-svelte-7.0.0.tgz}
0
0
0
0
0
0
0
0
1042
engines: {node: ^20.19 || ^22.12 || >=24}
1043
peerDependencies:
1044
+
svelte: ^5.46.4
1045
+
vite: ^8.0.0-beta.7 || ^8.0.0
1046
1047
+
'@swc/helpers@0.5.19':
1048
+
resolution: {integrity: sha512-QamiFeIK3txNjgUTNppE6MiG3p7TdninpZu0E0PbqVh1a9FNLT2FRhisaa4NcaX52XVhA5l7Pk58Ft7Sqi/2sA==, tarball: https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.19.tgz}
1049
1050
'@tailwindcss/forms@0.5.11':
1051
+
resolution: {integrity: sha512-h9wegbZDPurxG22xZSoWtdzc41/OlNEUQERNqI/0fOwa2aVlWGu7C35E/x6LDyD3lgtztFSSjKZyuVM0hxhbgA==, tarball: https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.5.11.tgz}
1052
peerDependencies:
1053
tailwindcss: '>=3.0.0 || >= 3.0.0-alpha.1 || >= 4.0.0-alpha.20 || >= 4.0.0-beta.1'
1054
1055
+
'@tailwindcss/node@4.2.1':
1056
+
resolution: {integrity: sha512-jlx6sLk4EOwO6hHe1oCGm1Q4AN/s0rSrTTPBGPM0/RQ6Uylwq17FuU8IeJJKEjtc6K6O07zsvP+gDO6MMWo7pg==, tarball: https://registry.npmjs.org/@tailwindcss/node/-/node-4.2.1.tgz}
1057
1058
+
'@tailwindcss/oxide-android-arm64@4.2.1':
1059
+
resolution: {integrity: sha512-eZ7G1Zm5EC8OOKaesIKuw77jw++QJ2lL9N+dDpdQiAB/c/B2wDh0QPFHbkBVrXnwNugvrbJFk1gK2SsVjwWReg==, tarball: https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.2.1.tgz}
1060
+
engines: {node: '>= 20'}
1061
cpu: [arm64]
1062
os: [android]
1063
1064
+
'@tailwindcss/oxide-darwin-arm64@4.2.1':
1065
+
resolution: {integrity: sha512-q/LHkOstoJ7pI1J0q6djesLzRvQSIfEto148ppAd+BVQK0JYjQIFSK3JgYZJa+Yzi0DDa52ZsQx2rqytBnf8Hw==, tarball: https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.2.1.tgz}
1066
+
engines: {node: '>= 20'}
1067
cpu: [arm64]
1068
os: [darwin]
1069
1070
+
'@tailwindcss/oxide-darwin-x64@4.2.1':
1071
+
resolution: {integrity: sha512-/f/ozlaXGY6QLbpvd/kFTro2l18f7dHKpB+ieXz+Cijl4Mt9AI2rTrpq7V+t04nK+j9XBQHnSMdeQRhbGyt6fw==, tarball: https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.2.1.tgz}
1072
+
engines: {node: '>= 20'}
1073
cpu: [x64]
1074
os: [darwin]
1075
1076
+
'@tailwindcss/oxide-freebsd-x64@4.2.1':
1077
+
resolution: {integrity: sha512-5e/AkgYJT/cpbkys/OU2Ei2jdETCLlifwm7ogMC7/hksI2fC3iiq6OcXwjibcIjPung0kRtR3TxEITkqgn0TcA==, tarball: https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.2.1.tgz}
1078
+
engines: {node: '>= 20'}
1079
cpu: [x64]
1080
os: [freebsd]
1081
1082
+
'@tailwindcss/oxide-linux-arm-gnueabihf@4.2.1':
1083
+
resolution: {integrity: sha512-Uny1EcVTTmerCKt/1ZuKTkb0x8ZaiuYucg2/kImO5A5Y/kBz41/+j0gxUZl+hTF3xkWpDmHX+TaWhOtba2Fyuw==, tarball: https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.2.1.tgz}
1084
+
engines: {node: '>= 20'}
1085
cpu: [arm]
1086
os: [linux]
1087
1088
+
'@tailwindcss/oxide-linux-arm64-gnu@4.2.1':
1089
+
resolution: {integrity: sha512-CTrwomI+c7n6aSSQlsPL0roRiNMDQ/YzMD9EjcR+H4f0I1SQ8QqIuPnsVp7QgMkC1Qi8rtkekLkOFjo7OlEFRQ==, tarball: https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.2.1.tgz}
1090
+
engines: {node: '>= 20'}
1091
cpu: [arm64]
1092
os: [linux]
1093
1094
+
'@tailwindcss/oxide-linux-arm64-musl@4.2.1':
1095
+
resolution: {integrity: sha512-WZA0CHRL/SP1TRbA5mp9htsppSEkWuQ4KsSUumYQnyl8ZdT39ntwqmz4IUHGN6p4XdSlYfJwM4rRzZLShHsGAQ==, tarball: https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.2.1.tgz}
1096
+
engines: {node: '>= 20'}
1097
cpu: [arm64]
1098
os: [linux]
1099
1100
+
'@tailwindcss/oxide-linux-x64-gnu@4.2.1':
1101
+
resolution: {integrity: sha512-qMFzxI2YlBOLW5PhblzuSWlWfwLHaneBE0xHzLrBgNtqN6mWfs+qYbhryGSXQjFYB1Dzf5w+LN5qbUTPhW7Y5g==, tarball: https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.2.1.tgz}
1102
+
engines: {node: '>= 20'}
1103
cpu: [x64]
1104
os: [linux]
1105
1106
+
'@tailwindcss/oxide-linux-x64-musl@4.2.1':
1107
+
resolution: {integrity: sha512-5r1X2FKnCMUPlXTWRYpHdPYUY6a1Ar/t7P24OuiEdEOmms5lyqjDRvVY1yy9Rmioh+AunQ0rWiOTPE8F9A3v5g==, tarball: https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.2.1.tgz}
1108
+
engines: {node: '>= 20'}
1109
cpu: [x64]
1110
os: [linux]
1111
1112
+
'@tailwindcss/oxide-wasm32-wasi@4.2.1':
1113
+
resolution: {integrity: sha512-MGFB5cVPvshR85MTJkEvqDUnuNoysrsRxd6vnk1Lf2tbiqNlXpHYZqkqOQalydienEWOHHFyyuTSYRsLfxFJ2Q==, tarball: https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.2.1.tgz}
1114
engines: {node: '>=14.0.0'}
1115
cpu: [wasm32]
1116
bundledDependencies:
···
1121
- '@emnapi/wasi-threads'
1122
- tslib
1123
1124
+
'@tailwindcss/oxide-win32-arm64-msvc@4.2.1':
1125
+
resolution: {integrity: sha512-YlUEHRHBGnCMh4Nj4GnqQyBtsshUPdiNroZj8VPkvTZSoHsilRCwXcVKnG9kyi0ZFAS/3u+qKHBdDc81SADTRA==, tarball: https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.2.1.tgz}
1126
+
engines: {node: '>= 20'}
1127
cpu: [arm64]
1128
os: [win32]
1129
1130
+
'@tailwindcss/oxide-win32-x64-msvc@4.2.1':
1131
+
resolution: {integrity: sha512-rbO34G5sMWWyrN/idLeVxAZgAKWrn5LiR3/I90Q9MkA67s6T1oB0xtTe+0heoBvHSpbU9Mk7i6uwJnpo4u21XQ==, tarball: https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.2.1.tgz}
1132
+
engines: {node: '>= 20'}
1133
cpu: [x64]
1134
os: [win32]
1135
1136
+
'@tailwindcss/oxide@4.2.1':
1137
+
resolution: {integrity: sha512-yv9jeEFWnjKCI6/T3Oq50yQEOqmpmpfzG1hcZsAOaXFQPfzWprWrlHSdGPEF3WQTi8zu8ohC9Mh9J470nT5pUw==, tarball: https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.2.1.tgz}
1138
+
engines: {node: '>= 20'}
1139
1140
'@tailwindcss/typography@0.5.19':
1141
+
resolution: {integrity: sha512-w31dd8HOx3k9vPtcQh5QHP9GwKcgbMp87j58qi6xgiBnFFtKEAgCWnDw4qUT8aHwkCp8bKvb/KGKWWHedP0AAg==, tarball: https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.19.tgz}
1142
peerDependencies:
1143
tailwindcss: '>=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1'
1144
1145
+
'@tailwindcss/vite@4.2.1':
1146
+
resolution: {integrity: sha512-TBf2sJjYeb28jD2U/OhwdW0bbOsxkWPwQ7SrqGf9sVcoYwZj7rkXljroBO9wKBut9XnmQLXanuDUeqQK0lGg/w==, tarball: https://registry.npmjs.org/@tailwindcss/vite/-/vite-4.2.1.tgz}
1147
peerDependencies:
1148
vite: ^5.2.0 || ^6 || ^7
1149
1150
'@takumi-rs/core-darwin-arm64@0.55.4':
1151
+
resolution: {integrity: sha512-LH/X/ul19DActLGcBpXnxH3OBEq8qOgPD56hNHAJMbnCRxAO6TDaIh2U7WqPVliSkFk3jZfikbD21SIEpZrp8A==, tarball: https://registry.npmjs.org/@takumi-rs/core-darwin-arm64/-/core-darwin-arm64-0.55.4.tgz}
1152
engines: {node: '>= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0'}
1153
cpu: [arm64]
1154
os: [darwin]
1155
1156
'@takumi-rs/core-darwin-x64@0.55.4':
1157
+
resolution: {integrity: sha512-UW7ovR/D1Qp8n8bJOo6JLqZZUDFWWtGRXEZZUZhzUeMSzJ4k3C6ef/DEc75bUTGeBKqCeypMPcvtkQAjcVwwhw==, tarball: https://registry.npmjs.org/@takumi-rs/core-darwin-x64/-/core-darwin-x64-0.55.4.tgz}
1158
engines: {node: '>= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0'}
1159
cpu: [x64]
1160
os: [darwin]
1161
1162
'@takumi-rs/core-linux-arm64-gnu@0.55.4':
1163
+
resolution: {integrity: sha512-y1d5yuPapKlmt77TpE+XrtULj7LZ51leBqWSg6qMNKxhpvRqmjI/SYjHmk5YvshnrTkdKmRQiXJiiN5EzOhbmA==, tarball: https://registry.npmjs.org/@takumi-rs/core-linux-arm64-gnu/-/core-linux-arm64-gnu-0.55.4.tgz}
1164
engines: {node: '>= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0'}
1165
cpu: [arm64]
1166
os: [linux]
1167
1168
'@takumi-rs/core-linux-arm64-musl@0.55.4':
1169
+
resolution: {integrity: sha512-VRbQqbMeoPlrMmaqPwn30Sw82LYya+o4ru9dqV/7BKExozWj/pX9ahexlJdHsZ6wqmsr+ZxexZivK1mPum9ang==, tarball: https://registry.npmjs.org/@takumi-rs/core-linux-arm64-musl/-/core-linux-arm64-musl-0.55.4.tgz}
1170
engines: {node: '>= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0'}
1171
cpu: [arm64]
1172
os: [linux]
1173
1174
'@takumi-rs/core-linux-x64-gnu@0.55.4':
1175
+
resolution: {integrity: sha512-ecCUtNgOe6mCWKf+SE7cbJXWd6D6TQoCnKZAJAGrJkJLAdy/gBhCFhOyPz8M7q/4uWHUATentqi35KAp+jxBiQ==, tarball: https://registry.npmjs.org/@takumi-rs/core-linux-x64-gnu/-/core-linux-x64-gnu-0.55.4.tgz}
1176
engines: {node: '>= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0'}
1177
cpu: [x64]
1178
os: [linux]
1179
1180
'@takumi-rs/core-linux-x64-musl@0.55.4':
1181
+
resolution: {integrity: sha512-YBM2zPrGE/1sfHoFZvOsCvCuK9PfaxzePN/GnnlaAvpvgeRHiAU4PJkLGDpjMFfsWUAEdjly/b0HSAjVQ7NL6Q==, tarball: https://registry.npmjs.org/@takumi-rs/core-linux-x64-musl/-/core-linux-x64-musl-0.55.4.tgz}
1182
engines: {node: '>= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0'}
1183
cpu: [x64]
1184
os: [linux]
1185
1186
'@takumi-rs/core-win32-arm64-msvc@0.55.4':
1187
+
resolution: {integrity: sha512-VcgLCWnmyWuhwLv0Tpob8Hv5IFPreFVykoHruPGwXDVVoUcCo+lQ8oCO5EYTB8B/tBAXl2S0xUL0nMDbyLzMxQ==, tarball: https://registry.npmjs.org/@takumi-rs/core-win32-arm64-msvc/-/core-win32-arm64-msvc-0.55.4.tgz}
1188
engines: {node: '>= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0'}
1189
cpu: [arm64]
1190
os: [win32]
1191
1192
'@takumi-rs/core-win32-x64-msvc@0.55.4':
1193
+
resolution: {integrity: sha512-ta9g1gUybS2V4mHaccJHcMeBb+w1P6pgZuqHzLoQzBIEK9a/KncHPfnR48cz4sGfg4atorfSa6UBffa2FqijyQ==, tarball: https://registry.npmjs.org/@takumi-rs/core-win32-x64-msvc/-/core-win32-x64-msvc-0.55.4.tgz}
1194
engines: {node: '>= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0'}
1195
cpu: [x64]
1196
os: [win32]
1197
1198
'@takumi-rs/core@0.55.4':
1199
+
resolution: {integrity: sha512-+zB9r5pzRDDMTonwOgywG+SR3Ydsl7jOJef233Wo2pwcakcfjntgI3O+iEZthWuD8OK16Dhj5+JmG8B3mqBh+w==, tarball: https://registry.npmjs.org/@takumi-rs/core/-/core-0.55.4.tgz}
1200
engines: {node: '>= 12.22.0 < 13 || >= 14.17.0 < 15 || >= 15.12.0 < 16 || >= 16.0.0'}
1201
1202
'@takumi-rs/helpers@0.55.4':
1203
+
resolution: {integrity: sha512-Q+iol0en/Az377+iox/jocJKUZ5JJK3R7yMtRI7zWgxXaOWkUspdwy66a3YC9pqlDszcM/YB5xMgbFEbn5wlPQ==, tarball: https://registry.npmjs.org/@takumi-rs/helpers/-/helpers-0.55.4.tgz}
1204
1205
'@takumi-rs/image-response@0.55.4':
1206
+
resolution: {integrity: sha512-E7IfI4Y01UK4I95Jq1/BkLaIWIoLT5bn5D5yPvcweSxMXZxpPMcukSWWmNFDboH+p9lj9ozjME75cf9kRdn9/w==, tarball: https://registry.npmjs.org/@takumi-rs/image-response/-/image-response-0.55.4.tgz}
1207
1208
'@takumi-rs/wasm@0.55.4':
1209
+
resolution: {integrity: sha512-/iOhQW+nJW0hhv2viu6806JehiAKWFvJ4LXux6CW4XBpP1xWdr4H+VBS7OYMbQu/7XaPITyL7B10lSTtRUAHoA==, tarball: https://registry.npmjs.org/@takumi-rs/wasm/-/wasm-0.55.4.tgz}
1210
1211
'@texel/color@1.1.11':
1212
+
resolution: {integrity: sha512-/3kKgfBqzrRfLl4RsEccx+Yfj1kVL6Bh6DejVWZ+DPg/jJdcfdYZ5fpD1nXFwWd8OQNATjz+WqsfQfUynSsgRg==, tarball: https://registry.npmjs.org/@texel/color/-/color-1.1.11.tgz}
1213
1214
'@threejs-kit/instanced-sprite-mesh@2.5.1':
1215
+
resolution: {integrity: sha512-pmt1ALRhbHhCJQTj2FuthH6PeLIeaM4hOuS2JO3kWSwlnvx/9xuUkjFR3JOi/myMqsH7pSsLIROSaBxDfttjeA==, tarball: https://registry.npmjs.org/@threejs-kit/instanced-sprite-mesh/-/instanced-sprite-mesh-2.5.1.tgz}
1216
peerDependencies:
1217
three: '>=0.170.0'
1218
1219
+
'@threlte/core@8.4.1':
1220
+
resolution: {integrity: sha512-wjYhAQmT3nHwtLDJUYFpf1wW0n/igjCzrShw9vOtHx1SMtvxzaEigZMseNHn8wfzQuoOxhp/ufFJJnM2+HdHjQ==, tarball: https://registry.npmjs.org/@threlte/core/-/core-8.4.1.tgz}
1221
peerDependencies:
1222
svelte: '>=5'
1223
three: '>=0.160'
1224
1225
+
'@threlte/extras@9.8.1':
1226
+
resolution: {integrity: sha512-GNpCtTugDR5JJCYIUJ28P6Onr19z43GqAUBGlUEu05aNaJ4PVyz7em7SRwHNBQEpIjBx/tLVNdd7XoCUKRSFVg==, tarball: https://registry.npmjs.org/@threlte/extras/-/extras-9.8.1.tgz}
1227
peerDependencies:
1228
svelte: '>=5'
1229
three: '>=0.160'
1230
1231
+
'@tiptap/core@3.20.1':
1232
+
resolution: {integrity: sha512-SwkPEWIfaDEZjC8SEIi4kZjqIYUbRgLUHUuQezo5GbphUNC8kM1pi3C3EtoOPtxXrEbY6e4pWEzW54Pcrd+rVA==, tarball: https://registry.npmjs.org/@tiptap/core/-/core-3.20.1.tgz}
1233
peerDependencies:
1234
+
'@tiptap/pm': ^3.20.1
1235
1236
+
'@tiptap/extension-blockquote@3.20.1':
1237
+
resolution: {integrity: sha512-WzNXk/63PQI2fav4Ta6P0GmYRyu8Gap1pV3VUqaVK829iJ6Zt1T21xayATHEHWMK27VT1GLPJkx9Ycr2jfDyQw==, tarball: https://registry.npmjs.org/@tiptap/extension-blockquote/-/extension-blockquote-3.20.1.tgz}
1238
peerDependencies:
1239
+
'@tiptap/core': ^3.20.1
1240
1241
+
'@tiptap/extension-bold@3.20.1':
1242
+
resolution: {integrity: sha512-fz++Qv6Rk/Hov0IYG/r7TJ1Y4zWkuGONe0UN5g0KY32NIMg3HeOHicbi4xsNWTm9uAOl3eawWDkezEMrleObMw==, tarball: https://registry.npmjs.org/@tiptap/extension-bold/-/extension-bold-3.20.1.tgz}
1243
peerDependencies:
1244
+
'@tiptap/core': ^3.20.1
1245
1246
+
'@tiptap/extension-bubble-menu@3.20.1':
1247
+
resolution: {integrity: sha512-XaPvO6aCoWdFnCBus0s88lnj17NR/OopV79i8Qhgz3WMR0vrsL5zsd45l0lZuu9pSvm5VW47SoxakkJiZC1suw==, tarball: https://registry.npmjs.org/@tiptap/extension-bubble-menu/-/extension-bubble-menu-3.20.1.tgz}
1248
peerDependencies:
1249
+
'@tiptap/core': ^3.20.1
1250
+
'@tiptap/pm': ^3.20.1
1251
1252
+
'@tiptap/extension-bullet-list@3.20.1':
1253
+
resolution: {integrity: sha512-mbrlvOZo5OF3vLhp+3fk9KuL/6J/wsN0QxF6ZFRAHzQ9NkJdtdfARcBeBnkWXGN8inB6YxbTGY1/E4lmBkOpOw==, tarball: https://registry.npmjs.org/@tiptap/extension-bullet-list/-/extension-bullet-list-3.20.1.tgz}
1254
peerDependencies:
1255
+
'@tiptap/extension-list': ^3.20.1
1256
1257
+
'@tiptap/extension-code-block-lowlight@3.20.1':
1258
+
resolution: {integrity: sha512-QJXZGN43HArGNl5HeiPF1fXZZs6FWJwG3wTr9v+OwsM8EX3ixyblIoeY0/nmFBlQqci49ZA/KfCqVwfGNlRj5A==, tarball: https://registry.npmjs.org/@tiptap/extension-code-block-lowlight/-/extension-code-block-lowlight-3.20.1.tgz}
1259
peerDependencies:
1260
+
'@tiptap/core': ^3.20.1
1261
+
'@tiptap/extension-code-block': ^3.20.1
1262
+
'@tiptap/pm': ^3.20.1
1263
highlight.js: ^11
1264
lowlight: ^2 || ^3
1265
1266
+
'@tiptap/extension-code-block@3.20.1':
1267
+
resolution: {integrity: sha512-vKejwBq+Nlj4Ybd3qOyDxIQKzYymdNH+8eXkKwGShk2nfLJIxq69DCyGvmuHgipIO1qcYPJ149UNpGN+YGcdmA==, tarball: https://registry.npmjs.org/@tiptap/extension-code-block/-/extension-code-block-3.20.1.tgz}
1268
peerDependencies:
1269
+
'@tiptap/core': ^3.20.1
1270
+
'@tiptap/pm': ^3.20.1
1271
1272
+
'@tiptap/extension-code@3.20.1':
1273
+
resolution: {integrity: sha512-509DHINIA/Gg+eTG7TEkfsS8RUiPLH5xZNyLRT0A1oaoaJmECKfrV6aAm05IdfTyqDqz6LW5pbnX6DdUC4keug==, tarball: https://registry.npmjs.org/@tiptap/extension-code/-/extension-code-3.20.1.tgz}
1274
peerDependencies:
1275
+
'@tiptap/core': ^3.20.1
1276
1277
+
'@tiptap/extension-document@3.20.1':
1278
+
resolution: {integrity: sha512-9vrqdGmRV7bQCSY3NLgu7UhIwgOCDp4sKqMNsoNRX0aZ021QQMTvBQDPkiRkCf7MNsnWrNNnr52PVnULEn3vFQ==, tarball: https://registry.npmjs.org/@tiptap/extension-document/-/extension-document-3.20.1.tgz}
1279
peerDependencies:
1280
+
'@tiptap/core': ^3.20.1
1281
1282
+
'@tiptap/extension-dropcursor@3.20.1':
1283
+
resolution: {integrity: sha512-K18L9FX4znn+ViPSIbTLOGcIaXMx/gLNwAPE8wPLwswbHhQqdiY1zzdBw6drgOc1Hicvebo2dIoUlSXOZsOEcw==, tarball: https://registry.npmjs.org/@tiptap/extension-dropcursor/-/extension-dropcursor-3.20.1.tgz}
1284
peerDependencies:
1285
+
'@tiptap/extensions': ^3.20.1
1286
1287
+
'@tiptap/extension-floating-menu@3.20.1':
1288
+
resolution: {integrity: sha512-BeDC6nfOesIMn5pFuUnkEjOxGv80sOJ8uk1mdt9/3Fkvra8cB9NIYYCVtd6PU8oQFmJ8vFqPrRkUWrG5tbqnOg==, tarball: https://registry.npmjs.org/@tiptap/extension-floating-menu/-/extension-floating-menu-3.20.1.tgz}
1289
peerDependencies:
1290
'@floating-ui/dom': ^1.0.0
1291
+
'@tiptap/core': ^3.20.1
1292
+
'@tiptap/pm': ^3.20.1
1293
1294
+
'@tiptap/extension-gapcursor@3.20.1':
1295
+
resolution: {integrity: sha512-kZOtttV6Ai8VUAgEng3h4WKFbtdSNJ6ps7r0cRPY+FctWhVmgNb/JJwwyC+vSilR7nRENAhrA/Cv/RxVlvLw+g==, tarball: https://registry.npmjs.org/@tiptap/extension-gapcursor/-/extension-gapcursor-3.20.1.tgz}
1296
peerDependencies:
1297
+
'@tiptap/extensions': ^3.20.1
1298
1299
+
'@tiptap/extension-hard-break@3.20.1':
1300
+
resolution: {integrity: sha512-9sKpmg/IIdlLXimYWUZ3PplIRcehv4Oc7V1miTqlnAthMzjMqigDkjjgte4JZV67RdnDJTQkRw8TklCAU28Emg==, tarball: https://registry.npmjs.org/@tiptap/extension-hard-break/-/extension-hard-break-3.20.1.tgz}
1301
peerDependencies:
1302
+
'@tiptap/core': ^3.20.1
1303
1304
+
'@tiptap/extension-heading@3.20.1':
1305
+
resolution: {integrity: sha512-unudyfQP6FxnyWinxvPqe/51DG91J6AaJm666RnAubgYMCgym+33kBftx4j4A6qf+ddWYbD00thMNKOnVLjAEQ==, tarball: https://registry.npmjs.org/@tiptap/extension-heading/-/extension-heading-3.20.1.tgz}
1306
peerDependencies:
1307
+
'@tiptap/core': ^3.20.1
1308
1309
+
'@tiptap/extension-history@3.20.1':
1310
+
resolution: {integrity: sha512-ejETpNSByEZd6CtPIwOtACwG+FiCm0FD5hi/qMA01xWFkEO20B2EyGpc4NfKMQEfjbVOi+QY1QlXjqJXgOEx4w==, tarball: https://registry.npmjs.org/@tiptap/extension-history/-/extension-history-3.20.1.tgz}
1311
peerDependencies:
1312
+
'@tiptap/extensions': ^3.20.1
0
1313
1314
+
'@tiptap/extension-horizontal-rule@3.20.1':
1315
+
resolution: {integrity: sha512-rjFKFXNntdl0jay8oIGFvvykHlpyQTLmrH3Ag2fj3i8yh6MVvqhtaDomYQbw5sxECd5hBkL+T4n2d2DRuVw/QQ==, tarball: https://registry.npmjs.org/@tiptap/extension-horizontal-rule/-/extension-horizontal-rule-3.20.1.tgz}
1316
peerDependencies:
1317
+
'@tiptap/core': ^3.20.1
1318
+
'@tiptap/pm': ^3.20.1
1319
1320
+
'@tiptap/extension-image@3.20.1':
1321
+
resolution: {integrity: sha512-/GPFSLNdYSZQ0E6VBXSAk0UFtDdn98HT1Aa2tO+STELqc5jAdFB42dfFnTC6KQzTvcUOUYkE2S1Q22YC5H2XNQ==, tarball: https://registry.npmjs.org/@tiptap/extension-image/-/extension-image-3.20.1.tgz}
1322
peerDependencies:
1323
+
'@tiptap/core': ^3.20.1
1324
1325
+
'@tiptap/extension-italic@3.20.1':
1326
+
resolution: {integrity: sha512-ZYRX13Kt8tR8JOzSXirH3pRpi8x30o7LHxZY58uXBdUvr3tFzOkh03qbN523+diidSVeHP/aMd/+IrplHRkQug==, tarball: https://registry.npmjs.org/@tiptap/extension-italic/-/extension-italic-3.20.1.tgz}
1327
peerDependencies:
1328
+
'@tiptap/core': ^3.20.1
0
1329
1330
+
'@tiptap/extension-link@3.20.1':
1331
+
resolution: {integrity: sha512-oYTTIgsQMqpkSnJAuAc+UtIKMuI4lv9e1y4LfI1iYm6NkEUHhONppU59smhxHLzb3Ww7YpDffbp5IgDTAiJztA==, tarball: https://registry.npmjs.org/@tiptap/extension-link/-/extension-link-3.20.1.tgz}
1332
peerDependencies:
1333
+
'@tiptap/core': ^3.20.1
1334
+
'@tiptap/pm': ^3.20.1
1335
1336
+
'@tiptap/extension-list-item@3.20.1':
1337
+
resolution: {integrity: sha512-tzgnyTW82lYJkUnadYbatwkI9dLz/OWRSWuFpQPRje/ItmFMWuQ9c9NDD8qLbXPdEYnvrgSAA+ipCD/1G0qA0Q==, tarball: https://registry.npmjs.org/@tiptap/extension-list-item/-/extension-list-item-3.20.1.tgz}
1338
peerDependencies:
1339
+
'@tiptap/extension-list': ^3.20.1
1340
1341
+
'@tiptap/extension-list-keymap@3.20.1':
1342
+
resolution: {integrity: sha512-Dr0xsQKx0XPOgDg7xqoWwfv7FFwZ3WeF3eOjqh3rDXlNHMj1v+UW5cj1HLphrsAZHTrVTn2C+VWPJkMZrSbpvQ==, tarball: https://registry.npmjs.org/@tiptap/extension-list-keymap/-/extension-list-keymap-3.20.1.tgz}
1343
peerDependencies:
1344
+
'@tiptap/extension-list': ^3.20.1
0
1345
1346
+
'@tiptap/extension-list@3.20.1':
1347
+
resolution: {integrity: sha512-euBRAn0mkV7R2VEE+AuOt3R0j9RHEMFXamPFmtvTo8IInxDClusrm6mJoDjS8gCGAXsQCRiAe1SCQBPgGbOOwg==, tarball: https://registry.npmjs.org/@tiptap/extension-list/-/extension-list-3.20.1.tgz}
1348
peerDependencies:
1349
+
'@tiptap/core': ^3.20.1
1350
+
'@tiptap/pm': ^3.20.1
1351
1352
+
'@tiptap/extension-ordered-list@3.20.1':
1353
+
resolution: {integrity: sha512-Y+3Ad7OwAdagqdYwCnbqf7/to5ypD4NnUNHA0TXRCs7cAHRA8AdgPoIcGFpaaSpV86oosNU3yfeJouYeroffog==, tarball: https://registry.npmjs.org/@tiptap/extension-ordered-list/-/extension-ordered-list-3.20.1.tgz}
1354
peerDependencies:
1355
+
'@tiptap/extension-list': ^3.20.1
1356
1357
+
'@tiptap/extension-paragraph@3.20.1':
1358
+
resolution: {integrity: sha512-QFrAtXNyv7JSnomMQc1nx5AnG9mMznfbYJAbdOQYVdbLtAzTfiTuNPNbQrufy5ZGtGaHxDCoaygu2QEfzaKG+Q==, tarball: https://registry.npmjs.org/@tiptap/extension-paragraph/-/extension-paragraph-3.20.1.tgz}
1359
peerDependencies:
1360
+
'@tiptap/core': ^3.20.1
1361
1362
+
'@tiptap/extension-placeholder@3.20.1':
1363
+
resolution: {integrity: sha512-k+jfbCugYGuIFBdojukgEopGazIMOgHrw46FnyN2X/6ICOIjQP2rh2ObslrsUOsJYoEevxCsNF9hZl1HvWX66g==, tarball: https://registry.npmjs.org/@tiptap/extension-placeholder/-/extension-placeholder-3.20.1.tgz}
1364
peerDependencies:
1365
+
'@tiptap/extensions': ^3.20.1
1366
1367
+
'@tiptap/extension-strike@3.20.1':
1368
+
resolution: {integrity: sha512-EYgyma10lpsY+rwbVQL9u+gA7hBlKLSMFH7Zgd37FSxukOjr+HE8iKPQQ+SwbGejyDsPlLT8Z5Jnuxo5Ng90Pg==, tarball: https://registry.npmjs.org/@tiptap/extension-strike/-/extension-strike-3.20.1.tgz}
1369
peerDependencies:
1370
+
'@tiptap/core': ^3.20.1
1371
+
1372
+
'@tiptap/extension-text@3.20.1':
1373
+
resolution: {integrity: sha512-7PlIbYW8UenV6NPOXHmv8IcmPGlGx6HFq66RmkJAOJRPXPkTLAiX0N8rQtzUJ6jDEHqoJpaHFEHJw0xzW1yF+A==, tarball: https://registry.npmjs.org/@tiptap/extension-text/-/extension-text-3.20.1.tgz}
1374
+
peerDependencies:
1375
+
'@tiptap/core': ^3.20.1
1376
1377
+
'@tiptap/extension-typography@3.20.1':
1378
+
resolution: {integrity: sha512-iqgB46r391vGlTr61jl6EWKGtyvorgIr+5Iqrze5ZSU8An2ZT0R4CPUI0FcLAAe0PuK8tCLhKtAidNXQotkOiw==, tarball: https://registry.npmjs.org/@tiptap/extension-typography/-/extension-typography-3.20.1.tgz}
1379
peerDependencies:
1380
+
'@tiptap/core': ^3.20.1
1381
1382
+
'@tiptap/extension-underline@3.20.1':
1383
+
resolution: {integrity: sha512-fmHvDKzwCgnZUwRreq8tYkb1YyEwgzZ6QQkAQ0CsCRtvRMqzerr3Duz0Als4i8voZTuGDEL3VR6nAJbLAb/wPg==, tarball: https://registry.npmjs.org/@tiptap/extension-underline/-/extension-underline-3.20.1.tgz}
1384
peerDependencies:
1385
+
'@tiptap/core': ^3.20.1
1386
1387
+
'@tiptap/extensions@3.20.1':
1388
+
resolution: {integrity: sha512-JRc/v+OBH0qLTdvQ7HvHWTxGJH73QOf1MC0R8NhOX2QnAbg2mPFv1h+FjGa2gfLGuCXBdWQomjekWkUKbC4e5A==, tarball: https://registry.npmjs.org/@tiptap/extensions/-/extensions-3.20.1.tgz}
1389
peerDependencies:
1390
+
'@tiptap/core': ^3.20.1
1391
+
'@tiptap/pm': ^3.20.1
1392
1393
+
'@tiptap/markdown@3.20.1':
1394
+
resolution: {integrity: sha512-dNrtP7kmabDomgjv9G/6+JSFL6WraPaFbmKh1eHSYKdDGvIwBfJnVPTV2VS3bP1OuYJEDJN/2ydtiCHyOTrQsQ==, tarball: https://registry.npmjs.org/@tiptap/markdown/-/markdown-3.20.1.tgz}
1395
peerDependencies:
1396
+
'@tiptap/core': ^3.20.1
1397
+
'@tiptap/pm': ^3.20.1
1398
1399
+
'@tiptap/pm@3.20.1':
1400
+
resolution: {integrity: sha512-6kCiGLvpES4AxcEuOhb7HR7/xIeJWMjZlb6J7e8zpiIh5BoQc7NoRdctsnmFEjZvC19bIasccshHQ7H2zchWqw==, tarball: https://registry.npmjs.org/@tiptap/pm/-/pm-3.20.1.tgz}
1401
1402
+
'@tiptap/starter-kit@3.20.1':
1403
+
resolution: {integrity: sha512-opqWxL/4OTEiqmVC0wsU4o3JhAf6LycJ2G/gRIZVAIFLljI9uHfpPMTFGxZ5w9IVVJaP5PJysfwW/635kKqkrw==, tarball: https://registry.npmjs.org/@tiptap/starter-kit/-/starter-kit-3.20.1.tgz}
1404
1405
+
'@tiptap/suggestion@3.20.1':
1406
+
resolution: {integrity: sha512-ng7olbzgZhWvPJVJygNQK5153CjquR2eJXpkLq7bRjHlahvt4TH4tGFYvGdYZcXuzbe2g9RoqT7NaPGL9CUq9w==, tarball: https://registry.npmjs.org/@tiptap/suggestion/-/suggestion-3.20.1.tgz}
1407
peerDependencies:
1408
+
'@tiptap/core': ^3.20.1
1409
+
'@tiptap/pm': ^3.20.1
1410
1411
'@tweenjs/tween.js@23.1.3':
1412
+
resolution: {integrity: sha512-vJmvvwFxYuGnF2axRtPYocag6Clbb5YS7kLL+SO/TeVFzHqDIWrNKYtcsPMibjDx9O+bu+psAy9NKfWklassUA==, tarball: https://registry.npmjs.org/@tweenjs/tween.js/-/tween.js-23.1.3.tgz}
1413
1414
+
'@tybys/wasm-util@0.10.1':
1415
+
resolution: {integrity: sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==, tarball: https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz}
1416
1417
'@types/cookie@0.6.0':
1418
+
resolution: {integrity: sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==, tarball: https://registry.npmjs.org/@types/cookie/-/cookie-0.6.0.tgz}
1419
+
1420
+
'@types/esrecurse@4.3.1':
1421
+
resolution: {integrity: sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==, tarball: https://registry.npmjs.org/@types/esrecurse/-/esrecurse-4.3.1.tgz}
1422
1423
'@types/estree@1.0.8':
1424
+
resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==, tarball: https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz}
1425
1426
'@types/geojson@7946.0.16':
1427
+
resolution: {integrity: sha512-6C8nqWur3j98U6+lXDfTUWIfgvZU+EumvpHKcYjujKH7woYyLj2sUmff0tRhrqM7BohUw7Pz3ZB1jj2gW9Fvmg==, tarball: https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.16.tgz}
1428
1429
'@types/hast@3.0.4':
1430
+
resolution: {integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==, tarball: https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz}
1431
1432
'@types/json-schema@7.0.15':
1433
+
resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==, tarball: https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz}
1434
1435
'@types/linkify-it@5.0.0':
1436
+
resolution: {integrity: sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q==, tarball: https://registry.npmjs.org/@types/linkify-it/-/linkify-it-5.0.0.tgz}
1437
1438
'@types/markdown-it@14.1.2':
1439
+
resolution: {integrity: sha512-promo4eFwuiW+TfGxhi+0x3czqTYJkG8qB17ZUJiVF10Xm7NLVRSLUsfRTU/6h1e24VvRnXCx+hG7li58lkzog==, tarball: https://registry.npmjs.org/@types/markdown-it/-/markdown-it-14.1.2.tgz}
1440
1441
'@types/mdurl@2.0.0':
1442
+
resolution: {integrity: sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==, tarball: https://registry.npmjs.org/@types/mdurl/-/mdurl-2.0.0.tgz}
1443
1444
'@types/node@25.0.10':
1445
+
resolution: {integrity: sha512-zWW5KPngR/yvakJgGOmZ5vTBemDoSqF3AcV/LrO5u5wTWyEAVVh+IT39G4gtyAkh3CtTZs8aX/yRM82OfzHJRg==, tarball: https://registry.npmjs.org/@types/node/-/node-25.0.10.tgz}
1446
1447
'@types/stats.js@0.17.4':
1448
+
resolution: {integrity: sha512-jIBvWWShCvlBqBNIZt0KAshWpvSjhkwkEu4ZUcASoAvhmrgAUI2t1dXrjSL4xXVLB4FznPrIsX3nKXFl/Dt4vA==, tarball: https://registry.npmjs.org/@types/stats.js/-/stats.js-0.17.4.tgz}
1449
1450
'@types/supercluster@7.1.3':
1451
+
resolution: {integrity: sha512-Z0pOY34GDFl3Q6hUFYf3HkTwKEE02e7QgtJppBt+beEAxnyOpJua+voGFvxINBHa06GwLFFym7gRPY2SiKIfIA==, tarball: https://registry.npmjs.org/@types/supercluster/-/supercluster-7.1.3.tgz}
1452
1453
+
'@types/three@0.183.1':
1454
+
resolution: {integrity: sha512-f2Pu5Hrepfgavttdye3PsH5RWyY/AvdZQwIVhrc4uNtvF7nOWJacQKcoVJn0S4f0yYbmAE6AR+ve7xDcuYtMGw==, tarball: https://registry.npmjs.org/@types/three/-/three-0.183.1.tgz}
1455
1456
'@types/trusted-types@2.0.7':
1457
+
resolution: {integrity: sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==, tarball: https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz}
1458
1459
'@types/turndown@5.0.6':
1460
+
resolution: {integrity: sha512-ru00MoyeeouE5BX4gRL+6m/BsDfbRayOskWqUvh7CLGW+UXxHQItqALa38kKnOiZPqJrtzJUgAC2+F0rL1S4Pg==, tarball: https://registry.npmjs.org/@types/turndown/-/turndown-5.0.6.tgz}
1461
1462
'@types/unist@3.0.3':
1463
+
resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==, tarball: https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz}
1464
1465
'@types/webxr@0.5.24':
1466
+
resolution: {integrity: sha512-h8fgEd/DpoS9CBrjEQXR+dIDraopAEfu4wYVNY2tEPwk60stPWhvZMf4Foo5FakuQ7HFZoa8WceaWFervK2Ovg==, tarball: https://registry.npmjs.org/@types/webxr/-/webxr-0.5.24.tgz}
1467
1468
+
'@typescript-eslint/eslint-plugin@8.57.0':
1469
+
resolution: {integrity: sha512-qeu4rTHR3/IaFORbD16gmjq9+rEs9fGKdX0kF6BKSfi+gCuG3RCKLlSBYzn/bGsY9Tj7KE/DAQStbp8AHJGHEQ==, tarball: https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.57.0.tgz}
1470
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1471
peerDependencies:
1472
+
'@typescript-eslint/parser': ^8.57.0
1473
+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
1474
typescript: '>=4.8.4 <6.0.0'
1475
1476
+
'@typescript-eslint/parser@8.57.0':
1477
+
resolution: {integrity: sha512-XZzOmihLIr8AD1b9hL9ccNMzEMWt/dE2u7NyTY9jJG6YNiNthaD5XtUHVF2uCXZ15ng+z2hT3MVuxnUYhq6k1g==, tarball: https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.57.0.tgz}
1478
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1479
peerDependencies:
1480
+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
1481
typescript: '>=4.8.4 <6.0.0'
1482
1483
+
'@typescript-eslint/project-service@8.57.0':
1484
+
resolution: {integrity: sha512-pR+dK0BlxCLxtWfaKQWtYr7MhKmzqZxuii+ZjuFlZlIGRZm22HnXFqa2eY+90MUz8/i80YJmzFGDUsi8dMOV5w==, tarball: https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.57.0.tgz}
1485
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1486
peerDependencies:
1487
typescript: '>=4.8.4 <6.0.0'
1488
1489
+
'@typescript-eslint/scope-manager@8.57.0':
1490
+
resolution: {integrity: sha512-nvExQqAHF01lUM66MskSaZulpPL5pgy5hI5RfrxviLgzZVffB5yYzw27uK/ft8QnKXI2X0LBrHJFr1TaZtAibw==, tarball: https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.57.0.tgz}
1491
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1492
1493
+
'@typescript-eslint/tsconfig-utils@8.57.0':
1494
+
resolution: {integrity: sha512-LtXRihc5ytjJIQEH+xqjB0+YgsV4/tW35XKX3GTZHpWtcC8SPkT/d4tqdf1cKtesryHm2bgp6l555NYcT2NLvA==, tarball: https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.57.0.tgz}
1495
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1496
peerDependencies:
1497
typescript: '>=4.8.4 <6.0.0'
1498
1499
+
'@typescript-eslint/type-utils@8.57.0':
1500
+
resolution: {integrity: sha512-yjgh7gmDcJ1+TcEg8x3uWQmn8ifvSupnPfjP21twPKrDP/pTHlEQgmKcitzF/rzPSmv7QjJ90vRpN4U+zoUjwQ==, tarball: https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.57.0.tgz}
1501
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1502
peerDependencies:
1503
+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
1504
typescript: '>=4.8.4 <6.0.0'
1505
1506
+
'@typescript-eslint/types@8.57.0':
1507
+
resolution: {integrity: sha512-dTLI8PEXhjUC7B9Kre+u0XznO696BhXcTlOn0/6kf1fHaQW8+VjJAVHJ3eTI14ZapTxdkOmc80HblPQLaEeJdg==, tarball: https://registry.npmjs.org/@typescript-eslint/types/-/types-8.57.0.tgz}
1508
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1509
1510
+
'@typescript-eslint/typescript-estree@8.57.0':
1511
+
resolution: {integrity: sha512-m7faHcyVg0BT3VdYTlX8GdJEM7COexXxS6KqGopxdtkQRvBanK377QDHr4W/vIPAR+ah9+B/RclSW5ldVniO1Q==, tarball: https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.57.0.tgz}
1512
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1513
peerDependencies:
1514
typescript: '>=4.8.4 <6.0.0'
1515
1516
+
'@typescript-eslint/utils@8.57.0':
1517
+
resolution: {integrity: sha512-5iIHvpD3CZe06riAsbNxxreP+MuYgVUsV0n4bwLH//VJmgtt54sQeY2GszntJ4BjYCpMzrfVh2SBnUQTtys2lQ==, tarball: https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.57.0.tgz}
1518
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1519
peerDependencies:
1520
+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
1521
typescript: '>=4.8.4 <6.0.0'
1522
1523
+
'@typescript-eslint/visitor-keys@8.57.0':
1524
+
resolution: {integrity: sha512-zm6xx8UT/Xy2oSr2ZXD0pZo7Jx2XsCoID2IUh9YSTFRu7z+WdwYTRk6LhUftm1crwqbuoF6I8zAFeCMw0YjwDg==, tarball: https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.57.0.tgz}
1525
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1526
1527
'@use-gesture/core@10.3.1':
1528
+
resolution: {integrity: sha512-WcINiDt8WjqBdUXye25anHiNxPc0VOrlT8F6LLkU6cycrOGUDyY/yyFmsg3k8i5OLvv25llc0QC45GhR/C8llw==, tarball: https://registry.npmjs.org/@use-gesture/core/-/core-10.3.1.tgz}
1529
1530
'@use-gesture/vanilla@10.3.1':
1531
+
resolution: {integrity: sha512-lT4scGLu59ovA3zmtUonukAGcA0AdOOh+iwNDS05Bsu7Lq9aZToDHhI6D8Q2qvsVraovtsLLYwPrWdG/noMAKw==, tarball: https://registry.npmjs.org/@use-gesture/vanilla/-/vanilla-10.3.1.tgz}
1532
1533
'@webgpu/types@0.1.69':
1534
+
resolution: {integrity: sha512-RPmm6kgRbI8e98zSD3RVACvnuktIja5+yLgDAkTmxLr90BEwdTXRQWNLF3ETTTyH/8mKhznZuN5AveXYFEsMGQ==, tarball: https://registry.npmjs.org/@webgpu/types/-/types-0.1.69.tgz}
1535
1536
acorn-jsx@5.3.2:
1537
+
resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==, tarball: https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz}
1538
peerDependencies:
1539
acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
1540
1541
+
acorn@8.16.0:
1542
+
resolution: {integrity: sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==, tarball: https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz}
1543
engines: {node: '>=0.4.0'}
1544
hasBin: true
1545
1546
+
ajv@6.14.0:
1547
+
resolution: {integrity: sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==, tarball: https://registry.npmjs.org/ajv/-/ajv-6.14.0.tgz}
0
0
0
0
1548
1549
argparse@2.0.1:
1550
+
resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==, tarball: https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz}
1551
1552
+
aria-query@5.3.1:
1553
+
resolution: {integrity: sha512-Z/ZeOgVl7bcSYZ/u/rh0fOpvEpq//LZmdbkXyc7syVzjPAhfOa9ebsdTSjEBDU4vs5nC98Kfduj1uFo0qyET3g==, tarball: https://registry.npmjs.org/aria-query/-/aria-query-5.3.1.tgz}
1554
engines: {node: '>= 0.4'}
1555
0
0
0
1556
axobject-query@4.1.0:
1557
+
resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==, tarball: https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz}
1558
engines: {node: '>= 0.4'}
1559
1560
+
balanced-match@4.0.4:
1561
+
resolution: {integrity: sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==, tarball: https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz}
1562
+
engines: {node: 18 || 20 || >=22}
1563
1564
base64-js@0.0.8:
1565
+
resolution: {integrity: sha512-3XSA2cR/h/73EzlXXdU6YNycmYI7+kicTxks4eJg2g39biHR84slg2+des+p7iHYhbRg/udIS4TD53WabcOUkw==, tarball: https://registry.npmjs.org/base64-js/-/base64-js-0.0.8.tgz}
1566
engines: {node: '>= 0.4'}
1567
1568
bidi-js@1.0.3:
1569
+
resolution: {integrity: sha512-RKshQI1R3YQ+n9YJz2QQ147P66ELpa1FQEg20Dk8oW9t2KgLbpDLLp9aGZ7y8WHSshDknG0bknqGw5/tyCs5tw==, tarball: https://registry.npmjs.org/bidi-js/-/bidi-js-1.0.3.tgz}
0
0
0
0
0
0
1570
1571
+
bits-ui@2.16.3:
1572
+
resolution: {integrity: sha512-5hJ5dEhf5yPzkRFcxzgQHScGodeo0gK0MUUXrdLlRHWaBOBGZiacWLG96j/wwFatKwZvouw7q+sn14i0fx3RIg==, tarball: https://registry.npmjs.org/bits-ui/-/bits-ui-2.16.3.tgz}
1573
engines: {node: '>=20'}
1574
peerDependencies:
1575
'@internationalized/date': ^3.8.1
1576
svelte: ^5.33.0
1577
1578
blake3-wasm@2.1.5:
1579
+
resolution: {integrity: sha512-F1+K8EbfOZE49dtoPtmxUQrpXaBIl3ICvasLh+nJta0xkz+9kF/7uet9fLnwKqhDrmj6g+6K3Tw9yQPUg2ka5g==, tarball: https://registry.npmjs.org/blake3-wasm/-/blake3-wasm-2.1.5.tgz}
1580
1581
boolbase@1.0.0:
1582
+
resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==, tarball: https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz}
0
0
0
0
0
0
1583
1584
+
brace-expansion@5.0.4:
1585
+
resolution: {integrity: sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==, tarball: https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz}
1586
+
engines: {node: 18 || 20 || >=22}
0
0
0
1587
1588
camelize@1.0.1:
1589
+
resolution: {integrity: sha512-dU+Tx2fsypxTgtLoE36npi3UqcjSSMNYfkqgmoEhtZrraP5VWq0K7FkWVTYa8eMPtnU/G2txVsfdCJTn9uzpuQ==, tarball: https://registry.npmjs.org/camelize/-/camelize-1.0.1.tgz}
1590
1591
camera-controls@3.1.2:
1592
+
resolution: {integrity: sha512-xkxfpG2ECZ6Ww5/9+kf4mfg1VEYAoe9aDSY+IwF0UEs7qEzwy0aVRfs2grImIECs/PoBtWFrh7RXsQkwG922JA==, tarball: https://registry.npmjs.org/camera-controls/-/camera-controls-3.1.2.tgz}
1593
engines: {node: '>=22.0.0', npm: '>=10.5.1'}
1594
peerDependencies:
1595
three: '>=0.126.1'
1596
1597
canvas-confetti@1.9.4:
1598
+
resolution: {integrity: sha512-yxQbJkAVrFXWNbTUjPqjF7G+g6pDotOUHGbkZq2NELZUMDpiJ85rIEazVb8GTaAptNW2miJAXbs1BtioA251Pw==, tarball: https://registry.npmjs.org/canvas-confetti/-/canvas-confetti-1.9.4.tgz}
0
0
0
0
1599
1600
cheerio-select@2.1.0:
1601
+
resolution: {integrity: sha512-9v9kG0LvzrlcungtnJtpGNxY+fzECQKhK4EGJX2vByejiMX84MFNQw4UxPJl3bFbTMw+Dfs37XaIkCwTZfLh4g==, tarball: https://registry.npmjs.org/cheerio-select/-/cheerio-select-2.1.0.tgz}
1602
1603
cheerio@1.0.0-rc.11:
1604
+
resolution: {integrity: sha512-bQwNaDIBKID5ts/DsdhxrjqFXYfLw4ste+wMKqWA8DyKcS4qwsPP4Bk8ZNaTJjvpiX/qW3BT4sU7d6Bh5i+dag==, tarball: https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.11.tgz}
1605
engines: {node: '>= 6'}
1606
1607
+
cheerio@1.2.0:
1608
+
resolution: {integrity: sha512-WDrybc/gKFpTYQutKIK6UvfcuxijIZfMfXaYm8NMsPQxSYvf+13fXUJ4rztGGbJcBQ/GF55gvrZ0Bc0bj/mqvg==, tarball: https://registry.npmjs.org/cheerio/-/cheerio-1.2.0.tgz}
1609
engines: {node: '>=20.18.1'}
1610
1611
chokidar@4.0.3:
1612
+
resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==, tarball: https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz}
1613
engines: {node: '>= 14.16.0'}
1614
1615
clsx@2.1.1:
1616
+
resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==, tarball: https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz}
1617
engines: {node: '>=6'}
1618
0
0
0
0
1619
color-name@1.1.4:
1620
+
resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==, tarball: https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz}
0
0
0
1621
1622
confbox@0.1.8:
1623
+
resolution: {integrity: sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==, tarball: https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz}
1624
1625
+
confbox@0.2.4:
1626
+
resolution: {integrity: sha512-ysOGlgTFbN2/Y6Cg3Iye8YKulHw+R2fNXHrgSmXISQdMnomY6eNDprVdW9R5xBguEqI954+S6709UyiO7B+6OQ==, tarball: https://registry.npmjs.org/confbox/-/confbox-0.2.4.tgz}
1627
1628
cookie@0.6.0:
1629
+
resolution: {integrity: sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==, tarball: https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz}
1630
engines: {node: '>= 0.6'}
1631
1632
cookie@1.1.1:
1633
+
resolution: {integrity: sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==, tarball: https://registry.npmjs.org/cookie/-/cookie-1.1.1.tgz}
1634
engines: {node: '>=18'}
1635
1636
core-js@3.48.0:
1637
+
resolution: {integrity: sha512-zpEHTy1fjTMZCKLHUZoVeylt9XrzaIN2rbPXEt0k+q7JE5CkCZdo6bNq55bn24a69CH7ErAVLKijxJja4fw+UQ==, tarball: https://registry.npmjs.org/core-js/-/core-js-3.48.0.tgz}
1638
1639
crelt@1.0.6:
1640
+
resolution: {integrity: sha512-VQ2MBenTq1fWZUH9DJNGti7kKv6EeAuYr3cLwxUWhIu1baTaXh4Ib5W2CqHVqib4/MqbYGJqiL3Zb8GJZr3l4g==, tarball: https://registry.npmjs.org/crelt/-/crelt-1.0.6.tgz}
1641
1642
cross-spawn@7.0.6:
1643
+
resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==, tarball: https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz}
1644
engines: {node: '>= 8'}
1645
1646
css-background-parser@0.1.0:
1647
+
resolution: {integrity: sha512-2EZLisiZQ+7m4wwur/qiYJRniHX4K5Tc9w93MT3AS0WS1u5kaZ4FKXlOTBhOjc+CgEgPiGY+fX1yWD8UwpEqUA==, tarball: https://registry.npmjs.org/css-background-parser/-/css-background-parser-0.1.0.tgz}
1648
1649
css-box-shadow@1.0.0-3:
1650
+
resolution: {integrity: sha512-9jaqR6e7Ohds+aWwmhe6wILJ99xYQbfmK9QQB9CcMjDbTxPZjwEmUQpU91OG05Xgm8BahT5fW+svbsQGjS/zPg==, tarball: https://registry.npmjs.org/css-box-shadow/-/css-box-shadow-1.0.0-3.tgz}
1651
1652
css-color-keywords@1.0.0:
1653
+
resolution: {integrity: sha512-FyyrDHZKEjXDpNJYvVsV960FiqQyXc/LlYmsxl2BcdMb2WPx0OGRVgTg55rPSyLSNMqP52R9r8geSp7apN3Ofg==, tarball: https://registry.npmjs.org/css-color-keywords/-/css-color-keywords-1.0.0.tgz}
1654
engines: {node: '>=4'}
1655
1656
css-select@5.2.2:
1657
+
resolution: {integrity: sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==, tarball: https://registry.npmjs.org/css-select/-/css-select-5.2.2.tgz}
1658
1659
css-to-react-native@3.2.0:
1660
+
resolution: {integrity: sha512-e8RKaLXMOFii+02mOlqwjbD00KSEKqblnpO9e++1aXS1fPQOpS1YoqdVHBqPjHNoxeF2mimzVqawm2KCbEdtHQ==, tarball: https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-3.2.0.tgz}
1661
1662
css-what@6.2.2:
1663
+
resolution: {integrity: sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==, tarball: https://registry.npmjs.org/css-what/-/css-what-6.2.2.tgz}
1664
engines: {node: '>= 6'}
0
0
0
1665
1666
cssesc@3.0.0:
1667
+
resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==, tarball: https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz}
1668
engines: {node: '>=4'}
1669
hasBin: true
1670
1671
custom-event-polyfill@1.0.7:
1672
+
resolution: {integrity: sha512-TDDkd5DkaZxZFM8p+1I3yAlvM3rSr1wbrOliG4yJiwinMZN8z/iGL7BTlDkrJcYTmgUSb4ywVCc3ZaUtOtC76w==, tarball: https://registry.npmjs.org/custom-event-polyfill/-/custom-event-polyfill-1.0.7.tgz}
1673
1674
debug@4.4.3:
1675
+
resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==, tarball: https://registry.npmjs.org/debug/-/debug-4.4.3.tgz}
1676
engines: {node: '>=6.0'}
1677
peerDependencies:
1678
supports-color: '*'
···
1681
optional: true
1682
1683
deep-is@0.1.4:
1684
+
resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==, tarball: https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz}
1685
1686
deepmerge@4.3.1:
1687
+
resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==, tarball: https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz}
1688
engines: {node: '>=0.10.0'}
1689
1690
dequal@2.0.3:
1691
+
resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==, tarball: https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz}
1692
engines: {node: '>=6'}
1693
1694
detect-libc@2.1.2:
1695
+
resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==, tarball: https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz}
1696
engines: {node: '>=8'}
1697
1698
+
devalue@5.6.4:
1699
+
resolution: {integrity: sha512-Gp6rDldRsFh/7XuouDbxMH3Mx8GMCcgzIb1pDTvNyn8pZGQ22u+Wa+lGV9dQCltFQ7uVw0MhRyb8XDskNFOReA==, tarball: https://registry.npmjs.org/devalue/-/devalue-5.6.4.tgz}
1700
1701
devlop@1.1.0:
1702
+
resolution: {integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==, tarball: https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz}
1703
1704
diet-sprite@0.0.1:
1705
+
resolution: {integrity: sha512-zSHI2WDAn1wJqJYxcmjWfJv3Iw8oL9reQIbEyx2x2/EZ4/qmUTIo8/5qOCurnAcq61EwtJJaZ0XTy2NRYqpB5A==, tarball: https://registry.npmjs.org/diet-sprite/-/diet-sprite-0.0.1.tgz}
1706
1707
dom-serializer@2.0.0:
1708
+
resolution: {integrity: sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==, tarball: https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz}
1709
1710
domelementtype@2.3.0:
1711
+
resolution: {integrity: sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==, tarball: https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz}
1712
1713
domhandler@5.0.3:
1714
+
resolution: {integrity: sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==, tarball: https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz}
1715
engines: {node: '>= 4'}
1716
1717
+
dompurify@3.3.3:
1718
+
resolution: {integrity: sha512-Oj6pzI2+RqBfFG+qOaOLbFXLQ90ARpcGG6UePL82bJLtdsa6CYJD7nmiU8MW9nQNOtCHV3lZ/Bzq1X0QYbBZCA==, tarball: https://registry.npmjs.org/dompurify/-/dompurify-3.3.3.tgz}
1719
1720
domutils@3.2.2:
1721
+
resolution: {integrity: sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==, tarball: https://registry.npmjs.org/domutils/-/domutils-3.2.2.tgz}
1722
1723
earcut@2.2.4:
1724
+
resolution: {integrity: sha512-/pjZsA1b4RPHbeWZQn66SWS8nZZWLQQ23oE3Eam7aroEFGEvwKAsJfZ9ytiEMycfzXWpca4FA9QIOehf7PocBQ==, tarball: https://registry.npmjs.org/earcut/-/earcut-2.2.4.tgz}
1725
1726
earcut@3.0.2:
1727
+
resolution: {integrity: sha512-X7hshQbLyMJ/3RPhyObLARM2sNxxmRALLKx1+NVFFnQ9gKzmCrxm9+uLIAdBcvc8FNLpctqlQ2V6AE92Ol9UDQ==, tarball: https://registry.npmjs.org/earcut/-/earcut-3.0.2.tgz}
1728
1729
+
emoji-picker-element@1.29.1:
1730
+
resolution: {integrity: sha512-TOiHzu9Dqib3x4MwcAi3wi3RdyT4SoeB4b15AvH1ks4SBwTl7DeebhZ0d3x6dNi4XfNU7IGRZ7NBQllj0RqwrQ==, tarball: https://registry.npmjs.org/emoji-picker-element/-/emoji-picker-element-1.29.1.tgz}
1731
1732
emoji-regex@10.6.0:
1733
+
resolution: {integrity: sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==, tarball: https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz}
1734
1735
encoding-sniffer@0.2.1:
1736
+
resolution: {integrity: sha512-5gvq20T6vfpekVtqrYQsSCFZ1wEg5+wW0/QaZMWkFr6BqD3NfKs0rLCx4rrVlSWJeZb5NBJgVLswK/w2MWU+Gw==, tarball: https://registry.npmjs.org/encoding-sniffer/-/encoding-sniffer-0.2.1.tgz}
1737
1738
+
enhanced-resolve@5.20.0:
1739
+
resolution: {integrity: sha512-/ce7+jQ1PQ6rVXwe+jKEg5hW5ciicHwIQUagZkp6IufBoY3YDgdTTY1azVs0qoRgVmvsNB+rbjLJxDAeHHtwsQ==, tarball: https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.20.0.tgz}
1740
engines: {node: '>=10.13.0'}
1741
1742
entities@4.5.0:
1743
+
resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==, tarball: https://registry.npmjs.org/entities/-/entities-4.5.0.tgz}
1744
engines: {node: '>=0.12'}
1745
1746
entities@6.0.1:
1747
+
resolution: {integrity: sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==, tarball: https://registry.npmjs.org/entities/-/entities-6.0.1.tgz}
1748
engines: {node: '>=0.12'}
1749
1750
entities@7.0.1:
1751
+
resolution: {integrity: sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==, tarball: https://registry.npmjs.org/entities/-/entities-7.0.1.tgz}
1752
engines: {node: '>=0.12'}
1753
1754
error-stack-parser-es@1.0.5:
1755
+
resolution: {integrity: sha512-5qucVt2XcuGMcEGgWI7i+yZpmpByQ8J1lHhcL7PwqCwu9FPP3VUXzT4ltHe5i2z9dePwEHcDVOAfSnHsOlCXRA==, tarball: https://registry.npmjs.org/error-stack-parser-es/-/error-stack-parser-es-1.0.5.tgz}
0
0
0
0
0
1756
1757
+
esbuild@0.27.3:
1758
+
resolution: {integrity: sha512-8VwMnyGCONIs6cWue2IdpHxHnAjzxnw2Zr7MkVxB2vjmQ2ivqGFb4LEG3SMnv0Gb2F/G/2yA8zUaiL1gywDCCg==, tarball: https://registry.npmjs.org/esbuild/-/esbuild-0.27.3.tgz}
1759
engines: {node: '>=18'}
1760
hasBin: true
1761
1762
escape-html@1.0.3:
1763
+
resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==, tarball: https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz}
1764
1765
escape-string-regexp@4.0.0:
1766
+
resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==, tarball: https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz}
1767
engines: {node: '>=10'}
1768
1769
eslint-config-prettier@10.1.8:
1770
+
resolution: {integrity: sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==, tarball: https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-10.1.8.tgz}
1771
hasBin: true
1772
peerDependencies:
1773
eslint: '>=7.0.0'
1774
1775
+
eslint-plugin-svelte@3.15.2:
1776
+
resolution: {integrity: sha512-k4Nsjs3bHujeEnnckoTM4mFYR1e8Mb9l2rTwNdmYiamA+Tjzn8X+2F+fuSP2w4VbXYhn2bmySyACQYdmUDW2Cg==, tarball: https://registry.npmjs.org/eslint-plugin-svelte/-/eslint-plugin-svelte-3.15.2.tgz}
1777
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1778
peerDependencies:
1779
+
eslint: ^8.57.1 || ^9.0.0 || ^10.0.0
1780
svelte: ^3.37.0 || ^4.0.0 || ^5.0.0
1781
peerDependenciesMeta:
1782
svelte:
1783
optional: true
1784
1785
eslint-scope@8.4.0:
1786
+
resolution: {integrity: sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==, tarball: https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz}
1787
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1788
+
1789
+
eslint-scope@9.1.2:
1790
+
resolution: {integrity: sha512-xS90H51cKw0jltxmvmHy2Iai1LIqrfbw57b79w/J7MfvDfkIkFZ+kj6zC3BjtUwh150HsSSdxXZcsuv72miDFQ==, tarball: https://registry.npmjs.org/eslint-scope/-/eslint-scope-9.1.2.tgz}
1791
+
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
1792
1793
eslint-visitor-keys@3.4.3:
1794
+
resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==, tarball: https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz}
1795
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
1796
1797
eslint-visitor-keys@4.2.1:
1798
+
resolution: {integrity: sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==, tarball: https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz}
1799
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1800
1801
+
eslint-visitor-keys@5.0.1:
1802
+
resolution: {integrity: sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==, tarball: https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz}
1803
+
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
1804
+
1805
+
eslint@10.0.3:
1806
+
resolution: {integrity: sha512-COV33RzXZkqhG9P2rZCFl9ZmJ7WL+gQSCRzE7RhkbclbQPtLAWReL7ysA0Sh4c8Im2U9ynybdR56PV0XcKvqaQ==, tarball: https://registry.npmjs.org/eslint/-/eslint-10.0.3.tgz}
1807
+
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
1808
hasBin: true
1809
peerDependencies:
1810
jiti: '*'
···
1813
optional: true
1814
1815
esm-env@1.2.2:
1816
+
resolution: {integrity: sha512-Epxrv+Nr/CaL4ZcFGPJIYLWFom+YeV1DqMLHJoEd9SYRxNbaFruBwfEX/kkHUJf55j2+TUbmDcmuilbP1TmXHA==, tarball: https://registry.npmjs.org/esm-env/-/esm-env-1.2.2.tgz}
1817
1818
espree@10.4.0:
1819
+
resolution: {integrity: sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==, tarball: https://registry.npmjs.org/espree/-/espree-10.4.0.tgz}
1820
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
1821
1822
+
espree@11.2.0:
1823
+
resolution: {integrity: sha512-7p3DrVEIopW1B1avAGLuCSh1jubc01H2JHc8B4qqGblmg5gI9yumBgACjWo4JlIc04ufug4xJ3SQI8HkS/Rgzw==, tarball: https://registry.npmjs.org/espree/-/espree-11.2.0.tgz}
1824
+
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
1825
+
1826
esquery@1.7.0:
1827
+
resolution: {integrity: sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==, tarball: https://registry.npmjs.org/esquery/-/esquery-1.7.0.tgz}
1828
engines: {node: '>=0.10'}
1829
1830
+
esrap@2.2.4:
1831
+
resolution: {integrity: sha512-suICpxAmZ9A8bzJjEl/+rLJiDKC0X4gYWUxT6URAWBLvlXmtbZd5ySMu/N2ZGEtMCAmflUDPSehrP9BQcsGcSg==, tarball: https://registry.npmjs.org/esrap/-/esrap-2.2.4.tgz}
1832
1833
esrecurse@4.3.0:
1834
+
resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==, tarball: https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz}
1835
engines: {node: '>=4.0'}
1836
1837
estraverse@5.3.0:
1838
+
resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==, tarball: https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz}
1839
engines: {node: '>=4.0'}
1840
1841
esutils@2.0.3:
1842
+
resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==, tarball: https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz}
1843
engines: {node: '>=0.10.0'}
1844
1845
exsolve@1.0.8:
1846
+
resolution: {integrity: sha512-LmDxfWXwcTArk8fUEnOfSZpHOJ6zOMUJKOtFLFqJLoKJetuQG874Uc7/Kki7zFLzYybmZhp1M7+98pfMqeX8yA==, tarball: https://registry.npmjs.org/exsolve/-/exsolve-1.0.8.tgz}
1847
1848
fast-deep-equal@3.1.3:
1849
+
resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==, tarball: https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz}
1850
1851
fast-equals@4.0.3:
1852
+
resolution: {integrity: sha512-G3BSX9cfKttjr+2o1O22tYMLq0DPluZnYtq1rXumE1SpL/F/SLIfHx08WYQoWSIpeMYf8sRbJ8++71+v6Pnxfg==, tarball: https://registry.npmjs.org/fast-equals/-/fast-equals-4.0.3.tgz}
1853
1854
fast-json-stable-stringify@2.1.0:
1855
+
resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==, tarball: https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz}
1856
1857
fast-levenshtein@2.0.6:
1858
+
resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==, tarball: https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz}
1859
1860
fdir@6.5.0:
1861
+
resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==, tarball: https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz}
1862
engines: {node: '>=12.0.0'}
1863
peerDependencies:
1864
picomatch: ^3 || ^4
···
1867
optional: true
1868
1869
fflate@0.7.4:
1870
+
resolution: {integrity: sha512-5u2V/CDW15QM1XbbgS+0DfPxVB+jUKhWEKuuFuHncbk3tEEqzmoXL+2KyOFuKGqOnmdIy0/davWF1CkuwtibCw==, tarball: https://registry.npmjs.org/fflate/-/fflate-0.7.4.tgz}
1871
1872
fflate@0.8.2:
1873
+
resolution: {integrity: sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A==, tarball: https://registry.npmjs.org/fflate/-/fflate-0.8.2.tgz}
1874
1875
file-entry-cache@8.0.0:
1876
+
resolution: {integrity: sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==, tarball: https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz}
1877
engines: {node: '>=16.0.0'}
1878
1879
find-up@5.0.0:
1880
+
resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==, tarball: https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz}
1881
engines: {node: '>=10'}
1882
1883
flat-cache@4.0.1:
1884
+
resolution: {integrity: sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==, tarball: https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz}
1885
engines: {node: '>=16'}
1886
1887
+
flatted@3.4.1:
1888
+
resolution: {integrity: sha512-IxfVbRFVlV8V/yRaGzk0UVIcsKKHMSfYw66T/u4nTwlWteQePsxe//LjudR1AMX4tZW3WFCh3Zqa/sjlqpbURQ==, tarball: https://registry.npmjs.org/flatted/-/flatted-3.4.1.tgz}
1889
1890
fsevents@2.3.3:
1891
+
resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==, tarball: https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz}
1892
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
1893
os: [darwin]
1894
0
0
0
0
1895
gl-matrix@3.4.4:
1896
+
resolution: {integrity: sha512-latSnyDNt/8zYUB6VIJ6PCh2jBjJX6gnDsoCZ7LyW7GkqrD51EWwa9qCoGixj8YqBtETQK/xY7OmpTF8xz1DdQ==, tarball: https://registry.npmjs.org/gl-matrix/-/gl-matrix-3.4.4.tgz}
1897
1898
glob-parent@6.0.2:
1899
+
resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==, tarball: https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz}
1900
engines: {node: '>=10.13.0'}
1901
0
0
0
0
1902
globals@16.5.0:
1903
+
resolution: {integrity: sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==, tarball: https://registry.npmjs.org/globals/-/globals-16.5.0.tgz}
1904
engines: {node: '>=18'}
1905
1906
+
globals@17.4.0:
1907
+
resolution: {integrity: sha512-hjrNztw/VajQwOLsMNT1cbJiH2muO3OROCHnbehc8eY5JyD2gqz4AcMHPqgaOR59DjgUjYAYLeH699g/eWi2jw==, tarball: https://registry.npmjs.org/globals/-/globals-17.4.0.tgz}
1908
engines: {node: '>=18'}
1909
1910
graceful-fs@4.2.11:
1911
+
resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==, tarball: https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz}
1912
1913
gsap@3.14.2:
1914
+
resolution: {integrity: sha512-P8/mMxVLU7o4+55+1TCnQrPmgjPKnwkzkXOK1asnR9Jg2lna4tEY5qBJjMmAaOBDDZWtlRjBXjLa0w53G/uBLA==, tarball: https://registry.npmjs.org/gsap/-/gsap-3.14.2.tgz}
0
0
0
0
1915
1916
hex-rgb@4.3.0:
1917
+
resolution: {integrity: sha512-Ox1pJVrDCyGHMG9CFg1tmrRUMRPRsAWYc/PinY0XzJU4K7y7vjNoLKIQ7BR5UJMCxNN8EM1MNDmHWA/B3aZUuw==, tarball: https://registry.npmjs.org/hex-rgb/-/hex-rgb-4.3.0.tgz}
1918
engines: {node: '>=6'}
1919
1920
highlight.js@11.11.1:
1921
+
resolution: {integrity: sha512-Xwwo44whKBVCYoliBQwaPvtd/2tYFkRQtXDWj1nackaV2JPXx3L0+Jvd8/qCJ2p+ML0/XVkJ2q+Mr+UVdpJK5w==, tarball: https://registry.npmjs.org/highlight.js/-/highlight.js-11.11.1.tgz}
1922
engines: {node: '>=12.0.0'}
1923
1924
hls.js@1.6.15:
1925
+
resolution: {integrity: sha512-E3a5VwgXimGHwpRGV+WxRTKeSp2DW5DI5MWv34ulL3t5UNmyJWCQ1KmLEHbYzcfThfXG8amBL+fCYPneGHC4VA==, tarball: https://registry.npmjs.org/hls.js/-/hls.js-1.6.15.tgz}
1926
1927
htmlparser2@10.1.0:
1928
+
resolution: {integrity: sha512-VTZkM9GWRAtEpveh7MSF6SjjrpNVNNVJfFup7xTY3UpFtm67foy9HDVXneLtFVt4pMz5kZtgNcvCniNFb1hlEQ==, tarball: https://registry.npmjs.org/htmlparser2/-/htmlparser2-10.1.0.tgz}
1929
1930
htmlparser2@8.0.2:
1931
+
resolution: {integrity: sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==, tarball: https://registry.npmjs.org/htmlparser2/-/htmlparser2-8.0.2.tgz}
1932
1933
iconv-lite@0.6.3:
1934
+
resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==, tarball: https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz}
1935
engines: {node: '>=0.10.0'}
1936
1937
ignore@5.3.2:
1938
+
resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==, tarball: https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz}
1939
engines: {node: '>= 4'}
1940
1941
ignore@7.0.5:
1942
+
resolution: {integrity: sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==, tarball: https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz}
1943
engines: {node: '>= 4'}
1944
0
0
0
0
1945
imurmurhash@0.1.4:
1946
+
resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==, tarball: https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz}
1947
engines: {node: '>=0.8.19'}
1948
1949
inline-style-parser@0.2.7:
1950
+
resolution: {integrity: sha512-Nb2ctOyNR8DqQoR0OwRG95uNWIC0C1lCgf5Naz5H6Ji72KZ8OcFZLz2P5sNgwlyoJ8Yif11oMuYs5pBQa86csA==, tarball: https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.7.tgz}
1951
1952
is-emoji-supported@0.0.5:
1953
+
resolution: {integrity: sha512-WOlXUhDDHxYqcSmFZis+xWhhqXiK2SU0iYiqmth5Ip0FHLZQAt9rKL5ahnilE8/86WH8tZ3bmNNNC+bTzamqlw==, tarball: https://registry.npmjs.org/is-emoji-supported/-/is-emoji-supported-0.0.5.tgz}
1954
1955
is-extglob@2.1.1:
1956
+
resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==, tarball: https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz}
1957
engines: {node: '>=0.10.0'}
1958
1959
is-glob@4.0.3:
1960
+
resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==, tarball: https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz}
1961
engines: {node: '>=0.10.0'}
1962
1963
is-reference@3.0.3:
1964
+
resolution: {integrity: sha512-ixkJoqQvAP88E6wLydLGGqCJsrFUnqoH6HnaczB8XmDH1oaWU+xxdptvikTgaEhtZ53Ky6YXiBuUI2WXLMCwjw==, tarball: https://registry.npmjs.org/is-reference/-/is-reference-3.0.3.tgz}
1965
1966
isexe@2.0.0:
1967
+
resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==, tarball: https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz}
0
0
0
1968
1969
jiti@2.6.1:
1970
+
resolution: {integrity: sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==, tarball: https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz}
1971
hasBin: true
1972
1973
js-tokens@4.0.0:
1974
+
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==, tarball: https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz}
0
0
0
0
1975
1976
json-buffer@3.0.1:
1977
+
resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==, tarball: https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz}
1978
1979
json-schema-traverse@0.4.1:
1980
+
resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==, tarball: https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz}
1981
1982
json-stable-stringify-without-jsonify@1.0.1:
1983
+
resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==, tarball: https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz}
1984
1985
json-stringify-pretty-compact@4.0.0:
1986
+
resolution: {integrity: sha512-3CNZ2DnrpByG9Nqj6Xo8vqbjT4F6N+tb4Gb28ESAZjYZ5yqvmc56J+/kuIwkaAMOyblTQhUW7PxMkUb8Q36N3Q==, tarball: https://registry.npmjs.org/json-stringify-pretty-compact/-/json-stringify-pretty-compact-4.0.0.tgz}
1987
1988
kdbush@4.0.2:
1989
+
resolution: {integrity: sha512-WbCVYJ27Sz8zi9Q7Q0xHC+05iwkm3Znipc2XTlrnJbsHMYktW4hPhXUE8Ys1engBrvffoSCqbil1JQAa7clRpA==, tarball: https://registry.npmjs.org/kdbush/-/kdbush-4.0.2.tgz}
1990
1991
keyv@4.5.4:
1992
+
resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==, tarball: https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz}
1993
1994
kleur@4.1.5:
1995
+
resolution: {integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==, tarball: https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz}
1996
engines: {node: '>=6'}
1997
1998
knitwork@1.3.0:
1999
+
resolution: {integrity: sha512-4LqMNoONzR43B1W0ek0fhXMsDNW/zxa1NdFAVMY+k28pgZLovR4G3PB5MrpTxCy1QaZCqNoiaKPr5w5qZHfSNw==, tarball: https://registry.npmjs.org/knitwork/-/knitwork-1.3.0.tgz}
2000
2001
known-css-properties@0.37.0:
2002
+
resolution: {integrity: sha512-JCDrsP4Z1Sb9JwG0aJ8Eo2r7k4Ou5MwmThS/6lcIe1ICyb7UBJKGRIUUdqc2ASdE/42lgz6zFUnzAIhtXnBVrQ==, tarball: https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.37.0.tgz}
2003
2004
leaflet@1.9.4:
2005
+
resolution: {integrity: sha512-nxS1ynzJOmOlHp+iL3FyWqK89GtNL8U8rvlMOsQdTTssxZwCXh8N2NB3GDQOL+YR3XnWyZAxwQixURb+FA74PA==, tarball: https://registry.npmjs.org/leaflet/-/leaflet-1.9.4.tgz}
2006
2007
levn@0.4.1:
2008
+
resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==, tarball: https://registry.npmjs.org/levn/-/levn-0.4.1.tgz}
2009
engines: {node: '>= 0.8.0'}
2010
2011
+
lightningcss-android-arm64@1.31.1:
2012
+
resolution: {integrity: sha512-HXJF3x8w9nQ4jbXRiNppBCqeZPIAfUo8zE/kOEGbW5NZvGc/K7nMxbhIr+YlFlHW5mpbg/YFPdbnCh1wAXCKFg==, tarball: https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.31.1.tgz}
2013
engines: {node: '>= 12.0.0'}
2014
cpu: [arm64]
2015
os: [android]
2016
2017
+
lightningcss-android-arm64@1.32.0:
2018
+
resolution: {integrity: sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==, tarball: https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz}
2019
+
engines: {node: '>= 12.0.0'}
2020
+
cpu: [arm64]
2021
+
os: [android]
2022
+
2023
+
lightningcss-darwin-arm64@1.31.1:
2024
+
resolution: {integrity: sha512-02uTEqf3vIfNMq3h/z2cJfcOXnQ0GRwQrkmPafhueLb2h7mqEidiCzkE4gBMEH65abHRiQvhdcQ+aP0D0g67sg==, tarball: https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.31.1.tgz}
2025
engines: {node: '>= 12.0.0'}
2026
cpu: [arm64]
2027
os: [darwin]
2028
2029
+
lightningcss-darwin-arm64@1.32.0:
2030
+
resolution: {integrity: sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==, tarball: https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz}
2031
+
engines: {node: '>= 12.0.0'}
2032
+
cpu: [arm64]
2033
+
os: [darwin]
2034
+
2035
+
lightningcss-darwin-x64@1.31.1:
2036
+
resolution: {integrity: sha512-1ObhyoCY+tGxtsz1lSx5NXCj3nirk0Y0kB/g8B8DT+sSx4G9djitg9ejFnjb3gJNWo7qXH4DIy2SUHvpoFwfTA==, tarball: https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.31.1.tgz}
2037
engines: {node: '>= 12.0.0'}
2038
cpu: [x64]
2039
os: [darwin]
2040
2041
+
lightningcss-darwin-x64@1.32.0:
2042
+
resolution: {integrity: sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==, tarball: https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz}
2043
+
engines: {node: '>= 12.0.0'}
2044
+
cpu: [x64]
2045
+
os: [darwin]
2046
+
2047
+
lightningcss-freebsd-x64@1.31.1:
2048
+
resolution: {integrity: sha512-1RINmQKAItO6ISxYgPwszQE1BrsVU5aB45ho6O42mu96UiZBxEXsuQ7cJW4zs4CEodPUioj/QrXW1r9pLUM74A==, tarball: https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.31.1.tgz}
2049
engines: {node: '>= 12.0.0'}
2050
cpu: [x64]
2051
os: [freebsd]
2052
2053
+
lightningcss-freebsd-x64@1.32.0:
2054
+
resolution: {integrity: sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==, tarball: https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz}
2055
+
engines: {node: '>= 12.0.0'}
2056
+
cpu: [x64]
2057
+
os: [freebsd]
2058
+
2059
+
lightningcss-linux-arm-gnueabihf@1.31.1:
2060
+
resolution: {integrity: sha512-OOCm2//MZJ87CdDK62rZIu+aw9gBv4azMJuA8/KB74wmfS3lnC4yoPHm0uXZ/dvNNHmnZnB8XLAZzObeG0nS1g==, tarball: https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.31.1.tgz}
2061
+
engines: {node: '>= 12.0.0'}
2062
+
cpu: [arm]
2063
+
os: [linux]
2064
+
2065
+
lightningcss-linux-arm-gnueabihf@1.32.0:
2066
+
resolution: {integrity: sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==, tarball: https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz}
2067
engines: {node: '>= 12.0.0'}
2068
cpu: [arm]
2069
os: [linux]
2070
2071
+
lightningcss-linux-arm64-gnu@1.31.1:
2072
+
resolution: {integrity: sha512-WKyLWztD71rTnou4xAD5kQT+982wvca7E6QoLpoawZ1gP9JM0GJj4Tp5jMUh9B3AitHbRZ2/H3W5xQmdEOUlLg==, tarball: https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.31.1.tgz}
2073
engines: {node: '>= 12.0.0'}
2074
cpu: [arm64]
2075
os: [linux]
2076
2077
+
lightningcss-linux-arm64-gnu@1.32.0:
2078
+
resolution: {integrity: sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==, tarball: https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz}
2079
engines: {node: '>= 12.0.0'}
2080
cpu: [arm64]
2081
os: [linux]
2082
2083
+
lightningcss-linux-arm64-musl@1.31.1:
2084
+
resolution: {integrity: sha512-mVZ7Pg2zIbe3XlNbZJdjs86YViQFoJSpc41CbVmKBPiGmC4YrfeOyz65ms2qpAobVd7WQsbW4PdsSJEMymyIMg==, tarball: https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.31.1.tgz}
2085
+
engines: {node: '>= 12.0.0'}
2086
+
cpu: [arm64]
2087
+
os: [linux]
2088
+
2089
+
lightningcss-linux-arm64-musl@1.32.0:
2090
+
resolution: {integrity: sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==, tarball: https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz}
2091
+
engines: {node: '>= 12.0.0'}
2092
+
cpu: [arm64]
2093
+
os: [linux]
2094
+
2095
+
lightningcss-linux-x64-gnu@1.31.1:
2096
+
resolution: {integrity: sha512-xGlFWRMl+0KvUhgySdIaReQdB4FNudfUTARn7q0hh/V67PVGCs3ADFjw+6++kG1RNd0zdGRlEKa+T13/tQjPMA==, tarball: https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.31.1.tgz}
2097
engines: {node: '>= 12.0.0'}
2098
cpu: [x64]
2099
os: [linux]
2100
2101
+
lightningcss-linux-x64-gnu@1.32.0:
2102
+
resolution: {integrity: sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==, tarball: https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz}
2103
engines: {node: '>= 12.0.0'}
2104
cpu: [x64]
2105
os: [linux]
2106
2107
+
lightningcss-linux-x64-musl@1.31.1:
2108
+
resolution: {integrity: sha512-eowF8PrKHw9LpoZii5tdZwnBcYDxRw2rRCyvAXLi34iyeYfqCQNA9rmUM0ce62NlPhCvof1+9ivRaTY6pSKDaA==, tarball: https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.31.1.tgz}
2109
+
engines: {node: '>= 12.0.0'}
2110
+
cpu: [x64]
2111
+
os: [linux]
2112
+
2113
+
lightningcss-linux-x64-musl@1.32.0:
2114
+
resolution: {integrity: sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==, tarball: https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz}
2115
+
engines: {node: '>= 12.0.0'}
2116
+
cpu: [x64]
2117
+
os: [linux]
2118
+
2119
+
lightningcss-win32-arm64-msvc@1.31.1:
2120
+
resolution: {integrity: sha512-aJReEbSEQzx1uBlQizAOBSjcmr9dCdL3XuC/6HLXAxmtErsj2ICo5yYggg1qOODQMtnjNQv2UHb9NpOuFtYe4w==, tarball: https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.31.1.tgz}
2121
engines: {node: '>= 12.0.0'}
2122
cpu: [arm64]
2123
os: [win32]
2124
2125
+
lightningcss-win32-arm64-msvc@1.32.0:
2126
+
resolution: {integrity: sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==, tarball: https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz}
2127
+
engines: {node: '>= 12.0.0'}
2128
+
cpu: [arm64]
2129
+
os: [win32]
2130
+
2131
+
lightningcss-win32-x64-msvc@1.31.1:
2132
+
resolution: {integrity: sha512-I9aiFrbd7oYHwlnQDqr1Roz+fTz61oDDJX7n9tYF9FJymH1cIN1DtKw3iYt6b8WZgEjoNwVSncwF4wx/ZedMhw==, tarball: https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.31.1.tgz}
2133
engines: {node: '>= 12.0.0'}
2134
cpu: [x64]
2135
os: [win32]
2136
2137
+
lightningcss-win32-x64-msvc@1.32.0:
2138
+
resolution: {integrity: sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==, tarball: https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz}
2139
+
engines: {node: '>= 12.0.0'}
2140
+
cpu: [x64]
2141
+
os: [win32]
2142
+
2143
+
lightningcss@1.31.1:
2144
+
resolution: {integrity: sha512-l51N2r93WmGUye3WuFoN5k10zyvrVs0qfKBhyC5ogUQ6Ew6JUSswh78mbSO+IU3nTWsyOArqPCcShdQSadghBQ==, tarball: https://registry.npmjs.org/lightningcss/-/lightningcss-1.31.1.tgz}
2145
+
engines: {node: '>= 12.0.0'}
2146
+
2147
+
lightningcss@1.32.0:
2148
+
resolution: {integrity: sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==, tarball: https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz}
2149
engines: {node: '>= 12.0.0'}
2150
2151
lilconfig@2.1.0:
2152
+
resolution: {integrity: sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==, tarball: https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz}
2153
engines: {node: '>=10'}
2154
2155
linebreak@1.1.0:
2156
+
resolution: {integrity: sha512-MHp03UImeVhB7XZtjd0E4n6+3xr5Dq/9xI/5FptGk5FrbDR3zagPa2DS6U8ks/3HjbKWG9Q1M2ufOzxV2qLYSQ==, tarball: https://registry.npmjs.org/linebreak/-/linebreak-1.1.0.tgz}
2157
2158
link-preview-js@4.0.0:
2159
+
resolution: {integrity: sha512-KYYiMVOAguIFNdoVGVjd+6cgknv5XHbr1IuRdj3T5EkN7JNaqUh4a1NSCi5FX6zyZzILI55OQA6+YxBAcPY2wA==, tarball: https://registry.npmjs.org/link-preview-js/-/link-preview-js-4.0.0.tgz}
2160
engines: {node: '>=18'}
2161
2162
linkify-it@5.0.0:
2163
+
resolution: {integrity: sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==, tarball: https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz}
2164
2165
linkifyjs@4.3.2:
2166
+
resolution: {integrity: sha512-NT1CJtq3hHIreOianA8aSXn6Cw0JzYOuDQbOrSPe7gqFnCpKP++MQe3ODgO3oh2GJFORkAAdqredOa60z63GbA==, tarball: https://registry.npmjs.org/linkifyjs/-/linkifyjs-4.3.2.tgz}
2167
2168
loadjs@4.3.0:
2169
+
resolution: {integrity: sha512-vNX4ZZLJBeDEOBvdr2v/F+0aN5oMuPu7JTqrMwp+DtgK+AryOlpy6Xtm2/HpNr+azEa828oQjOtWsB6iDtSfSQ==, tarball: https://registry.npmjs.org/loadjs/-/loadjs-4.3.0.tgz}
2170
2171
locate-character@3.0.0:
2172
+
resolution: {integrity: sha512-SW13ws7BjaeJ6p7Q6CO2nchbYEc3X3J6WrmTTDto7yMPqVSZTUyY5Tjbid+Ab8gLnATtygYtiDIJGQRRn2ZOiA==, tarball: https://registry.npmjs.org/locate-character/-/locate-character-3.0.0.tgz}
2173
2174
locate-path@6.0.0:
2175
+
resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==, tarball: https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz}
2176
engines: {node: '>=10'}
2177
0
0
0
2178
loose-envify@1.4.0:
2179
+
resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==, tarball: https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz}
2180
hasBin: true
2181
2182
lowlight@3.3.0:
2183
+
resolution: {integrity: sha512-0JNhgFoPvP6U6lE/UdVsSq99tn6DhjjpAj5MxG49ewd2mOBVtwWYIT8ClyABhq198aXXODMU6Ox8DrGy/CpTZQ==, tarball: https://registry.npmjs.org/lowlight/-/lowlight-3.3.0.tgz}
2184
2185
lz-string@1.5.0:
2186
+
resolution: {integrity: sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==, tarball: https://registry.npmjs.org/lz-string/-/lz-string-1.5.0.tgz}
2187
hasBin: true
2188
2189
maath@0.10.8:
2190
+
resolution: {integrity: sha512-tRvbDF0Pgqz+9XUa4jjfgAQ8/aPKmQdWXilFu2tMy4GWj4NOsx99HlULO4IeREfbO3a0sA145DZYyvXPkybm0g==, tarball: https://registry.npmjs.org/maath/-/maath-0.10.8.tgz}
2191
peerDependencies:
2192
'@types/three': '>=0.134.0'
2193
three: '>=0.134.0'
2194
2195
magic-string@0.30.21:
2196
+
resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==, tarball: https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz}
2197
2198
+
maplibre-gl@5.20.0:
2199
+
resolution: {integrity: sha512-hUQ/4KkxVKLbAD4coW+9/tJ9/jOKKcN7q4F92EQ5mjbUJ2m1sz6uoiB3VqW/VaogUxmWd896l1cc9TtV4+uvJA==, tarball: https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-5.20.0.tgz}
2200
engines: {node: '>=16.14.0', npm: '>=8.1.0'}
2201
2202
+
markdown-it@14.1.1:
2203
+
resolution: {integrity: sha512-BuU2qnTti9YKgK5N+IeMubp14ZUKUUw7yeJbkjtosvHiP0AZ5c8IAgEMk79D0eC8F23r4Ac/q8cAIFdm2FtyoA==, tarball: https://registry.npmjs.org/markdown-it/-/markdown-it-14.1.1.tgz}
2204
hasBin: true
2205
2206
+
marked@17.0.4:
2207
+
resolution: {integrity: sha512-NOmVMM+KAokHMvjWmC5N/ZOvgmSWuqJB8FoYI019j4ogb/PeRMKoKIjReZ2w3376kkA8dSJIP8uD993Kxc0iRQ==, tarball: https://registry.npmjs.org/marked/-/marked-17.0.4.tgz}
2208
engines: {node: '>= 20'}
2209
hasBin: true
2210
2211
mdurl@2.0.0:
2212
+
resolution: {integrity: sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==, tarball: https://registry.npmjs.org/mdurl/-/mdurl-2.0.0.tgz}
2213
2214
+
meshoptimizer@1.0.1:
2215
+
resolution: {integrity: sha512-Vix+QlA1YYT3FwmBBZ+49cE5y/b+pRrcXKqGpS5ouh33d3lSp2PoTpCw19E0cKDFWalembrHnIaZetf27a+W2g==, tarball: https://registry.npmjs.org/meshoptimizer/-/meshoptimizer-1.0.1.tgz}
2216
2217
mini-svg-data-uri@1.4.4:
2218
+
resolution: {integrity: sha512-r9deDe9p5FJUPZAk3A59wGH7Ii9YrjjWw0jmw/liSbHl2CHiyXj6FcDXDu2K3TjVAXqiJdaw3xxwlZZr9E6nHg==, tarball: https://registry.npmjs.org/mini-svg-data-uri/-/mini-svg-data-uri-1.4.4.tgz}
2219
hasBin: true
2220
2221
+
miniflare@4.20260312.0:
2222
+
resolution: {integrity: sha512-pieP2rfXynPT6VRINYaiHe/tfMJ4c5OIhqRlIdLF6iZ9g5xgpEmvimvIgMpgAdDJuFlrLcwDUi8MfAo2R6dt/w==, tarball: https://registry.npmjs.org/miniflare/-/miniflare-4.20260312.0.tgz}
2223
engines: {node: '>=18.0.0'}
2224
hasBin: true
2225
2226
+
minimatch@10.2.4:
2227
+
resolution: {integrity: sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==, tarball: https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz}
2228
+
engines: {node: 18 || 20 || >=22}
0
0
0
2229
2230
minimist@1.2.8:
2231
+
resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==, tarball: https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz}
2232
2233
mitt@3.0.1:
2234
+
resolution: {integrity: sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==, tarball: https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz}
2235
2236
+
mlly@1.8.1:
2237
+
resolution: {integrity: sha512-SnL6sNutTwRWWR/vcmCYHSADjiEesp5TGQQ0pXyLhW5IoeibRlF/CbSLailbB3CNqJUk9cVJ9dUDnbD7GrcHBQ==, tarball: https://registry.npmjs.org/mlly/-/mlly-1.8.1.tgz}
2238
2239
mode-watcher@1.1.0:
2240
+
resolution: {integrity: sha512-mUT9RRGPDYenk59qJauN1rhsIMKBmWA3xMF+uRwE8MW/tjhaDSCCARqkSuDTq8vr4/2KcAxIGVjACxTjdk5C3g==, tarball: https://registry.npmjs.org/mode-watcher/-/mode-watcher-1.1.0.tgz}
2241
peerDependencies:
2242
svelte: ^5.27.0
2243
2244
mri@1.2.0:
2245
+
resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==, tarball: https://registry.npmjs.org/mri/-/mri-1.2.0.tgz}
2246
engines: {node: '>=4'}
2247
2248
mrmime@2.0.1:
2249
+
resolution: {integrity: sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==, tarball: https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz}
2250
engines: {node: '>=10'}
2251
2252
ms@2.1.3:
2253
+
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==, tarball: https://registry.npmjs.org/ms/-/ms-2.1.3.tgz}
0
0
0
2254
2255
murmurhash-js@1.0.0:
2256
+
resolution: {integrity: sha512-TvmkNhkv8yct0SVBSy+o8wYzXjE4Zz3PCesbfs8HiCXXdcTuocApFv11UWlNFWKYsP2okqrhb7JNlSm9InBhIw==, tarball: https://registry.npmjs.org/murmurhash-js/-/murmurhash-js-1.0.0.tgz}
2257
2258
nanoid@3.3.11:
2259
+
resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==, tarball: https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz}
2260
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
2261
hasBin: true
2262
2263
nanoid@5.1.6:
2264
+
resolution: {integrity: sha512-c7+7RQ+dMB5dPwwCp4ee1/iV/q2P6aK1mTZcfr1BTuVlyW9hJYiMPybJCcnBlQtuSmTIWNeazm/zqNoZSSElBg==, tarball: https://registry.npmjs.org/nanoid/-/nanoid-5.1.6.tgz}
2265
engines: {node: ^18 || >=20}
2266
hasBin: true
2267
2268
natural-compare@1.4.0:
2269
+
resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==, tarball: https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz}
0
0
0
0
2270
2271
nth-check@2.1.1:
2272
+
resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==, tarball: https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz}
2273
2274
+
number-flow@0.6.0:
2275
+
resolution: {integrity: sha512-K8flNq2Wqus53vjp/btVo3qXFkagF8dIdYavreBfE7hlvFFG/b1HMGEH6nZL+mlrJ+4lbLP9OmPv3t2rmRkpSQ==, tarball: https://registry.npmjs.org/number-flow/-/number-flow-0.6.0.tgz}
2276
2277
object-assign@4.1.1:
2278
+
resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==, tarball: https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz}
2279
engines: {node: '>=0.10.0'}
2280
2281
obug@2.1.1:
2282
+
resolution: {integrity: sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==, tarball: https://registry.npmjs.org/obug/-/obug-2.1.1.tgz}
2283
2284
optionator@0.9.4:
2285
+
resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==, tarball: https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz}
2286
engines: {node: '>= 0.8.0'}
2287
2288
orderedmap@2.1.1:
2289
+
resolution: {integrity: sha512-TvAWxi0nDe1j/rtMcWcIj94+Ffe6n7zhow33h40SKxmsmozs6dz/e+EajymfoFcHd7sxNn8yHM8839uixMOV6g==, tarball: https://registry.npmjs.org/orderedmap/-/orderedmap-2.1.1.tgz}
2290
2291
p-limit@3.1.0:
2292
+
resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==, tarball: https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz}
2293
engines: {node: '>=10'}
2294
2295
p-locate@5.0.0:
2296
+
resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==, tarball: https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz}
2297
engines: {node: '>=10'}
2298
2299
pako@0.2.9:
2300
+
resolution: {integrity: sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA==, tarball: https://registry.npmjs.org/pako/-/pako-0.2.9.tgz}
0
0
0
0
2301
2302
parse-css-color@0.2.1:
2303
+
resolution: {integrity: sha512-bwS/GGIFV3b6KS4uwpzCFj4w297Yl3uqnSgIPsoQkx7GMLROXfMnWvxfNkL0oh8HVhZA4hvJoEoEIqonfJ3BWg==, tarball: https://registry.npmjs.org/parse-css-color/-/parse-css-color-0.2.1.tgz}
2304
2305
parse5-htmlparser2-tree-adapter@7.1.0:
2306
+
resolution: {integrity: sha512-ruw5xyKs6lrpo9x9rCZqZZnIUntICjQAd0Wsmp396Ul9lN/h+ifgVV1x1gZHi8euej6wTfpqX8j+BFQxF0NS/g==, tarball: https://registry.npmjs.org/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-7.1.0.tgz}
2307
2308
parse5-parser-stream@7.1.2:
2309
+
resolution: {integrity: sha512-JyeQc9iwFLn5TbvvqACIF/VXG6abODeB3Fwmv/TGdLk2LfbWkaySGY72at4+Ty7EkPZj854u4CrICqNk2qIbow==, tarball: https://registry.npmjs.org/parse5-parser-stream/-/parse5-parser-stream-7.1.2.tgz}
2310
2311
parse5@7.3.0:
2312
+
resolution: {integrity: sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==, tarball: https://registry.npmjs.org/parse5/-/parse5-7.3.0.tgz}
2313
2314
path-exists@4.0.0:
2315
+
resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==, tarball: https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz}
2316
engines: {node: '>=8'}
2317
2318
path-key@3.1.1:
2319
+
resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==, tarball: https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz}
2320
engines: {node: '>=8'}
2321
2322
path-to-regexp@6.3.0:
2323
+
resolution: {integrity: sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==, tarball: https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.3.0.tgz}
2324
2325
pathe@2.0.3:
2326
+
resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==, tarball: https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz}
2327
2328
pbf@4.0.1:
2329
+
resolution: {integrity: sha512-SuLdBvS42z33m8ejRbInMapQe8n0D3vN/Xd5fmWM3tufNgRQFBpaW2YVJxQZV4iPNqb0vEFvssMEo5w9c6BTIA==, tarball: https://registry.npmjs.org/pbf/-/pbf-4.0.1.tgz}
2330
hasBin: true
2331
2332
+
perfect-freehand@1.2.3:
2333
+
resolution: {integrity: sha512-bHZSfqDHGNlPpgH2yxXgPHlQSPpEbo+qg7li0M78J9vNAi2yjwLeA4x79BEQhX44lEWpCLSFCeRZwpw0niiXPA==, tarball: https://registry.npmjs.org/perfect-freehand/-/perfect-freehand-1.2.3.tgz}
2334
2335
picocolors@1.1.1:
2336
+
resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==, tarball: https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz}
2337
2338
picomatch@4.0.3:
2339
+
resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==, tarball: https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz}
2340
engines: {node: '>=12'}
2341
2342
pkg-types@1.3.1:
2343
+
resolution: {integrity: sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==, tarball: https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.1.tgz}
2344
2345
pkg-types@2.3.0:
2346
+
resolution: {integrity: sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==, tarball: https://registry.npmjs.org/pkg-types/-/pkg-types-2.3.0.tgz}
2347
2348
plyr@3.8.4:
2349
+
resolution: {integrity: sha512-DrzLbK9Wol3zeiuZCleD9aUOl0KAaBHR9H6WVVVYPZ4Ya+LYxUFTgSF1jooHcMQCv96Ws96wCaZzIoP3bES8pQ==, tarball: https://registry.npmjs.org/plyr/-/plyr-3.8.4.tgz}
2350
2351
postcss-load-config@3.1.4:
2352
+
resolution: {integrity: sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==, tarball: https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-3.1.4.tgz}
2353
engines: {node: '>= 10'}
2354
peerDependencies:
2355
postcss: '>=8.0.9'
···
2361
optional: true
2362
2363
postcss-safe-parser@7.0.1:
2364
+
resolution: {integrity: sha512-0AioNCJZ2DPYz5ABT6bddIqlhgwhpHZ/l65YAYo0BCIn0xiDpsnTHz0gnoTGk0OXZW0JRs+cDwL8u/teRdz+8A==, tarball: https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-7.0.1.tgz}
2365
engines: {node: '>=18.0'}
2366
peerDependencies:
2367
postcss: ^8.4.31
2368
2369
postcss-scss@4.0.9:
2370
+
resolution: {integrity: sha512-AjKOeiwAitL/MXxQW2DliT28EKukvvbEWx3LBmJIRN8KfBGZbRTxNYW0kSqi1COiTZ57nZ9NW06S6ux//N1c9A==, tarball: https://registry.npmjs.org/postcss-scss/-/postcss-scss-4.0.9.tgz}
2371
engines: {node: '>=12.0'}
2372
peerDependencies:
2373
postcss: ^8.4.29
2374
2375
postcss-selector-parser@6.0.10:
2376
+
resolution: {integrity: sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==, tarball: https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz}
2377
engines: {node: '>=4'}
2378
2379
postcss-selector-parser@7.1.1:
2380
+
resolution: {integrity: sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==, tarball: https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz}
2381
engines: {node: '>=4'}
2382
2383
postcss-value-parser@4.2.0:
2384
+
resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==, tarball: https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz}
2385
2386
+
postcss@8.5.8:
2387
+
resolution: {integrity: sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==, tarball: https://registry.npmjs.org/postcss/-/postcss-8.5.8.tgz}
2388
engines: {node: ^10 || ^12 || >=14}
2389
2390
potpack@2.1.0:
2391
+
resolution: {integrity: sha512-pcaShQc1Shq0y+E7GqJqvZj8DTthWV1KeHGdi0Z6IAin2Oi3JnLCOfwnCo84qc+HAp52wT9nK9H7FAJp5a44GQ==, tarball: https://registry.npmjs.org/potpack/-/potpack-2.1.0.tgz}
2392
2393
prelude-ls@1.2.1:
2394
+
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==, tarball: https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz}
2395
engines: {node: '>= 0.8.0'}
2396
2397
+
prettier-plugin-svelte@3.5.1:
2398
+
resolution: {integrity: sha512-65+fr5+cgIKWKiqM1Doum4uX6bY8iFCdztvvp2RcF+AJoieaw9kJOFMNcJo/bkmKYsxFaM9OsVZK/gWauG/5mg==, tarball: https://registry.npmjs.org/prettier-plugin-svelte/-/prettier-plugin-svelte-3.5.1.tgz}
2399
peerDependencies:
2400
prettier: ^3.0.0
2401
svelte: ^3.2.0 || ^4.0.0-next.0 || ^5.0.0-next.0
2402
2403
prettier-plugin-tailwindcss@0.7.2:
2404
+
resolution: {integrity: sha512-LkphyK3Fw+q2HdMOoiEHWf93fNtYJwfamoKPl7UwtjFQdei/iIBoX11G6j706FzN3ymX9mPVi97qIY8328vdnA==, tarball: https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.7.2.tgz}
2405
engines: {node: '>=20.19'}
2406
peerDependencies:
2407
'@ianvs/prettier-plugin-sort-imports': '*'
···
2456
optional: true
2457
2458
prettier@3.8.1:
2459
+
resolution: {integrity: sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==, tarball: https://registry.npmjs.org/prettier/-/prettier-3.8.1.tgz}
2460
engines: {node: '>=14'}
2461
hasBin: true
2462
2463
prop-types@15.8.1:
2464
+
resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==, tarball: https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz}
2465
2466
+
prosemirror-changeset@2.4.0:
2467
+
resolution: {integrity: sha512-LvqH2v7Q2SF6yxatuPP2e8vSUKS/L+xAU7dPDC4RMyHMhZoGDfBC74mYuyYF4gLqOEG758wajtyhNnsTkuhvng==, tarball: https://registry.npmjs.org/prosemirror-changeset/-/prosemirror-changeset-2.4.0.tgz}
2468
2469
prosemirror-collab@1.3.1:
2470
+
resolution: {integrity: sha512-4SnynYR9TTYaQVXd/ieUvsVV4PDMBzrq2xPUWutHivDuOshZXqQ5rGbZM84HEaXKbLdItse7weMGOUdDVcLKEQ==, tarball: https://registry.npmjs.org/prosemirror-collab/-/prosemirror-collab-1.3.1.tgz}
2471
2472
prosemirror-commands@1.7.1:
2473
+
resolution: {integrity: sha512-rT7qZnQtx5c0/y/KlYaGvtG411S97UaL6gdp6RIZ23DLHanMYLyfGBV5DtSnZdthQql7W+lEVbpSfwtO8T+L2w==, tarball: https://registry.npmjs.org/prosemirror-commands/-/prosemirror-commands-1.7.1.tgz}
2474
2475
prosemirror-dropcursor@1.8.2:
2476
+
resolution: {integrity: sha512-CCk6Gyx9+Tt2sbYk5NK0nB1ukHi2ryaRgadV/LvyNuO3ena1payM2z6Cg0vO1ebK8cxbzo41ku2DE5Axj1Zuiw==, tarball: https://registry.npmjs.org/prosemirror-dropcursor/-/prosemirror-dropcursor-1.8.2.tgz}
2477
2478
+
prosemirror-gapcursor@1.4.1:
2479
+
resolution: {integrity: sha512-pMdYaEnjNMSwl11yjEGtgTmLkR08m/Vl+Jj443167p9eB3HVQKhYCc4gmHVDsLPODfZfjr/MmirsdyZziXbQKw==, tarball: https://registry.npmjs.org/prosemirror-gapcursor/-/prosemirror-gapcursor-1.4.1.tgz}
2480
2481
prosemirror-history@1.5.0:
2482
+
resolution: {integrity: sha512-zlzTiH01eKA55UAf1MEjtssJeHnGxO0j4K4Dpx+gnmX9n+SHNlDqI2oO1Kv1iPN5B1dm5fsljCfqKF9nFL6HRg==, tarball: https://registry.npmjs.org/prosemirror-history/-/prosemirror-history-1.5.0.tgz}
2483
2484
prosemirror-inputrules@1.5.1:
2485
+
resolution: {integrity: sha512-7wj4uMjKaXWAQ1CDgxNzNtR9AlsuwzHfdFH1ygEHA2KHF2DOEaXl1CJfNPAKCg9qNEh4rum975QLaCiQPyY6Fw==, tarball: https://registry.npmjs.org/prosemirror-inputrules/-/prosemirror-inputrules-1.5.1.tgz}
2486
2487
prosemirror-keymap@1.2.3:
2488
+
resolution: {integrity: sha512-4HucRlpiLd1IPQQXNqeo81BGtkY8Ai5smHhKW9jjPKRc2wQIxksg7Hl1tTI2IfT2B/LgX6bfYvXxEpJl7aKYKw==, tarball: https://registry.npmjs.org/prosemirror-keymap/-/prosemirror-keymap-1.2.3.tgz}
2489
2490
+
prosemirror-markdown@1.13.4:
2491
+
resolution: {integrity: sha512-D98dm4cQ3Hs6EmjK500TdAOew4Z03EV71ajEFiWra3Upr7diytJsjF4mPV2dW+eK5uNectiRj0xFxYI9NLXDbw==, tarball: https://registry.npmjs.org/prosemirror-markdown/-/prosemirror-markdown-1.13.4.tgz}
2492
2493
+
prosemirror-menu@1.3.0:
2494
+
resolution: {integrity: sha512-TImyPXCHPcDsSka2/lwJ6WjTASr4re/qWq1yoTTuLOqfXucwF6VcRa2LWCkM/EyTD1UO3CUwiH8qURJoWJRxwg==, tarball: https://registry.npmjs.org/prosemirror-menu/-/prosemirror-menu-1.3.0.tgz}
2495
2496
prosemirror-model@1.25.4:
2497
+
resolution: {integrity: sha512-PIM7E43PBxKce8OQeezAs9j4TP+5yDpZVbuurd1h5phUxEKIu+G2a+EUZzIC5nS1mJktDJWzbqS23n1tsAf5QA==, tarball: https://registry.npmjs.org/prosemirror-model/-/prosemirror-model-1.25.4.tgz}
2498
2499
prosemirror-schema-basic@1.2.4:
2500
+
resolution: {integrity: sha512-ELxP4TlX3yr2v5rM7Sb70SqStq5NvI15c0j9j/gjsrO5vaw+fnnpovCLEGIcpeGfifkuqJwl4fon6b+KdrODYQ==, tarball: https://registry.npmjs.org/prosemirror-schema-basic/-/prosemirror-schema-basic-1.2.4.tgz}
2501
2502
prosemirror-schema-list@1.5.1:
2503
+
resolution: {integrity: sha512-927lFx/uwyQaGwJxLWCZRkjXG0p48KpMj6ueoYiu4JX05GGuGcgzAy62dfiV8eFZftgyBUvLx76RsMe20fJl+Q==, tarball: https://registry.npmjs.org/prosemirror-schema-list/-/prosemirror-schema-list-1.5.1.tgz}
2504
2505
prosemirror-state@1.4.4:
2506
+
resolution: {integrity: sha512-6jiYHH2CIGbCfnxdHbXZ12gySFY/fz/ulZE333G6bPqIZ4F+TXo9ifiR86nAHpWnfoNjOb3o5ESi7J8Uz1jXHw==, tarball: https://registry.npmjs.org/prosemirror-state/-/prosemirror-state-1.4.4.tgz}
2507
2508
prosemirror-tables@1.8.5:
2509
+
resolution: {integrity: sha512-V/0cDCsHKHe/tfWkeCmthNUcEp1IVO3p6vwN8XtwE9PZQLAZJigbw3QoraAdfJPir4NKJtNvOB8oYGKRl+t0Dw==, tarball: https://registry.npmjs.org/prosemirror-tables/-/prosemirror-tables-1.8.5.tgz}
2510
2511
prosemirror-trailing-node@3.0.0:
2512
+
resolution: {integrity: sha512-xiun5/3q0w5eRnGYfNlW1uU9W6x5MoFKWwq/0TIRgt09lv7Hcser2QYV8t4muXbEr+Fwo0geYn79Xs4GKywrRQ==, tarball: https://registry.npmjs.org/prosemirror-trailing-node/-/prosemirror-trailing-node-3.0.0.tgz}
2513
peerDependencies:
2514
prosemirror-model: ^1.22.1
2515
prosemirror-state: ^1.4.2
2516
prosemirror-view: ^1.33.8
2517
2518
prosemirror-transform@1.11.0:
2519
+
resolution: {integrity: sha512-4I7Ce4KpygXb9bkiPS3hTEk4dSHorfRw8uI0pE8IhxlK2GXsqv5tIA7JUSxtSu7u8APVOTtbUBxTmnHIxVkIJw==, tarball: https://registry.npmjs.org/prosemirror-transform/-/prosemirror-transform-1.11.0.tgz}
2520
2521
+
prosemirror-view@1.41.6:
2522
+
resolution: {integrity: sha512-mxpcDG4hNQa/CPtzxjdlir5bJFDlm0/x5nGBbStB2BWX+XOQ9M8ekEG+ojqB5BcVu2Rc80/jssCMZzSstJuSYg==, tarball: https://registry.npmjs.org/prosemirror-view/-/prosemirror-view-1.41.6.tgz}
2523
2524
protocol-buffers-schema@3.6.0:
2525
+
resolution: {integrity: sha512-TdDRD+/QNdrCGCE7v8340QyuXd4kIWIgapsE2+n/SaGiSSbomYl4TjHlvIoCWRpE7wFt02EpB35VVA2ImcBVqw==, tarball: https://registry.npmjs.org/protocol-buffers-schema/-/protocol-buffers-schema-3.6.0.tgz}
2526
2527
punycode.js@2.3.1:
2528
+
resolution: {integrity: sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==, tarball: https://registry.npmjs.org/punycode.js/-/punycode.js-2.3.1.tgz}
2529
engines: {node: '>=6'}
2530
2531
punycode@2.3.1:
2532
+
resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==, tarball: https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz}
2533
engines: {node: '>=6'}
2534
2535
qr-code-styling@1.9.2:
2536
+
resolution: {integrity: sha512-RgJaZJ1/RrXJ6N0j7a+pdw3zMBmzZU4VN2dtAZf8ZggCfRB5stEQ3IoDNGaNhYY3nnZKYlYSLl5YkfWN5dPutg==, tarball: https://registry.npmjs.org/qr-code-styling/-/qr-code-styling-1.9.2.tgz}
2537
engines: {node: '>=18.18.0'}
2538
2539
qrcode-generator@1.5.2:
2540
+
resolution: {integrity: sha512-pItrW0Z9HnDBnFmgiNrY1uxRdri32Uh9EjNYLPVC2zZ3ZRIIEqBoDgm4DkvDwNNDHTK7FNkmr8zAa77BYc9xNw==, tarball: https://registry.npmjs.org/qrcode-generator/-/qrcode-generator-1.5.2.tgz}
2541
2542
quickselect@3.0.0:
2543
+
resolution: {integrity: sha512-XdjUArbK4Bm5fLLvlm5KpTFOiOThgfWWI4axAZDWg4E/0mKdZyI9tNEfds27qCi1ze/vwTR16kvmmGhRra3c2g==, tarball: https://registry.npmjs.org/quickselect/-/quickselect-3.0.0.tgz}
2544
2545
rangetouch@2.0.1:
2546
+
resolution: {integrity: sha512-sln+pNSc8NGaHoLzwNBssFSf/rSYkqeBXzX1AtJlkJiUaVSJSbRAWJk+4omsXkN+EJalzkZhWQ3th1m0FpR5xA==, tarball: https://registry.npmjs.org/rangetouch/-/rangetouch-2.0.1.tgz}
2547
2548
react-dom@19.2.4:
2549
+
resolution: {integrity: sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==, tarball: https://registry.npmjs.org/react-dom/-/react-dom-19.2.4.tgz}
2550
peerDependencies:
2551
react: ^19.2.4
2552
2553
react-draggable@4.5.0:
2554
+
resolution: {integrity: sha512-VC+HBLEZ0XJxnOxVAZsdRi8rD04Iz3SiiKOoYzamjylUcju/hP9np/aZdLHf/7WOD268WMoNJMvYfB5yAK45cw==, tarball: https://registry.npmjs.org/react-draggable/-/react-draggable-4.5.0.tgz}
2555
peerDependencies:
2556
react: '>= 16.3.0'
2557
react-dom: '>= 16.3.0'
2558
2559
react-grid-layout@2.2.2:
2560
+
resolution: {integrity: sha512-yNo9pxQWoxHWRAwHGSVT4DEGELYPyQ7+q9lFclb5jcqeFzva63/2F72CryS/jiTIr/SBIlTaDdyjqH+ODg8oBw==, tarball: https://registry.npmjs.org/react-grid-layout/-/react-grid-layout-2.2.2.tgz}
2561
peerDependencies:
2562
react: '>= 16.3.0'
2563
react-dom: '>= 16.3.0'
2564
2565
react-is@16.13.1:
2566
+
resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==, tarball: https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz}
2567
2568
react-resizable@3.1.3:
2569
+
resolution: {integrity: sha512-liJBNayhX7qA4tBJiBD321FDhJxgGTJ07uzH5zSORXoE8h7PyEZ8mLqmosST7ppf6C4zUsbd2gzDMmBCfFp9Lw==, tarball: https://registry.npmjs.org/react-resizable/-/react-resizable-3.1.3.tgz}
2570
peerDependencies:
2571
react: '>= 16.3'
2572
react-dom: '>= 16.3'
2573
2574
react@19.2.4:
2575
+
resolution: {integrity: sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==, tarball: https://registry.npmjs.org/react/-/react-19.2.4.tgz}
2576
engines: {node: '>=0.10.0'}
2577
2578
readdirp@4.1.2:
2579
+
resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==, tarball: https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz}
2580
engines: {node: '>= 14.18.0'}
2581
2582
regexparam@3.0.0:
2583
+
resolution: {integrity: sha512-RSYAtP31mvYLkAHrOlh25pCNQ5hWnT106VukGaaFfuJrZFkGRX5GhUAdPqpSDXxOhA2c4akmRuplv1mRqnBn6Q==, tarball: https://registry.npmjs.org/regexparam/-/regexparam-3.0.0.tgz}
2584
engines: {node: '>=8'}
2585
2586
require-from-string@2.0.2:
2587
+
resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==, tarball: https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz}
2588
engines: {node: '>=0.10.0'}
2589
2590
resize-observer-polyfill@1.5.1:
2591
+
resolution: {integrity: sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==, tarball: https://registry.npmjs.org/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz}
0
0
0
0
2592
2593
resolve-protobuf-schema@2.1.0:
2594
+
resolution: {integrity: sha512-kI5ffTiZWmJaS/huM8wZfEMer1eRd7oJQhDuxeCLe3t7N7mX3z94CN0xPxBQxFYQTSNz9T0i+v6inKqSdK8xrQ==, tarball: https://registry.npmjs.org/resolve-protobuf-schema/-/resolve-protobuf-schema-2.1.0.tgz}
2595
2596
+
rolldown@1.0.0-rc.9:
2597
+
resolution: {integrity: sha512-9EbgWge7ZH+yqb4d2EnELAntgPTWbfL8ajiTW+SyhJEC4qhBbkCKbqFV4Ge4zmu5ziQuVbWxb/XwLZ+RIO7E8Q==, tarball: https://registry.npmjs.org/rolldown/-/rolldown-1.0.0-rc.9.tgz}
2598
+
engines: {node: ^20.19.0 || >=22.12.0}
2599
hasBin: true
2600
2601
rope-sequence@1.3.4:
2602
+
resolution: {integrity: sha512-UT5EDe2cu2E/6O4igUr5PSFs23nvvukicWHx6GnOPlHAiiYbzNuCRQCuiUdHJQcqKalLKlrYJnjY0ySGsXNQXQ==, tarball: https://registry.npmjs.org/rope-sequence/-/rope-sequence-1.3.4.tgz}
2603
2604
runed@0.23.4:
2605
+
resolution: {integrity: sha512-9q8oUiBYeXIDLWNK5DfCWlkL0EW3oGbk845VdKlPeia28l751VpfesaB/+7pI6rnbx1I6rqoZ2fZxptOJLxILA==, tarball: https://registry.npmjs.org/runed/-/runed-0.23.4.tgz}
2606
peerDependencies:
2607
svelte: ^5.7.0
2608
2609
runed@0.25.0:
2610
+
resolution: {integrity: sha512-7+ma4AG9FT2sWQEA0Egf6mb7PBT2vHyuHail1ie8ropfSjvZGtEAx8YTmUjv/APCsdRRxEVvArNjALk9zFSOrg==, tarball: https://registry.npmjs.org/runed/-/runed-0.25.0.tgz}
2611
peerDependencies:
2612
svelte: ^5.7.0
2613
2614
runed@0.28.0:
2615
+
resolution: {integrity: sha512-k2xx7RuO9hWcdd9f+8JoBeqWtYrm5CALfgpkg2YDB80ds/QE4w0qqu34A7fqiAwiBBSBQOid7TLxwxVC27ymWQ==, tarball: https://registry.npmjs.org/runed/-/runed-0.28.0.tgz}
2616
peerDependencies:
2617
svelte: ^5.7.0
2618
2619
runed@0.35.1:
2620
+
resolution: {integrity: sha512-2F4Q/FZzbeJTFdIS/PuOoPRSm92sA2LhzTnv6FXhCoENb3huf5+fDuNOg1LNvGOouy3u/225qxmuJvcV3IZK5Q==, tarball: https://registry.npmjs.org/runed/-/runed-0.35.1.tgz}
2621
peerDependencies:
2622
'@sveltejs/kit': ^2.21.0
2623
svelte: ^5.7.0
···
2626
optional: true
2627
2628
rw@1.3.3:
2629
+
resolution: {integrity: sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ==, tarball: https://registry.npmjs.org/rw/-/rw-1.3.3.tgz}
2630
2631
sade@1.8.1:
2632
+
resolution: {integrity: sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==, tarball: https://registry.npmjs.org/sade/-/sade-1.8.1.tgz}
2633
engines: {node: '>=6'}
2634
2635
safer-buffer@2.1.2:
2636
+
resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==, tarball: https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz}
2637
2638
satori-html@0.3.2:
2639
+
resolution: {integrity: sha512-wjTh14iqADFKDK80e51/98MplTGfxz2RmIzh0GqShlf4a67+BooLywF17TvJPD6phO0Hxm7Mf1N5LtRYvdkYRA==, tarball: https://registry.npmjs.org/satori-html/-/satori-html-0.3.2.tgz}
2640
2641
satori@0.10.14:
2642
+
resolution: {integrity: sha512-abovcqmwl97WKioxpkfuMeZmndB1TuDFY/R+FymrZyiGP+pMYomvgSzVPnbNMWHHESOPosVHGL352oFbdAnJcA==, tarball: https://registry.npmjs.org/satori/-/satori-0.10.14.tgz}
2643
engines: {node: '>=16'}
2644
2645
scheduler@0.27.0:
2646
+
resolution: {integrity: sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==, tarball: https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz}
2647
2648
+
semver@7.7.4:
2649
+
resolution: {integrity: sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==, tarball: https://registry.npmjs.org/semver/-/semver-7.7.4.tgz}
2650
engines: {node: '>=10'}
2651
hasBin: true
2652
2653
+
set-cookie-parser@3.0.1:
2654
+
resolution: {integrity: sha512-n7Z7dXZhJbwuAHhNzkTti6Aw9QDDjZtm3JTpTGATIdNzdQz5GuFs22w90BcvF4INfnrL5xrX3oGsuqO5Dx3A1Q==, tarball: https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-3.0.1.tgz}
2655
2656
sharp@0.34.5:
2657
+
resolution: {integrity: sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==, tarball: https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz}
2658
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
2659
2660
shebang-command@2.0.0:
2661
+
resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==, tarball: https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz}
2662
engines: {node: '>=8'}
2663
2664
shebang-regex@3.0.0:
2665
+
resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==, tarball: https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz}
2666
engines: {node: '>=8'}
2667
2668
+
simple-icons@16.11.0:
2669
+
resolution: {integrity: sha512-6vqbcdaT6PsgUXud9rrP9w+nrmRzzStMEvyDavMeGwDgZSYM4uJ3tH7zurgTLHJO0RnMqU3Q09Vgo7WdTXV1eA==, tarball: https://registry.npmjs.org/simple-icons/-/simple-icons-16.11.0.tgz}
2670
engines: {node: '>=0.12.18'}
2671
2672
sirv@3.0.2:
2673
+
resolution: {integrity: sha512-2wcC/oGxHis/BoHkkPwldgiPSYcpZK3JU28WoMVv55yHJgcZ8rlXvuG9iZggz+sU1d4bRgIGASwyWqjxu3FM0g==, tarball: https://registry.npmjs.org/sirv/-/sirv-3.0.2.tgz}
2674
engines: {node: '>=18'}
2675
2676
source-map-js@1.2.1:
2677
+
resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==, tarball: https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz}
2678
engines: {node: '>=0.10.0'}
2679
2680
std-env@3.10.0:
2681
+
resolution: {integrity: sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==, tarball: https://registry.npmjs.org/std-env/-/std-env-3.10.0.tgz}
2682
2683
string.prototype.codepointat@0.2.1:
2684
+
resolution: {integrity: sha512-2cBVCj6I4IOvEnjgO/hWqXjqBGsY+zwPmHl12Srk9IXSZ56Jwwmy+66XO5Iut/oQVR7t5ihYdLB0GMa4alEUcg==, tarball: https://registry.npmjs.org/string.prototype.codepointat/-/string.prototype.codepointat-0.2.1.tgz}
0
0
0
0
2685
2686
style-to-object@1.0.14:
2687
+
resolution: {integrity: sha512-LIN7rULI0jBscWQYaSswptyderlarFkjQ+t79nzty8tcIAceVomEVlLzH5VP4Cmsv6MtKhs7qaAiwlcp+Mgaxw==, tarball: https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.14.tgz}
2688
2689
supercluster@8.0.1:
2690
+
resolution: {integrity: sha512-IiOea5kJ9iqzD2t7QJq/cREyLHTtSmUT6gQsweojg9WH2sYJqZK9SswTu6jrscO6D1G5v5vYZ9ru/eq85lXeZQ==, tarball: https://registry.npmjs.org/supercluster/-/supercluster-8.0.1.tgz}
2691
2692
supports-color@10.2.2:
2693
+
resolution: {integrity: sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==, tarball: https://registry.npmjs.org/supports-color/-/supports-color-10.2.2.tgz}
2694
engines: {node: '>=18'}
0
0
0
0
2695
2696
svelte-boring-avatars@1.2.6:
2697
+
resolution: {integrity: sha512-8+Z1DhsMUVI/V/5ik00Arw0PgbJcMdhTXq3YGqccBc5bYFeceCtMEMB0aWGhi8xFV+0aqZbWvS89Hcj16LlfHA==, tarball: https://registry.npmjs.org/svelte-boring-avatars/-/svelte-boring-avatars-1.2.6.tgz}
2698
2699
+
svelte-check@4.4.5:
2700
+
resolution: {integrity: sha512-1bSwIRCvvmSHrlK52fOlZmVtUZgil43jNL/2H18pRpa+eQjzGt6e3zayxhp1S7GajPFKNM/2PMCG+DZFHlG9fw==, tarball: https://registry.npmjs.org/svelte-check/-/svelte-check-4.4.5.tgz}
2701
engines: {node: '>= 18.0.0'}
2702
hasBin: true
2703
peerDependencies:
2704
svelte: ^4.0.0 || ^5.0.0-next.0
2705
typescript: '>=5.0.0'
2706
2707
+
svelte-eslint-parser@1.6.0:
2708
+
resolution: {integrity: sha512-qoB1ehychT6OxEtQAqc/guSqLS20SlA53Uijl7x375s8nlUT0lb9ol/gzraEEatQwsyPTJo87s2CmKL9Xab+Uw==, tarball: https://registry.npmjs.org/svelte-eslint-parser/-/svelte-eslint-parser-1.6.0.tgz}
2709
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0, pnpm: 10.30.3}
2710
peerDependencies:
2711
svelte: ^3.37.0 || ^4.0.0 || ^5.0.0
2712
peerDependenciesMeta:
···
2714
optional: true
2715
2716
svelte-maplibre-gl@1.0.3:
2717
+
resolution: {integrity: sha512-pGZMLN5EcJoe6lREyaY2lsbkvrnKjIGHJRM2ijN+TUDeJbV9oecjBxbDXQZd8b5X4JJztSG915L731dFdhhSwA==, tarball: https://registry.npmjs.org/svelte-maplibre-gl/-/svelte-maplibre-gl-1.0.3.tgz}
2718
peerDependencies:
2719
maplibre-gl: ^5.0.0 || ^4.0.0
2720
svelte: '>=5.0.0'
2721
2722
+
svelte-sonner@1.1.0:
2723
+
resolution: {integrity: sha512-3lYM6ZIqWe+p9vwwWHGWP/ZdvHiUtzURsud2quIxivrX4rvpXh6i+geBGn0m3JS6KwW6W8VgbOl3xQMcDuh6gg==, tarball: https://registry.npmjs.org/svelte-sonner/-/svelte-sonner-1.1.0.tgz}
0
0
0
0
0
2724
peerDependencies:
2725
svelte: ^5.0.0
2726
2727
svelte-tiptap@3.0.1:
2728
+
resolution: {integrity: sha512-Vi3kVGOd01f7mslOxGbJB7z2QavdvH+6WffhB+Y5fleTiZaW0YWqIboyO2u/uh4BQeosiINmmuRJ+Qwb7mYP+A==, tarball: https://registry.npmjs.org/svelte-tiptap/-/svelte-tiptap-3.0.1.tgz}
2729
peerDependencies:
2730
'@floating-ui/dom': ^1.0.0
2731
'@tiptap/core': ^3.0.0
···
2735
svelte: ^5.0.0
2736
2737
svelte-toolbelt@0.10.6:
2738
+
resolution: {integrity: sha512-YWuX+RE+CnWYx09yseAe4ZVMM7e7GRFZM6OYWpBKOb++s+SQ8RBIMMe+Bs/CznBMc0QPLjr+vDBxTAkozXsFXQ==, tarball: https://registry.npmjs.org/svelte-toolbelt/-/svelte-toolbelt-0.10.6.tgz}
2739
engines: {node: '>=18', pnpm: '>=8.7.0'}
2740
peerDependencies:
2741
svelte: ^5.30.2
2742
2743
svelte-toolbelt@0.7.1:
2744
+
resolution: {integrity: sha512-HcBOcR17Vx9bjaOceUvxkY3nGmbBmCBBbuWLLEWO6jtmWH8f/QoWmbyUfQZrpDINH39en1b8mptfPQT9VKQ1xQ==, tarball: https://registry.npmjs.org/svelte-toolbelt/-/svelte-toolbelt-0.7.1.tgz}
2745
engines: {node: '>=18', pnpm: '>=8.7.0'}
2746
peerDependencies:
2747
svelte: ^5.0.0
2748
2749
+
svelte@5.53.11:
2750
+
resolution: {integrity: sha512-GYmqRjRhJYLQBonfdfGAt28gkfWEShrtXKGXcFGneXi502aBE+I1dJcs/YQriByvP6xqXRz/OdBGC6tfvUQHyQ==, tarball: https://registry.npmjs.org/svelte/-/svelte-5.53.11.tgz}
2751
engines: {node: '>=18'}
2752
2753
tabbable@6.4.0:
2754
+
resolution: {integrity: sha512-05PUHKSNE8ou2dwIxTngl4EzcnsCDZGJ/iCLtDflR/SHB/ny14rXc+qU5P4mG9JkusiV7EivzY9Mhm55AzAvCg==, tarball: https://registry.npmjs.org/tabbable/-/tabbable-6.4.0.tgz}
2755
2756
+
tailwind-merge@3.5.0:
2757
+
resolution: {integrity: sha512-I8K9wewnVDkL1NTGoqWmVEIlUcB9gFriAEkXkfCjX5ib8ezGxtR3xD7iZIxrfArjEsH7F1CHD4RFUtxefdqV/A==, tarball: https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.5.0.tgz}
0
0
0
0
0
0
0
0
0
2758
2759
tailwind-variants@3.2.2:
2760
+
resolution: {integrity: sha512-Mi4kHeMTLvKlM98XPnK+7HoBPmf4gygdFmqQPaDivc3DpYS6aIY6KiG/PgThrGvii5YZJqRsPz0aPyhoFzmZgg==, tarball: https://registry.npmjs.org/tailwind-variants/-/tailwind-variants-3.2.2.tgz}
2761
engines: {node: '>=16.x', pnpm: '>=7.x'}
2762
peerDependencies:
2763
tailwind-merge: '>=3.0.0'
···
2767
optional: true
2768
2769
tailwindcss-animate@1.0.7:
2770
+
resolution: {integrity: sha512-bl6mpH3T7I3UFxuvDEXLxy/VuFxBk5bbzplh7tXI68mwMokNYd1t9qPBHlnyTwfa4JGC4zP516I1hYYtQ/vspA==, tarball: https://registry.npmjs.org/tailwindcss-animate/-/tailwindcss-animate-1.0.7.tgz}
2771
peerDependencies:
2772
tailwindcss: '>=3.0.0 || insiders'
2773
2774
+
tailwindcss@4.2.1:
2775
+
resolution: {integrity: sha512-/tBrSQ36vCleJkAOsy9kbNTgaxvGbyOamC30PRePTQe/o1MFwEKHQk4Cn7BNGaPtjp+PuUrByJehM1hgxfq4sw==, tarball: https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.1.tgz}
2776
2777
tapable@2.3.0:
2778
+
resolution: {integrity: sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==, tarball: https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz}
2779
engines: {node: '>=6'}
2780
2781
three-instanced-uniforms-mesh@0.52.4:
2782
+
resolution: {integrity: sha512-YwDBy05hfKZQtU+Rp0KyDf9yH4GxfhxMbVt9OYruxdgLfPwmDG5oAbGoW0DrKtKZSM3BfFcCiejiOHCjFBTeng==, tarball: https://registry.npmjs.org/three-instanced-uniforms-mesh/-/three-instanced-uniforms-mesh-0.52.4.tgz}
2783
peerDependencies:
2784
three: '>=0.125.0'
2785
2786
+
three-mesh-bvh@0.9.9:
2787
+
resolution: {integrity: sha512-FJKitcjvbALmeQRK+Sc+nLGorCpkrZBrbgJZFzhdyWboak37DZikn46hvQkNqSbJPm227ahYmS6k3N/GXaAyXw==, tarball: https://registry.npmjs.org/three-mesh-bvh/-/three-mesh-bvh-0.9.9.tgz}
2788
peerDependencies:
2789
three: '>= 0.159.0'
2790
2791
three-perf@1.0.11:
2792
+
resolution: {integrity: sha512-OgBpZjwL+csQKGKZjpkH/QHdbGFMxqngMbSEJeSnVNfXDYd6On7WHNv/GhUZH4YxIpNMwMahBWrNnsJvnbSJHQ==, tarball: https://registry.npmjs.org/three-perf/-/three-perf-1.0.11.tgz}
2793
peerDependencies:
2794
three: '>=0.170'
2795
2796
three-viewport-gizmo@2.2.0:
2797
+
resolution: {integrity: sha512-Jo9Liur1rUmdKk75FZumLU/+hbF+RtJHi1qsKZpntjKlCYScK6tjbYoqvJ9M+IJphrlQJF5oReFW7Sambh0N4Q==, tarball: https://registry.npmjs.org/three-viewport-gizmo/-/three-viewport-gizmo-2.2.0.tgz}
2798
peerDependencies:
2799
three: '>=0.162.0 <1.0.0'
2800
2801
+
three@0.183.2:
2802
+
resolution: {integrity: sha512-di3BsL2FEQ1PA7Hcvn4fyJOlxRRgFYBpMTcyOgkwJIaDOdJMebEFPA+t98EvjuljDx4hNulAGwF6KIjtwI5jgQ==, tarball: https://registry.npmjs.org/three/-/three-0.183.2.tgz}
2803
2804
tiny-inflate@1.0.3:
2805
+
resolution: {integrity: sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==, tarball: https://registry.npmjs.org/tiny-inflate/-/tiny-inflate-1.0.3.tgz}
2806
2807
tinyglobby@0.2.15:
2808
+
resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==, tarball: https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz}
2809
engines: {node: '>=12.0.0'}
2810
2811
tinyqueue@3.0.0:
2812
+
resolution: {integrity: sha512-gRa9gwYU3ECmQYv3lslts5hxuIa90veaEcxDYuu3QGOIAEM2mOZkVHp48ANJuu1CURtRdHKUBY5Lm1tHV+sD4g==, tarball: https://registry.npmjs.org/tinyqueue/-/tinyqueue-3.0.0.tgz}
0
0
0
0
2813
2814
totalist@3.0.1:
2815
+
resolution: {integrity: sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==, tarball: https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz}
2816
engines: {node: '>=6'}
2817
2818
troika-three-text@0.52.4:
2819
+
resolution: {integrity: sha512-V50EwcYGruV5rUZ9F4aNsrytGdKcXKALjEtQXIOBfhVoZU9VAqZNIoGQ3TMiooVqFAbR1w15T+f+8gkzoFzawg==, tarball: https://registry.npmjs.org/troika-three-text/-/troika-three-text-0.52.4.tgz}
2820
peerDependencies:
2821
three: '>=0.125.0'
2822
2823
troika-three-utils@0.52.4:
2824
+
resolution: {integrity: sha512-NORAStSVa/BDiG52Mfudk4j1FG4jC4ILutB3foPnfGbOeIs9+G5vZLa0pnmnaftZUGm4UwSoqEpWdqvC7zms3A==, tarball: https://registry.npmjs.org/troika-three-utils/-/troika-three-utils-0.52.4.tgz}
2825
peerDependencies:
2826
three: '>=0.125.0'
2827
2828
troika-worker-utils@0.52.0:
2829
+
resolution: {integrity: sha512-W1CpvTHykaPH5brv5VHLfQo9D1OYuo0cSBEUQFFT/nBUzM8iD6Lq2/tgG/f1OelbAS1WtaTPQzE5uM49egnngw==, tarball: https://registry.npmjs.org/troika-worker-utils/-/troika-worker-utils-0.52.0.tgz}
2830
2831
ts-api-utils@2.4.0:
2832
+
resolution: {integrity: sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==, tarball: https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.4.0.tgz}
2833
engines: {node: '>=18.12'}
2834
peerDependencies:
2835
typescript: '>=4.8.4'
2836
2837
tslib@2.8.1:
2838
+
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==, tarball: https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz}
2839
2840
turndown@7.2.2:
2841
+
resolution: {integrity: sha512-1F7db8BiExOKxjSMU2b7if62D/XOyQyZbPKq/nUwopfgnHlqXHqQ0lvfUTeUIr1lZJzOPFn43dODyMSIfvWRKQ==, tarball: https://registry.npmjs.org/turndown/-/turndown-7.2.2.tgz}
2842
2843
tweakpane@3.1.10:
2844
+
resolution: {integrity: sha512-rqwnl/pUa7+inhI2E9ayGTqqP0EPOOn/wVvSWjZsRbZUItzNShny7pzwL3hVlaN4m9t/aZhsP0aFQ9U5VVR2VQ==, tarball: https://registry.npmjs.org/tweakpane/-/tweakpane-3.1.10.tgz}
2845
2846
type-check@0.4.0:
2847
+
resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==, tarball: https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz}
2848
engines: {node: '>= 0.8.0'}
2849
2850
+
typescript-eslint@8.57.0:
2851
+
resolution: {integrity: sha512-W8GcigEMEeB07xEZol8oJ26rigm3+bfPHxHvwbYUlu1fUDsGuQ7Hiskx5xGW/xM4USc9Ephe3jtv7ZYPQntHeA==, tarball: https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.57.0.tgz}
2852
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
2853
peerDependencies:
2854
+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
2855
typescript: '>=4.8.4 <6.0.0'
2856
2857
typescript@5.9.3:
2858
+
resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==, tarball: https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz}
2859
engines: {node: '>=14.17'}
2860
hasBin: true
2861
2862
uc.micro@2.1.0:
2863
+
resolution: {integrity: sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==, tarball: https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz}
2864
2865
ufo@1.6.3:
2866
+
resolution: {integrity: sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==, tarball: https://registry.npmjs.org/ufo/-/ufo-1.6.3.tgz}
0
0
0
2867
2868
ultrahtml@1.6.0:
2869
+
resolution: {integrity: sha512-R9fBn90VTJrqqLDwyMph+HGne8eqY1iPfYhPzZrvKpIfwkWZbcYlfpsb8B9dTvBfpy1/hqAD7Wi8EKfP9e8zdw==, tarball: https://registry.npmjs.org/ultrahtml/-/ultrahtml-1.6.0.tgz}
2870
2871
undici-types@7.16.0:
2872
+
resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==, tarball: https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz}
2873
2874
undici@7.18.2:
2875
+
resolution: {integrity: sha512-y+8YjDFzWdQlSE9N5nzKMT3g4a5UBX1HKowfdXh0uvAnTaqqwqB92Jt4UXBAeKekDs5IaDKyJFR4X1gYVCgXcw==, tarball: https://registry.npmjs.org/undici/-/undici-7.18.2.tgz}
2876
engines: {node: '>=20.18.1'}
2877
2878
+
undici@7.24.0:
2879
+
resolution: {integrity: sha512-jxytwMHhsbdpBXxLAcuu0fzlQeXCNnWdDyRHpvWsUl8vd98UwYdl9YTyn8/HcpcJPC3pwUveefsa3zTxyD/ERg==, tarball: https://registry.npmjs.org/undici/-/undici-7.24.0.tgz}
2880
engines: {node: '>=20.18.1'}
2881
2882
unenv@2.0.0-rc.24:
2883
+
resolution: {integrity: sha512-i7qRCmY42zmCwnYlh9H2SvLEypEFGye5iRmEMKjcGi7zk9UquigRjFtTLz0TYqr0ZGLZhaMHl/foy1bZR+Cwlw==, tarball: https://registry.npmjs.org/unenv/-/unenv-2.0.0-rc.24.tgz}
2884
2885
unicode-segmenter@0.14.5:
2886
+
resolution: {integrity: sha512-jHGmj2LUuqDcX3hqY12Ql+uhUTn8huuxNZGq7GvtF6bSybzH3aFgedYu/KTzQStEgt1Ra2F3HxadNXsNjb3m3g==, tarball: https://registry.npmjs.org/unicode-segmenter/-/unicode-segmenter-0.14.5.tgz}
2887
2888
unicode-trie@2.0.0:
2889
+
resolution: {integrity: sha512-x7bc76x0bm4prf1VLg79uhAzKw8DVboClSN5VxJuQ+LKDOVEW9CdH+VY7SP+vX7xCYQqzzgQpFqz15zeLvAtZQ==, tarball: https://registry.npmjs.org/unicode-trie/-/unicode-trie-2.0.0.tgz}
2890
2891
unwasm@0.5.3:
2892
+
resolution: {integrity: sha512-keBgTSfp3r6+s9ZcSma+0chwxQdmLbB5+dAD9vjtB21UTMYuKAxHXCU1K2CbCtnP09EaWeRvACnXk0EJtUx+hw==, tarball: https://registry.npmjs.org/unwasm/-/unwasm-0.5.3.tgz}
2893
2894
uri-js@4.4.1:
2895
+
resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==, tarball: https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz}
2896
2897
url-polyfill@1.1.14:
2898
+
resolution: {integrity: sha512-p4f3TTAG6ADVF3mwbXw7hGw+QJyw5CnNGvYh5fCuQQZIiuKUswqcznyV3pGDP9j0TSmC4UvRKm8kl1QsX1diiQ==, tarball: https://registry.npmjs.org/url-polyfill/-/url-polyfill-1.1.14.tgz}
2899
2900
util-deprecate@1.0.2:
2901
+
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==, tarball: https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz}
2902
2903
+
vite@8.0.0:
2904
+
resolution: {integrity: sha512-fPGaRNj9Zytaf8LEiBhY7Z6ijnFKdzU/+mL8EFBaKr7Vw1/FWcTBAMW0wLPJAGMPX38ZPVCVgLceWiEqeoqL2Q==, tarball: https://registry.npmjs.org/vite/-/vite-8.0.0.tgz}
2905
engines: {node: ^20.19.0 || >=22.12.0}
2906
hasBin: true
2907
peerDependencies:
2908
'@types/node': ^20.19.0 || >=22.12.0
2909
+
'@vitejs/devtools': ^0.0.0-alpha.31
2910
+
esbuild: ^0.27.0
2911
jiti: '>=1.21.0'
2912
less: ^4.0.0
0
2913
sass: ^1.70.0
2914
sass-embedded: ^1.70.0
2915
stylus: '>=0.54.8'
···
2920
peerDependenciesMeta:
2921
'@types/node':
2922
optional: true
2923
+
'@vitejs/devtools':
2924
+
optional: true
2925
+
esbuild:
2926
+
optional: true
2927
jiti:
2928
optional: true
2929
less:
0
0
2930
optional: true
2931
sass:
2932
optional: true
···
2943
yaml:
2944
optional: true
2945
2946
+
vitefu@1.1.2:
2947
+
resolution: {integrity: sha512-zpKATdUbzbsycPFBN71nS2uzBUQiVnFoOrr2rvqv34S1lcAgMKKkjWleLGeiJlZ8lwCXvtWaRn7R3ZC16SYRuw==, tarball: https://registry.npmjs.org/vitefu/-/vitefu-1.1.2.tgz}
2948
peerDependencies:
2949
+
vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-beta.0
2950
peerDependenciesMeta:
2951
vite:
2952
optional: true
2953
2954
w3c-keyname@2.2.8:
2955
+
resolution: {integrity: sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ==, tarball: https://registry.npmjs.org/w3c-keyname/-/w3c-keyname-2.2.8.tgz}
2956
+
2957
+
web-haptics@0.0.6:
2958
+
resolution: {integrity: sha512-eCzcf1LDi20+Fr0x9V3OkX92k0gxEQXaHajmhXHitsnk6SxPeshv8TBtBRqxyst8HI1uf2FyFVE7QS3jo1gkrw==, tarball: https://registry.npmjs.org/web-haptics/-/web-haptics-0.0.6.tgz}
2959
+
peerDependencies:
2960
+
react: '>=18'
2961
+
react-dom: '>=18'
2962
+
svelte: '>=4'
2963
+
vue: '>=3'
2964
+
peerDependenciesMeta:
2965
+
react:
2966
+
optional: true
2967
+
react-dom:
2968
+
optional: true
2969
+
svelte:
2970
+
optional: true
2971
+
vue:
2972
+
optional: true
2973
2974
webgl-sdf-generator@1.1.1:
2975
+
resolution: {integrity: sha512-9Z0JcMTFxeE+b2x1LJTdnaT8rT8aEp7MVxkNwoycNmJWwPdzoXzMh0BjJSh/AEFP+KPYZUli814h8bJZFIZ2jA==, tarball: https://registry.npmjs.org/webgl-sdf-generator/-/webgl-sdf-generator-1.1.1.tgz}
2976
2977
whatwg-encoding@3.1.1:
2978
+
resolution: {integrity: sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==, tarball: https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz}
2979
engines: {node: '>=18'}
2980
deprecated: Use @exodus/bytes instead for a more spec-conformant and faster implementation
2981
2982
whatwg-mimetype@4.0.0:
2983
+
resolution: {integrity: sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==, tarball: https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz}
2984
engines: {node: '>=18'}
2985
2986
which@2.0.2:
2987
+
resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==, tarball: https://registry.npmjs.org/which/-/which-2.0.2.tgz}
2988
engines: {node: '>= 8'}
2989
hasBin: true
2990
2991
word-wrap@1.2.5:
2992
+
resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==, tarball: https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz}
2993
engines: {node: '>=0.10.0'}
2994
2995
+
workerd@1.20260312.1:
2996
+
resolution: {integrity: sha512-nNpPkw9jaqo79B+iBCOiksx+N62xC+ETIfyzofUEdY3cSOHJg6oNnVSHm7vHevzVblfV76c8Gr0cXHEapYMBEg==, tarball: https://registry.npmjs.org/workerd/-/workerd-1.20260312.1.tgz}
2997
engines: {node: '>=16'}
2998
hasBin: true
2999
3000
worktop@0.8.0-next.18:
3001
+
resolution: {integrity: sha512-+TvsA6VAVoMC3XDKR5MoC/qlLqDixEfOBysDEKnPIPou/NvoPWCAuXHXMsswwlvmEuvX56lQjvELLyLuzTKvRw==, tarball: https://registry.npmjs.org/worktop/-/worktop-0.8.0-next.18.tgz}
3002
engines: {node: '>=12'}
3003
3004
+
wrangler@4.73.0:
3005
+
resolution: {integrity: sha512-VJXsqKDFCp6OtFEHXITSOR5kh95JOknwPY8m7RyQuWJQguSybJy43m4vhoCSt42prutTef7eeuw7L4V4xiynGw==, tarball: https://registry.npmjs.org/wrangler/-/wrangler-4.73.0.tgz}
3006
engines: {node: '>=20.0.0'}
3007
hasBin: true
3008
peerDependencies:
3009
+
'@cloudflare/workers-types': ^4.20260312.1
3010
peerDependenciesMeta:
3011
'@cloudflare/workers-types':
3012
optional: true
3013
3014
ws@8.18.0:
3015
+
resolution: {integrity: sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==, tarball: https://registry.npmjs.org/ws/-/ws-8.18.0.tgz}
3016
engines: {node: '>=10.0.0'}
3017
peerDependencies:
3018
bufferutil: ^4.0.1
···
3024
optional: true
3025
3026
yaml@1.10.2:
3027
+
resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==, tarball: https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz}
3028
engines: {node: '>= 6'}
3029
3030
yocto-queue@0.1.0:
3031
+
resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==, tarball: https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz}
3032
engines: {node: '>=10'}
3033
3034
yoga-wasm-web@0.3.3:
3035
+
resolution: {integrity: sha512-N+d4UJSJbt/R3wqY7Coqs5pcV0aUj2j9IaQ3rNj9bVCLld8tTGKRa2USARjnvZJWVx1NDmQev8EknoczaOQDOA==, tarball: https://registry.npmjs.org/yoga-wasm-web/-/yoga-wasm-web-0.3.3.tgz}
3036
3037
youch-core@0.3.3:
3038
+
resolution: {integrity: sha512-ho7XuGjLaJ2hWHoK8yFnsUGy2Y5uDpqSTq1FkHLK4/oqKtyUU1AFbOOxY4IpC9f0fTLjwYbslUz0Po5BpD1wrA==, tarball: https://registry.npmjs.org/youch-core/-/youch-core-0.3.3.tgz}
3039
3040
youch@4.1.0-beta.10:
3041
+
resolution: {integrity: sha512-rLfVLB4FgQneDr0dv1oddCVZmKjcJ6yX6mS4pU82Mq/Dt9a3cLZQ62pDBL4AUO+uVrCvtWz3ZFUL2HFAFJ/BXQ==, tarball: https://registry.npmjs.org/youch/-/youch-4.1.0-beta.10.tgz}
3042
3043
zimmerframe@1.1.4:
3044
+
resolution: {integrity: sha512-B58NGBEoc8Y9MWWCQGl/gq9xBCe4IiKM0a2x7GZdQKOW5Exr8S1W24J6OgM1njK8xCRGvAJIL/MxXHf6SkmQKQ==, tarball: https://registry.npmjs.org/zimmerframe/-/zimmerframe-1.1.4.tgz}
0
0
0
3045
3046
snapshots:
3047
···
3049
dependencies:
3050
'@atcute/lexicons': 1.2.9
3051
3052
+
'@atcute/bluesky-richtext-parser@2.1.1': {}
3053
3054
'@atcute/bluesky-richtext-segmenter@3.0.0': {}
3055
3056
+
'@atcute/bluesky@3.3.0':
3057
dependencies:
3058
'@atcute/atproto': 3.1.10
3059
'@atcute/lexicons': 1.2.9
···
3082
'@standard-schema/spec': 1.1.0
3083
esm-env: 1.2.2
3084
3085
+
'@atcute/multibase@1.1.8':
3086
dependencies:
3087
+
'@atcute/uint8array': 1.1.1
3088
3089
+
'@atcute/oauth-browser-client@3.0.0(@atcute/identity@1.1.3)':
3090
dependencies:
3091
'@atcute/client': 4.2.1
3092
'@atcute/identity-resolver': 1.2.2(@atcute/identity@1.1.3)
3093
'@atcute/lexicons': 1.2.9
3094
+
'@atcute/multibase': 1.1.8
3095
+
'@atcute/oauth-crypto': 0.1.0
3096
+
'@atcute/oauth-types': 0.1.1
3097
nanoid: 5.1.6
3098
transitivePeerDependencies:
3099
- '@atcute/identity'
3100
3101
+
'@atcute/oauth-crypto@0.1.0':
3102
dependencies:
3103
+
'@atcute/multibase': 1.1.8
3104
+
'@atcute/uint8array': 1.1.1
3105
+
'@badrap/valita': 0.4.6
3106
+
nanoid: 5.1.6
3107
+
3108
+
'@atcute/oauth-keyset@0.1.0':
3109
+
dependencies:
3110
+
'@atcute/oauth-crypto': 0.1.0
3111
+
3112
+
'@atcute/oauth-types@0.1.1':
3113
+
dependencies:
3114
+
'@atcute/identity': 1.1.3
3115
'@atcute/lexicons': 1.2.9
3116
+
'@atcute/oauth-keyset': 0.1.0
3117
+
'@badrap/valita': 0.4.6
3118
3119
+
'@atcute/standard-site@1.0.1':
3120
dependencies:
3121
+
'@atcute/atproto': 3.1.10
3122
+
'@atcute/lexicons': 1.2.9
3123
3124
+
'@atcute/tid@1.1.2':
3125
dependencies:
3126
+
'@atcute/time-ms': 1.3.2
0
3127
3128
+
'@atcute/time-ms@1.3.2': {}
3129
3130
'@atcute/uint8array@1.1.1': {}
3131
···
3137
dependencies:
3138
unicode-segmenter: 0.14.5
3139
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
3140
'@badrap/valita@0.4.6': {}
3141
3142
'@cloudflare/kv-asset-handler@0.4.2': {}
3143
3144
+
'@cloudflare/unenv-preset@2.15.0(unenv@2.0.0-rc.24)(workerd@1.20260312.1)':
3145
dependencies:
3146
unenv: 2.0.0-rc.24
3147
optionalDependencies:
3148
+
workerd: 1.20260312.1
3149
3150
+
'@cloudflare/workerd-darwin-64@1.20260312.1':
3151
optional: true
3152
3153
+
'@cloudflare/workerd-darwin-arm64@1.20260312.1':
3154
optional: true
3155
3156
+
'@cloudflare/workerd-linux-64@1.20260312.1':
3157
optional: true
3158
3159
+
'@cloudflare/workerd-linux-arm64@1.20260312.1':
3160
optional: true
3161
3162
+
'@cloudflare/workerd-windows-64@1.20260312.1':
3163
optional: true
3164
3165
+
'@cloudflare/workers-types@4.20260313.1': {}
3166
3167
'@cspotcode/source-map-support@0.8.1':
3168
dependencies:
···
3170
3171
'@dimforge/rapier3d-compat@0.12.0': {}
3172
3173
+
'@emnapi/core@1.9.0':
3174
dependencies:
3175
+
'@emnapi/wasi-threads': 1.2.0
3176
tslib: 2.8.1
3177
optional: true
3178
3179
+
'@emnapi/runtime@1.9.0':
3180
+
dependencies:
3181
+
tslib: 2.8.1
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
3182
optional: true
3183
3184
+
'@emnapi/wasi-threads@1.2.0':
3185
+
dependencies:
3186
+
tslib: 2.8.1
3187
optional: true
3188
3189
+
'@esbuild/aix-ppc64@0.27.3':
3190
optional: true
3191
3192
+
'@esbuild/android-arm64@0.27.3':
3193
optional: true
3194
3195
+
'@esbuild/android-arm@0.27.3':
3196
optional: true
3197
3198
+
'@esbuild/android-x64@0.27.3':
3199
optional: true
3200
3201
+
'@esbuild/darwin-arm64@0.27.3':
3202
optional: true
3203
3204
+
'@esbuild/darwin-x64@0.27.3':
3205
optional: true
3206
3207
+
'@esbuild/freebsd-arm64@0.27.3':
3208
optional: true
3209
3210
+
'@esbuild/freebsd-x64@0.27.3':
3211
optional: true
3212
3213
+
'@esbuild/linux-arm64@0.27.3':
3214
optional: true
3215
3216
+
'@esbuild/linux-arm@0.27.3':
3217
optional: true
3218
3219
+
'@esbuild/linux-ia32@0.27.3':
3220
optional: true
3221
3222
+
'@esbuild/linux-loong64@0.27.3':
3223
optional: true
3224
3225
+
'@esbuild/linux-mips64el@0.27.3':
3226
optional: true
3227
3228
+
'@esbuild/linux-ppc64@0.27.3':
3229
optional: true
3230
3231
+
'@esbuild/linux-riscv64@0.27.3':
3232
optional: true
3233
3234
+
'@esbuild/linux-s390x@0.27.3':
3235
optional: true
3236
3237
+
'@esbuild/linux-x64@0.27.3':
3238
optional: true
3239
3240
+
'@esbuild/netbsd-arm64@0.27.3':
3241
optional: true
3242
3243
+
'@esbuild/netbsd-x64@0.27.3':
3244
optional: true
3245
3246
+
'@esbuild/openbsd-arm64@0.27.3':
3247
optional: true
3248
3249
+
'@esbuild/openbsd-x64@0.27.3':
3250
optional: true
3251
3252
+
'@esbuild/openharmony-arm64@0.27.3':
3253
optional: true
3254
3255
+
'@esbuild/sunos-x64@0.27.3':
3256
optional: true
3257
3258
+
'@esbuild/win32-arm64@0.27.3':
3259
optional: true
3260
3261
+
'@esbuild/win32-ia32@0.27.3':
3262
optional: true
3263
3264
+
'@esbuild/win32-x64@0.27.3':
3265
optional: true
3266
3267
+
'@eslint-community/eslint-utils@4.9.1(eslint@10.0.3(jiti@2.6.1))':
3268
dependencies:
3269
+
eslint: 10.0.3(jiti@2.6.1)
3270
eslint-visitor-keys: 3.4.3
3271
3272
'@eslint-community/regexpp@4.12.2': {}
3273
3274
+
'@eslint/compat@2.0.3(eslint@10.0.3(jiti@2.6.1))':
3275
dependencies:
3276
+
'@eslint/core': 1.1.1
3277
optionalDependencies:
3278
+
eslint: 10.0.3(jiti@2.6.1)
3279
3280
+
'@eslint/config-array@0.23.3':
3281
dependencies:
3282
+
'@eslint/object-schema': 3.0.3
3283
debug: 4.4.3
3284
+
minimatch: 10.2.4
3285
transitivePeerDependencies:
3286
- supports-color
3287
3288
+
'@eslint/config-helpers@0.5.3':
3289
dependencies:
3290
+
'@eslint/core': 1.1.1
3291
3292
+
'@eslint/core@1.1.1':
0
0
0
0
3293
dependencies:
3294
'@types/json-schema': 7.0.15
3295
3296
+
'@eslint/js@10.0.1(eslint@10.0.3(jiti@2.6.1))':
3297
+
optionalDependencies:
3298
+
eslint: 10.0.3(jiti@2.6.1)
0
0
0
0
0
0
0
0
0
0
3299
3300
+
'@eslint/object-schema@3.0.3': {}
0
0
3301
3302
+
'@eslint/plugin-kit@0.6.1':
3303
dependencies:
3304
+
'@eslint/core': 1.1.1
3305
levn: 0.4.1
3306
3307
+
'@ethercorps/sveltekit-og@4.2.1(@sveltejs/kit@2.55.0(@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.53.11)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)(typescript@5.9.3)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))':
3308
dependencies:
3309
'@resvg/resvg-wasm': 2.6.2
3310
+
'@sveltejs/kit': 2.55.0(@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.53.11)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)(typescript@5.9.3)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1))
3311
'@takumi-rs/helpers': 0.55.4
3312
'@takumi-rs/image-response': 0.55.4
3313
'@takumi-rs/wasm': 0.55.4
···
3316
std-env: 3.10.0
3317
unwasm: 0.5.3
3318
3319
+
'@floating-ui/core@1.7.5':
0
0
0
0
3320
dependencies:
3321
+
'@floating-ui/utils': 0.2.11
3322
3323
+
'@floating-ui/dom@1.7.6':
3324
dependencies:
3325
+
'@floating-ui/core': 1.7.5
3326
+
'@floating-ui/utils': 0.2.11
3327
3328
+
'@floating-ui/utils@0.2.11': {}
3329
3330
+
'@foxui/3d@0.8.0(@internationalized/date@3.12.0)(@sveltejs/kit@2.55.0(@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.53.11)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)(typescript@5.9.3)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(svelte@5.53.11)(tailwindcss@4.2.1)':
3331
dependencies:
3332
+
'@foxui/core': 0.8.0(@internationalized/date@3.12.0)(@sveltejs/kit@2.55.0(@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.53.11)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)(typescript@5.9.3)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(svelte@5.53.11)(tailwindcss@4.2.1)
3333
+
'@threlte/core': 8.4.1(svelte@5.53.11)(three@0.183.2)
3334
+
'@threlte/extras': 9.8.1(@types/three@0.183.1)(svelte@5.53.11)(three@0.183.2)
3335
+
'@types/three': 0.183.1
3336
+
bits-ui: 2.16.3(@internationalized/date@3.12.0)(@sveltejs/kit@2.55.0(@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.53.11)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)(typescript@5.9.3)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)
3337
+
svelte: 5.53.11
3338
+
tailwindcss: 4.2.1
3339
+
three: 0.183.2
3340
+
transitivePeerDependencies:
3341
+
- '@internationalized/date'
3342
+
- '@sveltejs/kit'
3343
+
- react
3344
+
- react-dom
3345
+
- vue
3346
3347
+
'@foxui/colors@0.8.0(@internationalized/date@3.12.0)(@sveltejs/kit@2.55.0(@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.53.11)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)(typescript@5.9.3)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(svelte@5.53.11)(tailwindcss@4.2.1)':
3348
dependencies:
3349
+
'@foxui/core': 0.8.0(@internationalized/date@3.12.0)(@sveltejs/kit@2.55.0(@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.53.11)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)(typescript@5.9.3)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(svelte@5.53.11)(tailwindcss@4.2.1)
3350
'@texel/color': 1.1.11
3351
'@use-gesture/vanilla': 10.3.1
3352
+
bits-ui: 2.16.3(@internationalized/date@3.12.0)(@sveltejs/kit@2.55.0(@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.53.11)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)(typescript@5.9.3)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)
3353
+
svelte: 5.53.11
3354
+
tailwindcss: 4.2.1
3355
+
transitivePeerDependencies:
3356
+
- '@internationalized/date'
3357
+
- '@sveltejs/kit'
3358
+
- react
3359
+
- react-dom
3360
+
- vue
3361
3362
+
'@foxui/core@0.8.0(@internationalized/date@3.12.0)(@sveltejs/kit@2.55.0(@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.53.11)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)(typescript@5.9.3)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(svelte@5.53.11)(tailwindcss@4.2.1)':
3363
dependencies:
3364
+
'@number-flow/svelte': 0.4.0(svelte@5.53.11)
3365
+
bits-ui: 2.16.3(@internationalized/date@3.12.0)(@sveltejs/kit@2.55.0(@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.53.11)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)(typescript@5.9.3)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)
3366
clsx: 2.1.1
3367
+
dompurify: 3.3.3
3368
+
mode-watcher: 1.1.0(svelte@5.53.11)
3369
+
svelte: 5.53.11
3370
+
svelte-sonner: 1.1.0(svelte@5.53.11)
3371
+
tailwind-merge: 3.5.0
3372
+
tailwind-variants: 3.2.2(tailwind-merge@3.5.0)(tailwindcss@4.2.1)
3373
+
tailwindcss: 4.2.1
3374
+
web-haptics: 0.0.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(svelte@5.53.11)
3375
+
transitivePeerDependencies:
3376
+
- '@internationalized/date'
3377
+
- '@sveltejs/kit'
3378
+
- react
3379
+
- react-dom
3380
+
- vue
3381
3382
+
'@foxui/social@0.8.0(@internationalized/date@3.12.0)(@sveltejs/kit@2.55.0(@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.53.11)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)(typescript@5.9.3)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(@tiptap/extension-code-block@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1))(@tiptap/extensions@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1))(highlight.js@11.11.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(svelte@5.53.11)(tailwindcss@4.2.1)':
3383
dependencies:
3384
+
'@atcute/bluesky': 3.3.0
3385
+
'@atcute/bluesky-richtext-segmenter': 3.0.0
3386
+
'@foxui/core': 0.8.0(@internationalized/date@3.12.0)(@sveltejs/kit@2.55.0(@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.53.11)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)(typescript@5.9.3)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(svelte@5.53.11)(tailwindcss@4.2.1)
3387
+
'@foxui/text': 0.8.0(@internationalized/date@3.12.0)(@sveltejs/kit@2.55.0(@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.53.11)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)(typescript@5.9.3)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(@tiptap/extension-code-block@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1))(@tiptap/extensions@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1))(highlight.js@11.11.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(svelte@5.53.11)(tailwindcss@4.2.1)
3388
+
'@foxui/time': 0.8.0(@internationalized/date@3.12.0)(@sveltejs/kit@2.55.0(@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.53.11)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)(typescript@5.9.3)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(svelte@5.53.11)(tailwindcss@4.2.1)
3389
'@use-gesture/vanilla': 10.3.1
3390
+
bits-ui: 2.16.3(@internationalized/date@3.12.0)(@sveltejs/kit@2.55.0(@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.53.11)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)(typescript@5.9.3)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)
3391
+
emoji-picker-element: 1.29.1
3392
hls.js: 1.6.15
3393
is-emoji-supported: 0.0.5
3394
plyr: 3.8.4
3395
+
svelte: 5.53.11
3396
+
tailwindcss: 4.2.1
3397
+
transitivePeerDependencies:
3398
+
- '@internationalized/date'
3399
+
- '@sveltejs/kit'
3400
+
- '@tiptap/extension-code-block'
3401
+
- '@tiptap/extensions'
3402
+
- highlight.js
3403
+
- react
3404
+
- react-dom
3405
+
- vue
3406
3407
+
'@foxui/text@0.8.0(@internationalized/date@3.12.0)(@sveltejs/kit@2.55.0(@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.53.11)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)(typescript@5.9.3)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(@tiptap/extension-code-block@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1))(@tiptap/extensions@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1))(highlight.js@11.11.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(svelte@5.53.11)(tailwindcss@4.2.1)':
3408
dependencies:
3409
+
'@floating-ui/dom': 1.7.6
3410
+
'@foxui/core': 0.8.0(@internationalized/date@3.12.0)(@sveltejs/kit@2.55.0(@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.53.11)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)(typescript@5.9.3)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(svelte@5.53.11)(tailwindcss@4.2.1)
3411
+
'@tiptap/core': 3.20.1(@tiptap/pm@3.20.1)
3412
+
'@tiptap/extension-bubble-menu': 3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1)
3413
+
'@tiptap/extension-code-block-lowlight': 3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/extension-code-block@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1)(highlight.js@11.11.1)(lowlight@3.3.0)
3414
+
'@tiptap/extension-document': 3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))
3415
+
'@tiptap/extension-dropcursor': 3.20.1(@tiptap/extensions@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1))
3416
+
'@tiptap/extension-floating-menu': 3.20.1(@floating-ui/dom@1.7.6)(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1)
3417
+
'@tiptap/extension-history': 3.20.1(@tiptap/extensions@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1))
3418
+
'@tiptap/extension-image': 3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))
3419
+
'@tiptap/extension-link': 3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1)
3420
+
'@tiptap/extension-paragraph': 3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))
3421
+
'@tiptap/extension-placeholder': 3.20.1(@tiptap/extensions@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1))
3422
+
'@tiptap/extension-strike': 3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))
3423
+
'@tiptap/extension-text': 3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))
3424
+
'@tiptap/extension-typography': 3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))
3425
+
'@tiptap/extension-underline': 3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))
3426
+
'@tiptap/markdown': 3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1)
3427
+
'@tiptap/pm': 3.20.1
3428
+
'@tiptap/starter-kit': 3.20.1
3429
+
'@tiptap/suggestion': 3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1)
3430
+
bits-ui: 2.16.3(@internationalized/date@3.12.0)(@sveltejs/kit@2.55.0(@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.53.11)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)(typescript@5.9.3)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)
3431
+
lowlight: 3.3.0
3432
+
state: link:@tiptap/pm/state
3433
+
svelte: 5.53.11
3434
+
svelte-tiptap: 3.0.1(@floating-ui/dom@1.7.6)(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/extension-bubble-menu@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1))(@tiptap/extension-floating-menu@3.20.1(@floating-ui/dom@1.7.6)(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1)(svelte@5.53.11)
3435
+
tailwindcss: 4.2.1
3436
+
transitivePeerDependencies:
3437
+
- '@internationalized/date'
3438
+
- '@sveltejs/kit'
3439
+
- '@tiptap/extension-code-block'
3440
+
- '@tiptap/extensions'
3441
+
- highlight.js
3442
+
- react
3443
+
- react-dom
3444
+
- vue
3445
+
3446
+
'@foxui/time@0.8.0(@internationalized/date@3.12.0)(@sveltejs/kit@2.55.0(@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.53.11)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)(typescript@5.9.3)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(svelte@5.53.11)(tailwindcss@4.2.1)':
3447
+
dependencies:
3448
+
'@foxui/core': 0.8.0(@internationalized/date@3.12.0)(@sveltejs/kit@2.55.0(@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.53.11)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)(typescript@5.9.3)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(svelte@5.53.11)(tailwindcss@4.2.1)
3449
+
'@number-flow/svelte': 0.4.0(svelte@5.53.11)
3450
+
bits-ui: 2.16.3(@internationalized/date@3.12.0)(@sveltejs/kit@2.55.0(@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.53.11)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)(typescript@5.9.3)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)
3451
+
svelte: 5.53.11
3452
+
tailwindcss: 4.2.1
3453
+
transitivePeerDependencies:
3454
+
- '@internationalized/date'
3455
+
- '@sveltejs/kit'
3456
+
- react
3457
+
- react-dom
3458
+
- vue
3459
3460
+
'@foxui/visual@0.8.0(@internationalized/date@3.12.0)(@sveltejs/kit@2.55.0(@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.53.11)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)(typescript@5.9.3)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(svelte@5.53.11)(tailwindcss@4.2.1)':
3461
dependencies:
3462
+
'@foxui/colors': 0.8.0(@internationalized/date@3.12.0)(@sveltejs/kit@2.55.0(@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.53.11)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)(typescript@5.9.3)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(svelte@5.53.11)(tailwindcss@4.2.1)
3463
+
'@foxui/core': 0.8.0(@internationalized/date@3.12.0)(@sveltejs/kit@2.55.0(@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.53.11)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)(typescript@5.9.3)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(svelte@5.53.11)(tailwindcss@4.2.1)
3464
+
bits-ui: 2.16.3(@internationalized/date@3.12.0)(@sveltejs/kit@2.55.0(@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.53.11)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)(typescript@5.9.3)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)
3465
canvas-confetti: 1.9.4
3466
+
cheerio: 1.2.0
3467
+
svelte: 5.53.11
3468
+
tailwindcss: 4.2.1
3469
+
transitivePeerDependencies:
3470
+
- '@internationalized/date'
3471
+
- '@sveltejs/kit'
3472
+
- react
3473
+
- react-dom
3474
+
- vue
3475
3476
'@humanfs/core@0.19.1': {}
3477
···
3484
3485
'@humanwhocodes/retry@0.4.3': {}
3486
3487
+
'@img/colour@1.1.0': {}
3488
3489
'@img/sharp-darwin-arm64@0.34.5':
3490
optionalDependencies:
···
3568
3569
'@img/sharp-wasm32@0.34.5':
3570
dependencies:
3571
+
'@emnapi/runtime': 1.9.0
3572
optional: true
3573
3574
'@img/sharp-win32-arm64@0.34.5':
···
3580
'@img/sharp-win32-x64@0.34.5':
3581
optional: true
3582
3583
+
'@internationalized/date@3.12.0':
3584
dependencies:
3585
+
'@swc/helpers': 0.5.19
3586
3587
'@jridgewell/gen-mapping@0.3.13':
3588
dependencies:
···
3608
'@jridgewell/resolve-uri': 3.1.2
3609
'@jridgewell/sourcemap-codec': 1.5.5
3610
0
0
0
0
0
3611
'@mapbox/jsonlint-lines-primitives@2.0.2': {}
3612
3613
'@mapbox/point-geometry@1.1.0': {}
···
3626
3627
'@maplibre/geojson-vt@5.0.4': {}
3628
3629
+
'@maplibre/geojson-vt@6.0.2':
3630
+
dependencies:
3631
+
kdbush: 4.0.2
3632
+
3633
+
'@maplibre/maplibre-gl-style-spec@24.7.0':
3634
dependencies:
3635
'@mapbox/jsonlint-lines-primitives': 2.0.2
3636
'@mapbox/unitbezier': 0.0.1
···
3640
rw: 1.3.3
3641
tinyqueue: 3.0.0
3642
3643
+
'@maplibre/mlt@1.1.7':
3644
dependencies:
3645
'@mapbox/point-geometry': 1.1.0
3646
3647
+
'@maplibre/vt-pbf@4.3.0':
3648
dependencies:
3649
'@mapbox/point-geometry': 1.1.0
3650
'@mapbox/vector-tile': 2.0.4
···
3656
3657
'@mixmark-io/domino@2.2.0': {}
3658
3659
+
'@napi-rs/wasm-runtime@1.1.1':
3660
+
dependencies:
3661
+
'@emnapi/core': 1.9.0
3662
+
'@emnapi/runtime': 1.9.0
3663
+
'@tybys/wasm-util': 0.10.1
3664
+
optional: true
3665
+
3666
+
'@number-flow/svelte@0.4.0(svelte@5.53.11)':
3667
dependencies:
3668
esm-env: 1.2.2
3669
+
number-flow: 0.6.0
3670
+
svelte: 5.53.11
3671
+
3672
+
'@oxc-project/runtime@0.115.0': {}
3673
+
3674
+
'@oxc-project/types@0.115.0': {}
3675
3676
'@polka/url@1.0.0-next.29': {}
3677
···
3691
3692
'@resvg/resvg-wasm@2.6.2': {}
3693
3694
+
'@rolldown/binding-android-arm64@1.0.0-rc.9':
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
3695
optional: true
3696
3697
+
'@rolldown/binding-darwin-arm64@1.0.0-rc.9':
3698
optional: true
3699
3700
+
'@rolldown/binding-darwin-x64@1.0.0-rc.9':
3701
optional: true
3702
3703
+
'@rolldown/binding-freebsd-x64@1.0.0-rc.9':
3704
optional: true
3705
3706
+
'@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.9':
0
0
0
0
0
0
3707
optional: true
3708
3709
+
'@rolldown/binding-linux-arm64-gnu@1.0.0-rc.9':
3710
optional: true
3711
3712
+
'@rolldown/binding-linux-arm64-musl@1.0.0-rc.9':
3713
optional: true
3714
3715
+
'@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.9':
3716
optional: true
3717
3718
+
'@rolldown/binding-linux-s390x-gnu@1.0.0-rc.9':
3719
optional: true
3720
3721
+
'@rolldown/binding-linux-x64-gnu@1.0.0-rc.9':
3722
optional: true
3723
3724
+
'@rolldown/binding-linux-x64-musl@1.0.0-rc.9':
3725
optional: true
3726
3727
+
'@rolldown/binding-openharmony-arm64@1.0.0-rc.9':
3728
optional: true
3729
3730
+
'@rolldown/binding-wasm32-wasi@1.0.0-rc.9':
3731
+
dependencies:
3732
+
'@napi-rs/wasm-runtime': 1.1.1
3733
optional: true
3734
3735
+
'@rolldown/binding-win32-arm64-msvc@1.0.0-rc.9':
3736
optional: true
3737
3738
+
'@rolldown/binding-win32-x64-msvc@1.0.0-rc.9':
3739
optional: true
3740
3741
+
'@rolldown/pluginutils@1.0.0-rc.9': {}
0
3742
3743
'@shuding/opentype.js@1.4.0-beta.0':
3744
dependencies:
···
3751
3752
'@standard-schema/spec@1.1.0': {}
3753
3754
+
'@sveltejs/acorn-typescript@1.0.9(acorn@8.16.0)':
3755
dependencies:
3756
+
acorn: 8.16.0
3757
3758
+
'@sveltejs/adapter-cloudflare@7.2.8(@sveltejs/kit@2.55.0(@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.53.11)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)(typescript@5.9.3)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(wrangler@4.73.0(@cloudflare/workers-types@4.20260313.1))':
3759
dependencies:
3760
+
'@cloudflare/workers-types': 4.20260313.1
3761
+
'@sveltejs/kit': 2.55.0(@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.53.11)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)(typescript@5.9.3)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1))
3762
worktop: 0.8.0-next.18
3763
+
wrangler: 4.73.0(@cloudflare/workers-types@4.20260313.1)
3764
3765
+
'@sveltejs/kit@2.55.0(@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.53.11)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)(typescript@5.9.3)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1))':
3766
dependencies:
3767
'@standard-schema/spec': 1.1.0
3768
+
'@sveltejs/acorn-typescript': 1.0.9(acorn@8.16.0)
3769
+
'@sveltejs/vite-plugin-svelte': 7.0.0(svelte@5.53.11)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1))
3770
'@types/cookie': 0.6.0
3771
+
acorn: 8.16.0
3772
cookie: 0.6.0
3773
+
devalue: 5.6.4
3774
esm-env: 1.2.2
3775
kleur: 4.1.5
3776
magic-string: 0.30.21
3777
mrmime: 2.0.1
3778
+
set-cookie-parser: 3.0.1
0
3779
sirv: 3.0.2
3780
+
svelte: 5.53.11
3781
+
vite: 8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)
3782
optionalDependencies:
3783
typescript: 5.9.3
3784
3785
+
'@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.53.11)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1))':
3786
dependencies:
0
0
0
0
0
0
0
0
3787
deepmerge: 4.3.1
3788
magic-string: 0.30.21
3789
obug: 2.1.1
3790
+
svelte: 5.53.11
3791
+
vite: 8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)
3792
+
vitefu: 1.1.2(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1))
3793
3794
+
'@swc/helpers@0.5.19':
3795
dependencies:
3796
tslib: 2.8.1
3797
3798
+
'@tailwindcss/forms@0.5.11(tailwindcss@4.2.1)':
3799
dependencies:
3800
mini-svg-data-uri: 1.4.4
3801
+
tailwindcss: 4.2.1
3802
3803
+
'@tailwindcss/node@4.2.1':
3804
dependencies:
3805
'@jridgewell/remapping': 2.3.5
3806
+
enhanced-resolve: 5.20.0
3807
jiti: 2.6.1
3808
+
lightningcss: 1.31.1
3809
magic-string: 0.30.21
3810
source-map-js: 1.2.1
3811
+
tailwindcss: 4.2.1
3812
3813
+
'@tailwindcss/oxide-android-arm64@4.2.1':
3814
optional: true
3815
3816
+
'@tailwindcss/oxide-darwin-arm64@4.2.1':
3817
optional: true
3818
3819
+
'@tailwindcss/oxide-darwin-x64@4.2.1':
3820
optional: true
3821
3822
+
'@tailwindcss/oxide-freebsd-x64@4.2.1':
3823
optional: true
3824
3825
+
'@tailwindcss/oxide-linux-arm-gnueabihf@4.2.1':
3826
optional: true
3827
3828
+
'@tailwindcss/oxide-linux-arm64-gnu@4.2.1':
3829
optional: true
3830
3831
+
'@tailwindcss/oxide-linux-arm64-musl@4.2.1':
3832
optional: true
3833
3834
+
'@tailwindcss/oxide-linux-x64-gnu@4.2.1':
3835
optional: true
3836
3837
+
'@tailwindcss/oxide-linux-x64-musl@4.2.1':
3838
optional: true
3839
3840
+
'@tailwindcss/oxide-wasm32-wasi@4.2.1':
3841
optional: true
3842
3843
+
'@tailwindcss/oxide-win32-arm64-msvc@4.2.1':
3844
optional: true
3845
3846
+
'@tailwindcss/oxide-win32-x64-msvc@4.2.1':
3847
optional: true
3848
3849
+
'@tailwindcss/oxide@4.2.1':
3850
optionalDependencies:
3851
+
'@tailwindcss/oxide-android-arm64': 4.2.1
3852
+
'@tailwindcss/oxide-darwin-arm64': 4.2.1
3853
+
'@tailwindcss/oxide-darwin-x64': 4.2.1
3854
+
'@tailwindcss/oxide-freebsd-x64': 4.2.1
3855
+
'@tailwindcss/oxide-linux-arm-gnueabihf': 4.2.1
3856
+
'@tailwindcss/oxide-linux-arm64-gnu': 4.2.1
3857
+
'@tailwindcss/oxide-linux-arm64-musl': 4.2.1
3858
+
'@tailwindcss/oxide-linux-x64-gnu': 4.2.1
3859
+
'@tailwindcss/oxide-linux-x64-musl': 4.2.1
3860
+
'@tailwindcss/oxide-wasm32-wasi': 4.2.1
3861
+
'@tailwindcss/oxide-win32-arm64-msvc': 4.2.1
3862
+
'@tailwindcss/oxide-win32-x64-msvc': 4.2.1
3863
3864
+
'@tailwindcss/typography@0.5.19(tailwindcss@4.2.1)':
3865
dependencies:
3866
postcss-selector-parser: 6.0.10
3867
+
tailwindcss: 4.2.1
3868
3869
+
'@tailwindcss/vite@4.2.1(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1))':
3870
dependencies:
3871
+
'@tailwindcss/node': 4.2.1
3872
+
'@tailwindcss/oxide': 4.2.1
3873
+
tailwindcss: 4.2.1
3874
+
vite: 8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)
3875
3876
'@takumi-rs/core-darwin-arm64@0.55.4':
3877
optional: true
···
3920
3921
'@texel/color@1.1.11': {}
3922
3923
+
'@threejs-kit/instanced-sprite-mesh@2.5.1(@types/three@0.183.1)(three@0.183.2)':
3924
dependencies:
3925
diet-sprite: 0.0.1
3926
earcut: 2.2.4
3927
+
maath: 0.10.8(@types/three@0.183.1)(three@0.183.2)
3928
+
three: 0.183.2
3929
+
three-instanced-uniforms-mesh: 0.52.4(three@0.183.2)
3930
+
troika-three-utils: 0.52.4(three@0.183.2)
3931
transitivePeerDependencies:
3932
- '@types/three'
3933
3934
+
'@threlte/core@8.4.1(svelte@5.53.11)(three@0.183.2)':
3935
dependencies:
3936
mitt: 3.0.1
3937
+
svelte: 5.53.11
3938
+
three: 0.183.2
3939
3940
+
'@threlte/extras@9.8.1(@types/three@0.183.1)(svelte@5.53.11)(three@0.183.2)':
3941
dependencies:
3942
+
'@threejs-kit/instanced-sprite-mesh': 2.5.1(@types/three@0.183.1)(three@0.183.2)
3943
+
camera-controls: 3.1.2(three@0.183.2)
3944
+
svelte: 5.53.11
3945
+
three: 0.183.2
3946
+
three-mesh-bvh: 0.9.9(three@0.183.2)
3947
+
three-perf: 1.0.11(three@0.183.2)
3948
+
three-viewport-gizmo: 2.2.0(three@0.183.2)
3949
+
troika-three-text: 0.52.4(three@0.183.2)
3950
transitivePeerDependencies:
3951
- '@types/three'
3952
3953
+
'@tiptap/core@3.20.1(@tiptap/pm@3.20.1)':
3954
dependencies:
3955
+
'@tiptap/pm': 3.20.1
3956
3957
+
'@tiptap/extension-blockquote@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))':
3958
dependencies:
3959
+
'@tiptap/core': 3.20.1(@tiptap/pm@3.20.1)
3960
3961
+
'@tiptap/extension-bold@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))':
3962
dependencies:
3963
+
'@tiptap/core': 3.20.1(@tiptap/pm@3.20.1)
3964
3965
+
'@tiptap/extension-bubble-menu@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1)':
3966
dependencies:
3967
+
'@floating-ui/dom': 1.7.6
3968
+
'@tiptap/core': 3.20.1(@tiptap/pm@3.20.1)
3969
+
'@tiptap/pm': 3.20.1
3970
3971
+
'@tiptap/extension-bullet-list@3.20.1(@tiptap/extension-list@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1))':
3972
dependencies:
3973
+
'@tiptap/extension-list': 3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1)
3974
3975
+
'@tiptap/extension-code-block-lowlight@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/extension-code-block@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1)(highlight.js@11.11.1)(lowlight@3.3.0)':
3976
dependencies:
3977
+
'@tiptap/core': 3.20.1(@tiptap/pm@3.20.1)
3978
+
'@tiptap/extension-code-block': 3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1)
3979
+
'@tiptap/pm': 3.20.1
3980
highlight.js: 11.11.1
3981
lowlight: 3.3.0
3982
3983
+
'@tiptap/extension-code-block@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1)':
3984
dependencies:
3985
+
'@tiptap/core': 3.20.1(@tiptap/pm@3.20.1)
3986
+
'@tiptap/pm': 3.20.1
3987
3988
+
'@tiptap/extension-code@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))':
3989
dependencies:
3990
+
'@tiptap/core': 3.20.1(@tiptap/pm@3.20.1)
3991
3992
+
'@tiptap/extension-document@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))':
3993
dependencies:
3994
+
'@tiptap/core': 3.20.1(@tiptap/pm@3.20.1)
3995
3996
+
'@tiptap/extension-dropcursor@3.20.1(@tiptap/extensions@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1))':
3997
dependencies:
3998
+
'@tiptap/extensions': 3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1)
3999
4000
+
'@tiptap/extension-floating-menu@3.20.1(@floating-ui/dom@1.7.6)(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1)':
4001
dependencies:
4002
+
'@floating-ui/dom': 1.7.6
4003
+
'@tiptap/core': 3.20.1(@tiptap/pm@3.20.1)
4004
+
'@tiptap/pm': 3.20.1
4005
4006
+
'@tiptap/extension-gapcursor@3.20.1(@tiptap/extensions@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1))':
4007
dependencies:
4008
+
'@tiptap/extensions': 3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1)
4009
4010
+
'@tiptap/extension-hard-break@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))':
4011
dependencies:
4012
+
'@tiptap/core': 3.20.1(@tiptap/pm@3.20.1)
4013
4014
+
'@tiptap/extension-heading@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))':
4015
dependencies:
4016
+
'@tiptap/core': 3.20.1(@tiptap/pm@3.20.1)
4017
4018
+
'@tiptap/extension-history@3.20.1(@tiptap/extensions@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1))':
4019
dependencies:
4020
+
'@tiptap/extensions': 3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1)
0
4021
4022
+
'@tiptap/extension-horizontal-rule@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1)':
4023
dependencies:
4024
+
'@tiptap/core': 3.20.1(@tiptap/pm@3.20.1)
4025
+
'@tiptap/pm': 3.20.1
4026
4027
+
'@tiptap/extension-image@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))':
4028
dependencies:
4029
+
'@tiptap/core': 3.20.1(@tiptap/pm@3.20.1)
4030
4031
+
'@tiptap/extension-italic@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))':
4032
dependencies:
4033
+
'@tiptap/core': 3.20.1(@tiptap/pm@3.20.1)
4034
+
4035
+
'@tiptap/extension-link@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1)':
4036
+
dependencies:
4037
+
'@tiptap/core': 3.20.1(@tiptap/pm@3.20.1)
4038
+
'@tiptap/pm': 3.20.1
4039
linkifyjs: 4.3.2
4040
4041
+
'@tiptap/extension-list-item@3.20.1(@tiptap/extension-list@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1))':
4042
dependencies:
4043
+
'@tiptap/extension-list': 3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1)
4044
4045
+
'@tiptap/extension-list-keymap@3.20.1(@tiptap/extension-list@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1))':
4046
dependencies:
4047
+
'@tiptap/extension-list': 3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1)
4048
4049
+
'@tiptap/extension-list@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1)':
4050
dependencies:
4051
+
'@tiptap/core': 3.20.1(@tiptap/pm@3.20.1)
4052
+
'@tiptap/pm': 3.20.1
4053
4054
+
'@tiptap/extension-ordered-list@3.20.1(@tiptap/extension-list@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1))':
4055
dependencies:
4056
+
'@tiptap/extension-list': 3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1)
4057
4058
+
'@tiptap/extension-paragraph@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))':
4059
dependencies:
4060
+
'@tiptap/core': 3.20.1(@tiptap/pm@3.20.1)
4061
4062
+
'@tiptap/extension-placeholder@3.20.1(@tiptap/extensions@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1))':
4063
dependencies:
4064
+
'@tiptap/extensions': 3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1)
4065
4066
+
'@tiptap/extension-strike@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))':
4067
dependencies:
4068
+
'@tiptap/core': 3.20.1(@tiptap/pm@3.20.1)
4069
4070
+
'@tiptap/extension-text@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))':
4071
dependencies:
4072
+
'@tiptap/core': 3.20.1(@tiptap/pm@3.20.1)
4073
4074
+
'@tiptap/extension-typography@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))':
4075
dependencies:
4076
+
'@tiptap/core': 3.20.1(@tiptap/pm@3.20.1)
4077
4078
+
'@tiptap/extension-underline@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))':
4079
dependencies:
4080
+
'@tiptap/core': 3.20.1(@tiptap/pm@3.20.1)
4081
4082
+
'@tiptap/extensions@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1)':
4083
dependencies:
4084
+
'@tiptap/core': 3.20.1(@tiptap/pm@3.20.1)
4085
+
'@tiptap/pm': 3.20.1
4086
4087
+
'@tiptap/markdown@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1)':
4088
dependencies:
4089
+
'@tiptap/core': 3.20.1(@tiptap/pm@3.20.1)
4090
+
'@tiptap/pm': 3.20.1
4091
+
marked: 17.0.4
4092
4093
+
'@tiptap/pm@3.20.1':
4094
dependencies:
4095
+
prosemirror-changeset: 2.4.0
4096
prosemirror-collab: 1.3.1
4097
prosemirror-commands: 1.7.1
4098
prosemirror-dropcursor: 1.8.2
4099
+
prosemirror-gapcursor: 1.4.1
4100
prosemirror-history: 1.5.0
4101
prosemirror-inputrules: 1.5.1
4102
prosemirror-keymap: 1.2.3
4103
+
prosemirror-markdown: 1.13.4
4104
+
prosemirror-menu: 1.3.0
4105
prosemirror-model: 1.25.4
4106
prosemirror-schema-basic: 1.2.4
4107
prosemirror-schema-list: 1.5.1
4108
prosemirror-state: 1.4.4
4109
prosemirror-tables: 1.8.5
4110
+
prosemirror-trailing-node: 3.0.0(prosemirror-model@1.25.4)(prosemirror-state@1.4.4)(prosemirror-view@1.41.6)
4111
prosemirror-transform: 1.11.0
4112
+
prosemirror-view: 1.41.6
4113
4114
+
'@tiptap/starter-kit@3.20.1':
4115
dependencies:
4116
+
'@tiptap/core': 3.20.1(@tiptap/pm@3.20.1)
4117
+
'@tiptap/extension-blockquote': 3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))
4118
+
'@tiptap/extension-bold': 3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))
4119
+
'@tiptap/extension-bullet-list': 3.20.1(@tiptap/extension-list@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1))
4120
+
'@tiptap/extension-code': 3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))
4121
+
'@tiptap/extension-code-block': 3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1)
4122
+
'@tiptap/extension-document': 3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))
4123
+
'@tiptap/extension-dropcursor': 3.20.1(@tiptap/extensions@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1))
4124
+
'@tiptap/extension-gapcursor': 3.20.1(@tiptap/extensions@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1))
4125
+
'@tiptap/extension-hard-break': 3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))
4126
+
'@tiptap/extension-heading': 3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))
4127
+
'@tiptap/extension-horizontal-rule': 3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1)
4128
+
'@tiptap/extension-italic': 3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))
4129
+
'@tiptap/extension-link': 3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1)
4130
+
'@tiptap/extension-list': 3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1)
4131
+
'@tiptap/extension-list-item': 3.20.1(@tiptap/extension-list@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1))
4132
+
'@tiptap/extension-list-keymap': 3.20.1(@tiptap/extension-list@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1))
4133
+
'@tiptap/extension-ordered-list': 3.20.1(@tiptap/extension-list@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1))
4134
+
'@tiptap/extension-paragraph': 3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))
4135
+
'@tiptap/extension-strike': 3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))
4136
+
'@tiptap/extension-text': 3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))
4137
+
'@tiptap/extension-underline': 3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))
4138
+
'@tiptap/extensions': 3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1)
4139
+
'@tiptap/pm': 3.20.1
4140
4141
+
'@tiptap/suggestion@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1)':
4142
dependencies:
4143
+
'@tiptap/core': 3.20.1(@tiptap/pm@3.20.1)
4144
+
'@tiptap/pm': 3.20.1
4145
4146
'@tweenjs/tween.js@23.1.3': {}
4147
4148
+
'@tybys/wasm-util@0.10.1':
4149
dependencies:
4150
+
tslib: 2.8.1
4151
+
optional: true
4152
4153
'@types/cookie@0.6.0': {}
4154
4155
+
'@types/esrecurse@4.3.1': {}
4156
+
4157
'@types/estree@1.0.8': {}
4158
4159
'@types/geojson@7946.0.16': {}
···
4176
'@types/node@25.0.10':
4177
dependencies:
4178
undici-types: 7.16.0
4179
+
optional: true
4180
4181
'@types/stats.js@0.17.4': {}
4182
···
4184
dependencies:
4185
'@types/geojson': 7946.0.16
4186
4187
+
'@types/three@0.183.1':
4188
dependencies:
4189
'@dimforge/rapier3d-compat': 0.12.0
4190
'@tweenjs/tween.js': 23.1.3
···
4192
'@types/webxr': 0.5.24
4193
'@webgpu/types': 0.1.69
4194
fflate: 0.8.2
4195
+
meshoptimizer: 1.0.1
4196
4197
+
'@types/trusted-types@2.0.7': {}
0
4198
4199
'@types/turndown@5.0.6': {}
4200
···
4202
4203
'@types/webxr@0.5.24': {}
4204
4205
+
'@typescript-eslint/eslint-plugin@8.57.0(@typescript-eslint/parser@8.57.0(eslint@10.0.3(jiti@2.6.1))(typescript@5.9.3))(eslint@10.0.3(jiti@2.6.1))(typescript@5.9.3)':
4206
dependencies:
4207
'@eslint-community/regexpp': 4.12.2
4208
+
'@typescript-eslint/parser': 8.57.0(eslint@10.0.3(jiti@2.6.1))(typescript@5.9.3)
4209
+
'@typescript-eslint/scope-manager': 8.57.0
4210
+
'@typescript-eslint/type-utils': 8.57.0(eslint@10.0.3(jiti@2.6.1))(typescript@5.9.3)
4211
+
'@typescript-eslint/utils': 8.57.0(eslint@10.0.3(jiti@2.6.1))(typescript@5.9.3)
4212
+
'@typescript-eslint/visitor-keys': 8.57.0
4213
+
eslint: 10.0.3(jiti@2.6.1)
4214
ignore: 7.0.5
4215
natural-compare: 1.4.0
4216
ts-api-utils: 2.4.0(typescript@5.9.3)
···
4218
transitivePeerDependencies:
4219
- supports-color
4220
4221
+
'@typescript-eslint/parser@8.57.0(eslint@10.0.3(jiti@2.6.1))(typescript@5.9.3)':
4222
dependencies:
4223
+
'@typescript-eslint/scope-manager': 8.57.0
4224
+
'@typescript-eslint/types': 8.57.0
4225
+
'@typescript-eslint/typescript-estree': 8.57.0(typescript@5.9.3)
4226
+
'@typescript-eslint/visitor-keys': 8.57.0
4227
debug: 4.4.3
4228
+
eslint: 10.0.3(jiti@2.6.1)
4229
typescript: 5.9.3
4230
transitivePeerDependencies:
4231
- supports-color
4232
4233
+
'@typescript-eslint/project-service@8.57.0(typescript@5.9.3)':
4234
dependencies:
4235
+
'@typescript-eslint/tsconfig-utils': 8.57.0(typescript@5.9.3)
4236
+
'@typescript-eslint/types': 8.57.0
4237
debug: 4.4.3
4238
typescript: 5.9.3
4239
transitivePeerDependencies:
4240
- supports-color
4241
4242
+
'@typescript-eslint/scope-manager@8.57.0':
4243
dependencies:
4244
+
'@typescript-eslint/types': 8.57.0
4245
+
'@typescript-eslint/visitor-keys': 8.57.0
4246
4247
+
'@typescript-eslint/tsconfig-utils@8.57.0(typescript@5.9.3)':
4248
dependencies:
4249
typescript: 5.9.3
4250
4251
+
'@typescript-eslint/type-utils@8.57.0(eslint@10.0.3(jiti@2.6.1))(typescript@5.9.3)':
4252
dependencies:
4253
+
'@typescript-eslint/types': 8.57.0
4254
+
'@typescript-eslint/typescript-estree': 8.57.0(typescript@5.9.3)
4255
+
'@typescript-eslint/utils': 8.57.0(eslint@10.0.3(jiti@2.6.1))(typescript@5.9.3)
4256
debug: 4.4.3
4257
+
eslint: 10.0.3(jiti@2.6.1)
4258
ts-api-utils: 2.4.0(typescript@5.9.3)
4259
typescript: 5.9.3
4260
transitivePeerDependencies:
4261
- supports-color
4262
4263
+
'@typescript-eslint/types@8.57.0': {}
4264
4265
+
'@typescript-eslint/typescript-estree@8.57.0(typescript@5.9.3)':
4266
dependencies:
4267
+
'@typescript-eslint/project-service': 8.57.0(typescript@5.9.3)
4268
+
'@typescript-eslint/tsconfig-utils': 8.57.0(typescript@5.9.3)
4269
+
'@typescript-eslint/types': 8.57.0
4270
+
'@typescript-eslint/visitor-keys': 8.57.0
4271
debug: 4.4.3
4272
+
minimatch: 10.2.4
4273
+
semver: 7.7.4
4274
tinyglobby: 0.2.15
4275
ts-api-utils: 2.4.0(typescript@5.9.3)
4276
typescript: 5.9.3
4277
transitivePeerDependencies:
4278
- supports-color
4279
4280
+
'@typescript-eslint/utils@8.57.0(eslint@10.0.3(jiti@2.6.1))(typescript@5.9.3)':
4281
dependencies:
4282
+
'@eslint-community/eslint-utils': 4.9.1(eslint@10.0.3(jiti@2.6.1))
4283
+
'@typescript-eslint/scope-manager': 8.57.0
4284
+
'@typescript-eslint/types': 8.57.0
4285
+
'@typescript-eslint/typescript-estree': 8.57.0(typescript@5.9.3)
4286
+
eslint: 10.0.3(jiti@2.6.1)
4287
typescript: 5.9.3
4288
transitivePeerDependencies:
4289
- supports-color
4290
4291
+
'@typescript-eslint/visitor-keys@8.57.0':
4292
dependencies:
4293
+
'@typescript-eslint/types': 8.57.0
4294
+
eslint-visitor-keys: 5.0.1
4295
4296
'@use-gesture/core@10.3.1': {}
4297
···
4301
4302
'@webgpu/types@0.1.69': {}
4303
4304
+
acorn-jsx@5.3.2(acorn@8.16.0):
4305
dependencies:
4306
+
acorn: 8.16.0
4307
4308
+
acorn@8.16.0: {}
4309
4310
+
ajv@6.14.0:
4311
dependencies:
4312
fast-deep-equal: 3.1.3
4313
fast-json-stable-stringify: 2.1.0
4314
json-schema-traverse: 0.4.1
4315
uri-js: 4.4.1
4316
0
0
0
0
4317
argparse@2.0.1: {}
4318
4319
+
aria-query@5.3.1: {}
0
0
4320
4321
axobject-query@4.1.0: {}
4322
4323
+
balanced-match@4.0.4: {}
4324
4325
base64-js@0.0.8: {}
4326
···
4328
dependencies:
4329
require-from-string: 2.0.2
4330
4331
+
bits-ui@2.16.3(@internationalized/date@3.12.0)(@sveltejs/kit@2.55.0(@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.53.11)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)(typescript@5.9.3)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11):
0
0
0
0
0
0
0
0
0
0
0
0
4332
dependencies:
4333
+
'@floating-ui/core': 1.7.5
4334
+
'@floating-ui/dom': 1.7.6
4335
+
'@internationalized/date': 3.12.0
4336
esm-env: 1.2.2
4337
+
runed: 0.35.1(@sveltejs/kit@2.55.0(@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.53.11)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)(typescript@5.9.3)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)
4338
+
svelte: 5.53.11
4339
+
svelte-toolbelt: 0.10.6(@sveltejs/kit@2.55.0(@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.53.11)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)(typescript@5.9.3)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)
4340
tabbable: 6.4.0
4341
transitivePeerDependencies:
4342
- '@sveltejs/kit'
···
4345
4346
boolbase@1.0.0: {}
4347
4348
+
brace-expansion@5.0.4:
4349
dependencies:
4350
+
balanced-match: 4.0.4
0
0
0
0
0
0
0
0
0
0
0
4351
4352
camelize@1.0.1: {}
4353
4354
+
camera-controls@3.1.2(three@0.183.2):
4355
dependencies:
4356
+
three: 0.183.2
4357
4358
canvas-confetti@1.9.4: {}
0
0
0
0
0
4359
4360
cheerio-select@2.1.0:
4361
dependencies:
···
4377
parse5-htmlparser2-tree-adapter: 7.1.0
4378
tslib: 2.8.1
4379
4380
+
cheerio@1.2.0:
4381
dependencies:
4382
cheerio-select: 2.1.0
4383
dom-serializer: 2.0.0
···
4388
parse5: 7.3.0
4389
parse5-htmlparser2-tree-adapter: 7.1.0
4390
parse5-parser-stream: 7.1.2
4391
+
undici: 7.24.0
4392
whatwg-mimetype: 4.0.0
4393
4394
chokidar@4.0.3:
···
4396
readdirp: 4.1.2
4397
4398
clsx@2.1.1: {}
0
0
0
0
4399
4400
color-name@1.1.4: {}
4401
0
0
4402
confbox@0.1.8: {}
4403
4404
+
confbox@0.2.4: {}
4405
4406
cookie@0.6.0: {}
4407
···
4439
4440
css-what@6.2.2: {}
4441
0
0
4442
cssesc@3.0.0: {}
4443
4444
custom-event-polyfill@1.0.7: {}
···
4455
4456
detect-libc@2.1.2: {}
4457
4458
+
devalue@5.6.4: {}
4459
4460
devlop@1.1.0:
4461
dependencies:
···
4475
dependencies:
4476
domelementtype: 2.3.0
4477
4478
+
dompurify@3.3.3:
4479
optionalDependencies:
4480
'@types/trusted-types': 2.0.7
4481
···
4489
4490
earcut@3.0.2: {}
4491
4492
+
emoji-picker-element@1.29.1: {}
4493
4494
emoji-regex@10.6.0: {}
4495
···
4498
iconv-lite: 0.6.3
4499
whatwg-encoding: 3.1.1
4500
4501
+
enhanced-resolve@5.20.0:
4502
dependencies:
4503
graceful-fs: 4.2.11
4504
tapable: 2.3.0
···
4511
4512
error-stack-parser-es@1.0.5: {}
4513
4514
+
esbuild@0.27.3:
4515
optionalDependencies:
4516
+
'@esbuild/aix-ppc64': 0.27.3
4517
+
'@esbuild/android-arm': 0.27.3
4518
+
'@esbuild/android-arm64': 0.27.3
4519
+
'@esbuild/android-x64': 0.27.3
4520
+
'@esbuild/darwin-arm64': 0.27.3
4521
+
'@esbuild/darwin-x64': 0.27.3
4522
+
'@esbuild/freebsd-arm64': 0.27.3
4523
+
'@esbuild/freebsd-x64': 0.27.3
4524
+
'@esbuild/linux-arm': 0.27.3
4525
+
'@esbuild/linux-arm64': 0.27.3
4526
+
'@esbuild/linux-ia32': 0.27.3
4527
+
'@esbuild/linux-loong64': 0.27.3
4528
+
'@esbuild/linux-mips64el': 0.27.3
4529
+
'@esbuild/linux-ppc64': 0.27.3
4530
+
'@esbuild/linux-riscv64': 0.27.3
4531
+
'@esbuild/linux-s390x': 0.27.3
4532
+
'@esbuild/linux-x64': 0.27.3
4533
+
'@esbuild/netbsd-arm64': 0.27.3
4534
+
'@esbuild/netbsd-x64': 0.27.3
4535
+
'@esbuild/openbsd-arm64': 0.27.3
4536
+
'@esbuild/openbsd-x64': 0.27.3
4537
+
'@esbuild/openharmony-arm64': 0.27.3
4538
+
'@esbuild/sunos-x64': 0.27.3
4539
+
'@esbuild/win32-arm64': 0.27.3
4540
+
'@esbuild/win32-ia32': 0.27.3
4541
+
'@esbuild/win32-x64': 0.27.3
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
4542
4543
escape-html@1.0.3: {}
4544
4545
escape-string-regexp@4.0.0: {}
4546
4547
+
eslint-config-prettier@10.1.8(eslint@10.0.3(jiti@2.6.1)):
4548
dependencies:
4549
+
eslint: 10.0.3(jiti@2.6.1)
4550
4551
+
eslint-plugin-svelte@3.15.2(eslint@10.0.3(jiti@2.6.1))(svelte@5.53.11):
4552
dependencies:
4553
+
'@eslint-community/eslint-utils': 4.9.1(eslint@10.0.3(jiti@2.6.1))
4554
'@jridgewell/sourcemap-codec': 1.5.5
4555
+
eslint: 10.0.3(jiti@2.6.1)
4556
esutils: 2.0.3
4557
globals: 16.5.0
4558
known-css-properties: 0.37.0
4559
+
postcss: 8.5.8
4560
+
postcss-load-config: 3.1.4(postcss@8.5.8)
4561
+
postcss-safe-parser: 7.0.1(postcss@8.5.8)
4562
+
semver: 7.7.4
4563
+
svelte-eslint-parser: 1.6.0(svelte@5.53.11)
4564
optionalDependencies:
4565
+
svelte: 5.53.11
4566
transitivePeerDependencies:
4567
- ts-node
4568
···
4571
esrecurse: 4.3.0
4572
estraverse: 5.3.0
4573
4574
+
eslint-scope@9.1.2:
4575
+
dependencies:
4576
+
'@types/esrecurse': 4.3.1
4577
+
'@types/estree': 1.0.8
4578
+
esrecurse: 4.3.0
4579
+
estraverse: 5.3.0
4580
+
4581
eslint-visitor-keys@3.4.3: {}
4582
4583
eslint-visitor-keys@4.2.1: {}
4584
4585
+
eslint-visitor-keys@5.0.1: {}
4586
+
4587
+
eslint@10.0.3(jiti@2.6.1):
4588
dependencies:
4589
+
'@eslint-community/eslint-utils': 4.9.1(eslint@10.0.3(jiti@2.6.1))
4590
'@eslint-community/regexpp': 4.12.2
4591
+
'@eslint/config-array': 0.23.3
4592
+
'@eslint/config-helpers': 0.5.3
4593
+
'@eslint/core': 1.1.1
4594
+
'@eslint/plugin-kit': 0.6.1
0
0
4595
'@humanfs/node': 0.16.7
4596
'@humanwhocodes/module-importer': 1.0.1
4597
'@humanwhocodes/retry': 0.4.3
4598
'@types/estree': 1.0.8
4599
+
ajv: 6.14.0
0
4600
cross-spawn: 7.0.6
4601
debug: 4.4.3
4602
escape-string-regexp: 4.0.0
4603
+
eslint-scope: 9.1.2
4604
+
eslint-visitor-keys: 5.0.1
4605
+
espree: 11.2.0
4606
esquery: 1.7.0
4607
esutils: 2.0.3
4608
fast-deep-equal: 3.1.3
···
4613
imurmurhash: 0.1.4
4614
is-glob: 4.0.3
4615
json-stable-stringify-without-jsonify: 1.0.1
4616
+
minimatch: 10.2.4
0
4617
natural-compare: 1.4.0
4618
optionator: 0.9.4
4619
optionalDependencies:
···
4625
4626
espree@10.4.0:
4627
dependencies:
4628
+
acorn: 8.16.0
4629
+
acorn-jsx: 5.3.2(acorn@8.16.0)
4630
eslint-visitor-keys: 4.2.1
4631
4632
+
espree@11.2.0:
4633
+
dependencies:
4634
+
acorn: 8.16.0
4635
+
acorn-jsx: 5.3.2(acorn@8.16.0)
4636
+
eslint-visitor-keys: 5.0.1
4637
+
4638
esquery@1.7.0:
4639
dependencies:
4640
estraverse: 5.3.0
4641
4642
+
esrap@2.2.4:
4643
dependencies:
4644
'@jridgewell/sourcemap-codec': 1.5.5
4645
+
'@typescript-eslint/types': 8.57.0
4646
4647
esrecurse@4.3.0:
4648
dependencies:
···
4681
4682
flat-cache@4.0.1:
4683
dependencies:
4684
+
flatted: 3.4.1
4685
keyv: 4.5.4
4686
4687
+
flatted@3.4.1: {}
4688
4689
fsevents@2.3.3:
4690
optional: true
0
0
4691
4692
gl-matrix@3.4.4: {}
4693
···
4695
dependencies:
4696
is-glob: 4.0.3
4697
0
0
4698
globals@16.5.0: {}
4699
4700
+
globals@17.4.0: {}
4701
4702
graceful-fs@4.2.11: {}
4703
4704
gsap@3.14.2: {}
4705
0
0
4706
hex-rgb@4.3.0: {}
4707
4708
highlight.js@11.11.1: {}
···
4731
4732
ignore@7.0.5: {}
4733
0
0
0
0
0
4734
imurmurhash@0.1.4: {}
4735
4736
inline-style-parser@0.2.7: {}
···
4748
'@types/estree': 1.0.8
4749
4750
isexe@2.0.0: {}
0
0
4751
4752
jiti@2.6.1: {}
4753
4754
js-tokens@4.0.0: {}
4755
0
0
0
0
4756
json-buffer@3.0.1: {}
4757
4758
json-schema-traverse@0.4.1: {}
···
4780
prelude-ls: 1.2.1
4781
type-check: 0.4.0
4782
4783
+
lightningcss-android-arm64@1.31.1:
4784
optional: true
4785
4786
+
lightningcss-android-arm64@1.32.0:
4787
optional: true
4788
4789
+
lightningcss-darwin-arm64@1.31.1:
4790
optional: true
4791
4792
+
lightningcss-darwin-arm64@1.32.0:
4793
optional: true
4794
4795
+
lightningcss-darwin-x64@1.31.1:
4796
optional: true
4797
4798
+
lightningcss-darwin-x64@1.32.0:
4799
optional: true
4800
4801
+
lightningcss-freebsd-x64@1.31.1:
4802
optional: true
4803
4804
+
lightningcss-freebsd-x64@1.32.0:
4805
+
optional: true
4806
+
4807
+
lightningcss-linux-arm-gnueabihf@1.31.1:
4808
+
optional: true
4809
+
4810
+
lightningcss-linux-arm-gnueabihf@1.32.0:
4811
optional: true
4812
4813
+
lightningcss-linux-arm64-gnu@1.31.1:
4814
optional: true
4815
4816
+
lightningcss-linux-arm64-gnu@1.32.0:
4817
optional: true
4818
4819
+
lightningcss-linux-arm64-musl@1.31.1:
4820
optional: true
4821
4822
+
lightningcss-linux-arm64-musl@1.32.0:
4823
+
optional: true
4824
+
4825
+
lightningcss-linux-x64-gnu@1.31.1:
4826
+
optional: true
4827
+
4828
+
lightningcss-linux-x64-gnu@1.32.0:
4829
+
optional: true
4830
+
4831
+
lightningcss-linux-x64-musl@1.31.1:
4832
+
optional: true
4833
+
4834
+
lightningcss-linux-x64-musl@1.32.0:
4835
+
optional: true
4836
+
4837
+
lightningcss-win32-arm64-msvc@1.31.1:
4838
+
optional: true
4839
+
4840
+
lightningcss-win32-arm64-msvc@1.32.0:
4841
+
optional: true
4842
+
4843
+
lightningcss-win32-x64-msvc@1.31.1:
4844
+
optional: true
4845
+
4846
+
lightningcss-win32-x64-msvc@1.32.0:
4847
+
optional: true
4848
+
4849
+
lightningcss@1.31.1:
4850
dependencies:
4851
detect-libc: 2.1.2
4852
optionalDependencies:
4853
+
lightningcss-android-arm64: 1.31.1
4854
+
lightningcss-darwin-arm64: 1.31.1
4855
+
lightningcss-darwin-x64: 1.31.1
4856
+
lightningcss-freebsd-x64: 1.31.1
4857
+
lightningcss-linux-arm-gnueabihf: 1.31.1
4858
+
lightningcss-linux-arm64-gnu: 1.31.1
4859
+
lightningcss-linux-arm64-musl: 1.31.1
4860
+
lightningcss-linux-x64-gnu: 1.31.1
4861
+
lightningcss-linux-x64-musl: 1.31.1
4862
+
lightningcss-win32-arm64-msvc: 1.31.1
4863
+
lightningcss-win32-x64-msvc: 1.31.1
4864
+
4865
+
lightningcss@1.32.0:
4866
+
dependencies:
4867
+
detect-libc: 2.1.2
4868
+
optionalDependencies:
4869
+
lightningcss-android-arm64: 1.32.0
4870
+
lightningcss-darwin-arm64: 1.32.0
4871
+
lightningcss-darwin-x64: 1.32.0
4872
+
lightningcss-freebsd-x64: 1.32.0
4873
+
lightningcss-linux-arm-gnueabihf: 1.32.0
4874
+
lightningcss-linux-arm64-gnu: 1.32.0
4875
+
lightningcss-linux-arm64-musl: 1.32.0
4876
+
lightningcss-linux-x64-gnu: 1.32.0
4877
+
lightningcss-linux-x64-musl: 1.32.0
4878
+
lightningcss-win32-arm64-msvc: 1.32.0
4879
+
lightningcss-win32-x64-msvc: 1.32.0
4880
4881
lilconfig@2.1.0: {}
4882
···
4903
dependencies:
4904
p-locate: 5.0.0
4905
0
0
4906
loose-envify@1.4.0:
4907
dependencies:
4908
js-tokens: 4.0.0
···
4915
4916
lz-string@1.5.0: {}
4917
4918
+
maath@0.10.8(@types/three@0.183.1)(three@0.183.2):
4919
dependencies:
4920
+
'@types/three': 0.183.1
4921
+
three: 0.183.2
4922
4923
magic-string@0.30.21:
4924
dependencies:
4925
'@jridgewell/sourcemap-codec': 1.5.5
4926
4927
+
maplibre-gl@5.20.0:
4928
dependencies:
0
4929
'@mapbox/jsonlint-lines-primitives': 2.0.2
4930
'@mapbox/point-geometry': 1.1.0
4931
'@mapbox/tiny-sdf': 2.0.7
4932
'@mapbox/unitbezier': 0.0.1
4933
'@mapbox/vector-tile': 2.0.4
4934
'@mapbox/whoots-js': 3.1.0
4935
+
'@maplibre/geojson-vt': 6.0.2
4936
+
'@maplibre/maplibre-gl-style-spec': 24.7.0
4937
+
'@maplibre/mlt': 1.1.7
4938
+
'@maplibre/vt-pbf': 4.3.0
4939
'@types/geojson': 7946.0.16
0
4940
earcut: 3.0.2
4941
gl-matrix: 3.4.4
4942
kdbush: 4.0.2
···
4944
pbf: 4.0.1
4945
potpack: 2.1.0
4946
quickselect: 3.0.0
0
4947
tinyqueue: 3.0.0
4948
4949
+
markdown-it@14.1.1:
4950
dependencies:
4951
argparse: 2.0.1
4952
entities: 4.5.0
···
4955
punycode.js: 2.3.1
4956
uc.micro: 2.1.0
4957
4958
+
marked@17.0.4: {}
4959
4960
mdurl@2.0.0: {}
4961
4962
+
meshoptimizer@1.0.1: {}
4963
4964
mini-svg-data-uri@1.4.4: {}
4965
4966
+
miniflare@4.20260312.0:
4967
dependencies:
4968
'@cspotcode/source-map-support': 0.8.1
4969
sharp: 0.34.5
4970
undici: 7.18.2
4971
+
workerd: 1.20260312.1
4972
ws: 8.18.0
4973
youch: 4.1.0-beta.10
0
4974
transitivePeerDependencies:
4975
- bufferutil
4976
- utf-8-validate
4977
4978
+
minimatch@10.2.4:
0
0
0
0
4979
dependencies:
4980
+
brace-expansion: 5.0.4
4981
4982
minimist@1.2.8: {}
4983
4984
mitt@3.0.1: {}
4985
4986
+
mlly@1.8.1:
4987
dependencies:
4988
+
acorn: 8.16.0
4989
pathe: 2.0.3
4990
pkg-types: 1.3.1
4991
ufo: 1.6.3
4992
4993
+
mode-watcher@1.1.0(svelte@5.53.11):
4994
dependencies:
4995
+
runed: 0.25.0(svelte@5.53.11)
4996
+
svelte: 5.53.11
4997
+
svelte-toolbelt: 0.7.1(svelte@5.53.11)
4998
4999
mri@1.2.0: {}
5000
5001
mrmime@2.0.1: {}
5002
5003
ms@2.1.3: {}
0
0
5004
5005
murmurhash-js@1.0.0: {}
5006
···
5010
5011
natural-compare@1.4.0: {}
5012
0
0
5013
nth-check@2.1.1:
5014
dependencies:
5015
boolbase: 1.0.0
5016
5017
+
number-flow@0.6.0:
5018
dependencies:
5019
esm-env: 1.2.2
5020
···
5043
5044
pako@0.2.9: {}
5045
0
0
0
0
5046
parse-css-color@0.2.1:
5047
dependencies:
5048
color-name: 1.1.4
···
5073
dependencies:
5074
resolve-protobuf-schema: 2.1.0
5075
5076
+
perfect-freehand@1.2.3: {}
5077
5078
picocolors@1.1.1: {}
5079
···
5082
pkg-types@1.3.1:
5083
dependencies:
5084
confbox: 0.1.8
5085
+
mlly: 1.8.1
5086
pathe: 2.0.3
5087
5088
pkg-types@2.3.0:
5089
dependencies:
5090
+
confbox: 0.2.4
5091
exsolve: 1.0.8
5092
pathe: 2.0.3
5093
···
5099
rangetouch: 2.0.1
5100
url-polyfill: 1.1.14
5101
5102
+
postcss-load-config@3.1.4(postcss@8.5.8):
5103
dependencies:
5104
lilconfig: 2.1.0
5105
yaml: 1.10.2
5106
optionalDependencies:
5107
+
postcss: 8.5.8
5108
5109
+
postcss-safe-parser@7.0.1(postcss@8.5.8):
5110
dependencies:
5111
+
postcss: 8.5.8
5112
5113
+
postcss-scss@4.0.9(postcss@8.5.8):
5114
dependencies:
5115
+
postcss: 8.5.8
5116
5117
postcss-selector-parser@6.0.10:
5118
dependencies:
···
5126
5127
postcss-value-parser@4.2.0: {}
5128
5129
+
postcss@8.5.8:
5130
dependencies:
5131
nanoid: 3.3.11
5132
picocolors: 1.1.1
···
5136
5137
prelude-ls@1.2.1: {}
5138
5139
+
prettier-plugin-svelte@3.5.1(prettier@3.8.1)(svelte@5.53.11):
5140
dependencies:
5141
prettier: 3.8.1
5142
+
svelte: 5.53.11
5143
5144
+
prettier-plugin-tailwindcss@0.7.2(prettier-plugin-svelte@3.5.1(prettier@3.8.1)(svelte@5.53.11))(prettier@3.8.1):
5145
dependencies:
5146
prettier: 3.8.1
5147
optionalDependencies:
5148
+
prettier-plugin-svelte: 3.5.1(prettier@3.8.1)(svelte@5.53.11)
5149
5150
prettier@3.8.1: {}
5151
···
5155
object-assign: 4.1.1
5156
react-is: 16.13.1
5157
5158
+
prosemirror-changeset@2.4.0:
5159
dependencies:
5160
prosemirror-transform: 1.11.0
5161
···
5173
dependencies:
5174
prosemirror-state: 1.4.4
5175
prosemirror-transform: 1.11.0
5176
+
prosemirror-view: 1.41.6
5177
5178
+
prosemirror-gapcursor@1.4.1:
5179
dependencies:
5180
prosemirror-keymap: 1.2.3
5181
prosemirror-model: 1.25.4
5182
prosemirror-state: 1.4.4
5183
+
prosemirror-view: 1.41.6
5184
5185
prosemirror-history@1.5.0:
5186
dependencies:
5187
prosemirror-state: 1.4.4
5188
prosemirror-transform: 1.11.0
5189
+
prosemirror-view: 1.41.6
5190
rope-sequence: 1.3.4
5191
5192
prosemirror-inputrules@1.5.1:
···
5199
prosemirror-state: 1.4.4
5200
w3c-keyname: 2.2.8
5201
5202
+
prosemirror-markdown@1.13.4:
5203
dependencies:
5204
'@types/markdown-it': 14.1.2
5205
+
markdown-it: 14.1.1
5206
prosemirror-model: 1.25.4
5207
5208
+
prosemirror-menu@1.3.0:
5209
dependencies:
5210
crelt: 1.0.6
5211
prosemirror-commands: 1.7.1
···
5230
dependencies:
5231
prosemirror-model: 1.25.4
5232
prosemirror-transform: 1.11.0
5233
+
prosemirror-view: 1.41.6
5234
5235
prosemirror-tables@1.8.5:
5236
dependencies:
···
5238
prosemirror-model: 1.25.4
5239
prosemirror-state: 1.4.4
5240
prosemirror-transform: 1.11.0
5241
+
prosemirror-view: 1.41.6
5242
5243
+
prosemirror-trailing-node@3.0.0(prosemirror-model@1.25.4)(prosemirror-state@1.4.4)(prosemirror-view@1.41.6):
5244
dependencies:
5245
'@remirror/core-constants': 3.0.0
5246
escape-string-regexp: 4.0.0
5247
prosemirror-model: 1.25.4
5248
prosemirror-state: 1.4.4
5249
+
prosemirror-view: 1.41.6
5250
5251
prosemirror-transform@1.11.0:
5252
dependencies:
5253
prosemirror-model: 1.25.4
5254
5255
+
prosemirror-view@1.41.6:
5256
dependencies:
5257
prosemirror-model: 1.25.4
5258
prosemirror-state: 1.4.4
···
5316
5317
resize-observer-polyfill@1.5.1: {}
5318
0
0
5319
resolve-protobuf-schema@2.1.0:
5320
dependencies:
5321
protocol-buffers-schema: 3.6.0
5322
5323
+
rolldown@1.0.0-rc.9:
5324
dependencies:
5325
+
'@oxc-project/types': 0.115.0
5326
+
'@rolldown/pluginutils': 1.0.0-rc.9
5327
optionalDependencies:
5328
+
'@rolldown/binding-android-arm64': 1.0.0-rc.9
5329
+
'@rolldown/binding-darwin-arm64': 1.0.0-rc.9
5330
+
'@rolldown/binding-darwin-x64': 1.0.0-rc.9
5331
+
'@rolldown/binding-freebsd-x64': 1.0.0-rc.9
5332
+
'@rolldown/binding-linux-arm-gnueabihf': 1.0.0-rc.9
5333
+
'@rolldown/binding-linux-arm64-gnu': 1.0.0-rc.9
5334
+
'@rolldown/binding-linux-arm64-musl': 1.0.0-rc.9
5335
+
'@rolldown/binding-linux-ppc64-gnu': 1.0.0-rc.9
5336
+
'@rolldown/binding-linux-s390x-gnu': 1.0.0-rc.9
5337
+
'@rolldown/binding-linux-x64-gnu': 1.0.0-rc.9
5338
+
'@rolldown/binding-linux-x64-musl': 1.0.0-rc.9
5339
+
'@rolldown/binding-openharmony-arm64': 1.0.0-rc.9
5340
+
'@rolldown/binding-wasm32-wasi': 1.0.0-rc.9
5341
+
'@rolldown/binding-win32-arm64-msvc': 1.0.0-rc.9
5342
+
'@rolldown/binding-win32-x64-msvc': 1.0.0-rc.9
0
0
0
0
0
0
0
0
0
0
0
5343
5344
rope-sequence@1.3.4: {}
5345
5346
+
runed@0.23.4(svelte@5.53.11):
5347
dependencies:
5348
esm-env: 1.2.2
5349
+
svelte: 5.53.11
5350
5351
+
runed@0.25.0(svelte@5.53.11):
5352
dependencies:
5353
esm-env: 1.2.2
5354
+
svelte: 5.53.11
5355
5356
+
runed@0.28.0(svelte@5.53.11):
5357
dependencies:
5358
esm-env: 1.2.2
5359
+
svelte: 5.53.11
5360
5361
+
runed@0.35.1(@sveltejs/kit@2.55.0(@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.53.11)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)(typescript@5.9.3)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11):
5362
dependencies:
5363
dequal: 2.0.3
5364
esm-env: 1.2.2
5365
lz-string: 1.5.0
5366
+
svelte: 5.53.11
5367
optionalDependencies:
5368
+
'@sveltejs/kit': 2.55.0(@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.53.11)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)(typescript@5.9.3)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1))
5369
5370
rw@1.3.3: {}
5371
···
5394
5395
scheduler@0.27.0: {}
5396
5397
+
semver@7.7.4: {}
5398
5399
+
set-cookie-parser@3.0.1: {}
5400
5401
sharp@0.34.5:
5402
dependencies:
5403
+
'@img/colour': 1.1.0
5404
detect-libc: 2.1.2
5405
+
semver: 7.7.4
5406
optionalDependencies:
5407
'@img/sharp-darwin-arm64': 0.34.5
5408
'@img/sharp-darwin-x64': 0.34.5
···
5435
5436
shebang-regex@3.0.0: {}
5437
5438
+
simple-icons@16.11.0: {}
5439
5440
sirv@3.0.2:
5441
dependencies:
···
5448
std-env@3.10.0: {}
5449
5450
string.prototype.codepointat@0.2.1: {}
0
0
5451
5452
style-to-object@1.0.14:
5453
dependencies:
···
5458
kdbush: 4.0.2
5459
5460
supports-color@10.2.2: {}
0
0
0
0
5461
5462
svelte-boring-avatars@1.2.6: {}
5463
5464
+
svelte-check@4.4.5(picomatch@4.0.3)(svelte@5.53.11)(typescript@5.9.3):
5465
dependencies:
5466
'@jridgewell/trace-mapping': 0.3.31
5467
chokidar: 4.0.3
5468
fdir: 6.5.0(picomatch@4.0.3)
5469
picocolors: 1.1.1
5470
sade: 1.8.1
5471
+
svelte: 5.53.11
5472
typescript: 5.9.3
5473
transitivePeerDependencies:
5474
- picomatch
5475
5476
+
svelte-eslint-parser@1.6.0(svelte@5.53.11):
5477
dependencies:
5478
eslint-scope: 8.4.0
5479
eslint-visitor-keys: 4.2.1
5480
espree: 10.4.0
5481
+
postcss: 8.5.8
5482
+
postcss-scss: 4.0.9(postcss@8.5.8)
5483
postcss-selector-parser: 7.1.1
5484
+
semver: 7.7.4
5485
optionalDependencies:
5486
+
svelte: 5.53.11
5487
5488
+
svelte-maplibre-gl@1.0.3(maplibre-gl@5.20.0)(svelte@5.53.11):
5489
dependencies:
5490
+
maplibre-gl: 5.20.0
5491
+
svelte: 5.53.11
5492
5493
+
svelte-sonner@1.1.0(svelte@5.53.11):
0
0
0
0
5494
dependencies:
5495
+
runed: 0.28.0(svelte@5.53.11)
5496
+
svelte: 5.53.11
5497
5498
+
svelte-tiptap@3.0.1(@floating-ui/dom@1.7.6)(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/extension-bubble-menu@3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1))(@tiptap/extension-floating-menu@3.20.1(@floating-ui/dom@1.7.6)(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1)(svelte@5.53.11):
5499
dependencies:
5500
+
'@floating-ui/dom': 1.7.6
5501
+
'@tiptap/core': 3.20.1(@tiptap/pm@3.20.1)
5502
+
'@tiptap/extension-bubble-menu': 3.20.1(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1)
5503
+
'@tiptap/extension-floating-menu': 3.20.1(@floating-ui/dom@1.7.6)(@tiptap/core@3.20.1(@tiptap/pm@3.20.1))(@tiptap/pm@3.20.1)
5504
+
'@tiptap/pm': 3.20.1
5505
+
svelte: 5.53.11
5506
5507
+
svelte-toolbelt@0.10.6(@sveltejs/kit@2.55.0(@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.53.11)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)(typescript@5.9.3)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11):
5508
dependencies:
5509
clsx: 2.1.1
5510
+
runed: 0.35.1(@sveltejs/kit@2.55.0(@sveltejs/vite-plugin-svelte@7.0.0(svelte@5.53.11)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)(typescript@5.9.3)(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)))(svelte@5.53.11)
5511
style-to-object: 1.0.14
5512
+
svelte: 5.53.11
5513
transitivePeerDependencies:
5514
- '@sveltejs/kit'
5515
5516
+
svelte-toolbelt@0.7.1(svelte@5.53.11):
5517
dependencies:
5518
clsx: 2.1.1
5519
+
runed: 0.23.4(svelte@5.53.11)
5520
style-to-object: 1.0.14
5521
+
svelte: 5.53.11
5522
5523
+
svelte@5.53.11:
5524
dependencies:
5525
'@jridgewell/remapping': 2.3.5
5526
'@jridgewell/sourcemap-codec': 1.5.5
5527
+
'@sveltejs/acorn-typescript': 1.0.9(acorn@8.16.0)
5528
'@types/estree': 1.0.8
5529
+
'@types/trusted-types': 2.0.7
5530
+
acorn: 8.16.0
5531
+
aria-query: 5.3.1
5532
axobject-query: 4.1.0
5533
clsx: 2.1.1
5534
+
devalue: 5.6.4
5535
esm-env: 1.2.2
5536
+
esrap: 2.2.4
5537
is-reference: 3.0.3
5538
locate-character: 3.0.0
5539
magic-string: 0.30.21
···
5541
5542
tabbable@6.4.0: {}
5543
5544
+
tailwind-merge@3.5.0: {}
0
0
0
0
0
0
0
5545
5546
+
tailwind-variants@3.2.2(tailwind-merge@3.5.0)(tailwindcss@4.2.1):
5547
dependencies:
5548
+
tailwindcss: 4.2.1
5549
optionalDependencies:
5550
+
tailwind-merge: 3.5.0
5551
5552
+
tailwindcss-animate@1.0.7(tailwindcss@4.2.1):
5553
dependencies:
5554
+
tailwindcss: 4.2.1
5555
5556
+
tailwindcss@4.2.1: {}
5557
5558
tapable@2.3.0: {}
5559
5560
+
three-instanced-uniforms-mesh@0.52.4(three@0.183.2):
5561
dependencies:
5562
+
three: 0.183.2
5563
+
troika-three-utils: 0.52.4(three@0.183.2)
5564
5565
+
three-mesh-bvh@0.9.9(three@0.183.2):
5566
dependencies:
5567
+
three: 0.183.2
5568
5569
+
three-perf@1.0.11(three@0.183.2):
5570
dependencies:
5571
+
three: 0.183.2
5572
+
troika-three-text: 0.52.4(three@0.183.2)
5573
tweakpane: 3.1.10
5574
5575
+
three-viewport-gizmo@2.2.0(three@0.183.2):
5576
dependencies:
5577
+
three: 0.183.2
5578
5579
+
three@0.183.2: {}
5580
5581
tiny-inflate@1.0.3: {}
5582
···
5587
5588
tinyqueue@3.0.0: {}
5589
0
0
5590
totalist@3.0.1: {}
5591
5592
+
troika-three-text@0.52.4(three@0.183.2):
5593
dependencies:
5594
bidi-js: 1.0.3
5595
+
three: 0.183.2
5596
+
troika-three-utils: 0.52.4(three@0.183.2)
5597
troika-worker-utils: 0.52.0
5598
webgl-sdf-generator: 1.1.1
5599
5600
+
troika-three-utils@0.52.4(three@0.183.2):
5601
dependencies:
5602
+
three: 0.183.2
5603
5604
troika-worker-utils@0.52.0: {}
5605
···
5619
dependencies:
5620
prelude-ls: 1.2.1
5621
5622
+
typescript-eslint@8.57.0(eslint@10.0.3(jiti@2.6.1))(typescript@5.9.3):
5623
dependencies:
5624
+
'@typescript-eslint/eslint-plugin': 8.57.0(@typescript-eslint/parser@8.57.0(eslint@10.0.3(jiti@2.6.1))(typescript@5.9.3))(eslint@10.0.3(jiti@2.6.1))(typescript@5.9.3)
5625
+
'@typescript-eslint/parser': 8.57.0(eslint@10.0.3(jiti@2.6.1))(typescript@5.9.3)
5626
+
'@typescript-eslint/typescript-estree': 8.57.0(typescript@5.9.3)
5627
+
'@typescript-eslint/utils': 8.57.0(eslint@10.0.3(jiti@2.6.1))(typescript@5.9.3)
5628
+
eslint: 10.0.3(jiti@2.6.1)
5629
typescript: 5.9.3
5630
transitivePeerDependencies:
5631
- supports-color
···
5636
5637
ufo@1.6.3: {}
5638
0
0
0
0
5639
ultrahtml@1.6.0: {}
5640
5641
+
undici-types@7.16.0:
5642
+
optional: true
5643
5644
undici@7.18.2: {}
5645
5646
+
undici@7.24.0: {}
5647
5648
unenv@2.0.0-rc.24:
5649
dependencies:
···
5661
exsolve: 1.0.8
5662
knitwork: 1.3.0
5663
magic-string: 0.30.21
5664
+
mlly: 1.8.1
5665
pathe: 2.0.3
5666
pkg-types: 2.3.0
5667
···
5673
5674
util-deprecate@1.0.2: {}
5675
5676
+
vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1):
5677
dependencies:
5678
+
'@oxc-project/runtime': 0.115.0
5679
+
lightningcss: 1.32.0
5680
picomatch: 4.0.3
5681
+
postcss: 8.5.8
5682
+
rolldown: 1.0.0-rc.9
5683
tinyglobby: 0.2.15
5684
optionalDependencies:
5685
'@types/node': 25.0.10
5686
+
esbuild: 0.27.3
5687
fsevents: 2.3.3
5688
jiti: 2.6.1
0
5689
5690
+
vitefu@1.1.2(vite@8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)):
5691
optionalDependencies:
5692
+
vite: 8.0.0(@types/node@25.0.10)(esbuild@0.27.3)(jiti@2.6.1)
5693
5694
w3c-keyname@2.2.8: {}
5695
+
5696
+
web-haptics@0.0.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(svelte@5.53.11):
5697
+
optionalDependencies:
5698
+
react: 19.2.4
5699
+
react-dom: 19.2.4(react@19.2.4)
5700
+
svelte: 5.53.11
5701
5702
webgl-sdf-generator@1.1.1: {}
5703
···
5713
5714
word-wrap@1.2.5: {}
5715
5716
+
workerd@1.20260312.1:
5717
optionalDependencies:
5718
+
'@cloudflare/workerd-darwin-64': 1.20260312.1
5719
+
'@cloudflare/workerd-darwin-arm64': 1.20260312.1
5720
+
'@cloudflare/workerd-linux-64': 1.20260312.1
5721
+
'@cloudflare/workerd-linux-arm64': 1.20260312.1
5722
+
'@cloudflare/workerd-windows-64': 1.20260312.1
5723
5724
worktop@0.8.0-next.18:
5725
dependencies:
5726
mrmime: 2.0.1
5727
regexparam: 3.0.0
5728
5729
+
wrangler@4.73.0(@cloudflare/workers-types@4.20260313.1):
5730
dependencies:
5731
'@cloudflare/kv-asset-handler': 0.4.2
5732
+
'@cloudflare/unenv-preset': 2.15.0(unenv@2.0.0-rc.24)(workerd@1.20260312.1)
5733
blake3-wasm: 2.1.5
5734
+
esbuild: 0.27.3
5735
+
miniflare: 4.20260312.0
5736
path-to-regexp: 6.3.0
5737
unenv: 2.0.0-rc.24
5738
+
workerd: 1.20260312.1
5739
optionalDependencies:
5740
+
'@cloudflare/workers-types': 4.20260313.1
5741
fsevents: 2.3.3
5742
transitivePeerDependencies:
5743
- bufferutil
···
5765
youch-core: 0.3.3
5766
5767
zimmerframe@1.1.4: {}
0
0
+7
-2
src/lib/atproto/methods.ts
···
120
console.error('error getting blento profile, falling back to bsky profile');
121
}
122
123
-
const response = await getDetailedProfile(data);
0
0
0
0
0
124
125
const avatar = blentoProfile?.value?.icon
126
? getCDNImageBlobUrl({ did: data?.did, blob: blentoProfile?.value?.icon })
···
128
129
return {
130
did: data.did,
131
-
handle: response?.handle,
132
displayName: blentoProfile?.value?.name || response?.displayName || response?.handle,
133
avatar: avatar as `${string}:${string}`,
134
hasBlento: Boolean(blentoProfile?.value),
···
120
console.error('error getting blento profile, falling back to bsky profile');
121
}
122
123
+
let response;
124
+
try {
125
+
response = await getDetailedProfile(data);
126
+
} catch {
127
+
// public API or PDS unreachable — return minimal profile
128
+
}
129
130
const avatar = blentoProfile?.value?.icon
131
? getCDNImageBlobUrl({ did: data?.did, blob: blentoProfile?.value?.icon })
···
133
134
return {
135
did: data.did,
136
+
handle: response?.handle ?? (data.did as `${string}.${string}`),
137
displayName: blentoProfile?.value?.name || response?.displayName || response?.handle,
138
avatar: avatar as `${string}:${string}`,
139
hasBlento: Boolean(blentoProfile?.value),
+1
-6
src/lib/cards/social/FriendsCard/FriendsCard.svelte
···
21
let clientProfiles: FriendsProfile[] = $state([]);
22
23
let profiles = $derived.by(() => {
24
-
if (serverProfiles.length > 0) {
25
-
return dids
26
-
.map((did) => serverProfiles.find((p) => p.did === did))
27
-
.filter((p): p is FriendsProfile => !!p);
28
-
}
29
return dids
30
-
.map((did) => clientProfiles.find((p) => p.did === did))
31
.filter((p): p is FriendsProfile => !!p);
32
});
33
···
21
let clientProfiles: FriendsProfile[] = $state([]);
22
23
let profiles = $derived.by(() => {
0
0
0
0
0
24
return dids
25
+
.map((did) => clientProfiles.find((p) => p.did === did) ?? serverProfiles.find((p) => p.did === did))
26
.filter((p): p is FriendsProfile => !!p);
27
});
28
+4
-2
src/lib/cards/social/FriendsCard/FriendsCardSettings.svelte
···
2
import type { Item } from '$lib/types';
3
import type { SettingsComponentProps } from '../../types';
4
import type { AppBskyActorDefs } from '@atcute/bluesky';
5
-
import HandleInput from '$lib/atproto/UI/HandleInput.svelte';
6
7
let { item = $bindable<Item>() }: SettingsComponentProps = $props();
8
···
20
}
21
</script>
22
23
-
<HandleInput bind:value={handleValue} onselected={addFriend} bind:ref={inputRef} />
0
0
···
2
import type { Item } from '$lib/types';
3
import type { SettingsComponentProps } from '../../types';
4
import type { AppBskyActorDefs } from '@atcute/bluesky';
5
+
import { AtprotoHandlePopup } from '@foxui/social';
6
7
let { item = $bindable<Item>() }: SettingsComponentProps = $props();
8
···
20
}
21
</script>
22
23
+
<!-- <HandleInput bind:value={handleValue} onselected={addFriend} bind:ref={inputRef} /> -->
24
+
25
+
<AtprotoHandlePopup onselected={addFriend} />
-1
src/lib/website/FloatingEditButton.svelte
···
1
<script lang="ts">
2
import { user, login } from '$lib/atproto';
3
import { Button } from '@foxui/core';
4
-
import { BlueskyLogin } from '@foxui/social';
5
import { env } from '$env/dynamic/public';
6
import type { WebsiteData } from '$lib/types';
7
import { page } from '$app/state';
···
1
<script lang="ts">
2
import { user, login } from '$lib/atproto';
3
import { Button } from '@foxui/core';
0
4
import { env } from '$env/dynamic/public';
5
import type { WebsiteData } from '$lib/types';
6
import { page } from '$app/state';