@rudderhq/agent-runtime-opencode-local 0.6.6-canary.8 → 0.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/skills/app-builder/SKILL.md +104 -0
- package/skills/app-builder/agents/openai.yaml +14 -0
- package/skills/app-builder/assets/scaffold/.env.example +3 -0
- package/skills/app-builder/assets/scaffold/app/api/%5F%5Frudder/health/route.ts +20 -0
- package/skills/app-builder/assets/scaffold/app/api/contacts/[id]/route.ts +39 -0
- package/skills/app-builder/assets/scaffold/app/api/contacts/route.ts +31 -0
- package/skills/app-builder/assets/scaffold/app/api/data/export/route.ts +19 -0
- package/skills/app-builder/assets/scaffold/app/api/data/import/route.ts +40 -0
- package/skills/app-builder/assets/scaffold/app/globals.css +32 -0
- package/skills/app-builder/assets/scaffold/app/layout.tsx +15 -0
- package/skills/app-builder/assets/scaffold/app/page.tsx +9 -0
- package/skills/app-builder/assets/scaffold/components/contacts-workspace.tsx +292 -0
- package/skills/app-builder/assets/scaffold/components/ui/button.tsx +42 -0
- package/skills/app-builder/assets/scaffold/components/ui/card.tsx +19 -0
- package/skills/app-builder/assets/scaffold/components/ui/input.tsx +17 -0
- package/skills/app-builder/assets/scaffold/components/ui/label.tsx +6 -0
- package/skills/app-builder/assets/scaffold/data/.gitkeep +1 -0
- package/skills/app-builder/assets/scaffold/drizzle.config.ts +18 -0
- package/skills/app-builder/assets/scaffold/instrumentation.ts +5 -0
- package/skills/app-builder/assets/scaffold/lib/data-transfer.ts +44 -0
- package/skills/app-builder/assets/scaffold/lib/db/client.ts +78 -0
- package/skills/app-builder/assets/scaffold/lib/db/schema.ts +35 -0
- package/skills/app-builder/assets/scaffold/lib/domain.ts +18 -0
- package/skills/app-builder/assets/scaffold/lib/jobs/runner.ts +56 -0
- package/skills/app-builder/assets/scaffold/lib/utils.ts +6 -0
- package/skills/app-builder/assets/scaffold/migrations/0000_app_builder_foundation.sql +27 -0
- package/skills/app-builder/assets/scaffold/migrations/meta/_journal.json +13 -0
- package/skills/app-builder/assets/scaffold/next-env.d.ts +6 -0
- package/skills/app-builder/assets/scaffold/next.config.ts +8 -0
- package/skills/app-builder/assets/scaffold/package.json +47 -0
- package/skills/app-builder/assets/scaffold/playwright.config.ts +30 -0
- package/skills/app-builder/assets/scaffold/pnpm-lock.yaml +2687 -0
- package/skills/app-builder/assets/scaffold/postcss.config.mjs +5 -0
- package/skills/app-builder/assets/scaffold/rudder.app.json +32 -0
- package/skills/app-builder/assets/scaffold/scripts/migrate.ts +21 -0
- package/skills/app-builder/assets/scaffold/scripts/seed.ts +31 -0
- package/skills/app-builder/assets/scaffold/scripts/snapshot.ts +17 -0
- package/skills/app-builder/assets/scaffold/tests/e2e/app.spec.ts +50 -0
- package/skills/app-builder/assets/scaffold/tests/unit/data-transfer.test.ts +28 -0
- package/skills/app-builder/assets/scaffold/tests/unit/domain.test.ts +23 -0
- package/skills/app-builder/assets/scaffold/tsconfig.json +41 -0
- package/skills/app-builder/assets/scaffold/vitest.config.ts +14 -0
- package/skills/app-builder/evals/evals.json +65 -0
- package/skills/app-builder/references/data-safety.md +38 -0
- package/skills/app-builder/references/design-guidelines.md +20 -0
- package/skills/app-builder/references/migrations-and-promotion.md +36 -0
- package/skills/app-builder/references/scaffold-contract.md +77 -0
- package/skills/app-builder/references/verification.md +23 -0
- package/skills/app-builder/scripts/scaffold.mjs +58 -0
- package/skills/app-builder/scripts/validate-manifest.mjs +63 -0
|
@@ -0,0 +1,2687 @@
|
|
|
1
|
+
lockfileVersion: '9.0'
|
|
2
|
+
|
|
3
|
+
settings:
|
|
4
|
+
autoInstallPeers: false
|
|
5
|
+
excludeLinksFromLockfile: false
|
|
6
|
+
|
|
7
|
+
importers:
|
|
8
|
+
|
|
9
|
+
.:
|
|
10
|
+
dependencies:
|
|
11
|
+
'@radix-ui/react-slot':
|
|
12
|
+
specifier: 1.2.4
|
|
13
|
+
version: 1.2.4(@types/react@19.2.7)(react@19.2.8)
|
|
14
|
+
class-variance-authority:
|
|
15
|
+
specifier: 0.7.1
|
|
16
|
+
version: 0.7.1
|
|
17
|
+
clsx:
|
|
18
|
+
specifier: 2.1.1
|
|
19
|
+
version: 2.1.1
|
|
20
|
+
drizzle-orm:
|
|
21
|
+
specifier: 0.45.2
|
|
22
|
+
version: 0.45.2
|
|
23
|
+
lucide-react:
|
|
24
|
+
specifier: 1.27.0
|
|
25
|
+
version: 1.27.0(react@19.2.8)
|
|
26
|
+
next:
|
|
27
|
+
specifier: 16.2.12
|
|
28
|
+
version: 16.2.12(@playwright/test@1.58.2)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
|
|
29
|
+
react:
|
|
30
|
+
specifier: 19.2.8
|
|
31
|
+
version: 19.2.8
|
|
32
|
+
react-dom:
|
|
33
|
+
specifier: 19.2.8
|
|
34
|
+
version: 19.2.8(react@19.2.8)
|
|
35
|
+
tailwind-merge:
|
|
36
|
+
specifier: 3.6.0
|
|
37
|
+
version: 3.6.0
|
|
38
|
+
zod:
|
|
39
|
+
specifier: 4.4.3
|
|
40
|
+
version: 4.4.3
|
|
41
|
+
devDependencies:
|
|
42
|
+
'@playwright/test':
|
|
43
|
+
specifier: 1.58.2
|
|
44
|
+
version: 1.58.2
|
|
45
|
+
'@tailwindcss/postcss':
|
|
46
|
+
specifier: 4.3.3
|
|
47
|
+
version: 4.3.3
|
|
48
|
+
'@types/node':
|
|
49
|
+
specifier: 24.12.0
|
|
50
|
+
version: 24.12.0
|
|
51
|
+
'@types/react':
|
|
52
|
+
specifier: 19.2.7
|
|
53
|
+
version: 19.2.7
|
|
54
|
+
'@types/react-dom':
|
|
55
|
+
specifier: 19.2.3
|
|
56
|
+
version: 19.2.3(@types/react@19.2.7)
|
|
57
|
+
drizzle-kit:
|
|
58
|
+
specifier: 0.31.10
|
|
59
|
+
version: 0.31.10
|
|
60
|
+
tailwindcss:
|
|
61
|
+
specifier: 4.3.3
|
|
62
|
+
version: 4.3.3
|
|
63
|
+
tsx:
|
|
64
|
+
specifier: 4.23.1
|
|
65
|
+
version: 4.23.1
|
|
66
|
+
typescript:
|
|
67
|
+
specifier: 5.9.3
|
|
68
|
+
version: 5.9.3
|
|
69
|
+
vitest:
|
|
70
|
+
specifier: 3.2.7
|
|
71
|
+
version: 3.2.7(@types/node@24.12.0)(jiti@2.7.0)(lightningcss@1.32.0)(tsx@4.23.1)
|
|
72
|
+
|
|
73
|
+
packages:
|
|
74
|
+
|
|
75
|
+
'@alloc/quick-lru@5.2.0':
|
|
76
|
+
resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==}
|
|
77
|
+
engines: {node: '>=10'}
|
|
78
|
+
|
|
79
|
+
'@drizzle-team/brocli@0.10.2':
|
|
80
|
+
resolution: {integrity: sha512-z33Il7l5dKjUgGULTqBsQBQwckHh5AbIuxhdsIxDDiZAzBOrZO6q9ogcWC65kU382AfynTfgNumVcNIjuIua6w==}
|
|
81
|
+
|
|
82
|
+
'@emnapi/runtime@1.11.3':
|
|
83
|
+
resolution: {integrity: sha512-Xz4Tpyki7XyrpbUK1jR1AhdAdaXyhhY4lZ3neLodmhpuWfy2PAQN5B46sAiU4liOXGLkHypn/qU+jvfWSCYYLA==}
|
|
84
|
+
|
|
85
|
+
'@esbuild-kit/core-utils@3.3.2':
|
|
86
|
+
resolution: {integrity: sha512-sPRAnw9CdSsRmEtnsl2WXWdyquogVpB3yZ3dgwJfe8zrOzTsV7cJvmwrKVa+0ma5BoiGJ+BoqkMvawbayKUsqQ==}
|
|
87
|
+
deprecated: 'Merged into tsx: https://tsx.hirok.io'
|
|
88
|
+
|
|
89
|
+
'@esbuild-kit/esm-loader@2.6.5':
|
|
90
|
+
resolution: {integrity: sha512-FxEMIkJKnodyA1OaCUoEvbYRkoZlLZ4d/eXFu9Fh8CbBBgP5EmZxrfTRyN0qpXZ4vOvqnE5YdRdcrmUUXuU+dA==}
|
|
91
|
+
deprecated: 'Merged into tsx: https://tsx.hirok.io'
|
|
92
|
+
|
|
93
|
+
'@esbuild/aix-ppc64@0.25.12':
|
|
94
|
+
resolution: {integrity: sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==}
|
|
95
|
+
engines: {node: '>=18'}
|
|
96
|
+
cpu: [ppc64]
|
|
97
|
+
os: [aix]
|
|
98
|
+
|
|
99
|
+
'@esbuild/aix-ppc64@0.28.1':
|
|
100
|
+
resolution: {integrity: sha512-Svl7tq8k/08+p6CXPpRjQ1fKX+1odH/BQbb48fV6fj3CWHhsoIOoY87w1oHXm0qEpkIK3ZfVgp0hed3XBXzXMQ==}
|
|
101
|
+
engines: {node: '>=18'}
|
|
102
|
+
cpu: [ppc64]
|
|
103
|
+
os: [aix]
|
|
104
|
+
|
|
105
|
+
'@esbuild/android-arm64@0.18.20':
|
|
106
|
+
resolution: {integrity: sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==}
|
|
107
|
+
engines: {node: '>=12'}
|
|
108
|
+
cpu: [arm64]
|
|
109
|
+
os: [android]
|
|
110
|
+
|
|
111
|
+
'@esbuild/android-arm64@0.25.12':
|
|
112
|
+
resolution: {integrity: sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==}
|
|
113
|
+
engines: {node: '>=18'}
|
|
114
|
+
cpu: [arm64]
|
|
115
|
+
os: [android]
|
|
116
|
+
|
|
117
|
+
'@esbuild/android-arm64@0.28.1':
|
|
118
|
+
resolution: {integrity: sha512-34EGEbCIAgosYz6goLcopX6Mo7NyGv9tfwEM2/7Ce2VcVRk568iSvniGWcUXIy7wEDR1wzolcxcriFVrWYcwBg==}
|
|
119
|
+
engines: {node: '>=18'}
|
|
120
|
+
cpu: [arm64]
|
|
121
|
+
os: [android]
|
|
122
|
+
|
|
123
|
+
'@esbuild/android-arm@0.18.20':
|
|
124
|
+
resolution: {integrity: sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==}
|
|
125
|
+
engines: {node: '>=12'}
|
|
126
|
+
cpu: [arm]
|
|
127
|
+
os: [android]
|
|
128
|
+
|
|
129
|
+
'@esbuild/android-arm@0.25.12':
|
|
130
|
+
resolution: {integrity: sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==}
|
|
131
|
+
engines: {node: '>=18'}
|
|
132
|
+
cpu: [arm]
|
|
133
|
+
os: [android]
|
|
134
|
+
|
|
135
|
+
'@esbuild/android-arm@0.28.1':
|
|
136
|
+
resolution: {integrity: sha512-0k2F129Xdio1TdJfzJ8sy1Q47vUD2NnwdhiAf7drUN1EBTfPf4hsFCtmMgu/6m8JSzsBrlmVjudMBQqOfG8usQ==}
|
|
137
|
+
engines: {node: '>=18'}
|
|
138
|
+
cpu: [arm]
|
|
139
|
+
os: [android]
|
|
140
|
+
|
|
141
|
+
'@esbuild/android-x64@0.18.20':
|
|
142
|
+
resolution: {integrity: sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==}
|
|
143
|
+
engines: {node: '>=12'}
|
|
144
|
+
cpu: [x64]
|
|
145
|
+
os: [android]
|
|
146
|
+
|
|
147
|
+
'@esbuild/android-x64@0.25.12':
|
|
148
|
+
resolution: {integrity: sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==}
|
|
149
|
+
engines: {node: '>=18'}
|
|
150
|
+
cpu: [x64]
|
|
151
|
+
os: [android]
|
|
152
|
+
|
|
153
|
+
'@esbuild/android-x64@0.28.1':
|
|
154
|
+
resolution: {integrity: sha512-dbwY7ltSMDWsRatcRpCnES4F+im88OCUgGZjy52shC7GqHRE/cYlxNbB4Z4UpJswpcc4Qxd2oE/ufM0p61IKng==}
|
|
155
|
+
engines: {node: '>=18'}
|
|
156
|
+
cpu: [x64]
|
|
157
|
+
os: [android]
|
|
158
|
+
|
|
159
|
+
'@esbuild/darwin-arm64@0.18.20':
|
|
160
|
+
resolution: {integrity: sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==}
|
|
161
|
+
engines: {node: '>=12'}
|
|
162
|
+
cpu: [arm64]
|
|
163
|
+
os: [darwin]
|
|
164
|
+
|
|
165
|
+
'@esbuild/darwin-arm64@0.25.12':
|
|
166
|
+
resolution: {integrity: sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==}
|
|
167
|
+
engines: {node: '>=18'}
|
|
168
|
+
cpu: [arm64]
|
|
169
|
+
os: [darwin]
|
|
170
|
+
|
|
171
|
+
'@esbuild/darwin-arm64@0.28.1':
|
|
172
|
+
resolution: {integrity: sha512-TZbWkQY7kvTAXbXUT7uVACR5cMHsDiSz9z7ZKAX/RTq/WJEk3QyRr0wZpNhBDX+/0CtdqUIJlOiodQcta6tY3Q==}
|
|
173
|
+
engines: {node: '>=18'}
|
|
174
|
+
cpu: [arm64]
|
|
175
|
+
os: [darwin]
|
|
176
|
+
|
|
177
|
+
'@esbuild/darwin-x64@0.18.20':
|
|
178
|
+
resolution: {integrity: sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==}
|
|
179
|
+
engines: {node: '>=12'}
|
|
180
|
+
cpu: [x64]
|
|
181
|
+
os: [darwin]
|
|
182
|
+
|
|
183
|
+
'@esbuild/darwin-x64@0.25.12':
|
|
184
|
+
resolution: {integrity: sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==}
|
|
185
|
+
engines: {node: '>=18'}
|
|
186
|
+
cpu: [x64]
|
|
187
|
+
os: [darwin]
|
|
188
|
+
|
|
189
|
+
'@esbuild/darwin-x64@0.28.1':
|
|
190
|
+
resolution: {integrity: sha512-zfdzgK9ACBNZLI/CyHTOx81SyNbM6YXn7rxSgX97VjyiPl9W1i4Ka4fgKECEoFCKGpvBj5qArWIGgQjOwkgskQ==}
|
|
191
|
+
engines: {node: '>=18'}
|
|
192
|
+
cpu: [x64]
|
|
193
|
+
os: [darwin]
|
|
194
|
+
|
|
195
|
+
'@esbuild/freebsd-arm64@0.18.20':
|
|
196
|
+
resolution: {integrity: sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==}
|
|
197
|
+
engines: {node: '>=12'}
|
|
198
|
+
cpu: [arm64]
|
|
199
|
+
os: [freebsd]
|
|
200
|
+
|
|
201
|
+
'@esbuild/freebsd-arm64@0.25.12':
|
|
202
|
+
resolution: {integrity: sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==}
|
|
203
|
+
engines: {node: '>=18'}
|
|
204
|
+
cpu: [arm64]
|
|
205
|
+
os: [freebsd]
|
|
206
|
+
|
|
207
|
+
'@esbuild/freebsd-arm64@0.28.1':
|
|
208
|
+
resolution: {integrity: sha512-wG2EA8ENdEI0qhkSZMjfqrdY+ziCYCPMmtZjjIwOmXFjmyzEHn+UUxk5of+SYsjtfs3VpnlC7QLzSI5hY/rOAw==}
|
|
209
|
+
engines: {node: '>=18'}
|
|
210
|
+
cpu: [arm64]
|
|
211
|
+
os: [freebsd]
|
|
212
|
+
|
|
213
|
+
'@esbuild/freebsd-x64@0.18.20':
|
|
214
|
+
resolution: {integrity: sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==}
|
|
215
|
+
engines: {node: '>=12'}
|
|
216
|
+
cpu: [x64]
|
|
217
|
+
os: [freebsd]
|
|
218
|
+
|
|
219
|
+
'@esbuild/freebsd-x64@0.25.12':
|
|
220
|
+
resolution: {integrity: sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==}
|
|
221
|
+
engines: {node: '>=18'}
|
|
222
|
+
cpu: [x64]
|
|
223
|
+
os: [freebsd]
|
|
224
|
+
|
|
225
|
+
'@esbuild/freebsd-x64@0.28.1':
|
|
226
|
+
resolution: {integrity: sha512-i7dZ9vQgnvSCzi/rYCXNgtF/U+eKZNJBzu3eTQbRgHnM7tNSizLOkRFAl3qzVc/Op/u5YkHHa4pf/3DOYHthLQ==}
|
|
227
|
+
engines: {node: '>=18'}
|
|
228
|
+
cpu: [x64]
|
|
229
|
+
os: [freebsd]
|
|
230
|
+
|
|
231
|
+
'@esbuild/linux-arm64@0.18.20':
|
|
232
|
+
resolution: {integrity: sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==}
|
|
233
|
+
engines: {node: '>=12'}
|
|
234
|
+
cpu: [arm64]
|
|
235
|
+
os: [linux]
|
|
236
|
+
|
|
237
|
+
'@esbuild/linux-arm64@0.25.12':
|
|
238
|
+
resolution: {integrity: sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==}
|
|
239
|
+
engines: {node: '>=18'}
|
|
240
|
+
cpu: [arm64]
|
|
241
|
+
os: [linux]
|
|
242
|
+
|
|
243
|
+
'@esbuild/linux-arm64@0.28.1':
|
|
244
|
+
resolution: {integrity: sha512-yHs+0uc8+nvEAfAfxrWQKK5peSNzBc4PegcMO0EJ2hT71uA7vB8Ihg2e77R2P7SG5uYjPbHlLLmve4LLLRCf0g==}
|
|
245
|
+
engines: {node: '>=18'}
|
|
246
|
+
cpu: [arm64]
|
|
247
|
+
os: [linux]
|
|
248
|
+
|
|
249
|
+
'@esbuild/linux-arm@0.18.20':
|
|
250
|
+
resolution: {integrity: sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==}
|
|
251
|
+
engines: {node: '>=12'}
|
|
252
|
+
cpu: [arm]
|
|
253
|
+
os: [linux]
|
|
254
|
+
|
|
255
|
+
'@esbuild/linux-arm@0.25.12':
|
|
256
|
+
resolution: {integrity: sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==}
|
|
257
|
+
engines: {node: '>=18'}
|
|
258
|
+
cpu: [arm]
|
|
259
|
+
os: [linux]
|
|
260
|
+
|
|
261
|
+
'@esbuild/linux-arm@0.28.1':
|
|
262
|
+
resolution: {integrity: sha512-qVXBOHQS+d5Y722GwJzJUtOLlX7km3CraOaGormF1pDtPd2C/l1SHRPgjLunLGe51Sh5YYWKMFDyV4SxgMQYTQ==}
|
|
263
|
+
engines: {node: '>=18'}
|
|
264
|
+
cpu: [arm]
|
|
265
|
+
os: [linux]
|
|
266
|
+
|
|
267
|
+
'@esbuild/linux-ia32@0.18.20':
|
|
268
|
+
resolution: {integrity: sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==}
|
|
269
|
+
engines: {node: '>=12'}
|
|
270
|
+
cpu: [ia32]
|
|
271
|
+
os: [linux]
|
|
272
|
+
|
|
273
|
+
'@esbuild/linux-ia32@0.25.12':
|
|
274
|
+
resolution: {integrity: sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==}
|
|
275
|
+
engines: {node: '>=18'}
|
|
276
|
+
cpu: [ia32]
|
|
277
|
+
os: [linux]
|
|
278
|
+
|
|
279
|
+
'@esbuild/linux-ia32@0.28.1':
|
|
280
|
+
resolution: {integrity: sha512-d1z4ZuP0ajrfz/FhGT4vv278rX8KnPPJx8i5+AtK7TYbx9Le9F1hyzurZpkEyjkGa9dUGhQow4C1NmeGvqxN2w==}
|
|
281
|
+
engines: {node: '>=18'}
|
|
282
|
+
cpu: [ia32]
|
|
283
|
+
os: [linux]
|
|
284
|
+
|
|
285
|
+
'@esbuild/linux-loong64@0.18.20':
|
|
286
|
+
resolution: {integrity: sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==}
|
|
287
|
+
engines: {node: '>=12'}
|
|
288
|
+
cpu: [loong64]
|
|
289
|
+
os: [linux]
|
|
290
|
+
|
|
291
|
+
'@esbuild/linux-loong64@0.25.12':
|
|
292
|
+
resolution: {integrity: sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==}
|
|
293
|
+
engines: {node: '>=18'}
|
|
294
|
+
cpu: [loong64]
|
|
295
|
+
os: [linux]
|
|
296
|
+
|
|
297
|
+
'@esbuild/linux-loong64@0.28.1':
|
|
298
|
+
resolution: {integrity: sha512-M5sRjUVZrkm1OAPR3dlOYzNmN+loZKGVi1VUQGrwuqLcbR6qeAz+famMhjASeH3YVKvZz+zT1jlh/keC3Rj/lg==}
|
|
299
|
+
engines: {node: '>=18'}
|
|
300
|
+
cpu: [loong64]
|
|
301
|
+
os: [linux]
|
|
302
|
+
|
|
303
|
+
'@esbuild/linux-mips64el@0.18.20':
|
|
304
|
+
resolution: {integrity: sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==}
|
|
305
|
+
engines: {node: '>=12'}
|
|
306
|
+
cpu: [mips64el]
|
|
307
|
+
os: [linux]
|
|
308
|
+
|
|
309
|
+
'@esbuild/linux-mips64el@0.25.12':
|
|
310
|
+
resolution: {integrity: sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==}
|
|
311
|
+
engines: {node: '>=18'}
|
|
312
|
+
cpu: [mips64el]
|
|
313
|
+
os: [linux]
|
|
314
|
+
|
|
315
|
+
'@esbuild/linux-mips64el@0.28.1':
|
|
316
|
+
resolution: {integrity: sha512-mRObBZeHh2OxcBFPWE/FjylkRgZdYuiTR3vaTozquCGOH14iP9oN4x4Ge81CoIDYQrXmIxpFumJBu5MtZpnQJQ==}
|
|
317
|
+
engines: {node: '>=18'}
|
|
318
|
+
cpu: [mips64el]
|
|
319
|
+
os: [linux]
|
|
320
|
+
|
|
321
|
+
'@esbuild/linux-ppc64@0.18.20':
|
|
322
|
+
resolution: {integrity: sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==}
|
|
323
|
+
engines: {node: '>=12'}
|
|
324
|
+
cpu: [ppc64]
|
|
325
|
+
os: [linux]
|
|
326
|
+
|
|
327
|
+
'@esbuild/linux-ppc64@0.25.12':
|
|
328
|
+
resolution: {integrity: sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==}
|
|
329
|
+
engines: {node: '>=18'}
|
|
330
|
+
cpu: [ppc64]
|
|
331
|
+
os: [linux]
|
|
332
|
+
|
|
333
|
+
'@esbuild/linux-ppc64@0.28.1':
|
|
334
|
+
resolution: {integrity: sha512-slScBsMAb3GFDcdrCgLwZtPYRoH2H/youv10QiZyRjmsP48fznoveWytSgCI/R0ZcUgpc0ZhIUEx6LHts8yrfQ==}
|
|
335
|
+
engines: {node: '>=18'}
|
|
336
|
+
cpu: [ppc64]
|
|
337
|
+
os: [linux]
|
|
338
|
+
|
|
339
|
+
'@esbuild/linux-riscv64@0.18.20':
|
|
340
|
+
resolution: {integrity: sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==}
|
|
341
|
+
engines: {node: '>=12'}
|
|
342
|
+
cpu: [riscv64]
|
|
343
|
+
os: [linux]
|
|
344
|
+
|
|
345
|
+
'@esbuild/linux-riscv64@0.25.12':
|
|
346
|
+
resolution: {integrity: sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==}
|
|
347
|
+
engines: {node: '>=18'}
|
|
348
|
+
cpu: [riscv64]
|
|
349
|
+
os: [linux]
|
|
350
|
+
|
|
351
|
+
'@esbuild/linux-riscv64@0.28.1':
|
|
352
|
+
resolution: {integrity: sha512-kw0owk1o0GFETUJyW0jc0G4Yzs0BHZn0JDZ8JRT088vjJYX777BAs1fDGxAC+q831qOs2DTC96mNsG2opdfyyQ==}
|
|
353
|
+
engines: {node: '>=18'}
|
|
354
|
+
cpu: [riscv64]
|
|
355
|
+
os: [linux]
|
|
356
|
+
|
|
357
|
+
'@esbuild/linux-s390x@0.18.20':
|
|
358
|
+
resolution: {integrity: sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==}
|
|
359
|
+
engines: {node: '>=12'}
|
|
360
|
+
cpu: [s390x]
|
|
361
|
+
os: [linux]
|
|
362
|
+
|
|
363
|
+
'@esbuild/linux-s390x@0.25.12':
|
|
364
|
+
resolution: {integrity: sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==}
|
|
365
|
+
engines: {node: '>=18'}
|
|
366
|
+
cpu: [s390x]
|
|
367
|
+
os: [linux]
|
|
368
|
+
|
|
369
|
+
'@esbuild/linux-s390x@0.28.1':
|
|
370
|
+
resolution: {integrity: sha512-/lAIjX8aYFRByhh6L5rYtPEDRqa9de/4V/juOXcta5frjvzXO4/sqEtyytse0g3zZFuWu5cDN0MkLz2qRDD2Ag==}
|
|
371
|
+
engines: {node: '>=18'}
|
|
372
|
+
cpu: [s390x]
|
|
373
|
+
os: [linux]
|
|
374
|
+
|
|
375
|
+
'@esbuild/linux-x64@0.18.20':
|
|
376
|
+
resolution: {integrity: sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==}
|
|
377
|
+
engines: {node: '>=12'}
|
|
378
|
+
cpu: [x64]
|
|
379
|
+
os: [linux]
|
|
380
|
+
|
|
381
|
+
'@esbuild/linux-x64@0.25.12':
|
|
382
|
+
resolution: {integrity: sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==}
|
|
383
|
+
engines: {node: '>=18'}
|
|
384
|
+
cpu: [x64]
|
|
385
|
+
os: [linux]
|
|
386
|
+
|
|
387
|
+
'@esbuild/linux-x64@0.28.1':
|
|
388
|
+
resolution: {integrity: sha512-u/anNYF2mmVOEDwLtnQ1wOr3EZ9sTNGLWrsYGYwHWzGA3Si84IOkHXlbWTD1NB+9/1lcnweYKO54uhxZydNzfA==}
|
|
389
|
+
engines: {node: '>=18'}
|
|
390
|
+
cpu: [x64]
|
|
391
|
+
os: [linux]
|
|
392
|
+
|
|
393
|
+
'@esbuild/netbsd-arm64@0.25.12':
|
|
394
|
+
resolution: {integrity: sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==}
|
|
395
|
+
engines: {node: '>=18'}
|
|
396
|
+
cpu: [arm64]
|
|
397
|
+
os: [netbsd]
|
|
398
|
+
|
|
399
|
+
'@esbuild/netbsd-arm64@0.28.1':
|
|
400
|
+
resolution: {integrity: sha512-oks0DYbLwWMmaakTsCb+zL4E+aHRVLom9IJZOAthMQEPiQmydXHkziYEsGYRx0uNV/IjEKGAV941JzH02pflqw==}
|
|
401
|
+
engines: {node: '>=18'}
|
|
402
|
+
cpu: [arm64]
|
|
403
|
+
os: [netbsd]
|
|
404
|
+
|
|
405
|
+
'@esbuild/netbsd-x64@0.18.20':
|
|
406
|
+
resolution: {integrity: sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==}
|
|
407
|
+
engines: {node: '>=12'}
|
|
408
|
+
cpu: [x64]
|
|
409
|
+
os: [netbsd]
|
|
410
|
+
|
|
411
|
+
'@esbuild/netbsd-x64@0.25.12':
|
|
412
|
+
resolution: {integrity: sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==}
|
|
413
|
+
engines: {node: '>=18'}
|
|
414
|
+
cpu: [x64]
|
|
415
|
+
os: [netbsd]
|
|
416
|
+
|
|
417
|
+
'@esbuild/netbsd-x64@0.28.1':
|
|
418
|
+
resolution: {integrity: sha512-aeL6lAnN89Hz43Mlh1G8ARasbuoYvSITDEx0tHh5b7jJnHcssqgjy9Yx430GDpmCa6OyrKoS0aNRjKundRizGg==}
|
|
419
|
+
engines: {node: '>=18'}
|
|
420
|
+
cpu: [x64]
|
|
421
|
+
os: [netbsd]
|
|
422
|
+
|
|
423
|
+
'@esbuild/openbsd-arm64@0.25.12':
|
|
424
|
+
resolution: {integrity: sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==}
|
|
425
|
+
engines: {node: '>=18'}
|
|
426
|
+
cpu: [arm64]
|
|
427
|
+
os: [openbsd]
|
|
428
|
+
|
|
429
|
+
'@esbuild/openbsd-arm64@0.28.1':
|
|
430
|
+
resolution: {integrity: sha512-MEFJe5C3R8pwXdZ5Y21oo6m7ePiS0d9pWucn99O/wvyJZChoIQKrQDxKrGeW8F5+T0okTHesAmDeiHDTIq0V/Q==}
|
|
431
|
+
engines: {node: '>=18'}
|
|
432
|
+
cpu: [arm64]
|
|
433
|
+
os: [openbsd]
|
|
434
|
+
|
|
435
|
+
'@esbuild/openbsd-x64@0.18.20':
|
|
436
|
+
resolution: {integrity: sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==}
|
|
437
|
+
engines: {node: '>=12'}
|
|
438
|
+
cpu: [x64]
|
|
439
|
+
os: [openbsd]
|
|
440
|
+
|
|
441
|
+
'@esbuild/openbsd-x64@0.25.12':
|
|
442
|
+
resolution: {integrity: sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==}
|
|
443
|
+
engines: {node: '>=18'}
|
|
444
|
+
cpu: [x64]
|
|
445
|
+
os: [openbsd]
|
|
446
|
+
|
|
447
|
+
'@esbuild/openbsd-x64@0.28.1':
|
|
448
|
+
resolution: {integrity: sha512-i/ZLIOafE0Z8cI/XANJAixoJL/uRAoS2xOA3rb0xN+KK0K177cMAsQYkzHtBrtMXAKuAc7HGgcWiZ/sRC1Nxgw==}
|
|
449
|
+
engines: {node: '>=18'}
|
|
450
|
+
cpu: [x64]
|
|
451
|
+
os: [openbsd]
|
|
452
|
+
|
|
453
|
+
'@esbuild/openharmony-arm64@0.25.12':
|
|
454
|
+
resolution: {integrity: sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==}
|
|
455
|
+
engines: {node: '>=18'}
|
|
456
|
+
cpu: [arm64]
|
|
457
|
+
os: [openharmony]
|
|
458
|
+
|
|
459
|
+
'@esbuild/openharmony-arm64@0.28.1':
|
|
460
|
+
resolution: {integrity: sha512-ge+Z7EXFNt2BO1oAMsVpiQ8EwndV9i1xXerAeTIK7AtPs3bKFXQM7nlRxDSIUIMeueR1CNXxqztLzdNeReKBJg==}
|
|
461
|
+
engines: {node: '>=18'}
|
|
462
|
+
cpu: [arm64]
|
|
463
|
+
os: [openharmony]
|
|
464
|
+
|
|
465
|
+
'@esbuild/sunos-x64@0.18.20':
|
|
466
|
+
resolution: {integrity: sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==}
|
|
467
|
+
engines: {node: '>=12'}
|
|
468
|
+
cpu: [x64]
|
|
469
|
+
os: [sunos]
|
|
470
|
+
|
|
471
|
+
'@esbuild/sunos-x64@0.25.12':
|
|
472
|
+
resolution: {integrity: sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==}
|
|
473
|
+
engines: {node: '>=18'}
|
|
474
|
+
cpu: [x64]
|
|
475
|
+
os: [sunos]
|
|
476
|
+
|
|
477
|
+
'@esbuild/sunos-x64@0.28.1':
|
|
478
|
+
resolution: {integrity: sha512-BEjgtECkL3vY+SaSQ6nzVfiALUeFxpawyp8Jmf5PtYhf1Ug40N1h/hxlhts+f1FvSvarEigdxS3BlSMI2PJLcQ==}
|
|
479
|
+
engines: {node: '>=18'}
|
|
480
|
+
cpu: [x64]
|
|
481
|
+
os: [sunos]
|
|
482
|
+
|
|
483
|
+
'@esbuild/win32-arm64@0.18.20':
|
|
484
|
+
resolution: {integrity: sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==}
|
|
485
|
+
engines: {node: '>=12'}
|
|
486
|
+
cpu: [arm64]
|
|
487
|
+
os: [win32]
|
|
488
|
+
|
|
489
|
+
'@esbuild/win32-arm64@0.25.12':
|
|
490
|
+
resolution: {integrity: sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==}
|
|
491
|
+
engines: {node: '>=18'}
|
|
492
|
+
cpu: [arm64]
|
|
493
|
+
os: [win32]
|
|
494
|
+
|
|
495
|
+
'@esbuild/win32-arm64@0.28.1':
|
|
496
|
+
resolution: {integrity: sha512-lCv9eK/H6ZJWbE7bh2nw54CZ9M2nupBxJcTsdk/QQnWkdSjKGuxmmH8/GWrlT1eMmZfn4dGcCjRte397WqfQXA==}
|
|
497
|
+
engines: {node: '>=18'}
|
|
498
|
+
cpu: [arm64]
|
|
499
|
+
os: [win32]
|
|
500
|
+
|
|
501
|
+
'@esbuild/win32-ia32@0.18.20':
|
|
502
|
+
resolution: {integrity: sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==}
|
|
503
|
+
engines: {node: '>=12'}
|
|
504
|
+
cpu: [ia32]
|
|
505
|
+
os: [win32]
|
|
506
|
+
|
|
507
|
+
'@esbuild/win32-ia32@0.25.12':
|
|
508
|
+
resolution: {integrity: sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==}
|
|
509
|
+
engines: {node: '>=18'}
|
|
510
|
+
cpu: [ia32]
|
|
511
|
+
os: [win32]
|
|
512
|
+
|
|
513
|
+
'@esbuild/win32-ia32@0.28.1':
|
|
514
|
+
resolution: {integrity: sha512-zvb/mB2bSCoJOpoCBgYKKpX6YM6mJBlBUVUtVj41DlZJVEB6/0CKlRYxP5wWl1C1ILiCoAU5wZZ4q1P3qeS6Eg==}
|
|
515
|
+
engines: {node: '>=18'}
|
|
516
|
+
cpu: [ia32]
|
|
517
|
+
os: [win32]
|
|
518
|
+
|
|
519
|
+
'@esbuild/win32-x64@0.18.20':
|
|
520
|
+
resolution: {integrity: sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==}
|
|
521
|
+
engines: {node: '>=12'}
|
|
522
|
+
cpu: [x64]
|
|
523
|
+
os: [win32]
|
|
524
|
+
|
|
525
|
+
'@esbuild/win32-x64@0.25.12':
|
|
526
|
+
resolution: {integrity: sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==}
|
|
527
|
+
engines: {node: '>=18'}
|
|
528
|
+
cpu: [x64]
|
|
529
|
+
os: [win32]
|
|
530
|
+
|
|
531
|
+
'@esbuild/win32-x64@0.28.1':
|
|
532
|
+
resolution: {integrity: sha512-bm4Mowrv+GXMlpWX++EcXw/iLyd1o3+bJkC2DkWXYVvgZCqD/bSj9ctZeAMC3cIxgjRVR2Dufaiu4YPxr5gW1A==}
|
|
533
|
+
engines: {node: '>=18'}
|
|
534
|
+
cpu: [x64]
|
|
535
|
+
os: [win32]
|
|
536
|
+
|
|
537
|
+
'@img/colour@1.1.0':
|
|
538
|
+
resolution: {integrity: sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==}
|
|
539
|
+
engines: {node: '>=18'}
|
|
540
|
+
|
|
541
|
+
'@img/sharp-darwin-arm64@0.34.5':
|
|
542
|
+
resolution: {integrity: sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==}
|
|
543
|
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
544
|
+
cpu: [arm64]
|
|
545
|
+
os: [darwin]
|
|
546
|
+
|
|
547
|
+
'@img/sharp-darwin-x64@0.34.5':
|
|
548
|
+
resolution: {integrity: sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==}
|
|
549
|
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
550
|
+
cpu: [x64]
|
|
551
|
+
os: [darwin]
|
|
552
|
+
|
|
553
|
+
'@img/sharp-libvips-darwin-arm64@1.2.4':
|
|
554
|
+
resolution: {integrity: sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==}
|
|
555
|
+
cpu: [arm64]
|
|
556
|
+
os: [darwin]
|
|
557
|
+
|
|
558
|
+
'@img/sharp-libvips-darwin-x64@1.2.4':
|
|
559
|
+
resolution: {integrity: sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==}
|
|
560
|
+
cpu: [x64]
|
|
561
|
+
os: [darwin]
|
|
562
|
+
|
|
563
|
+
'@img/sharp-libvips-linux-arm64@1.2.4':
|
|
564
|
+
resolution: {integrity: sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==}
|
|
565
|
+
cpu: [arm64]
|
|
566
|
+
os: [linux]
|
|
567
|
+
|
|
568
|
+
'@img/sharp-libvips-linux-arm@1.2.4':
|
|
569
|
+
resolution: {integrity: sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==}
|
|
570
|
+
cpu: [arm]
|
|
571
|
+
os: [linux]
|
|
572
|
+
|
|
573
|
+
'@img/sharp-libvips-linux-ppc64@1.2.4':
|
|
574
|
+
resolution: {integrity: sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==}
|
|
575
|
+
cpu: [ppc64]
|
|
576
|
+
os: [linux]
|
|
577
|
+
|
|
578
|
+
'@img/sharp-libvips-linux-riscv64@1.2.4':
|
|
579
|
+
resolution: {integrity: sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==}
|
|
580
|
+
cpu: [riscv64]
|
|
581
|
+
os: [linux]
|
|
582
|
+
|
|
583
|
+
'@img/sharp-libvips-linux-s390x@1.2.4':
|
|
584
|
+
resolution: {integrity: sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==}
|
|
585
|
+
cpu: [s390x]
|
|
586
|
+
os: [linux]
|
|
587
|
+
|
|
588
|
+
'@img/sharp-libvips-linux-x64@1.2.4':
|
|
589
|
+
resolution: {integrity: sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==}
|
|
590
|
+
cpu: [x64]
|
|
591
|
+
os: [linux]
|
|
592
|
+
|
|
593
|
+
'@img/sharp-libvips-linuxmusl-arm64@1.2.4':
|
|
594
|
+
resolution: {integrity: sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==}
|
|
595
|
+
cpu: [arm64]
|
|
596
|
+
os: [linux]
|
|
597
|
+
|
|
598
|
+
'@img/sharp-libvips-linuxmusl-x64@1.2.4':
|
|
599
|
+
resolution: {integrity: sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==}
|
|
600
|
+
cpu: [x64]
|
|
601
|
+
os: [linux]
|
|
602
|
+
|
|
603
|
+
'@img/sharp-linux-arm64@0.34.5':
|
|
604
|
+
resolution: {integrity: sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==}
|
|
605
|
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
606
|
+
cpu: [arm64]
|
|
607
|
+
os: [linux]
|
|
608
|
+
|
|
609
|
+
'@img/sharp-linux-arm@0.34.5':
|
|
610
|
+
resolution: {integrity: sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==}
|
|
611
|
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
612
|
+
cpu: [arm]
|
|
613
|
+
os: [linux]
|
|
614
|
+
|
|
615
|
+
'@img/sharp-linux-ppc64@0.34.5':
|
|
616
|
+
resolution: {integrity: sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==}
|
|
617
|
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
618
|
+
cpu: [ppc64]
|
|
619
|
+
os: [linux]
|
|
620
|
+
|
|
621
|
+
'@img/sharp-linux-riscv64@0.34.5':
|
|
622
|
+
resolution: {integrity: sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==}
|
|
623
|
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
624
|
+
cpu: [riscv64]
|
|
625
|
+
os: [linux]
|
|
626
|
+
|
|
627
|
+
'@img/sharp-linux-s390x@0.34.5':
|
|
628
|
+
resolution: {integrity: sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==}
|
|
629
|
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
630
|
+
cpu: [s390x]
|
|
631
|
+
os: [linux]
|
|
632
|
+
|
|
633
|
+
'@img/sharp-linux-x64@0.34.5':
|
|
634
|
+
resolution: {integrity: sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==}
|
|
635
|
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
636
|
+
cpu: [x64]
|
|
637
|
+
os: [linux]
|
|
638
|
+
|
|
639
|
+
'@img/sharp-linuxmusl-arm64@0.34.5':
|
|
640
|
+
resolution: {integrity: sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==}
|
|
641
|
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
642
|
+
cpu: [arm64]
|
|
643
|
+
os: [linux]
|
|
644
|
+
|
|
645
|
+
'@img/sharp-linuxmusl-x64@0.34.5':
|
|
646
|
+
resolution: {integrity: sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==}
|
|
647
|
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
648
|
+
cpu: [x64]
|
|
649
|
+
os: [linux]
|
|
650
|
+
|
|
651
|
+
'@img/sharp-wasm32@0.34.5':
|
|
652
|
+
resolution: {integrity: sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==}
|
|
653
|
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
654
|
+
cpu: [wasm32]
|
|
655
|
+
|
|
656
|
+
'@img/sharp-win32-arm64@0.34.5':
|
|
657
|
+
resolution: {integrity: sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==}
|
|
658
|
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
659
|
+
cpu: [arm64]
|
|
660
|
+
os: [win32]
|
|
661
|
+
|
|
662
|
+
'@img/sharp-win32-ia32@0.34.5':
|
|
663
|
+
resolution: {integrity: sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==}
|
|
664
|
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
665
|
+
cpu: [ia32]
|
|
666
|
+
os: [win32]
|
|
667
|
+
|
|
668
|
+
'@img/sharp-win32-x64@0.34.5':
|
|
669
|
+
resolution: {integrity: sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==}
|
|
670
|
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
671
|
+
cpu: [x64]
|
|
672
|
+
os: [win32]
|
|
673
|
+
|
|
674
|
+
'@jridgewell/gen-mapping@0.3.13':
|
|
675
|
+
resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==}
|
|
676
|
+
|
|
677
|
+
'@jridgewell/remapping@2.3.5':
|
|
678
|
+
resolution: {integrity: sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==}
|
|
679
|
+
|
|
680
|
+
'@jridgewell/resolve-uri@3.1.2':
|
|
681
|
+
resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
|
|
682
|
+
engines: {node: '>=6.0.0'}
|
|
683
|
+
|
|
684
|
+
'@jridgewell/sourcemap-codec@1.5.5':
|
|
685
|
+
resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
|
|
686
|
+
|
|
687
|
+
'@jridgewell/trace-mapping@0.3.31':
|
|
688
|
+
resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
|
|
689
|
+
|
|
690
|
+
'@next/env@16.2.12':
|
|
691
|
+
resolution: {integrity: sha512-d0Z5Bc13Fa4nR8pFAKx2jay2yhJM16vlfHbTzYnUQAxlNb6B6lmn4hjt69lYNt4kRtyYP6gEM49lPRHNbIyneg==}
|
|
692
|
+
|
|
693
|
+
'@next/swc-darwin-arm64@16.2.12':
|
|
694
|
+
resolution: {integrity: sha512-0W1R0teHWJrqKX0FH20IzzIWAOuGtBxPGuObrxy1lE8hQvCFj49KE8a3WUg0D7sq6rn6zkM4c7YGUnhudBS6oA==}
|
|
695
|
+
engines: {node: '>= 10'}
|
|
696
|
+
cpu: [arm64]
|
|
697
|
+
os: [darwin]
|
|
698
|
+
|
|
699
|
+
'@next/swc-darwin-x64@16.2.12':
|
|
700
|
+
resolution: {integrity: sha512-Hy5Ls099+aFUmOLmIgPfLqNi6iCwhL3uQCssz5rWk+5Nkc6TUKCE83DY5BbNylfm3+mfwcSFnLRfrZDJhVxdtw==}
|
|
701
|
+
engines: {node: '>= 10'}
|
|
702
|
+
cpu: [x64]
|
|
703
|
+
os: [darwin]
|
|
704
|
+
|
|
705
|
+
'@next/swc-linux-arm64-gnu@16.2.12':
|
|
706
|
+
resolution: {integrity: sha512-+YqU2h1cQkHsGfvjAsrSmst8UIFBibBGm5x3Xgel8NLMiDQtNOM4sM2GOEMvG5YiOBNeN/Ykk8cQC2S0Xrqljg==}
|
|
707
|
+
engines: {node: '>= 10'}
|
|
708
|
+
cpu: [arm64]
|
|
709
|
+
os: [linux]
|
|
710
|
+
|
|
711
|
+
'@next/swc-linux-arm64-musl@16.2.12':
|
|
712
|
+
resolution: {integrity: sha512-0qjhiYBaKAqF63LA1ZWAAnKTzFUguAaZiRa5etMLGGPj/B6uEVjtIZldIzFEp3wHlB0koK6aTzqPtSdplTCjoA==}
|
|
713
|
+
engines: {node: '>= 10'}
|
|
714
|
+
cpu: [arm64]
|
|
715
|
+
os: [linux]
|
|
716
|
+
|
|
717
|
+
'@next/swc-linux-x64-gnu@16.2.12':
|
|
718
|
+
resolution: {integrity: sha512-7A3q26W+h7gnA15uqBToNuDqBEFZZcqh0mW2mn4AJh/G5pdg2RVE3n4slzLEliASZFG3NmsbEzng/x2Sh09mBg==}
|
|
719
|
+
engines: {node: '>= 10'}
|
|
720
|
+
cpu: [x64]
|
|
721
|
+
os: [linux]
|
|
722
|
+
|
|
723
|
+
'@next/swc-linux-x64-musl@16.2.12':
|
|
724
|
+
resolution: {integrity: sha512-qSjL/uppm+cbh21s72Ss8gkiOhQ4dExWHNGOWy6eZV7STj5WsKehgxT61beSsOj+YYQuTplL376lOCdMQU5T8w==}
|
|
725
|
+
engines: {node: '>= 10'}
|
|
726
|
+
cpu: [x64]
|
|
727
|
+
os: [linux]
|
|
728
|
+
|
|
729
|
+
'@next/swc-win32-arm64-msvc@16.2.12':
|
|
730
|
+
resolution: {integrity: sha512-X6hzsOUJac/e7AWSbn9gQ9nzHld1xWP5iyjHpYWvud8pufB679O1xg4JDyKr8Xd69Jvd+kM2Der6uftiZCmjYA==}
|
|
731
|
+
engines: {node: '>= 10'}
|
|
732
|
+
cpu: [arm64]
|
|
733
|
+
os: [win32]
|
|
734
|
+
|
|
735
|
+
'@next/swc-win32-x64-msvc@16.2.12':
|
|
736
|
+
resolution: {integrity: sha512-F6fakeHuFTLOPt0bslQJdf+xtT+WIP9DVn/m4y1w1mRnVPyh3D/cNvzlRkxM444xfm+IvvYNSOrKiA2CDJ0Uxw==}
|
|
737
|
+
engines: {node: '>= 10'}
|
|
738
|
+
cpu: [x64]
|
|
739
|
+
os: [win32]
|
|
740
|
+
|
|
741
|
+
'@playwright/test@1.58.2':
|
|
742
|
+
resolution: {integrity: sha512-akea+6bHYBBfA9uQqSYmlJXn61cTa+jbO87xVLCWbTqbWadRVmhxlXATaOjOgcBaWU4ePo0wB41KMFv3o35IXA==}
|
|
743
|
+
engines: {node: '>=18'}
|
|
744
|
+
hasBin: true
|
|
745
|
+
|
|
746
|
+
'@radix-ui/react-compose-refs@1.1.2':
|
|
747
|
+
resolution: {integrity: sha512-z4eqJvfiNnFMHIIvXP3CY57y2WJs5g2v3X0zm9mEJkrkNv4rDxu+sg9Jh8EkXyeqBkB7SOcboo9dMVqhyrACIg==}
|
|
748
|
+
peerDependencies:
|
|
749
|
+
'@types/react': '*'
|
|
750
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
751
|
+
peerDependenciesMeta:
|
|
752
|
+
'@types/react':
|
|
753
|
+
optional: true
|
|
754
|
+
|
|
755
|
+
'@radix-ui/react-slot@1.2.4':
|
|
756
|
+
resolution: {integrity: sha512-Jl+bCv8HxKnlTLVrcDE8zTMJ09R9/ukw4qBs/oZClOfoQk/cOTbDn+NceXfV7j09YPVQUryJPHurafcSg6EVKA==}
|
|
757
|
+
peerDependencies:
|
|
758
|
+
'@types/react': '*'
|
|
759
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
760
|
+
peerDependenciesMeta:
|
|
761
|
+
'@types/react':
|
|
762
|
+
optional: true
|
|
763
|
+
|
|
764
|
+
'@rollup/rollup-android-arm-eabi@4.62.3':
|
|
765
|
+
resolution: {integrity: sha512-c0wdcekXtQvvn5Tsrk/+op/gUArrbWaFduBnTLP2l1cKLSQs4diMWjJw3m6A0DdzT8dAAX95KpkJ3qynCePbmw==}
|
|
766
|
+
cpu: [arm]
|
|
767
|
+
os: [android]
|
|
768
|
+
|
|
769
|
+
'@rollup/rollup-android-arm64@4.62.3':
|
|
770
|
+
resolution: {integrity: sha512-3YjElDdWN+qXAFbJ/CzPV+0wspLqh54k/I6GfdYtEJRqg7buSgc1yPM3B+93j1M4neobtkATHZTmxK2AMVGfnA==}
|
|
771
|
+
cpu: [arm64]
|
|
772
|
+
os: [android]
|
|
773
|
+
|
|
774
|
+
'@rollup/rollup-darwin-arm64@4.62.3':
|
|
775
|
+
resolution: {integrity: sha512-Pch2pFNOxxz1hTjypIdPyRTR6riiwRl84+VcN9djS680fw+Co1nAJINrdpqp7KV0NvyuU8ilZXZCjd7ykJl1GQ==}
|
|
776
|
+
cpu: [arm64]
|
|
777
|
+
os: [darwin]
|
|
778
|
+
|
|
779
|
+
'@rollup/rollup-darwin-x64@4.62.3':
|
|
780
|
+
resolution: {integrity: sha512-LEuncFUHFiF8t4yZVZvvZA1wk0pjAscRnsrn1EfTEmN4HXotBi2YtcnLRyaK6UbuczW7xZS5ES+81Rdz8Z0T6g==}
|
|
781
|
+
cpu: [x64]
|
|
782
|
+
os: [darwin]
|
|
783
|
+
|
|
784
|
+
'@rollup/rollup-freebsd-arm64@4.62.3':
|
|
785
|
+
resolution: {integrity: sha512-zvBUvsQUpOWALdDsk6qbS8bXf2VxmPisuudNDrY7x0p0jBdsoZl8HsHczIOgkQiZldmcacMKtBzpoGVNeIe2bQ==}
|
|
786
|
+
cpu: [arm64]
|
|
787
|
+
os: [freebsd]
|
|
788
|
+
|
|
789
|
+
'@rollup/rollup-freebsd-x64@4.62.3':
|
|
790
|
+
resolution: {integrity: sha512-C2KmNrcSem/AMg984H/dev+si0lieQGdXdR/lYGJnuumXnFb9Y7QdiI62obFdLlxRYLBv4P0eUVIDbD4c1vVvw==}
|
|
791
|
+
cpu: [x64]
|
|
792
|
+
os: [freebsd]
|
|
793
|
+
|
|
794
|
+
'@rollup/rollup-linux-arm-gnueabihf@4.62.3':
|
|
795
|
+
resolution: {integrity: sha512-ggXnsTAEzNQx74XpunRsiZ9aBZDsI7XIa0hm2nzR9f4WzH5/f/d73ZSDaC5ejJ8YLY4NW+V3wr0tjOaeCq8hqA==}
|
|
796
|
+
cpu: [arm]
|
|
797
|
+
os: [linux]
|
|
798
|
+
|
|
799
|
+
'@rollup/rollup-linux-arm-musleabihf@4.62.3':
|
|
800
|
+
resolution: {integrity: sha512-2vng+FlzNUhKZxtej3IUqJgbZoQk2M/dwQM20+ULV0R/E/8tr9/P6uEf2iiGIk4HL0zMKh5Jry7mUHdUOvyGgA==}
|
|
801
|
+
cpu: [arm]
|
|
802
|
+
os: [linux]
|
|
803
|
+
|
|
804
|
+
'@rollup/rollup-linux-arm64-gnu@4.62.3':
|
|
805
|
+
resolution: {integrity: sha512-LLLFZKt4/Nraf9rxDkhiU8QVgLF4WmCkfr0L4fj0fPfIZFBib0DeiFk1hhaYKd03LFAFJcxHslhDFlNJLylf5Q==}
|
|
806
|
+
cpu: [arm64]
|
|
807
|
+
os: [linux]
|
|
808
|
+
|
|
809
|
+
'@rollup/rollup-linux-arm64-musl@4.62.3':
|
|
810
|
+
resolution: {integrity: sha512-WJkdQCvS9sWNOUBJZfQRKpZGFBztRzcowI+nndmflKgU4XY+3a420FgTOSKTsVqJbnzSxeT4vaJalpOaPo2YCQ==}
|
|
811
|
+
cpu: [arm64]
|
|
812
|
+
os: [linux]
|
|
813
|
+
|
|
814
|
+
'@rollup/rollup-linux-loong64-gnu@4.62.3':
|
|
815
|
+
resolution: {integrity: sha512-PwHXCCS2n64/1Ot6rP1YEYA02MGYBcQlr8CSZZyrUG2O7NH6NklYmvr9v3Jy+5e/eDeNchc/ukmKJi9LuflMIQ==}
|
|
816
|
+
cpu: [loong64]
|
|
817
|
+
os: [linux]
|
|
818
|
+
|
|
819
|
+
'@rollup/rollup-linux-loong64-musl@4.62.3':
|
|
820
|
+
resolution: {integrity: sha512-vUjxINQu3RC8NZS3ykk1gN65gIz8pAopOq2HXuZhiIxHdx7TFvDG+jgrdSgInu1Eza4/Rfi2VzZgyIgEH4WOaw==}
|
|
821
|
+
cpu: [loong64]
|
|
822
|
+
os: [linux]
|
|
823
|
+
|
|
824
|
+
'@rollup/rollup-linux-ppc64-gnu@4.62.3':
|
|
825
|
+
resolution: {integrity: sha512-wzko4aJ13+0G3kGnviCg5gnXFKd40izKsrf2uOw12US4XqprkDrmwOpeW14aSNa37V8bfPcz5Fkob6LZ3BAPmA==}
|
|
826
|
+
cpu: [ppc64]
|
|
827
|
+
os: [linux]
|
|
828
|
+
|
|
829
|
+
'@rollup/rollup-linux-ppc64-musl@4.62.3':
|
|
830
|
+
resolution: {integrity: sha512-8120ue0JUMSwy11stlwnfdX3pPd+WZYGCDBwEHWtIHi6pOpZmsEF5QKB7a/UN+XFdqvobxz98kv8RTqikyCEBw==}
|
|
831
|
+
cpu: [ppc64]
|
|
832
|
+
os: [linux]
|
|
833
|
+
|
|
834
|
+
'@rollup/rollup-linux-riscv64-gnu@4.62.3':
|
|
835
|
+
resolution: {integrity: sha512-XLFHnR3tXMjbOCh2vtVJHmxt+995uJsTERQyseFDRA0xxMxyTZPLa3OIUlyFaO4mF/Lu0FjmWHCuPXJT1n/IOg==}
|
|
836
|
+
cpu: [riscv64]
|
|
837
|
+
os: [linux]
|
|
838
|
+
|
|
839
|
+
'@rollup/rollup-linux-riscv64-musl@4.62.3':
|
|
840
|
+
resolution: {integrity: sha512-se6yXvNGMIl0f+RQzyh7XAmia8/9kplQx424wnG2w0C1oi6XgO6Y8otKhdXFHbHs88Ihavzmvh1NWjuovE76BQ==}
|
|
841
|
+
cpu: [riscv64]
|
|
842
|
+
os: [linux]
|
|
843
|
+
|
|
844
|
+
'@rollup/rollup-linux-s390x-gnu@4.62.3':
|
|
845
|
+
resolution: {integrity: sha512-gNoxRefktVIiGflpONuxWWXZAzIQG++z9qHO3xKwk4WdDMuQja3JHGfE1u0i3PfPDyvhypdk+WrgIJqLhGG7sg==}
|
|
846
|
+
cpu: [s390x]
|
|
847
|
+
os: [linux]
|
|
848
|
+
|
|
849
|
+
'@rollup/rollup-linux-x64-gnu@4.62.3':
|
|
850
|
+
resolution: {integrity: sha512-V4KtWtQfAFMU7+9/A/VDps/VI8CHd3cYz0L8sgJzz8qK7eY7wI4ruFD82UYIYvW9Z4DtlTfhQcsl4XyPHW5uSg==}
|
|
851
|
+
cpu: [x64]
|
|
852
|
+
os: [linux]
|
|
853
|
+
|
|
854
|
+
'@rollup/rollup-linux-x64-musl@4.62.3':
|
|
855
|
+
resolution: {integrity: sha512-LBx9LYXvj2CBkMkjLdNAWLwH0MLMin7do2VcVo9kVPibGLkY0BQQut2fv7NVqkXqZ/CrAu9LqDHVV1xHCMpCPw==}
|
|
856
|
+
cpu: [x64]
|
|
857
|
+
os: [linux]
|
|
858
|
+
|
|
859
|
+
'@rollup/rollup-openbsd-x64@4.62.3':
|
|
860
|
+
resolution: {integrity: sha512-ABVf3Q0RCu7NcyCCOZQI0pJ3GuSdfSl8EXcy88QtdceIMIoCUdfhsJChZ64L9zVM2aJHjde1Bhn5uqSRcX9ySA==}
|
|
861
|
+
cpu: [x64]
|
|
862
|
+
os: [openbsd]
|
|
863
|
+
|
|
864
|
+
'@rollup/rollup-openharmony-arm64@4.62.3':
|
|
865
|
+
resolution: {integrity: sha512-+2Cy/ldweGBLlPIKsQLF8U5N44a0KDdbrk1rAjHOM9M2K+kGdIVjHLmmrZIcx+9Ny3ke/1JomCsDI1ocb11+sg==}
|
|
866
|
+
cpu: [arm64]
|
|
867
|
+
os: [openharmony]
|
|
868
|
+
|
|
869
|
+
'@rollup/rollup-win32-arm64-msvc@4.62.3':
|
|
870
|
+
resolution: {integrity: sha512-dtZvzc8BedpSaFNy75x6uiWwAGTH+aZHDtdrqP6qk+WcLJrfti6sGje1ZJ9UxyzDLF23d/mV+PaMwuC0hL7UVA==}
|
|
871
|
+
cpu: [arm64]
|
|
872
|
+
os: [win32]
|
|
873
|
+
|
|
874
|
+
'@rollup/rollup-win32-ia32-msvc@4.62.3':
|
|
875
|
+
resolution: {integrity: sha512-Rj8Ra4noo+aYy7sKBggCx0407mws34kAb1ySyWuq5DAtFBQdkSwnsjCgPrhPe9cvgBKZIukpE+CVHvORCS93kQ==}
|
|
876
|
+
cpu: [ia32]
|
|
877
|
+
os: [win32]
|
|
878
|
+
|
|
879
|
+
'@rollup/rollup-win32-x64-gnu@4.62.3':
|
|
880
|
+
resolution: {integrity: sha512-vp7N084ew/odXn2gi/mzm9mUkQu9l6AiN6dt4IeUM2Uvm9o+cVmP+YkqbMOteLbiGgqBBlJZjIMYVCfOOIVbVQ==}
|
|
881
|
+
cpu: [x64]
|
|
882
|
+
os: [win32]
|
|
883
|
+
|
|
884
|
+
'@rollup/rollup-win32-x64-msvc@4.62.3':
|
|
885
|
+
resolution: {integrity: sha512-MOG/3gTOn4Fwf574RVOaY61I5o6P90legkFADiTyn1hyjNydT+cerU2rLUwPdZkKKyJ+iT+K9p7WXK4LM1Ka6g==}
|
|
886
|
+
cpu: [x64]
|
|
887
|
+
os: [win32]
|
|
888
|
+
|
|
889
|
+
'@swc/helpers@0.5.15':
|
|
890
|
+
resolution: {integrity: sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==}
|
|
891
|
+
|
|
892
|
+
'@tailwindcss/node@4.3.3':
|
|
893
|
+
resolution: {integrity: sha512-/T8IKEsf9VTU6tLjgC7+sv2mOPtQxzE2jMw7u4Tt40Tx+QSZxpzh95/H6cMKoja9XuW7iMdLJYBB0o9G1CaAgg==}
|
|
894
|
+
|
|
895
|
+
'@tailwindcss/oxide-android-arm64@4.3.3':
|
|
896
|
+
resolution: {integrity: sha512-Y85A2gmPSkl5Ve5qR86GL4HT509cFqQh1aes9p3sSkyTPwt0Pppf3GkwGe4JPACcRYjgJIEhQgM6dBClnr0NYw==}
|
|
897
|
+
engines: {node: '>= 20'}
|
|
898
|
+
cpu: [arm64]
|
|
899
|
+
os: [android]
|
|
900
|
+
|
|
901
|
+
'@tailwindcss/oxide-darwin-arm64@4.3.3':
|
|
902
|
+
resolution: {integrity: sha512-BiaWatpBcERQFDlOjRDpIVXuFK5PJez5SA4JMg6VYZdBYU+qKfV/vqjcIs+IYmtitf1xYQZTwXvU/8y4lfZUGw==}
|
|
903
|
+
engines: {node: '>= 20'}
|
|
904
|
+
cpu: [arm64]
|
|
905
|
+
os: [darwin]
|
|
906
|
+
|
|
907
|
+
'@tailwindcss/oxide-darwin-x64@4.3.3':
|
|
908
|
+
resolution: {integrity: sha512-fAeUqfV5ndhxRwai8cXGzdLvul9utWOmeTkv69unv4ZXixjn61Z+p9lCWdwOwA3TYboG3BwdVuN/RDjhBRl0mw==}
|
|
909
|
+
engines: {node: '>= 20'}
|
|
910
|
+
cpu: [x64]
|
|
911
|
+
os: [darwin]
|
|
912
|
+
|
|
913
|
+
'@tailwindcss/oxide-freebsd-x64@4.3.3':
|
|
914
|
+
resolution: {integrity: sha512-iyf5bV6+wnAlflVeEy7R25dupxTNECZN5QMI0qNT6eT+EgaGdZcKhGkr5SdoaWiLJ3spLqIY9VCeSGrwmtg4kw==}
|
|
915
|
+
engines: {node: '>= 20'}
|
|
916
|
+
cpu: [x64]
|
|
917
|
+
os: [freebsd]
|
|
918
|
+
|
|
919
|
+
'@tailwindcss/oxide-linux-arm-gnueabihf@4.3.3':
|
|
920
|
+
resolution: {integrity: sha512-aAYUprJAJQWWbRrPvtjdroZ56Md+JM8pMiopS6xGEwDfLhqj+2ver2p4nU4Mb3CRqcMmNBjo8KkUgcxhkzVQGQ==}
|
|
921
|
+
engines: {node: '>= 20'}
|
|
922
|
+
cpu: [arm]
|
|
923
|
+
os: [linux]
|
|
924
|
+
|
|
925
|
+
'@tailwindcss/oxide-linux-arm64-gnu@4.3.3':
|
|
926
|
+
resolution: {integrity: sha512-nDxldcEENOxZRzC2uu9jrutZdAAQtb+8WWDCSnWL1zvBk1+FN+x6MtDViPB5AJMfttVCUhehGWus3XBPgatM/w==}
|
|
927
|
+
engines: {node: '>= 20'}
|
|
928
|
+
cpu: [arm64]
|
|
929
|
+
os: [linux]
|
|
930
|
+
|
|
931
|
+
'@tailwindcss/oxide-linux-arm64-musl@4.3.3':
|
|
932
|
+
resolution: {integrity: sha512-Md44bD6veX/PC5iyF8cDVnw4HBIANZepRZZ7a8DQOvkfo5WUBwcp6iAuCUz23u+4SUkhJlD3eL7hNdW8ezd/kA==}
|
|
933
|
+
engines: {node: '>= 20'}
|
|
934
|
+
cpu: [arm64]
|
|
935
|
+
os: [linux]
|
|
936
|
+
|
|
937
|
+
'@tailwindcss/oxide-linux-x64-gnu@4.3.3':
|
|
938
|
+
resolution: {integrity: sha512-tx7us1muwOKAKWao2v/GaafFeQboE6aj88vC6ziN2NCGcRm8gWUhwjzg+YdVB1e4boAtdtma4L43onunI6NS4w==}
|
|
939
|
+
engines: {node: '>= 20'}
|
|
940
|
+
cpu: [x64]
|
|
941
|
+
os: [linux]
|
|
942
|
+
|
|
943
|
+
'@tailwindcss/oxide-linux-x64-musl@4.3.3':
|
|
944
|
+
resolution: {integrity: sha512-SJxX60smvHgasZoBy11dX6YRjXJFovwWBoedhbQPOBzgFWBHGB+TVPWB9BxzR7TTxU8FQZAI2AyiNCMzFm8Img==}
|
|
945
|
+
engines: {node: '>= 20'}
|
|
946
|
+
cpu: [x64]
|
|
947
|
+
os: [linux]
|
|
948
|
+
|
|
949
|
+
'@tailwindcss/oxide-wasm32-wasi@4.3.3':
|
|
950
|
+
resolution: {integrity: sha512-jx1+rPhY/5Ympkktd656HBWEBLxP7dH06losBLjjf5vgCODXvi9KhtftWcMIwTFIDqBr7cRnQkdLnAG+IOlGvQ==}
|
|
951
|
+
engines: {node: '>=14.0.0'}
|
|
952
|
+
cpu: [wasm32]
|
|
953
|
+
bundledDependencies:
|
|
954
|
+
- '@napi-rs/wasm-runtime'
|
|
955
|
+
- '@emnapi/core'
|
|
956
|
+
- '@emnapi/runtime'
|
|
957
|
+
- '@tybys/wasm-util'
|
|
958
|
+
- '@emnapi/wasi-threads'
|
|
959
|
+
- tslib
|
|
960
|
+
|
|
961
|
+
'@tailwindcss/oxide-win32-arm64-msvc@4.3.3':
|
|
962
|
+
resolution: {integrity: sha512-3rc292Ca2ceK6Ulcc/bAVnTs/3nDtoPhyEKlgPv+yQJQi/JS/AMJlqzxvlDacL1nekbrcf6bTqp/jV4qgnPxNQ==}
|
|
963
|
+
engines: {node: '>= 20'}
|
|
964
|
+
cpu: [arm64]
|
|
965
|
+
os: [win32]
|
|
966
|
+
|
|
967
|
+
'@tailwindcss/oxide-win32-x64-msvc@4.3.3':
|
|
968
|
+
resolution: {integrity: sha512-yJ0pwIVc/nYeGoV02WtsN8KYyLQv7kyI2wDnkezyJlGGjkd4QLwDGAwl47YpPJeuI0M0ObaXGSPjvWDPeTPggw==}
|
|
969
|
+
engines: {node: '>= 20'}
|
|
970
|
+
cpu: [x64]
|
|
971
|
+
os: [win32]
|
|
972
|
+
|
|
973
|
+
'@tailwindcss/oxide@4.3.3':
|
|
974
|
+
resolution: {integrity: sha512-krXjAikiaFSPaK/FkAQT5UTx3VormQaiZ5hBFlJZ9UFQGB/rwg1MZIhHAG9smMQRTdyJxP6Qt5MwMtdyU5FWrA==}
|
|
975
|
+
engines: {node: '>= 20'}
|
|
976
|
+
|
|
977
|
+
'@tailwindcss/postcss@4.3.3':
|
|
978
|
+
resolution: {integrity: sha512-JTSZZGQi1AyKirbLN3azmjVzef92tcX7h+iSqPdaeStyFpGpDlKvvpxeOE8njhbUanbRwr3z8DyzhICWnMtQeg==}
|
|
979
|
+
|
|
980
|
+
'@types/chai@5.2.3':
|
|
981
|
+
resolution: {integrity: sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA==}
|
|
982
|
+
|
|
983
|
+
'@types/deep-eql@4.0.2':
|
|
984
|
+
resolution: {integrity: sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==}
|
|
985
|
+
|
|
986
|
+
'@types/estree@1.0.9':
|
|
987
|
+
resolution: {integrity: sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==}
|
|
988
|
+
|
|
989
|
+
'@types/node@24.12.0':
|
|
990
|
+
resolution: {integrity: sha512-GYDxsZi3ChgmckRT9HPU0WEhKLP08ev/Yfcq2AstjrDASOYCSXeyjDsHg4v5t4jOj7cyDX3vmprafKlWIG9MXQ==}
|
|
991
|
+
|
|
992
|
+
'@types/react-dom@19.2.3':
|
|
993
|
+
resolution: {integrity: sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==}
|
|
994
|
+
peerDependencies:
|
|
995
|
+
'@types/react': ^19.2.0
|
|
996
|
+
|
|
997
|
+
'@types/react@19.2.7':
|
|
998
|
+
resolution: {integrity: sha512-MWtvHrGZLFttgeEj28VXHxpmwYbor/ATPYbBfSFZEIRK0ecCFLl2Qo55z52Hss+UV9CRN7trSeq1zbgx7YDWWg==}
|
|
999
|
+
|
|
1000
|
+
'@vitest/expect@3.2.7':
|
|
1001
|
+
resolution: {integrity: sha512-E8eBXaKibuvH2pSZErOjdVb5vF4PbKYcrnluBTYxEk1l/VhhwZg1kZQsdtjq+CsF5CFydf2Rdkz7jDHKSisi3w==}
|
|
1002
|
+
|
|
1003
|
+
'@vitest/mocker@3.2.7':
|
|
1004
|
+
resolution: {integrity: sha512-Trr0hYO9CM3Wj6ksWHRhK9IZpIY6wTMO5u/MqXurMxT57sWBaOPEtP3Oq60ihZuh5JsiagKfz95OcxdEP6dBrA==}
|
|
1005
|
+
peerDependencies:
|
|
1006
|
+
msw: ^2.4.9
|
|
1007
|
+
vite: ^5.0.0 || ^6.0.0 || ^7.0.0-0
|
|
1008
|
+
peerDependenciesMeta:
|
|
1009
|
+
msw:
|
|
1010
|
+
optional: true
|
|
1011
|
+
vite:
|
|
1012
|
+
optional: true
|
|
1013
|
+
|
|
1014
|
+
'@vitest/pretty-format@3.2.7':
|
|
1015
|
+
resolution: {integrity: sha512-KUHlwqVu0sRlhCdyPdQ/wBoTfRahjUky1MubOmYw9fWfIZy1gNoHpuaaQBPAaMaVYdQYHJLurzj8ECCj5OwTqA==}
|
|
1016
|
+
|
|
1017
|
+
'@vitest/runner@3.2.7':
|
|
1018
|
+
resolution: {integrity: sha512-sB9y4ovltoQP+WaUPwmSxO9WIg9Ig694Di5PalVPsYHklAdE027mehpWF2SQSVq+k6sFgaivbTjTJwZLSHbedA==}
|
|
1019
|
+
|
|
1020
|
+
'@vitest/snapshot@3.2.7':
|
|
1021
|
+
resolution: {integrity: sha512-7C+MwShwtBSI5Buwoyg3s/iY1eHL9PKAf+O1wVh/TdnjXUtkoL/9YQtre90i4MtNXM6edP1wJ2zOBpfCyhIS7g==}
|
|
1022
|
+
|
|
1023
|
+
'@vitest/spy@3.2.7':
|
|
1024
|
+
resolution: {integrity: sha512-Q2eQGI6d2L/hBtZ0qNuKcAGid68XK6cv1xsoaIma6PaJhHPoqcEJhYpXZ/5myCMqkNgtP6UKuBhbc0nHKnrkuQ==}
|
|
1025
|
+
|
|
1026
|
+
'@vitest/utils@3.2.7':
|
|
1027
|
+
resolution: {integrity: sha512-x6BDOd7dyo3PFLY3I9/HJ25X/6OurhGXk2/B9gOZNPF7XDVjeBK4k01lQE5uvDpbuheErh91qYuE1E2OEjK3Rw==}
|
|
1028
|
+
|
|
1029
|
+
assertion-error@2.0.1:
|
|
1030
|
+
resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==}
|
|
1031
|
+
engines: {node: '>=12'}
|
|
1032
|
+
|
|
1033
|
+
baseline-browser-mapping@2.11.6:
|
|
1034
|
+
resolution: {integrity: sha512-69D/imtToCsIcAl8WBS2YaRwA4jO/j0HhU+hELqMEu9f54MoUtI6+XH5mrKU8rEFNEk/Ui1I2MK4/JkWacclGw==}
|
|
1035
|
+
engines: {node: '>=6.0.0'}
|
|
1036
|
+
hasBin: true
|
|
1037
|
+
|
|
1038
|
+
buffer-from@1.1.2:
|
|
1039
|
+
resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==}
|
|
1040
|
+
|
|
1041
|
+
cac@6.7.14:
|
|
1042
|
+
resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==}
|
|
1043
|
+
engines: {node: '>=8'}
|
|
1044
|
+
|
|
1045
|
+
caniuse-lite@1.0.30001806:
|
|
1046
|
+
resolution: {integrity: sha512-72Cuvd95zbSYPKq6Fhg8eDJRlzgWDf7/mtoZv6Qe/DYNCEBdNxoA3+rZAU2ZhGCpZlns3EssFavaZomckT5Uuw==}
|
|
1047
|
+
|
|
1048
|
+
chai@5.3.3:
|
|
1049
|
+
resolution: {integrity: sha512-4zNhdJD/iOjSH0A05ea+Ke6MU5mmpQcbQsSOkgdaUMJ9zTlDTD/GYlwohmIE2u0gaxHYiVHEn1Fw9mZ/ktJWgw==}
|
|
1050
|
+
engines: {node: '>=18'}
|
|
1051
|
+
|
|
1052
|
+
check-error@2.1.3:
|
|
1053
|
+
resolution: {integrity: sha512-PAJdDJusoxnwm1VwW07VWwUN1sl7smmC3OKggvndJFadxxDRyFJBX/ggnu/KE4kQAB7a3Dp8f/YXC1FlUprWmA==}
|
|
1054
|
+
engines: {node: '>= 16'}
|
|
1055
|
+
|
|
1056
|
+
class-variance-authority@0.7.1:
|
|
1057
|
+
resolution: {integrity: sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg==}
|
|
1058
|
+
|
|
1059
|
+
client-only@0.0.1:
|
|
1060
|
+
resolution: {integrity: sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==}
|
|
1061
|
+
|
|
1062
|
+
clsx@2.1.1:
|
|
1063
|
+
resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==}
|
|
1064
|
+
engines: {node: '>=6'}
|
|
1065
|
+
|
|
1066
|
+
csstype@3.2.3:
|
|
1067
|
+
resolution: {integrity: sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==}
|
|
1068
|
+
|
|
1069
|
+
debug@4.4.3:
|
|
1070
|
+
resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==}
|
|
1071
|
+
engines: {node: '>=6.0'}
|
|
1072
|
+
peerDependencies:
|
|
1073
|
+
supports-color: '*'
|
|
1074
|
+
peerDependenciesMeta:
|
|
1075
|
+
supports-color:
|
|
1076
|
+
optional: true
|
|
1077
|
+
|
|
1078
|
+
deep-eql@5.0.2:
|
|
1079
|
+
resolution: {integrity: sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==}
|
|
1080
|
+
engines: {node: '>=6'}
|
|
1081
|
+
|
|
1082
|
+
detect-libc@2.1.2:
|
|
1083
|
+
resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==}
|
|
1084
|
+
engines: {node: '>=8'}
|
|
1085
|
+
|
|
1086
|
+
drizzle-kit@0.31.10:
|
|
1087
|
+
resolution: {integrity: sha512-7OZcmQUrdGI+DUNNsKBn1aW8qSoKuTH7d0mYgSP8bAzdFzKoovxEFnoGQp2dVs82EOJeYycqRtciopszwUf8bw==}
|
|
1088
|
+
hasBin: true
|
|
1089
|
+
|
|
1090
|
+
drizzle-orm@0.45.2:
|
|
1091
|
+
resolution: {integrity: sha512-kY0BSaTNYWnoDMVoyY8uxmyHjpJW1geOmBMdSSicKo9CIIWkSxMIj2rkeSR51b8KAPB7m+qysjuHme5nKP+E5Q==}
|
|
1092
|
+
peerDependencies:
|
|
1093
|
+
'@aws-sdk/client-rds-data': '>=3'
|
|
1094
|
+
'@cloudflare/workers-types': '>=4'
|
|
1095
|
+
'@electric-sql/pglite': '>=0.2.0'
|
|
1096
|
+
'@libsql/client': '>=0.10.0'
|
|
1097
|
+
'@libsql/client-wasm': '>=0.10.0'
|
|
1098
|
+
'@neondatabase/serverless': '>=0.10.0'
|
|
1099
|
+
'@op-engineering/op-sqlite': '>=2'
|
|
1100
|
+
'@opentelemetry/api': ^1.4.1
|
|
1101
|
+
'@planetscale/database': '>=1.13'
|
|
1102
|
+
'@prisma/client': '*'
|
|
1103
|
+
'@tidbcloud/serverless': '*'
|
|
1104
|
+
'@types/better-sqlite3': '*'
|
|
1105
|
+
'@types/pg': '*'
|
|
1106
|
+
'@types/sql.js': '*'
|
|
1107
|
+
'@upstash/redis': '>=1.34.7'
|
|
1108
|
+
'@vercel/postgres': '>=0.8.0'
|
|
1109
|
+
'@xata.io/client': '*'
|
|
1110
|
+
better-sqlite3: '>=7'
|
|
1111
|
+
bun-types: '*'
|
|
1112
|
+
expo-sqlite: '>=14.0.0'
|
|
1113
|
+
gel: '>=2'
|
|
1114
|
+
knex: '*'
|
|
1115
|
+
kysely: '*'
|
|
1116
|
+
mysql2: '>=2'
|
|
1117
|
+
pg: '>=8'
|
|
1118
|
+
postgres: '>=3'
|
|
1119
|
+
prisma: '*'
|
|
1120
|
+
sql.js: '>=1'
|
|
1121
|
+
sqlite3: '>=5'
|
|
1122
|
+
peerDependenciesMeta:
|
|
1123
|
+
'@aws-sdk/client-rds-data':
|
|
1124
|
+
optional: true
|
|
1125
|
+
'@cloudflare/workers-types':
|
|
1126
|
+
optional: true
|
|
1127
|
+
'@electric-sql/pglite':
|
|
1128
|
+
optional: true
|
|
1129
|
+
'@libsql/client':
|
|
1130
|
+
optional: true
|
|
1131
|
+
'@libsql/client-wasm':
|
|
1132
|
+
optional: true
|
|
1133
|
+
'@neondatabase/serverless':
|
|
1134
|
+
optional: true
|
|
1135
|
+
'@op-engineering/op-sqlite':
|
|
1136
|
+
optional: true
|
|
1137
|
+
'@opentelemetry/api':
|
|
1138
|
+
optional: true
|
|
1139
|
+
'@planetscale/database':
|
|
1140
|
+
optional: true
|
|
1141
|
+
'@prisma/client':
|
|
1142
|
+
optional: true
|
|
1143
|
+
'@tidbcloud/serverless':
|
|
1144
|
+
optional: true
|
|
1145
|
+
'@types/better-sqlite3':
|
|
1146
|
+
optional: true
|
|
1147
|
+
'@types/pg':
|
|
1148
|
+
optional: true
|
|
1149
|
+
'@types/sql.js':
|
|
1150
|
+
optional: true
|
|
1151
|
+
'@upstash/redis':
|
|
1152
|
+
optional: true
|
|
1153
|
+
'@vercel/postgres':
|
|
1154
|
+
optional: true
|
|
1155
|
+
'@xata.io/client':
|
|
1156
|
+
optional: true
|
|
1157
|
+
better-sqlite3:
|
|
1158
|
+
optional: true
|
|
1159
|
+
bun-types:
|
|
1160
|
+
optional: true
|
|
1161
|
+
expo-sqlite:
|
|
1162
|
+
optional: true
|
|
1163
|
+
gel:
|
|
1164
|
+
optional: true
|
|
1165
|
+
knex:
|
|
1166
|
+
optional: true
|
|
1167
|
+
kysely:
|
|
1168
|
+
optional: true
|
|
1169
|
+
mysql2:
|
|
1170
|
+
optional: true
|
|
1171
|
+
pg:
|
|
1172
|
+
optional: true
|
|
1173
|
+
postgres:
|
|
1174
|
+
optional: true
|
|
1175
|
+
prisma:
|
|
1176
|
+
optional: true
|
|
1177
|
+
sql.js:
|
|
1178
|
+
optional: true
|
|
1179
|
+
sqlite3:
|
|
1180
|
+
optional: true
|
|
1181
|
+
|
|
1182
|
+
enhanced-resolve@5.24.4:
|
|
1183
|
+
resolution: {integrity: sha512-GVoi+ICHocoOIU7qVVM48wOJziRsqrsyqlI0Ce0LdowRn6v3bcH2zUa9kp85ncx0nwIb9/HOCOLS3fdThDG/XQ==}
|
|
1184
|
+
engines: {node: '>=10.13.0'}
|
|
1185
|
+
|
|
1186
|
+
es-module-lexer@1.7.0:
|
|
1187
|
+
resolution: {integrity: sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==}
|
|
1188
|
+
|
|
1189
|
+
esbuild@0.18.20:
|
|
1190
|
+
resolution: {integrity: sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==}
|
|
1191
|
+
engines: {node: '>=12'}
|
|
1192
|
+
hasBin: true
|
|
1193
|
+
|
|
1194
|
+
esbuild@0.25.12:
|
|
1195
|
+
resolution: {integrity: sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==}
|
|
1196
|
+
engines: {node: '>=18'}
|
|
1197
|
+
hasBin: true
|
|
1198
|
+
|
|
1199
|
+
esbuild@0.28.1:
|
|
1200
|
+
resolution: {integrity: sha512-HrJrvZv5ayxBzPfwphOoNzkzOIIlifzk0KJrGK2c8R4+LKpMtpYLQeUdjnwjWv/LZlkH2laZk+4w78pi99D4Vw==}
|
|
1201
|
+
engines: {node: '>=18'}
|
|
1202
|
+
hasBin: true
|
|
1203
|
+
|
|
1204
|
+
estree-walker@3.0.3:
|
|
1205
|
+
resolution: {integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==}
|
|
1206
|
+
|
|
1207
|
+
expect-type@1.4.0:
|
|
1208
|
+
resolution: {integrity: sha512-KfYbmpRm0VbLjEvVa9yGwCi9GI34xvi7A/HXYWQO65CSD2u3MczUJSuwXKFIxlGsgBQizV9q5J9NHj4VG0n+pA==}
|
|
1209
|
+
engines: {node: '>=12.0.0'}
|
|
1210
|
+
|
|
1211
|
+
fdir@6.5.0:
|
|
1212
|
+
resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==}
|
|
1213
|
+
engines: {node: '>=12.0.0'}
|
|
1214
|
+
peerDependencies:
|
|
1215
|
+
picomatch: ^3 || ^4
|
|
1216
|
+
peerDependenciesMeta:
|
|
1217
|
+
picomatch:
|
|
1218
|
+
optional: true
|
|
1219
|
+
|
|
1220
|
+
fsevents@2.3.2:
|
|
1221
|
+
resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==}
|
|
1222
|
+
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
|
|
1223
|
+
os: [darwin]
|
|
1224
|
+
|
|
1225
|
+
fsevents@2.3.3:
|
|
1226
|
+
resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
|
|
1227
|
+
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
|
|
1228
|
+
os: [darwin]
|
|
1229
|
+
|
|
1230
|
+
get-tsconfig@4.14.0:
|
|
1231
|
+
resolution: {integrity: sha512-yTb+8DXzDREzgvYmh6s9vHsSVCHeC0G3PI5bEXNBHtmshPnO+S5O7qgLEOn0I5QvMy6kpZN8K1NKGyilLb93wA==}
|
|
1232
|
+
|
|
1233
|
+
graceful-fs@4.2.11:
|
|
1234
|
+
resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
|
|
1235
|
+
|
|
1236
|
+
jiti@2.7.0:
|
|
1237
|
+
resolution: {integrity: sha512-AC/7JofJvZGrrneWNaEnJeOLUx+JlGt7tNa0wZiRPT4MY1wmfKjt2+6O2p2uz2+skll8OZZmJMNqeke7kKbNgQ==}
|
|
1238
|
+
hasBin: true
|
|
1239
|
+
|
|
1240
|
+
js-tokens@9.0.1:
|
|
1241
|
+
resolution: {integrity: sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==}
|
|
1242
|
+
|
|
1243
|
+
lightningcss-android-arm64@1.32.0:
|
|
1244
|
+
resolution: {integrity: sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==}
|
|
1245
|
+
engines: {node: '>= 12.0.0'}
|
|
1246
|
+
cpu: [arm64]
|
|
1247
|
+
os: [android]
|
|
1248
|
+
|
|
1249
|
+
lightningcss-darwin-arm64@1.32.0:
|
|
1250
|
+
resolution: {integrity: sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==}
|
|
1251
|
+
engines: {node: '>= 12.0.0'}
|
|
1252
|
+
cpu: [arm64]
|
|
1253
|
+
os: [darwin]
|
|
1254
|
+
|
|
1255
|
+
lightningcss-darwin-x64@1.32.0:
|
|
1256
|
+
resolution: {integrity: sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==}
|
|
1257
|
+
engines: {node: '>= 12.0.0'}
|
|
1258
|
+
cpu: [x64]
|
|
1259
|
+
os: [darwin]
|
|
1260
|
+
|
|
1261
|
+
lightningcss-freebsd-x64@1.32.0:
|
|
1262
|
+
resolution: {integrity: sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==}
|
|
1263
|
+
engines: {node: '>= 12.0.0'}
|
|
1264
|
+
cpu: [x64]
|
|
1265
|
+
os: [freebsd]
|
|
1266
|
+
|
|
1267
|
+
lightningcss-linux-arm-gnueabihf@1.32.0:
|
|
1268
|
+
resolution: {integrity: sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==}
|
|
1269
|
+
engines: {node: '>= 12.0.0'}
|
|
1270
|
+
cpu: [arm]
|
|
1271
|
+
os: [linux]
|
|
1272
|
+
|
|
1273
|
+
lightningcss-linux-arm64-gnu@1.32.0:
|
|
1274
|
+
resolution: {integrity: sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==}
|
|
1275
|
+
engines: {node: '>= 12.0.0'}
|
|
1276
|
+
cpu: [arm64]
|
|
1277
|
+
os: [linux]
|
|
1278
|
+
|
|
1279
|
+
lightningcss-linux-arm64-musl@1.32.0:
|
|
1280
|
+
resolution: {integrity: sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==}
|
|
1281
|
+
engines: {node: '>= 12.0.0'}
|
|
1282
|
+
cpu: [arm64]
|
|
1283
|
+
os: [linux]
|
|
1284
|
+
|
|
1285
|
+
lightningcss-linux-x64-gnu@1.32.0:
|
|
1286
|
+
resolution: {integrity: sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==}
|
|
1287
|
+
engines: {node: '>= 12.0.0'}
|
|
1288
|
+
cpu: [x64]
|
|
1289
|
+
os: [linux]
|
|
1290
|
+
|
|
1291
|
+
lightningcss-linux-x64-musl@1.32.0:
|
|
1292
|
+
resolution: {integrity: sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==}
|
|
1293
|
+
engines: {node: '>= 12.0.0'}
|
|
1294
|
+
cpu: [x64]
|
|
1295
|
+
os: [linux]
|
|
1296
|
+
|
|
1297
|
+
lightningcss-win32-arm64-msvc@1.32.0:
|
|
1298
|
+
resolution: {integrity: sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==}
|
|
1299
|
+
engines: {node: '>= 12.0.0'}
|
|
1300
|
+
cpu: [arm64]
|
|
1301
|
+
os: [win32]
|
|
1302
|
+
|
|
1303
|
+
lightningcss-win32-x64-msvc@1.32.0:
|
|
1304
|
+
resolution: {integrity: sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==}
|
|
1305
|
+
engines: {node: '>= 12.0.0'}
|
|
1306
|
+
cpu: [x64]
|
|
1307
|
+
os: [win32]
|
|
1308
|
+
|
|
1309
|
+
lightningcss@1.32.0:
|
|
1310
|
+
resolution: {integrity: sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==}
|
|
1311
|
+
engines: {node: '>= 12.0.0'}
|
|
1312
|
+
|
|
1313
|
+
loupe@3.2.1:
|
|
1314
|
+
resolution: {integrity: sha512-CdzqowRJCeLU72bHvWqwRBBlLcMEtIvGrlvef74kMnV2AolS9Y8xUv1I0U/MNAWMhBlKIoyuEgoJ0t/bbwHbLQ==}
|
|
1315
|
+
|
|
1316
|
+
lucide-react@1.27.0:
|
|
1317
|
+
resolution: {integrity: sha512-rJicGl/3Fly/E0rOH1YmPZ6e49JCnKknh1ox1vpHnkfjujAkKA6sqUZvH3MTAaXXjgexyUwgNwTJzTtYuAFYJw==}
|
|
1318
|
+
peerDependencies:
|
|
1319
|
+
react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
1320
|
+
|
|
1321
|
+
magic-string@0.30.21:
|
|
1322
|
+
resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
|
|
1323
|
+
|
|
1324
|
+
ms@2.1.3:
|
|
1325
|
+
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
|
|
1326
|
+
|
|
1327
|
+
nanoid@3.3.16:
|
|
1328
|
+
resolution: {integrity: sha512-bzlKTyNJ7+LdGIIwy8ijFpIqEQIvafahV7eYykJ8Cvh42EdJeODoJ6gUJXpQJvej1BddH8OqTXZNE/KfbWAu8Q==}
|
|
1329
|
+
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
|
1330
|
+
hasBin: true
|
|
1331
|
+
|
|
1332
|
+
next@16.2.12:
|
|
1333
|
+
resolution: {integrity: sha512-iD59eYQWmbFcEbX7v/acG5DRym9iw1DdaPoD0WTA920naWsE25wShzJW4+UvAs8MK9EC2kBfIH6vtto1H1PHGw==}
|
|
1334
|
+
engines: {node: '>=20.9.0'}
|
|
1335
|
+
hasBin: true
|
|
1336
|
+
peerDependencies:
|
|
1337
|
+
'@opentelemetry/api': ^1.1.0
|
|
1338
|
+
'@playwright/test': ^1.51.1
|
|
1339
|
+
babel-plugin-react-compiler: '*'
|
|
1340
|
+
react: ^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0
|
|
1341
|
+
react-dom: ^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0
|
|
1342
|
+
sass: ^1.3.0
|
|
1343
|
+
peerDependenciesMeta:
|
|
1344
|
+
'@opentelemetry/api':
|
|
1345
|
+
optional: true
|
|
1346
|
+
'@playwright/test':
|
|
1347
|
+
optional: true
|
|
1348
|
+
babel-plugin-react-compiler:
|
|
1349
|
+
optional: true
|
|
1350
|
+
sass:
|
|
1351
|
+
optional: true
|
|
1352
|
+
|
|
1353
|
+
pathe@2.0.3:
|
|
1354
|
+
resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==}
|
|
1355
|
+
|
|
1356
|
+
pathval@2.0.1:
|
|
1357
|
+
resolution: {integrity: sha512-//nshmD55c46FuFw26xV/xFAaB5HF9Xdap7HJBBnrKdAd6/GxDBaNA1870O79+9ueg61cZLSVc+OaFlfmObYVQ==}
|
|
1358
|
+
engines: {node: '>= 14.16'}
|
|
1359
|
+
|
|
1360
|
+
picocolors@1.1.1:
|
|
1361
|
+
resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
|
|
1362
|
+
|
|
1363
|
+
picomatch@4.0.5:
|
|
1364
|
+
resolution: {integrity: sha512-RvwwcruNjI1ncT5xRakeyS9Lf8lcItv34KD+aif+VH9kduAyfYBipGh12274xtenIPZ119/R9BdTBa8gAwSh0A==}
|
|
1365
|
+
engines: {node: '>=12'}
|
|
1366
|
+
|
|
1367
|
+
playwright-core@1.58.2:
|
|
1368
|
+
resolution: {integrity: sha512-yZkEtftgwS8CsfYo7nm0KE8jsvm6i/PTgVtB8DL726wNf6H2IMsDuxCpJj59KDaxCtSnrWan2AeDqM7JBaultg==}
|
|
1369
|
+
engines: {node: '>=18'}
|
|
1370
|
+
hasBin: true
|
|
1371
|
+
|
|
1372
|
+
playwright@1.58.2:
|
|
1373
|
+
resolution: {integrity: sha512-vA30H8Nvkq/cPBnNw4Q8TWz1EJyqgpuinBcHET0YVJVFldr8JDNiU9LaWAE1KqSkRYazuaBhTpB5ZzShOezQ6A==}
|
|
1374
|
+
engines: {node: '>=18'}
|
|
1375
|
+
hasBin: true
|
|
1376
|
+
|
|
1377
|
+
postcss@8.4.31:
|
|
1378
|
+
resolution: {integrity: sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==}
|
|
1379
|
+
engines: {node: ^10 || ^12 || >=14}
|
|
1380
|
+
|
|
1381
|
+
postcss@8.5.24:
|
|
1382
|
+
resolution: {integrity: sha512-8RyVklq0owXUTa4xlpzu4l9AaVKIdQvAcOHZWaMh98HgySsUtxRVf/chRe3dsSLqb6i40BzGRzEUddRaI+9TSw==}
|
|
1383
|
+
engines: {node: ^10 || ^12 || >=14}
|
|
1384
|
+
|
|
1385
|
+
react-dom@19.2.8:
|
|
1386
|
+
resolution: {integrity: sha512-rVprimfGBG3DR+Tq0IQG2DT5PxKth1WIGDmj5yPmlzr4YBe7uyE+Du4oVqTDXZSHGGGXRtTJEGSSePyQCMBglQ==}
|
|
1387
|
+
peerDependencies:
|
|
1388
|
+
react: ^19.2.8
|
|
1389
|
+
|
|
1390
|
+
react@19.2.8:
|
|
1391
|
+
resolution: {integrity: sha512-PWaYA1L/q9u2u7xYQi+Y3L3Yfnie7XyLeaJICV1MGD6LprsBxcAqGjYyr0eY3p+QdsA+x/Irkt4Qif8D63+Sbw==}
|
|
1392
|
+
engines: {node: '>=0.10.0'}
|
|
1393
|
+
|
|
1394
|
+
resolve-pkg-maps@1.0.0:
|
|
1395
|
+
resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==}
|
|
1396
|
+
|
|
1397
|
+
rollup@4.62.3:
|
|
1398
|
+
resolution: {integrity: sha512-Gu0c0iH9FzgX1L1t7ByIbbS3Vmdz+6KHm/EsqmmC71gUQ82yvZRkTK6XzrFObSka91WUVdynqp6nsfilzr5k6Q==}
|
|
1399
|
+
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
|
|
1400
|
+
hasBin: true
|
|
1401
|
+
|
|
1402
|
+
scheduler@0.27.0:
|
|
1403
|
+
resolution: {integrity: sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==}
|
|
1404
|
+
|
|
1405
|
+
semver@7.8.5:
|
|
1406
|
+
resolution: {integrity: sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==}
|
|
1407
|
+
engines: {node: '>=10'}
|
|
1408
|
+
hasBin: true
|
|
1409
|
+
|
|
1410
|
+
sharp@0.34.5:
|
|
1411
|
+
resolution: {integrity: sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==}
|
|
1412
|
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
1413
|
+
|
|
1414
|
+
siginfo@2.0.0:
|
|
1415
|
+
resolution: {integrity: sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==}
|
|
1416
|
+
|
|
1417
|
+
source-map-js@1.2.1:
|
|
1418
|
+
resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
|
|
1419
|
+
engines: {node: '>=0.10.0'}
|
|
1420
|
+
|
|
1421
|
+
source-map-support@0.5.21:
|
|
1422
|
+
resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==}
|
|
1423
|
+
|
|
1424
|
+
source-map@0.6.1:
|
|
1425
|
+
resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==}
|
|
1426
|
+
engines: {node: '>=0.10.0'}
|
|
1427
|
+
|
|
1428
|
+
stackback@0.0.2:
|
|
1429
|
+
resolution: {integrity: sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==}
|
|
1430
|
+
|
|
1431
|
+
std-env@3.10.0:
|
|
1432
|
+
resolution: {integrity: sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==}
|
|
1433
|
+
|
|
1434
|
+
strip-literal@3.1.0:
|
|
1435
|
+
resolution: {integrity: sha512-8r3mkIM/2+PpjHoOtiAW8Rg3jJLHaV7xPwG+YRGrv6FP0wwk/toTpATxWYOW0BKdWwl82VT2tFYi5DlROa0Mxg==}
|
|
1436
|
+
|
|
1437
|
+
styled-jsx@5.1.6:
|
|
1438
|
+
resolution: {integrity: sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==}
|
|
1439
|
+
engines: {node: '>= 12.0.0'}
|
|
1440
|
+
peerDependencies:
|
|
1441
|
+
'@babel/core': '*'
|
|
1442
|
+
babel-plugin-macros: '*'
|
|
1443
|
+
react: '>= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0'
|
|
1444
|
+
peerDependenciesMeta:
|
|
1445
|
+
'@babel/core':
|
|
1446
|
+
optional: true
|
|
1447
|
+
babel-plugin-macros:
|
|
1448
|
+
optional: true
|
|
1449
|
+
|
|
1450
|
+
tailwind-merge@3.6.0:
|
|
1451
|
+
resolution: {integrity: sha512-uxL7qAVQriqRQPAyK3pj66VqskWqoZ37PW94jwOTwNfq/z9oyu1V+eqrZqtR2+fCiXdYOZe/Modt8GtvqNzu+w==}
|
|
1452
|
+
|
|
1453
|
+
tailwindcss@4.3.3:
|
|
1454
|
+
resolution: {integrity: sha512-gOhV3P7ufE62QDGg1zVaTgCR+EtPv92k2nIhVcVKcLmxT1sUBsQGhnZj175j+MqRt4zLF7ic+sCYjfhxMxj7YQ==}
|
|
1455
|
+
|
|
1456
|
+
tapable@2.3.3:
|
|
1457
|
+
resolution: {integrity: sha512-uxc/zpqFg6x7C8vOE7lh6Lbda8eEL9zmVm/PLeTPBRhh1xCgdWaQ+J1CUieGpIfm2HdtsUpRv+HshiasBMcc6A==}
|
|
1458
|
+
engines: {node: '>=6'}
|
|
1459
|
+
|
|
1460
|
+
tinybench@2.9.0:
|
|
1461
|
+
resolution: {integrity: sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==}
|
|
1462
|
+
|
|
1463
|
+
tinyexec@0.3.2:
|
|
1464
|
+
resolution: {integrity: sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==}
|
|
1465
|
+
|
|
1466
|
+
tinyglobby@0.2.17:
|
|
1467
|
+
resolution: {integrity: sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==}
|
|
1468
|
+
engines: {node: '>=12.0.0'}
|
|
1469
|
+
|
|
1470
|
+
tinypool@1.1.1:
|
|
1471
|
+
resolution: {integrity: sha512-Zba82s87IFq9A9XmjiX5uZA/ARWDrB03OHlq+Vw1fSdt0I+4/Kutwy8BP4Y/y/aORMo61FQ0vIb5j44vSo5Pkg==}
|
|
1472
|
+
engines: {node: ^18.0.0 || >=20.0.0}
|
|
1473
|
+
|
|
1474
|
+
tinyrainbow@2.0.0:
|
|
1475
|
+
resolution: {integrity: sha512-op4nsTR47R6p0vMUUoYl/a+ljLFVtlfaXkLQmqfLR1qHma1h/ysYk4hEXZ880bf2CYgTskvTa/e196Vd5dDQXw==}
|
|
1476
|
+
engines: {node: '>=14.0.0'}
|
|
1477
|
+
|
|
1478
|
+
tinyspy@4.0.4:
|
|
1479
|
+
resolution: {integrity: sha512-azl+t0z7pw/z958Gy9svOTuzqIk6xq+NSheJzn5MMWtWTFywIacg2wUlzKFGtt3cthx0r2SxMK0yzJOR0IES7Q==}
|
|
1480
|
+
engines: {node: '>=14.0.0'}
|
|
1481
|
+
|
|
1482
|
+
tslib@2.8.1:
|
|
1483
|
+
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
|
|
1484
|
+
|
|
1485
|
+
tsx@4.23.1:
|
|
1486
|
+
resolution: {integrity: sha512-GQHnkIfxyx1wYCOS/wonik5MVRZU9hi1TEZmzGZSCJB1y9YgoZ8H6itNE/u4suE+yLmOzuE4E5S4TZ/ZX2wcWQ==}
|
|
1487
|
+
engines: {node: '>=18.0.0'}
|
|
1488
|
+
hasBin: true
|
|
1489
|
+
|
|
1490
|
+
typescript@5.9.3:
|
|
1491
|
+
resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
|
|
1492
|
+
engines: {node: '>=14.17'}
|
|
1493
|
+
hasBin: true
|
|
1494
|
+
|
|
1495
|
+
undici-types@7.16.0:
|
|
1496
|
+
resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==}
|
|
1497
|
+
|
|
1498
|
+
vite-node@3.2.4:
|
|
1499
|
+
resolution: {integrity: sha512-EbKSKh+bh1E1IFxeO0pg1n4dvoOTt0UDiXMd/qn++r98+jPO1xtJilvXldeuQ8giIB5IkpjCgMleHMNEsGH6pg==}
|
|
1500
|
+
engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
|
|
1501
|
+
hasBin: true
|
|
1502
|
+
|
|
1503
|
+
vite@7.3.6:
|
|
1504
|
+
resolution: {integrity: sha512-4XP60spRGjSZFf1qYH+dJIkK2znL3zQfl9KkOV9MkkRR/3Dls0dxaBsQPTloEc5BLXWPL9vsOxopxyKoMmDueg==}
|
|
1505
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
1506
|
+
hasBin: true
|
|
1507
|
+
peerDependencies:
|
|
1508
|
+
'@types/node': ^20.19.0 || >=22.12.0
|
|
1509
|
+
jiti: '>=1.21.0'
|
|
1510
|
+
less: ^4.0.0
|
|
1511
|
+
lightningcss: ^1.21.0
|
|
1512
|
+
sass: ^1.70.0
|
|
1513
|
+
sass-embedded: ^1.70.0
|
|
1514
|
+
stylus: '>=0.54.8'
|
|
1515
|
+
sugarss: ^5.0.0
|
|
1516
|
+
terser: ^5.16.0
|
|
1517
|
+
tsx: ^4.8.1
|
|
1518
|
+
yaml: ^2.4.2
|
|
1519
|
+
peerDependenciesMeta:
|
|
1520
|
+
'@types/node':
|
|
1521
|
+
optional: true
|
|
1522
|
+
jiti:
|
|
1523
|
+
optional: true
|
|
1524
|
+
less:
|
|
1525
|
+
optional: true
|
|
1526
|
+
lightningcss:
|
|
1527
|
+
optional: true
|
|
1528
|
+
sass:
|
|
1529
|
+
optional: true
|
|
1530
|
+
sass-embedded:
|
|
1531
|
+
optional: true
|
|
1532
|
+
stylus:
|
|
1533
|
+
optional: true
|
|
1534
|
+
sugarss:
|
|
1535
|
+
optional: true
|
|
1536
|
+
terser:
|
|
1537
|
+
optional: true
|
|
1538
|
+
tsx:
|
|
1539
|
+
optional: true
|
|
1540
|
+
yaml:
|
|
1541
|
+
optional: true
|
|
1542
|
+
|
|
1543
|
+
vitest@3.2.7:
|
|
1544
|
+
resolution: {integrity: sha512-KrxIJ62Fd89gfysR4WotlgZABiz2dqFPgqGzX7s+CwsqLFomRH7777ZcrOD6+WVAh7khPQP41A+BKbpcJFrdEg==}
|
|
1545
|
+
engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
|
|
1546
|
+
hasBin: true
|
|
1547
|
+
peerDependencies:
|
|
1548
|
+
'@edge-runtime/vm': '*'
|
|
1549
|
+
'@types/debug': ^4.1.12
|
|
1550
|
+
'@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0
|
|
1551
|
+
'@vitest/browser': 3.2.7
|
|
1552
|
+
'@vitest/ui': 3.2.7
|
|
1553
|
+
happy-dom: '*'
|
|
1554
|
+
jsdom: '*'
|
|
1555
|
+
peerDependenciesMeta:
|
|
1556
|
+
'@edge-runtime/vm':
|
|
1557
|
+
optional: true
|
|
1558
|
+
'@types/debug':
|
|
1559
|
+
optional: true
|
|
1560
|
+
'@types/node':
|
|
1561
|
+
optional: true
|
|
1562
|
+
'@vitest/browser':
|
|
1563
|
+
optional: true
|
|
1564
|
+
'@vitest/ui':
|
|
1565
|
+
optional: true
|
|
1566
|
+
happy-dom:
|
|
1567
|
+
optional: true
|
|
1568
|
+
jsdom:
|
|
1569
|
+
optional: true
|
|
1570
|
+
|
|
1571
|
+
why-is-node-running@2.3.0:
|
|
1572
|
+
resolution: {integrity: sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==}
|
|
1573
|
+
engines: {node: '>=8'}
|
|
1574
|
+
hasBin: true
|
|
1575
|
+
|
|
1576
|
+
zod@4.4.3:
|
|
1577
|
+
resolution: {integrity: sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==}
|
|
1578
|
+
|
|
1579
|
+
snapshots:
|
|
1580
|
+
|
|
1581
|
+
'@alloc/quick-lru@5.2.0': {}
|
|
1582
|
+
|
|
1583
|
+
'@drizzle-team/brocli@0.10.2': {}
|
|
1584
|
+
|
|
1585
|
+
'@emnapi/runtime@1.11.3':
|
|
1586
|
+
dependencies:
|
|
1587
|
+
tslib: 2.8.1
|
|
1588
|
+
optional: true
|
|
1589
|
+
|
|
1590
|
+
'@esbuild-kit/core-utils@3.3.2':
|
|
1591
|
+
dependencies:
|
|
1592
|
+
esbuild: 0.18.20
|
|
1593
|
+
source-map-support: 0.5.21
|
|
1594
|
+
|
|
1595
|
+
'@esbuild-kit/esm-loader@2.6.5':
|
|
1596
|
+
dependencies:
|
|
1597
|
+
'@esbuild-kit/core-utils': 3.3.2
|
|
1598
|
+
get-tsconfig: 4.14.0
|
|
1599
|
+
|
|
1600
|
+
'@esbuild/aix-ppc64@0.25.12':
|
|
1601
|
+
optional: true
|
|
1602
|
+
|
|
1603
|
+
'@esbuild/aix-ppc64@0.28.1':
|
|
1604
|
+
optional: true
|
|
1605
|
+
|
|
1606
|
+
'@esbuild/android-arm64@0.18.20':
|
|
1607
|
+
optional: true
|
|
1608
|
+
|
|
1609
|
+
'@esbuild/android-arm64@0.25.12':
|
|
1610
|
+
optional: true
|
|
1611
|
+
|
|
1612
|
+
'@esbuild/android-arm64@0.28.1':
|
|
1613
|
+
optional: true
|
|
1614
|
+
|
|
1615
|
+
'@esbuild/android-arm@0.18.20':
|
|
1616
|
+
optional: true
|
|
1617
|
+
|
|
1618
|
+
'@esbuild/android-arm@0.25.12':
|
|
1619
|
+
optional: true
|
|
1620
|
+
|
|
1621
|
+
'@esbuild/android-arm@0.28.1':
|
|
1622
|
+
optional: true
|
|
1623
|
+
|
|
1624
|
+
'@esbuild/android-x64@0.18.20':
|
|
1625
|
+
optional: true
|
|
1626
|
+
|
|
1627
|
+
'@esbuild/android-x64@0.25.12':
|
|
1628
|
+
optional: true
|
|
1629
|
+
|
|
1630
|
+
'@esbuild/android-x64@0.28.1':
|
|
1631
|
+
optional: true
|
|
1632
|
+
|
|
1633
|
+
'@esbuild/darwin-arm64@0.18.20':
|
|
1634
|
+
optional: true
|
|
1635
|
+
|
|
1636
|
+
'@esbuild/darwin-arm64@0.25.12':
|
|
1637
|
+
optional: true
|
|
1638
|
+
|
|
1639
|
+
'@esbuild/darwin-arm64@0.28.1':
|
|
1640
|
+
optional: true
|
|
1641
|
+
|
|
1642
|
+
'@esbuild/darwin-x64@0.18.20':
|
|
1643
|
+
optional: true
|
|
1644
|
+
|
|
1645
|
+
'@esbuild/darwin-x64@0.25.12':
|
|
1646
|
+
optional: true
|
|
1647
|
+
|
|
1648
|
+
'@esbuild/darwin-x64@0.28.1':
|
|
1649
|
+
optional: true
|
|
1650
|
+
|
|
1651
|
+
'@esbuild/freebsd-arm64@0.18.20':
|
|
1652
|
+
optional: true
|
|
1653
|
+
|
|
1654
|
+
'@esbuild/freebsd-arm64@0.25.12':
|
|
1655
|
+
optional: true
|
|
1656
|
+
|
|
1657
|
+
'@esbuild/freebsd-arm64@0.28.1':
|
|
1658
|
+
optional: true
|
|
1659
|
+
|
|
1660
|
+
'@esbuild/freebsd-x64@0.18.20':
|
|
1661
|
+
optional: true
|
|
1662
|
+
|
|
1663
|
+
'@esbuild/freebsd-x64@0.25.12':
|
|
1664
|
+
optional: true
|
|
1665
|
+
|
|
1666
|
+
'@esbuild/freebsd-x64@0.28.1':
|
|
1667
|
+
optional: true
|
|
1668
|
+
|
|
1669
|
+
'@esbuild/linux-arm64@0.18.20':
|
|
1670
|
+
optional: true
|
|
1671
|
+
|
|
1672
|
+
'@esbuild/linux-arm64@0.25.12':
|
|
1673
|
+
optional: true
|
|
1674
|
+
|
|
1675
|
+
'@esbuild/linux-arm64@0.28.1':
|
|
1676
|
+
optional: true
|
|
1677
|
+
|
|
1678
|
+
'@esbuild/linux-arm@0.18.20':
|
|
1679
|
+
optional: true
|
|
1680
|
+
|
|
1681
|
+
'@esbuild/linux-arm@0.25.12':
|
|
1682
|
+
optional: true
|
|
1683
|
+
|
|
1684
|
+
'@esbuild/linux-arm@0.28.1':
|
|
1685
|
+
optional: true
|
|
1686
|
+
|
|
1687
|
+
'@esbuild/linux-ia32@0.18.20':
|
|
1688
|
+
optional: true
|
|
1689
|
+
|
|
1690
|
+
'@esbuild/linux-ia32@0.25.12':
|
|
1691
|
+
optional: true
|
|
1692
|
+
|
|
1693
|
+
'@esbuild/linux-ia32@0.28.1':
|
|
1694
|
+
optional: true
|
|
1695
|
+
|
|
1696
|
+
'@esbuild/linux-loong64@0.18.20':
|
|
1697
|
+
optional: true
|
|
1698
|
+
|
|
1699
|
+
'@esbuild/linux-loong64@0.25.12':
|
|
1700
|
+
optional: true
|
|
1701
|
+
|
|
1702
|
+
'@esbuild/linux-loong64@0.28.1':
|
|
1703
|
+
optional: true
|
|
1704
|
+
|
|
1705
|
+
'@esbuild/linux-mips64el@0.18.20':
|
|
1706
|
+
optional: true
|
|
1707
|
+
|
|
1708
|
+
'@esbuild/linux-mips64el@0.25.12':
|
|
1709
|
+
optional: true
|
|
1710
|
+
|
|
1711
|
+
'@esbuild/linux-mips64el@0.28.1':
|
|
1712
|
+
optional: true
|
|
1713
|
+
|
|
1714
|
+
'@esbuild/linux-ppc64@0.18.20':
|
|
1715
|
+
optional: true
|
|
1716
|
+
|
|
1717
|
+
'@esbuild/linux-ppc64@0.25.12':
|
|
1718
|
+
optional: true
|
|
1719
|
+
|
|
1720
|
+
'@esbuild/linux-ppc64@0.28.1':
|
|
1721
|
+
optional: true
|
|
1722
|
+
|
|
1723
|
+
'@esbuild/linux-riscv64@0.18.20':
|
|
1724
|
+
optional: true
|
|
1725
|
+
|
|
1726
|
+
'@esbuild/linux-riscv64@0.25.12':
|
|
1727
|
+
optional: true
|
|
1728
|
+
|
|
1729
|
+
'@esbuild/linux-riscv64@0.28.1':
|
|
1730
|
+
optional: true
|
|
1731
|
+
|
|
1732
|
+
'@esbuild/linux-s390x@0.18.20':
|
|
1733
|
+
optional: true
|
|
1734
|
+
|
|
1735
|
+
'@esbuild/linux-s390x@0.25.12':
|
|
1736
|
+
optional: true
|
|
1737
|
+
|
|
1738
|
+
'@esbuild/linux-s390x@0.28.1':
|
|
1739
|
+
optional: true
|
|
1740
|
+
|
|
1741
|
+
'@esbuild/linux-x64@0.18.20':
|
|
1742
|
+
optional: true
|
|
1743
|
+
|
|
1744
|
+
'@esbuild/linux-x64@0.25.12':
|
|
1745
|
+
optional: true
|
|
1746
|
+
|
|
1747
|
+
'@esbuild/linux-x64@0.28.1':
|
|
1748
|
+
optional: true
|
|
1749
|
+
|
|
1750
|
+
'@esbuild/netbsd-arm64@0.25.12':
|
|
1751
|
+
optional: true
|
|
1752
|
+
|
|
1753
|
+
'@esbuild/netbsd-arm64@0.28.1':
|
|
1754
|
+
optional: true
|
|
1755
|
+
|
|
1756
|
+
'@esbuild/netbsd-x64@0.18.20':
|
|
1757
|
+
optional: true
|
|
1758
|
+
|
|
1759
|
+
'@esbuild/netbsd-x64@0.25.12':
|
|
1760
|
+
optional: true
|
|
1761
|
+
|
|
1762
|
+
'@esbuild/netbsd-x64@0.28.1':
|
|
1763
|
+
optional: true
|
|
1764
|
+
|
|
1765
|
+
'@esbuild/openbsd-arm64@0.25.12':
|
|
1766
|
+
optional: true
|
|
1767
|
+
|
|
1768
|
+
'@esbuild/openbsd-arm64@0.28.1':
|
|
1769
|
+
optional: true
|
|
1770
|
+
|
|
1771
|
+
'@esbuild/openbsd-x64@0.18.20':
|
|
1772
|
+
optional: true
|
|
1773
|
+
|
|
1774
|
+
'@esbuild/openbsd-x64@0.25.12':
|
|
1775
|
+
optional: true
|
|
1776
|
+
|
|
1777
|
+
'@esbuild/openbsd-x64@0.28.1':
|
|
1778
|
+
optional: true
|
|
1779
|
+
|
|
1780
|
+
'@esbuild/openharmony-arm64@0.25.12':
|
|
1781
|
+
optional: true
|
|
1782
|
+
|
|
1783
|
+
'@esbuild/openharmony-arm64@0.28.1':
|
|
1784
|
+
optional: true
|
|
1785
|
+
|
|
1786
|
+
'@esbuild/sunos-x64@0.18.20':
|
|
1787
|
+
optional: true
|
|
1788
|
+
|
|
1789
|
+
'@esbuild/sunos-x64@0.25.12':
|
|
1790
|
+
optional: true
|
|
1791
|
+
|
|
1792
|
+
'@esbuild/sunos-x64@0.28.1':
|
|
1793
|
+
optional: true
|
|
1794
|
+
|
|
1795
|
+
'@esbuild/win32-arm64@0.18.20':
|
|
1796
|
+
optional: true
|
|
1797
|
+
|
|
1798
|
+
'@esbuild/win32-arm64@0.25.12':
|
|
1799
|
+
optional: true
|
|
1800
|
+
|
|
1801
|
+
'@esbuild/win32-arm64@0.28.1':
|
|
1802
|
+
optional: true
|
|
1803
|
+
|
|
1804
|
+
'@esbuild/win32-ia32@0.18.20':
|
|
1805
|
+
optional: true
|
|
1806
|
+
|
|
1807
|
+
'@esbuild/win32-ia32@0.25.12':
|
|
1808
|
+
optional: true
|
|
1809
|
+
|
|
1810
|
+
'@esbuild/win32-ia32@0.28.1':
|
|
1811
|
+
optional: true
|
|
1812
|
+
|
|
1813
|
+
'@esbuild/win32-x64@0.18.20':
|
|
1814
|
+
optional: true
|
|
1815
|
+
|
|
1816
|
+
'@esbuild/win32-x64@0.25.12':
|
|
1817
|
+
optional: true
|
|
1818
|
+
|
|
1819
|
+
'@esbuild/win32-x64@0.28.1':
|
|
1820
|
+
optional: true
|
|
1821
|
+
|
|
1822
|
+
'@img/colour@1.1.0':
|
|
1823
|
+
optional: true
|
|
1824
|
+
|
|
1825
|
+
'@img/sharp-darwin-arm64@0.34.5':
|
|
1826
|
+
optionalDependencies:
|
|
1827
|
+
'@img/sharp-libvips-darwin-arm64': 1.2.4
|
|
1828
|
+
optional: true
|
|
1829
|
+
|
|
1830
|
+
'@img/sharp-darwin-x64@0.34.5':
|
|
1831
|
+
optionalDependencies:
|
|
1832
|
+
'@img/sharp-libvips-darwin-x64': 1.2.4
|
|
1833
|
+
optional: true
|
|
1834
|
+
|
|
1835
|
+
'@img/sharp-libvips-darwin-arm64@1.2.4':
|
|
1836
|
+
optional: true
|
|
1837
|
+
|
|
1838
|
+
'@img/sharp-libvips-darwin-x64@1.2.4':
|
|
1839
|
+
optional: true
|
|
1840
|
+
|
|
1841
|
+
'@img/sharp-libvips-linux-arm64@1.2.4':
|
|
1842
|
+
optional: true
|
|
1843
|
+
|
|
1844
|
+
'@img/sharp-libvips-linux-arm@1.2.4':
|
|
1845
|
+
optional: true
|
|
1846
|
+
|
|
1847
|
+
'@img/sharp-libvips-linux-ppc64@1.2.4':
|
|
1848
|
+
optional: true
|
|
1849
|
+
|
|
1850
|
+
'@img/sharp-libvips-linux-riscv64@1.2.4':
|
|
1851
|
+
optional: true
|
|
1852
|
+
|
|
1853
|
+
'@img/sharp-libvips-linux-s390x@1.2.4':
|
|
1854
|
+
optional: true
|
|
1855
|
+
|
|
1856
|
+
'@img/sharp-libvips-linux-x64@1.2.4':
|
|
1857
|
+
optional: true
|
|
1858
|
+
|
|
1859
|
+
'@img/sharp-libvips-linuxmusl-arm64@1.2.4':
|
|
1860
|
+
optional: true
|
|
1861
|
+
|
|
1862
|
+
'@img/sharp-libvips-linuxmusl-x64@1.2.4':
|
|
1863
|
+
optional: true
|
|
1864
|
+
|
|
1865
|
+
'@img/sharp-linux-arm64@0.34.5':
|
|
1866
|
+
optionalDependencies:
|
|
1867
|
+
'@img/sharp-libvips-linux-arm64': 1.2.4
|
|
1868
|
+
optional: true
|
|
1869
|
+
|
|
1870
|
+
'@img/sharp-linux-arm@0.34.5':
|
|
1871
|
+
optionalDependencies:
|
|
1872
|
+
'@img/sharp-libvips-linux-arm': 1.2.4
|
|
1873
|
+
optional: true
|
|
1874
|
+
|
|
1875
|
+
'@img/sharp-linux-ppc64@0.34.5':
|
|
1876
|
+
optionalDependencies:
|
|
1877
|
+
'@img/sharp-libvips-linux-ppc64': 1.2.4
|
|
1878
|
+
optional: true
|
|
1879
|
+
|
|
1880
|
+
'@img/sharp-linux-riscv64@0.34.5':
|
|
1881
|
+
optionalDependencies:
|
|
1882
|
+
'@img/sharp-libvips-linux-riscv64': 1.2.4
|
|
1883
|
+
optional: true
|
|
1884
|
+
|
|
1885
|
+
'@img/sharp-linux-s390x@0.34.5':
|
|
1886
|
+
optionalDependencies:
|
|
1887
|
+
'@img/sharp-libvips-linux-s390x': 1.2.4
|
|
1888
|
+
optional: true
|
|
1889
|
+
|
|
1890
|
+
'@img/sharp-linux-x64@0.34.5':
|
|
1891
|
+
optionalDependencies:
|
|
1892
|
+
'@img/sharp-libvips-linux-x64': 1.2.4
|
|
1893
|
+
optional: true
|
|
1894
|
+
|
|
1895
|
+
'@img/sharp-linuxmusl-arm64@0.34.5':
|
|
1896
|
+
optionalDependencies:
|
|
1897
|
+
'@img/sharp-libvips-linuxmusl-arm64': 1.2.4
|
|
1898
|
+
optional: true
|
|
1899
|
+
|
|
1900
|
+
'@img/sharp-linuxmusl-x64@0.34.5':
|
|
1901
|
+
optionalDependencies:
|
|
1902
|
+
'@img/sharp-libvips-linuxmusl-x64': 1.2.4
|
|
1903
|
+
optional: true
|
|
1904
|
+
|
|
1905
|
+
'@img/sharp-wasm32@0.34.5':
|
|
1906
|
+
dependencies:
|
|
1907
|
+
'@emnapi/runtime': 1.11.3
|
|
1908
|
+
optional: true
|
|
1909
|
+
|
|
1910
|
+
'@img/sharp-win32-arm64@0.34.5':
|
|
1911
|
+
optional: true
|
|
1912
|
+
|
|
1913
|
+
'@img/sharp-win32-ia32@0.34.5':
|
|
1914
|
+
optional: true
|
|
1915
|
+
|
|
1916
|
+
'@img/sharp-win32-x64@0.34.5':
|
|
1917
|
+
optional: true
|
|
1918
|
+
|
|
1919
|
+
'@jridgewell/gen-mapping@0.3.13':
|
|
1920
|
+
dependencies:
|
|
1921
|
+
'@jridgewell/sourcemap-codec': 1.5.5
|
|
1922
|
+
'@jridgewell/trace-mapping': 0.3.31
|
|
1923
|
+
|
|
1924
|
+
'@jridgewell/remapping@2.3.5':
|
|
1925
|
+
dependencies:
|
|
1926
|
+
'@jridgewell/gen-mapping': 0.3.13
|
|
1927
|
+
'@jridgewell/trace-mapping': 0.3.31
|
|
1928
|
+
|
|
1929
|
+
'@jridgewell/resolve-uri@3.1.2': {}
|
|
1930
|
+
|
|
1931
|
+
'@jridgewell/sourcemap-codec@1.5.5': {}
|
|
1932
|
+
|
|
1933
|
+
'@jridgewell/trace-mapping@0.3.31':
|
|
1934
|
+
dependencies:
|
|
1935
|
+
'@jridgewell/resolve-uri': 3.1.2
|
|
1936
|
+
'@jridgewell/sourcemap-codec': 1.5.5
|
|
1937
|
+
|
|
1938
|
+
'@next/env@16.2.12': {}
|
|
1939
|
+
|
|
1940
|
+
'@next/swc-darwin-arm64@16.2.12':
|
|
1941
|
+
optional: true
|
|
1942
|
+
|
|
1943
|
+
'@next/swc-darwin-x64@16.2.12':
|
|
1944
|
+
optional: true
|
|
1945
|
+
|
|
1946
|
+
'@next/swc-linux-arm64-gnu@16.2.12':
|
|
1947
|
+
optional: true
|
|
1948
|
+
|
|
1949
|
+
'@next/swc-linux-arm64-musl@16.2.12':
|
|
1950
|
+
optional: true
|
|
1951
|
+
|
|
1952
|
+
'@next/swc-linux-x64-gnu@16.2.12':
|
|
1953
|
+
optional: true
|
|
1954
|
+
|
|
1955
|
+
'@next/swc-linux-x64-musl@16.2.12':
|
|
1956
|
+
optional: true
|
|
1957
|
+
|
|
1958
|
+
'@next/swc-win32-arm64-msvc@16.2.12':
|
|
1959
|
+
optional: true
|
|
1960
|
+
|
|
1961
|
+
'@next/swc-win32-x64-msvc@16.2.12':
|
|
1962
|
+
optional: true
|
|
1963
|
+
|
|
1964
|
+
'@playwright/test@1.58.2':
|
|
1965
|
+
dependencies:
|
|
1966
|
+
playwright: 1.58.2
|
|
1967
|
+
|
|
1968
|
+
'@radix-ui/react-compose-refs@1.1.2(@types/react@19.2.7)(react@19.2.8)':
|
|
1969
|
+
dependencies:
|
|
1970
|
+
react: 19.2.8
|
|
1971
|
+
optionalDependencies:
|
|
1972
|
+
'@types/react': 19.2.7
|
|
1973
|
+
|
|
1974
|
+
'@radix-ui/react-slot@1.2.4(@types/react@19.2.7)(react@19.2.8)':
|
|
1975
|
+
dependencies:
|
|
1976
|
+
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.2.8)
|
|
1977
|
+
react: 19.2.8
|
|
1978
|
+
optionalDependencies:
|
|
1979
|
+
'@types/react': 19.2.7
|
|
1980
|
+
|
|
1981
|
+
'@rollup/rollup-android-arm-eabi@4.62.3':
|
|
1982
|
+
optional: true
|
|
1983
|
+
|
|
1984
|
+
'@rollup/rollup-android-arm64@4.62.3':
|
|
1985
|
+
optional: true
|
|
1986
|
+
|
|
1987
|
+
'@rollup/rollup-darwin-arm64@4.62.3':
|
|
1988
|
+
optional: true
|
|
1989
|
+
|
|
1990
|
+
'@rollup/rollup-darwin-x64@4.62.3':
|
|
1991
|
+
optional: true
|
|
1992
|
+
|
|
1993
|
+
'@rollup/rollup-freebsd-arm64@4.62.3':
|
|
1994
|
+
optional: true
|
|
1995
|
+
|
|
1996
|
+
'@rollup/rollup-freebsd-x64@4.62.3':
|
|
1997
|
+
optional: true
|
|
1998
|
+
|
|
1999
|
+
'@rollup/rollup-linux-arm-gnueabihf@4.62.3':
|
|
2000
|
+
optional: true
|
|
2001
|
+
|
|
2002
|
+
'@rollup/rollup-linux-arm-musleabihf@4.62.3':
|
|
2003
|
+
optional: true
|
|
2004
|
+
|
|
2005
|
+
'@rollup/rollup-linux-arm64-gnu@4.62.3':
|
|
2006
|
+
optional: true
|
|
2007
|
+
|
|
2008
|
+
'@rollup/rollup-linux-arm64-musl@4.62.3':
|
|
2009
|
+
optional: true
|
|
2010
|
+
|
|
2011
|
+
'@rollup/rollup-linux-loong64-gnu@4.62.3':
|
|
2012
|
+
optional: true
|
|
2013
|
+
|
|
2014
|
+
'@rollup/rollup-linux-loong64-musl@4.62.3':
|
|
2015
|
+
optional: true
|
|
2016
|
+
|
|
2017
|
+
'@rollup/rollup-linux-ppc64-gnu@4.62.3':
|
|
2018
|
+
optional: true
|
|
2019
|
+
|
|
2020
|
+
'@rollup/rollup-linux-ppc64-musl@4.62.3':
|
|
2021
|
+
optional: true
|
|
2022
|
+
|
|
2023
|
+
'@rollup/rollup-linux-riscv64-gnu@4.62.3':
|
|
2024
|
+
optional: true
|
|
2025
|
+
|
|
2026
|
+
'@rollup/rollup-linux-riscv64-musl@4.62.3':
|
|
2027
|
+
optional: true
|
|
2028
|
+
|
|
2029
|
+
'@rollup/rollup-linux-s390x-gnu@4.62.3':
|
|
2030
|
+
optional: true
|
|
2031
|
+
|
|
2032
|
+
'@rollup/rollup-linux-x64-gnu@4.62.3':
|
|
2033
|
+
optional: true
|
|
2034
|
+
|
|
2035
|
+
'@rollup/rollup-linux-x64-musl@4.62.3':
|
|
2036
|
+
optional: true
|
|
2037
|
+
|
|
2038
|
+
'@rollup/rollup-openbsd-x64@4.62.3':
|
|
2039
|
+
optional: true
|
|
2040
|
+
|
|
2041
|
+
'@rollup/rollup-openharmony-arm64@4.62.3':
|
|
2042
|
+
optional: true
|
|
2043
|
+
|
|
2044
|
+
'@rollup/rollup-win32-arm64-msvc@4.62.3':
|
|
2045
|
+
optional: true
|
|
2046
|
+
|
|
2047
|
+
'@rollup/rollup-win32-ia32-msvc@4.62.3':
|
|
2048
|
+
optional: true
|
|
2049
|
+
|
|
2050
|
+
'@rollup/rollup-win32-x64-gnu@4.62.3':
|
|
2051
|
+
optional: true
|
|
2052
|
+
|
|
2053
|
+
'@rollup/rollup-win32-x64-msvc@4.62.3':
|
|
2054
|
+
optional: true
|
|
2055
|
+
|
|
2056
|
+
'@swc/helpers@0.5.15':
|
|
2057
|
+
dependencies:
|
|
2058
|
+
tslib: 2.8.1
|
|
2059
|
+
|
|
2060
|
+
'@tailwindcss/node@4.3.3':
|
|
2061
|
+
dependencies:
|
|
2062
|
+
'@jridgewell/remapping': 2.3.5
|
|
2063
|
+
enhanced-resolve: 5.24.4
|
|
2064
|
+
jiti: 2.7.0
|
|
2065
|
+
lightningcss: 1.32.0
|
|
2066
|
+
magic-string: 0.30.21
|
|
2067
|
+
source-map-js: 1.2.1
|
|
2068
|
+
tailwindcss: 4.3.3
|
|
2069
|
+
|
|
2070
|
+
'@tailwindcss/oxide-android-arm64@4.3.3':
|
|
2071
|
+
optional: true
|
|
2072
|
+
|
|
2073
|
+
'@tailwindcss/oxide-darwin-arm64@4.3.3':
|
|
2074
|
+
optional: true
|
|
2075
|
+
|
|
2076
|
+
'@tailwindcss/oxide-darwin-x64@4.3.3':
|
|
2077
|
+
optional: true
|
|
2078
|
+
|
|
2079
|
+
'@tailwindcss/oxide-freebsd-x64@4.3.3':
|
|
2080
|
+
optional: true
|
|
2081
|
+
|
|
2082
|
+
'@tailwindcss/oxide-linux-arm-gnueabihf@4.3.3':
|
|
2083
|
+
optional: true
|
|
2084
|
+
|
|
2085
|
+
'@tailwindcss/oxide-linux-arm64-gnu@4.3.3':
|
|
2086
|
+
optional: true
|
|
2087
|
+
|
|
2088
|
+
'@tailwindcss/oxide-linux-arm64-musl@4.3.3':
|
|
2089
|
+
optional: true
|
|
2090
|
+
|
|
2091
|
+
'@tailwindcss/oxide-linux-x64-gnu@4.3.3':
|
|
2092
|
+
optional: true
|
|
2093
|
+
|
|
2094
|
+
'@tailwindcss/oxide-linux-x64-musl@4.3.3':
|
|
2095
|
+
optional: true
|
|
2096
|
+
|
|
2097
|
+
'@tailwindcss/oxide-wasm32-wasi@4.3.3':
|
|
2098
|
+
optional: true
|
|
2099
|
+
|
|
2100
|
+
'@tailwindcss/oxide-win32-arm64-msvc@4.3.3':
|
|
2101
|
+
optional: true
|
|
2102
|
+
|
|
2103
|
+
'@tailwindcss/oxide-win32-x64-msvc@4.3.3':
|
|
2104
|
+
optional: true
|
|
2105
|
+
|
|
2106
|
+
'@tailwindcss/oxide@4.3.3':
|
|
2107
|
+
optionalDependencies:
|
|
2108
|
+
'@tailwindcss/oxide-android-arm64': 4.3.3
|
|
2109
|
+
'@tailwindcss/oxide-darwin-arm64': 4.3.3
|
|
2110
|
+
'@tailwindcss/oxide-darwin-x64': 4.3.3
|
|
2111
|
+
'@tailwindcss/oxide-freebsd-x64': 4.3.3
|
|
2112
|
+
'@tailwindcss/oxide-linux-arm-gnueabihf': 4.3.3
|
|
2113
|
+
'@tailwindcss/oxide-linux-arm64-gnu': 4.3.3
|
|
2114
|
+
'@tailwindcss/oxide-linux-arm64-musl': 4.3.3
|
|
2115
|
+
'@tailwindcss/oxide-linux-x64-gnu': 4.3.3
|
|
2116
|
+
'@tailwindcss/oxide-linux-x64-musl': 4.3.3
|
|
2117
|
+
'@tailwindcss/oxide-wasm32-wasi': 4.3.3
|
|
2118
|
+
'@tailwindcss/oxide-win32-arm64-msvc': 4.3.3
|
|
2119
|
+
'@tailwindcss/oxide-win32-x64-msvc': 4.3.3
|
|
2120
|
+
|
|
2121
|
+
'@tailwindcss/postcss@4.3.3':
|
|
2122
|
+
dependencies:
|
|
2123
|
+
'@alloc/quick-lru': 5.2.0
|
|
2124
|
+
'@tailwindcss/node': 4.3.3
|
|
2125
|
+
'@tailwindcss/oxide': 4.3.3
|
|
2126
|
+
postcss: 8.5.24
|
|
2127
|
+
tailwindcss: 4.3.3
|
|
2128
|
+
|
|
2129
|
+
'@types/chai@5.2.3':
|
|
2130
|
+
dependencies:
|
|
2131
|
+
'@types/deep-eql': 4.0.2
|
|
2132
|
+
assertion-error: 2.0.1
|
|
2133
|
+
|
|
2134
|
+
'@types/deep-eql@4.0.2': {}
|
|
2135
|
+
|
|
2136
|
+
'@types/estree@1.0.9': {}
|
|
2137
|
+
|
|
2138
|
+
'@types/node@24.12.0':
|
|
2139
|
+
dependencies:
|
|
2140
|
+
undici-types: 7.16.0
|
|
2141
|
+
|
|
2142
|
+
'@types/react-dom@19.2.3(@types/react@19.2.7)':
|
|
2143
|
+
dependencies:
|
|
2144
|
+
'@types/react': 19.2.7
|
|
2145
|
+
|
|
2146
|
+
'@types/react@19.2.7':
|
|
2147
|
+
dependencies:
|
|
2148
|
+
csstype: 3.2.3
|
|
2149
|
+
|
|
2150
|
+
'@vitest/expect@3.2.7':
|
|
2151
|
+
dependencies:
|
|
2152
|
+
'@types/chai': 5.2.3
|
|
2153
|
+
'@vitest/spy': 3.2.7
|
|
2154
|
+
'@vitest/utils': 3.2.7
|
|
2155
|
+
chai: 5.3.3
|
|
2156
|
+
tinyrainbow: 2.0.0
|
|
2157
|
+
|
|
2158
|
+
'@vitest/mocker@3.2.7(vite@7.3.6(@types/node@24.12.0)(jiti@2.7.0)(lightningcss@1.32.0)(tsx@4.23.1))':
|
|
2159
|
+
dependencies:
|
|
2160
|
+
'@vitest/spy': 3.2.7
|
|
2161
|
+
estree-walker: 3.0.3
|
|
2162
|
+
magic-string: 0.30.21
|
|
2163
|
+
optionalDependencies:
|
|
2164
|
+
vite: 7.3.6(@types/node@24.12.0)(jiti@2.7.0)(lightningcss@1.32.0)(tsx@4.23.1)
|
|
2165
|
+
|
|
2166
|
+
'@vitest/pretty-format@3.2.7':
|
|
2167
|
+
dependencies:
|
|
2168
|
+
tinyrainbow: 2.0.0
|
|
2169
|
+
|
|
2170
|
+
'@vitest/runner@3.2.7':
|
|
2171
|
+
dependencies:
|
|
2172
|
+
'@vitest/utils': 3.2.7
|
|
2173
|
+
pathe: 2.0.3
|
|
2174
|
+
strip-literal: 3.1.0
|
|
2175
|
+
|
|
2176
|
+
'@vitest/snapshot@3.2.7':
|
|
2177
|
+
dependencies:
|
|
2178
|
+
'@vitest/pretty-format': 3.2.7
|
|
2179
|
+
magic-string: 0.30.21
|
|
2180
|
+
pathe: 2.0.3
|
|
2181
|
+
|
|
2182
|
+
'@vitest/spy@3.2.7':
|
|
2183
|
+
dependencies:
|
|
2184
|
+
tinyspy: 4.0.4
|
|
2185
|
+
|
|
2186
|
+
'@vitest/utils@3.2.7':
|
|
2187
|
+
dependencies:
|
|
2188
|
+
'@vitest/pretty-format': 3.2.7
|
|
2189
|
+
loupe: 3.2.1
|
|
2190
|
+
tinyrainbow: 2.0.0
|
|
2191
|
+
|
|
2192
|
+
assertion-error@2.0.1: {}
|
|
2193
|
+
|
|
2194
|
+
baseline-browser-mapping@2.11.6: {}
|
|
2195
|
+
|
|
2196
|
+
buffer-from@1.1.2: {}
|
|
2197
|
+
|
|
2198
|
+
cac@6.7.14: {}
|
|
2199
|
+
|
|
2200
|
+
caniuse-lite@1.0.30001806: {}
|
|
2201
|
+
|
|
2202
|
+
chai@5.3.3:
|
|
2203
|
+
dependencies:
|
|
2204
|
+
assertion-error: 2.0.1
|
|
2205
|
+
check-error: 2.1.3
|
|
2206
|
+
deep-eql: 5.0.2
|
|
2207
|
+
loupe: 3.2.1
|
|
2208
|
+
pathval: 2.0.1
|
|
2209
|
+
|
|
2210
|
+
check-error@2.1.3: {}
|
|
2211
|
+
|
|
2212
|
+
class-variance-authority@0.7.1:
|
|
2213
|
+
dependencies:
|
|
2214
|
+
clsx: 2.1.1
|
|
2215
|
+
|
|
2216
|
+
client-only@0.0.1: {}
|
|
2217
|
+
|
|
2218
|
+
clsx@2.1.1: {}
|
|
2219
|
+
|
|
2220
|
+
csstype@3.2.3: {}
|
|
2221
|
+
|
|
2222
|
+
debug@4.4.3:
|
|
2223
|
+
dependencies:
|
|
2224
|
+
ms: 2.1.3
|
|
2225
|
+
|
|
2226
|
+
deep-eql@5.0.2: {}
|
|
2227
|
+
|
|
2228
|
+
detect-libc@2.1.2: {}
|
|
2229
|
+
|
|
2230
|
+
drizzle-kit@0.31.10:
|
|
2231
|
+
dependencies:
|
|
2232
|
+
'@drizzle-team/brocli': 0.10.2
|
|
2233
|
+
'@esbuild-kit/esm-loader': 2.6.5
|
|
2234
|
+
esbuild: 0.25.12
|
|
2235
|
+
tsx: 4.23.1
|
|
2236
|
+
|
|
2237
|
+
drizzle-orm@0.45.2: {}
|
|
2238
|
+
|
|
2239
|
+
enhanced-resolve@5.24.4:
|
|
2240
|
+
dependencies:
|
|
2241
|
+
graceful-fs: 4.2.11
|
|
2242
|
+
tapable: 2.3.3
|
|
2243
|
+
|
|
2244
|
+
es-module-lexer@1.7.0: {}
|
|
2245
|
+
|
|
2246
|
+
esbuild@0.18.20:
|
|
2247
|
+
optionalDependencies:
|
|
2248
|
+
'@esbuild/android-arm': 0.18.20
|
|
2249
|
+
'@esbuild/android-arm64': 0.18.20
|
|
2250
|
+
'@esbuild/android-x64': 0.18.20
|
|
2251
|
+
'@esbuild/darwin-arm64': 0.18.20
|
|
2252
|
+
'@esbuild/darwin-x64': 0.18.20
|
|
2253
|
+
'@esbuild/freebsd-arm64': 0.18.20
|
|
2254
|
+
'@esbuild/freebsd-x64': 0.18.20
|
|
2255
|
+
'@esbuild/linux-arm': 0.18.20
|
|
2256
|
+
'@esbuild/linux-arm64': 0.18.20
|
|
2257
|
+
'@esbuild/linux-ia32': 0.18.20
|
|
2258
|
+
'@esbuild/linux-loong64': 0.18.20
|
|
2259
|
+
'@esbuild/linux-mips64el': 0.18.20
|
|
2260
|
+
'@esbuild/linux-ppc64': 0.18.20
|
|
2261
|
+
'@esbuild/linux-riscv64': 0.18.20
|
|
2262
|
+
'@esbuild/linux-s390x': 0.18.20
|
|
2263
|
+
'@esbuild/linux-x64': 0.18.20
|
|
2264
|
+
'@esbuild/netbsd-x64': 0.18.20
|
|
2265
|
+
'@esbuild/openbsd-x64': 0.18.20
|
|
2266
|
+
'@esbuild/sunos-x64': 0.18.20
|
|
2267
|
+
'@esbuild/win32-arm64': 0.18.20
|
|
2268
|
+
'@esbuild/win32-ia32': 0.18.20
|
|
2269
|
+
'@esbuild/win32-x64': 0.18.20
|
|
2270
|
+
|
|
2271
|
+
esbuild@0.25.12:
|
|
2272
|
+
optionalDependencies:
|
|
2273
|
+
'@esbuild/aix-ppc64': 0.25.12
|
|
2274
|
+
'@esbuild/android-arm': 0.25.12
|
|
2275
|
+
'@esbuild/android-arm64': 0.25.12
|
|
2276
|
+
'@esbuild/android-x64': 0.25.12
|
|
2277
|
+
'@esbuild/darwin-arm64': 0.25.12
|
|
2278
|
+
'@esbuild/darwin-x64': 0.25.12
|
|
2279
|
+
'@esbuild/freebsd-arm64': 0.25.12
|
|
2280
|
+
'@esbuild/freebsd-x64': 0.25.12
|
|
2281
|
+
'@esbuild/linux-arm': 0.25.12
|
|
2282
|
+
'@esbuild/linux-arm64': 0.25.12
|
|
2283
|
+
'@esbuild/linux-ia32': 0.25.12
|
|
2284
|
+
'@esbuild/linux-loong64': 0.25.12
|
|
2285
|
+
'@esbuild/linux-mips64el': 0.25.12
|
|
2286
|
+
'@esbuild/linux-ppc64': 0.25.12
|
|
2287
|
+
'@esbuild/linux-riscv64': 0.25.12
|
|
2288
|
+
'@esbuild/linux-s390x': 0.25.12
|
|
2289
|
+
'@esbuild/linux-x64': 0.25.12
|
|
2290
|
+
'@esbuild/netbsd-arm64': 0.25.12
|
|
2291
|
+
'@esbuild/netbsd-x64': 0.25.12
|
|
2292
|
+
'@esbuild/openbsd-arm64': 0.25.12
|
|
2293
|
+
'@esbuild/openbsd-x64': 0.25.12
|
|
2294
|
+
'@esbuild/openharmony-arm64': 0.25.12
|
|
2295
|
+
'@esbuild/sunos-x64': 0.25.12
|
|
2296
|
+
'@esbuild/win32-arm64': 0.25.12
|
|
2297
|
+
'@esbuild/win32-ia32': 0.25.12
|
|
2298
|
+
'@esbuild/win32-x64': 0.25.12
|
|
2299
|
+
|
|
2300
|
+
esbuild@0.28.1:
|
|
2301
|
+
optionalDependencies:
|
|
2302
|
+
'@esbuild/aix-ppc64': 0.28.1
|
|
2303
|
+
'@esbuild/android-arm': 0.28.1
|
|
2304
|
+
'@esbuild/android-arm64': 0.28.1
|
|
2305
|
+
'@esbuild/android-x64': 0.28.1
|
|
2306
|
+
'@esbuild/darwin-arm64': 0.28.1
|
|
2307
|
+
'@esbuild/darwin-x64': 0.28.1
|
|
2308
|
+
'@esbuild/freebsd-arm64': 0.28.1
|
|
2309
|
+
'@esbuild/freebsd-x64': 0.28.1
|
|
2310
|
+
'@esbuild/linux-arm': 0.28.1
|
|
2311
|
+
'@esbuild/linux-arm64': 0.28.1
|
|
2312
|
+
'@esbuild/linux-ia32': 0.28.1
|
|
2313
|
+
'@esbuild/linux-loong64': 0.28.1
|
|
2314
|
+
'@esbuild/linux-mips64el': 0.28.1
|
|
2315
|
+
'@esbuild/linux-ppc64': 0.28.1
|
|
2316
|
+
'@esbuild/linux-riscv64': 0.28.1
|
|
2317
|
+
'@esbuild/linux-s390x': 0.28.1
|
|
2318
|
+
'@esbuild/linux-x64': 0.28.1
|
|
2319
|
+
'@esbuild/netbsd-arm64': 0.28.1
|
|
2320
|
+
'@esbuild/netbsd-x64': 0.28.1
|
|
2321
|
+
'@esbuild/openbsd-arm64': 0.28.1
|
|
2322
|
+
'@esbuild/openbsd-x64': 0.28.1
|
|
2323
|
+
'@esbuild/openharmony-arm64': 0.28.1
|
|
2324
|
+
'@esbuild/sunos-x64': 0.28.1
|
|
2325
|
+
'@esbuild/win32-arm64': 0.28.1
|
|
2326
|
+
'@esbuild/win32-ia32': 0.28.1
|
|
2327
|
+
'@esbuild/win32-x64': 0.28.1
|
|
2328
|
+
|
|
2329
|
+
estree-walker@3.0.3:
|
|
2330
|
+
dependencies:
|
|
2331
|
+
'@types/estree': 1.0.9
|
|
2332
|
+
|
|
2333
|
+
expect-type@1.4.0: {}
|
|
2334
|
+
|
|
2335
|
+
fdir@6.5.0(picomatch@4.0.5):
|
|
2336
|
+
optionalDependencies:
|
|
2337
|
+
picomatch: 4.0.5
|
|
2338
|
+
|
|
2339
|
+
fsevents@2.3.2:
|
|
2340
|
+
optional: true
|
|
2341
|
+
|
|
2342
|
+
fsevents@2.3.3:
|
|
2343
|
+
optional: true
|
|
2344
|
+
|
|
2345
|
+
get-tsconfig@4.14.0:
|
|
2346
|
+
dependencies:
|
|
2347
|
+
resolve-pkg-maps: 1.0.0
|
|
2348
|
+
|
|
2349
|
+
graceful-fs@4.2.11: {}
|
|
2350
|
+
|
|
2351
|
+
jiti@2.7.0: {}
|
|
2352
|
+
|
|
2353
|
+
js-tokens@9.0.1: {}
|
|
2354
|
+
|
|
2355
|
+
lightningcss-android-arm64@1.32.0:
|
|
2356
|
+
optional: true
|
|
2357
|
+
|
|
2358
|
+
lightningcss-darwin-arm64@1.32.0:
|
|
2359
|
+
optional: true
|
|
2360
|
+
|
|
2361
|
+
lightningcss-darwin-x64@1.32.0:
|
|
2362
|
+
optional: true
|
|
2363
|
+
|
|
2364
|
+
lightningcss-freebsd-x64@1.32.0:
|
|
2365
|
+
optional: true
|
|
2366
|
+
|
|
2367
|
+
lightningcss-linux-arm-gnueabihf@1.32.0:
|
|
2368
|
+
optional: true
|
|
2369
|
+
|
|
2370
|
+
lightningcss-linux-arm64-gnu@1.32.0:
|
|
2371
|
+
optional: true
|
|
2372
|
+
|
|
2373
|
+
lightningcss-linux-arm64-musl@1.32.0:
|
|
2374
|
+
optional: true
|
|
2375
|
+
|
|
2376
|
+
lightningcss-linux-x64-gnu@1.32.0:
|
|
2377
|
+
optional: true
|
|
2378
|
+
|
|
2379
|
+
lightningcss-linux-x64-musl@1.32.0:
|
|
2380
|
+
optional: true
|
|
2381
|
+
|
|
2382
|
+
lightningcss-win32-arm64-msvc@1.32.0:
|
|
2383
|
+
optional: true
|
|
2384
|
+
|
|
2385
|
+
lightningcss-win32-x64-msvc@1.32.0:
|
|
2386
|
+
optional: true
|
|
2387
|
+
|
|
2388
|
+
lightningcss@1.32.0:
|
|
2389
|
+
dependencies:
|
|
2390
|
+
detect-libc: 2.1.2
|
|
2391
|
+
optionalDependencies:
|
|
2392
|
+
lightningcss-android-arm64: 1.32.0
|
|
2393
|
+
lightningcss-darwin-arm64: 1.32.0
|
|
2394
|
+
lightningcss-darwin-x64: 1.32.0
|
|
2395
|
+
lightningcss-freebsd-x64: 1.32.0
|
|
2396
|
+
lightningcss-linux-arm-gnueabihf: 1.32.0
|
|
2397
|
+
lightningcss-linux-arm64-gnu: 1.32.0
|
|
2398
|
+
lightningcss-linux-arm64-musl: 1.32.0
|
|
2399
|
+
lightningcss-linux-x64-gnu: 1.32.0
|
|
2400
|
+
lightningcss-linux-x64-musl: 1.32.0
|
|
2401
|
+
lightningcss-win32-arm64-msvc: 1.32.0
|
|
2402
|
+
lightningcss-win32-x64-msvc: 1.32.0
|
|
2403
|
+
|
|
2404
|
+
loupe@3.2.1: {}
|
|
2405
|
+
|
|
2406
|
+
lucide-react@1.27.0(react@19.2.8):
|
|
2407
|
+
dependencies:
|
|
2408
|
+
react: 19.2.8
|
|
2409
|
+
|
|
2410
|
+
magic-string@0.30.21:
|
|
2411
|
+
dependencies:
|
|
2412
|
+
'@jridgewell/sourcemap-codec': 1.5.5
|
|
2413
|
+
|
|
2414
|
+
ms@2.1.3: {}
|
|
2415
|
+
|
|
2416
|
+
nanoid@3.3.16: {}
|
|
2417
|
+
|
|
2418
|
+
next@16.2.12(@playwright/test@1.58.2)(react-dom@19.2.8(react@19.2.8))(react@19.2.8):
|
|
2419
|
+
dependencies:
|
|
2420
|
+
'@next/env': 16.2.12
|
|
2421
|
+
'@swc/helpers': 0.5.15
|
|
2422
|
+
baseline-browser-mapping: 2.11.6
|
|
2423
|
+
caniuse-lite: 1.0.30001806
|
|
2424
|
+
postcss: 8.4.31
|
|
2425
|
+
react: 19.2.8
|
|
2426
|
+
react-dom: 19.2.8(react@19.2.8)
|
|
2427
|
+
styled-jsx: 5.1.6(react@19.2.8)
|
|
2428
|
+
optionalDependencies:
|
|
2429
|
+
'@next/swc-darwin-arm64': 16.2.12
|
|
2430
|
+
'@next/swc-darwin-x64': 16.2.12
|
|
2431
|
+
'@next/swc-linux-arm64-gnu': 16.2.12
|
|
2432
|
+
'@next/swc-linux-arm64-musl': 16.2.12
|
|
2433
|
+
'@next/swc-linux-x64-gnu': 16.2.12
|
|
2434
|
+
'@next/swc-linux-x64-musl': 16.2.12
|
|
2435
|
+
'@next/swc-win32-arm64-msvc': 16.2.12
|
|
2436
|
+
'@next/swc-win32-x64-msvc': 16.2.12
|
|
2437
|
+
'@playwright/test': 1.58.2
|
|
2438
|
+
sharp: 0.34.5
|
|
2439
|
+
transitivePeerDependencies:
|
|
2440
|
+
- '@babel/core'
|
|
2441
|
+
- babel-plugin-macros
|
|
2442
|
+
|
|
2443
|
+
pathe@2.0.3: {}
|
|
2444
|
+
|
|
2445
|
+
pathval@2.0.1: {}
|
|
2446
|
+
|
|
2447
|
+
picocolors@1.1.1: {}
|
|
2448
|
+
|
|
2449
|
+
picomatch@4.0.5: {}
|
|
2450
|
+
|
|
2451
|
+
playwright-core@1.58.2: {}
|
|
2452
|
+
|
|
2453
|
+
playwright@1.58.2:
|
|
2454
|
+
dependencies:
|
|
2455
|
+
playwright-core: 1.58.2
|
|
2456
|
+
optionalDependencies:
|
|
2457
|
+
fsevents: 2.3.2
|
|
2458
|
+
|
|
2459
|
+
postcss@8.4.31:
|
|
2460
|
+
dependencies:
|
|
2461
|
+
nanoid: 3.3.16
|
|
2462
|
+
picocolors: 1.1.1
|
|
2463
|
+
source-map-js: 1.2.1
|
|
2464
|
+
|
|
2465
|
+
postcss@8.5.24:
|
|
2466
|
+
dependencies:
|
|
2467
|
+
nanoid: 3.3.16
|
|
2468
|
+
picocolors: 1.1.1
|
|
2469
|
+
source-map-js: 1.2.1
|
|
2470
|
+
|
|
2471
|
+
react-dom@19.2.8(react@19.2.8):
|
|
2472
|
+
dependencies:
|
|
2473
|
+
react: 19.2.8
|
|
2474
|
+
scheduler: 0.27.0
|
|
2475
|
+
|
|
2476
|
+
react@19.2.8: {}
|
|
2477
|
+
|
|
2478
|
+
resolve-pkg-maps@1.0.0: {}
|
|
2479
|
+
|
|
2480
|
+
rollup@4.62.3:
|
|
2481
|
+
dependencies:
|
|
2482
|
+
'@types/estree': 1.0.9
|
|
2483
|
+
optionalDependencies:
|
|
2484
|
+
'@rollup/rollup-android-arm-eabi': 4.62.3
|
|
2485
|
+
'@rollup/rollup-android-arm64': 4.62.3
|
|
2486
|
+
'@rollup/rollup-darwin-arm64': 4.62.3
|
|
2487
|
+
'@rollup/rollup-darwin-x64': 4.62.3
|
|
2488
|
+
'@rollup/rollup-freebsd-arm64': 4.62.3
|
|
2489
|
+
'@rollup/rollup-freebsd-x64': 4.62.3
|
|
2490
|
+
'@rollup/rollup-linux-arm-gnueabihf': 4.62.3
|
|
2491
|
+
'@rollup/rollup-linux-arm-musleabihf': 4.62.3
|
|
2492
|
+
'@rollup/rollup-linux-arm64-gnu': 4.62.3
|
|
2493
|
+
'@rollup/rollup-linux-arm64-musl': 4.62.3
|
|
2494
|
+
'@rollup/rollup-linux-loong64-gnu': 4.62.3
|
|
2495
|
+
'@rollup/rollup-linux-loong64-musl': 4.62.3
|
|
2496
|
+
'@rollup/rollup-linux-ppc64-gnu': 4.62.3
|
|
2497
|
+
'@rollup/rollup-linux-ppc64-musl': 4.62.3
|
|
2498
|
+
'@rollup/rollup-linux-riscv64-gnu': 4.62.3
|
|
2499
|
+
'@rollup/rollup-linux-riscv64-musl': 4.62.3
|
|
2500
|
+
'@rollup/rollup-linux-s390x-gnu': 4.62.3
|
|
2501
|
+
'@rollup/rollup-linux-x64-gnu': 4.62.3
|
|
2502
|
+
'@rollup/rollup-linux-x64-musl': 4.62.3
|
|
2503
|
+
'@rollup/rollup-openbsd-x64': 4.62.3
|
|
2504
|
+
'@rollup/rollup-openharmony-arm64': 4.62.3
|
|
2505
|
+
'@rollup/rollup-win32-arm64-msvc': 4.62.3
|
|
2506
|
+
'@rollup/rollup-win32-ia32-msvc': 4.62.3
|
|
2507
|
+
'@rollup/rollup-win32-x64-gnu': 4.62.3
|
|
2508
|
+
'@rollup/rollup-win32-x64-msvc': 4.62.3
|
|
2509
|
+
fsevents: 2.3.3
|
|
2510
|
+
|
|
2511
|
+
scheduler@0.27.0: {}
|
|
2512
|
+
|
|
2513
|
+
semver@7.8.5:
|
|
2514
|
+
optional: true
|
|
2515
|
+
|
|
2516
|
+
sharp@0.34.5:
|
|
2517
|
+
dependencies:
|
|
2518
|
+
'@img/colour': 1.1.0
|
|
2519
|
+
detect-libc: 2.1.2
|
|
2520
|
+
semver: 7.8.5
|
|
2521
|
+
optionalDependencies:
|
|
2522
|
+
'@img/sharp-darwin-arm64': 0.34.5
|
|
2523
|
+
'@img/sharp-darwin-x64': 0.34.5
|
|
2524
|
+
'@img/sharp-libvips-darwin-arm64': 1.2.4
|
|
2525
|
+
'@img/sharp-libvips-darwin-x64': 1.2.4
|
|
2526
|
+
'@img/sharp-libvips-linux-arm': 1.2.4
|
|
2527
|
+
'@img/sharp-libvips-linux-arm64': 1.2.4
|
|
2528
|
+
'@img/sharp-libvips-linux-ppc64': 1.2.4
|
|
2529
|
+
'@img/sharp-libvips-linux-riscv64': 1.2.4
|
|
2530
|
+
'@img/sharp-libvips-linux-s390x': 1.2.4
|
|
2531
|
+
'@img/sharp-libvips-linux-x64': 1.2.4
|
|
2532
|
+
'@img/sharp-libvips-linuxmusl-arm64': 1.2.4
|
|
2533
|
+
'@img/sharp-libvips-linuxmusl-x64': 1.2.4
|
|
2534
|
+
'@img/sharp-linux-arm': 0.34.5
|
|
2535
|
+
'@img/sharp-linux-arm64': 0.34.5
|
|
2536
|
+
'@img/sharp-linux-ppc64': 0.34.5
|
|
2537
|
+
'@img/sharp-linux-riscv64': 0.34.5
|
|
2538
|
+
'@img/sharp-linux-s390x': 0.34.5
|
|
2539
|
+
'@img/sharp-linux-x64': 0.34.5
|
|
2540
|
+
'@img/sharp-linuxmusl-arm64': 0.34.5
|
|
2541
|
+
'@img/sharp-linuxmusl-x64': 0.34.5
|
|
2542
|
+
'@img/sharp-wasm32': 0.34.5
|
|
2543
|
+
'@img/sharp-win32-arm64': 0.34.5
|
|
2544
|
+
'@img/sharp-win32-ia32': 0.34.5
|
|
2545
|
+
'@img/sharp-win32-x64': 0.34.5
|
|
2546
|
+
optional: true
|
|
2547
|
+
|
|
2548
|
+
siginfo@2.0.0: {}
|
|
2549
|
+
|
|
2550
|
+
source-map-js@1.2.1: {}
|
|
2551
|
+
|
|
2552
|
+
source-map-support@0.5.21:
|
|
2553
|
+
dependencies:
|
|
2554
|
+
buffer-from: 1.1.2
|
|
2555
|
+
source-map: 0.6.1
|
|
2556
|
+
|
|
2557
|
+
source-map@0.6.1: {}
|
|
2558
|
+
|
|
2559
|
+
stackback@0.0.2: {}
|
|
2560
|
+
|
|
2561
|
+
std-env@3.10.0: {}
|
|
2562
|
+
|
|
2563
|
+
strip-literal@3.1.0:
|
|
2564
|
+
dependencies:
|
|
2565
|
+
js-tokens: 9.0.1
|
|
2566
|
+
|
|
2567
|
+
styled-jsx@5.1.6(react@19.2.8):
|
|
2568
|
+
dependencies:
|
|
2569
|
+
client-only: 0.0.1
|
|
2570
|
+
react: 19.2.8
|
|
2571
|
+
|
|
2572
|
+
tailwind-merge@3.6.0: {}
|
|
2573
|
+
|
|
2574
|
+
tailwindcss@4.3.3: {}
|
|
2575
|
+
|
|
2576
|
+
tapable@2.3.3: {}
|
|
2577
|
+
|
|
2578
|
+
tinybench@2.9.0: {}
|
|
2579
|
+
|
|
2580
|
+
tinyexec@0.3.2: {}
|
|
2581
|
+
|
|
2582
|
+
tinyglobby@0.2.17:
|
|
2583
|
+
dependencies:
|
|
2584
|
+
fdir: 6.5.0(picomatch@4.0.5)
|
|
2585
|
+
picomatch: 4.0.5
|
|
2586
|
+
|
|
2587
|
+
tinypool@1.1.1: {}
|
|
2588
|
+
|
|
2589
|
+
tinyrainbow@2.0.0: {}
|
|
2590
|
+
|
|
2591
|
+
tinyspy@4.0.4: {}
|
|
2592
|
+
|
|
2593
|
+
tslib@2.8.1: {}
|
|
2594
|
+
|
|
2595
|
+
tsx@4.23.1:
|
|
2596
|
+
dependencies:
|
|
2597
|
+
esbuild: 0.28.1
|
|
2598
|
+
optionalDependencies:
|
|
2599
|
+
fsevents: 2.3.3
|
|
2600
|
+
|
|
2601
|
+
typescript@5.9.3: {}
|
|
2602
|
+
|
|
2603
|
+
undici-types@7.16.0: {}
|
|
2604
|
+
|
|
2605
|
+
vite-node@3.2.4(@types/node@24.12.0)(jiti@2.7.0)(lightningcss@1.32.0)(tsx@4.23.1):
|
|
2606
|
+
dependencies:
|
|
2607
|
+
cac: 6.7.14
|
|
2608
|
+
debug: 4.4.3
|
|
2609
|
+
es-module-lexer: 1.7.0
|
|
2610
|
+
pathe: 2.0.3
|
|
2611
|
+
vite: 7.3.6(@types/node@24.12.0)(jiti@2.7.0)(lightningcss@1.32.0)(tsx@4.23.1)
|
|
2612
|
+
transitivePeerDependencies:
|
|
2613
|
+
- '@types/node'
|
|
2614
|
+
- jiti
|
|
2615
|
+
- less
|
|
2616
|
+
- lightningcss
|
|
2617
|
+
- sass
|
|
2618
|
+
- sass-embedded
|
|
2619
|
+
- stylus
|
|
2620
|
+
- sugarss
|
|
2621
|
+
- supports-color
|
|
2622
|
+
- terser
|
|
2623
|
+
- tsx
|
|
2624
|
+
- yaml
|
|
2625
|
+
|
|
2626
|
+
vite@7.3.6(@types/node@24.12.0)(jiti@2.7.0)(lightningcss@1.32.0)(tsx@4.23.1):
|
|
2627
|
+
dependencies:
|
|
2628
|
+
esbuild: 0.28.1
|
|
2629
|
+
fdir: 6.5.0(picomatch@4.0.5)
|
|
2630
|
+
picomatch: 4.0.5
|
|
2631
|
+
postcss: 8.5.24
|
|
2632
|
+
rollup: 4.62.3
|
|
2633
|
+
tinyglobby: 0.2.17
|
|
2634
|
+
optionalDependencies:
|
|
2635
|
+
'@types/node': 24.12.0
|
|
2636
|
+
fsevents: 2.3.3
|
|
2637
|
+
jiti: 2.7.0
|
|
2638
|
+
lightningcss: 1.32.0
|
|
2639
|
+
tsx: 4.23.1
|
|
2640
|
+
|
|
2641
|
+
vitest@3.2.7(@types/node@24.12.0)(jiti@2.7.0)(lightningcss@1.32.0)(tsx@4.23.1):
|
|
2642
|
+
dependencies:
|
|
2643
|
+
'@types/chai': 5.2.3
|
|
2644
|
+
'@vitest/expect': 3.2.7
|
|
2645
|
+
'@vitest/mocker': 3.2.7(vite@7.3.6(@types/node@24.12.0)(jiti@2.7.0)(lightningcss@1.32.0)(tsx@4.23.1))
|
|
2646
|
+
'@vitest/pretty-format': 3.2.7
|
|
2647
|
+
'@vitest/runner': 3.2.7
|
|
2648
|
+
'@vitest/snapshot': 3.2.7
|
|
2649
|
+
'@vitest/spy': 3.2.7
|
|
2650
|
+
'@vitest/utils': 3.2.7
|
|
2651
|
+
chai: 5.3.3
|
|
2652
|
+
debug: 4.4.3
|
|
2653
|
+
expect-type: 1.4.0
|
|
2654
|
+
magic-string: 0.30.21
|
|
2655
|
+
pathe: 2.0.3
|
|
2656
|
+
picomatch: 4.0.5
|
|
2657
|
+
std-env: 3.10.0
|
|
2658
|
+
tinybench: 2.9.0
|
|
2659
|
+
tinyexec: 0.3.2
|
|
2660
|
+
tinyglobby: 0.2.17
|
|
2661
|
+
tinypool: 1.1.1
|
|
2662
|
+
tinyrainbow: 2.0.0
|
|
2663
|
+
vite: 7.3.6(@types/node@24.12.0)(jiti@2.7.0)(lightningcss@1.32.0)(tsx@4.23.1)
|
|
2664
|
+
vite-node: 3.2.4(@types/node@24.12.0)(jiti@2.7.0)(lightningcss@1.32.0)(tsx@4.23.1)
|
|
2665
|
+
why-is-node-running: 2.3.0
|
|
2666
|
+
optionalDependencies:
|
|
2667
|
+
'@types/node': 24.12.0
|
|
2668
|
+
transitivePeerDependencies:
|
|
2669
|
+
- jiti
|
|
2670
|
+
- less
|
|
2671
|
+
- lightningcss
|
|
2672
|
+
- msw
|
|
2673
|
+
- sass
|
|
2674
|
+
- sass-embedded
|
|
2675
|
+
- stylus
|
|
2676
|
+
- sugarss
|
|
2677
|
+
- supports-color
|
|
2678
|
+
- terser
|
|
2679
|
+
- tsx
|
|
2680
|
+
- yaml
|
|
2681
|
+
|
|
2682
|
+
why-is-node-running@2.3.0:
|
|
2683
|
+
dependencies:
|
|
2684
|
+
siginfo: 2.0.0
|
|
2685
|
+
stackback: 0.0.2
|
|
2686
|
+
|
|
2687
|
+
zod@4.4.3: {}
|