reelme 0.2.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 +34 -0
- package/src/cache.mjs +148 -0
- package/src/cli.mjs +57 -0
- package/src/render.mjs +47 -0
- package/template/package.json +29 -0
- package/template/pnpm-lock.yaml +3522 -0
- package/template/pnpm-workspace.yaml +4 -0
- package/template/public/.gitkeep +0 -0
- package/template/remotion.config.ts +4 -0
- package/template/src/Root.tsx +127 -0
- package/template/src/brief.json +131 -0
- package/template/src/brief.ts +195 -0
- package/template/src/components/primitives/Arrow.tsx +83 -0
- package/template/src/components/primitives/Caption.tsx +52 -0
- package/template/src/components/primitives/CodeBlock.tsx +159 -0
- package/template/src/components/primitives/Icon.tsx +68 -0
- package/template/src/components/primitives/KeyPill.tsx +44 -0
- package/template/src/components/primitives/Label.tsx +49 -0
- package/template/src/components/primitives/Terminal.tsx +110 -0
- package/template/src/components/scenes/BrowserFrame.tsx +139 -0
- package/template/src/components/scenes/CTA.tsx +118 -0
- package/template/src/components/scenes/CodeReveal.tsx +41 -0
- package/template/src/components/scenes/DataFlow.tsx +102 -0
- package/template/src/components/scenes/FeatureList.tsx +110 -0
- package/template/src/components/scenes/FileTree.tsx +125 -0
- package/template/src/components/scenes/HotkeyScene.tsx +77 -0
- package/template/src/components/scenes/MobileScreen.tsx +212 -0
- package/template/src/components/scenes/OSWindowScene.tsx +166 -0
- package/template/src/components/scenes/Problem.tsx +105 -0
- package/template/src/components/scenes/SplitComparison.tsx +136 -0
- package/template/src/components/scenes/StatCallout.tsx +110 -0
- package/template/src/components/scenes/TerminalScene.tsx +41 -0
- package/template/src/duration.ts +55 -0
- package/template/src/fonts.ts +49 -0
- package/template/src/index.ts +106 -0
- package/template/src/platforms.json +78 -0
- package/template/src/platforms.ts +36 -0
- package/template/src/theme.ts +88 -0
- package/template/tsconfig.json +15 -0
|
@@ -0,0 +1,3522 @@
|
|
|
1
|
+
lockfileVersion: '9.0'
|
|
2
|
+
|
|
3
|
+
settings:
|
|
4
|
+
autoInstallPeers: true
|
|
5
|
+
excludeLinksFromLockfile: false
|
|
6
|
+
|
|
7
|
+
importers:
|
|
8
|
+
|
|
9
|
+
.:
|
|
10
|
+
dependencies:
|
|
11
|
+
'@remotion/cli':
|
|
12
|
+
specifier: 4.0.290
|
|
13
|
+
version: 4.0.290(postcss@8.5.15)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
14
|
+
'@remotion/google-fonts':
|
|
15
|
+
specifier: 4.0.290
|
|
16
|
+
version: 4.0.290(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
17
|
+
chroma-js:
|
|
18
|
+
specifier: ^3.1.2
|
|
19
|
+
version: 3.2.0
|
|
20
|
+
lucide-react:
|
|
21
|
+
specifier: ^0.511.0
|
|
22
|
+
version: 0.511.0(react@18.3.1)
|
|
23
|
+
remotion:
|
|
24
|
+
specifier: 4.0.290
|
|
25
|
+
version: 4.0.290(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
26
|
+
devDependencies:
|
|
27
|
+
'@types/chroma-js':
|
|
28
|
+
specifier: ^2.4.4
|
|
29
|
+
version: 2.4.5
|
|
30
|
+
'@types/react':
|
|
31
|
+
specifier: ^18.3.0
|
|
32
|
+
version: 18.3.29
|
|
33
|
+
'@typescript-eslint/eslint-plugin':
|
|
34
|
+
specifier: ^8.0.0
|
|
35
|
+
version: 8.59.4(@typescript-eslint/parser@8.59.4(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
|
|
36
|
+
'@typescript-eslint/parser':
|
|
37
|
+
specifier: ^8.0.0
|
|
38
|
+
version: 8.59.4(eslint@9.39.4)(typescript@5.9.3)
|
|
39
|
+
eslint:
|
|
40
|
+
specifier: ^9.0.0
|
|
41
|
+
version: 9.39.4
|
|
42
|
+
react:
|
|
43
|
+
specifier: ^18.3.0
|
|
44
|
+
version: 18.3.1
|
|
45
|
+
react-dom:
|
|
46
|
+
specifier: ^18.3.0
|
|
47
|
+
version: 18.3.1(react@18.3.1)
|
|
48
|
+
typescript:
|
|
49
|
+
specifier: ^5.4.0
|
|
50
|
+
version: 5.9.3
|
|
51
|
+
vitest:
|
|
52
|
+
specifier: ^4.1.0
|
|
53
|
+
version: 4.1.8(@types/node@25.9.1)(vite@5.4.21(@types/node@25.9.1)(terser@5.48.0))
|
|
54
|
+
|
|
55
|
+
packages:
|
|
56
|
+
|
|
57
|
+
'@babel/helper-string-parser@7.27.1':
|
|
58
|
+
resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==}
|
|
59
|
+
engines: {node: '>=6.9.0'}
|
|
60
|
+
|
|
61
|
+
'@babel/helper-validator-identifier@7.28.5':
|
|
62
|
+
resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==}
|
|
63
|
+
engines: {node: '>=6.9.0'}
|
|
64
|
+
|
|
65
|
+
'@babel/parser@7.24.1':
|
|
66
|
+
resolution: {integrity: sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg==}
|
|
67
|
+
engines: {node: '>=6.0.0'}
|
|
68
|
+
hasBin: true
|
|
69
|
+
|
|
70
|
+
'@babel/types@7.29.0':
|
|
71
|
+
resolution: {integrity: sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==}
|
|
72
|
+
engines: {node: '>=6.9.0'}
|
|
73
|
+
|
|
74
|
+
'@esbuild/aix-ppc64@0.21.5':
|
|
75
|
+
resolution: {integrity: sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==}
|
|
76
|
+
engines: {node: '>=12'}
|
|
77
|
+
cpu: [ppc64]
|
|
78
|
+
os: [aix]
|
|
79
|
+
|
|
80
|
+
'@esbuild/aix-ppc64@0.25.0':
|
|
81
|
+
resolution: {integrity: sha512-O7vun9Sf8DFjH2UtqK8Ku3LkquL9SZL8OLY1T5NZkA34+wG3OQF7cl4Ql8vdNzM6fzBbYfLaiRLIOZ+2FOCgBQ==}
|
|
82
|
+
engines: {node: '>=18'}
|
|
83
|
+
cpu: [ppc64]
|
|
84
|
+
os: [aix]
|
|
85
|
+
|
|
86
|
+
'@esbuild/android-arm64@0.21.5':
|
|
87
|
+
resolution: {integrity: sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==}
|
|
88
|
+
engines: {node: '>=12'}
|
|
89
|
+
cpu: [arm64]
|
|
90
|
+
os: [android]
|
|
91
|
+
|
|
92
|
+
'@esbuild/android-arm64@0.25.0':
|
|
93
|
+
resolution: {integrity: sha512-grvv8WncGjDSyUBjN9yHXNt+cq0snxXbDxy5pJtzMKGmmpPxeAmAhWxXI+01lU5rwZomDgD3kJwulEnhTRUd6g==}
|
|
94
|
+
engines: {node: '>=18'}
|
|
95
|
+
cpu: [arm64]
|
|
96
|
+
os: [android]
|
|
97
|
+
|
|
98
|
+
'@esbuild/android-arm@0.21.5':
|
|
99
|
+
resolution: {integrity: sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==}
|
|
100
|
+
engines: {node: '>=12'}
|
|
101
|
+
cpu: [arm]
|
|
102
|
+
os: [android]
|
|
103
|
+
|
|
104
|
+
'@esbuild/android-arm@0.25.0':
|
|
105
|
+
resolution: {integrity: sha512-PTyWCYYiU0+1eJKmw21lWtC+d08JDZPQ5g+kFyxP0V+es6VPPSUhM6zk8iImp2jbV6GwjX4pap0JFbUQN65X1g==}
|
|
106
|
+
engines: {node: '>=18'}
|
|
107
|
+
cpu: [arm]
|
|
108
|
+
os: [android]
|
|
109
|
+
|
|
110
|
+
'@esbuild/android-x64@0.21.5':
|
|
111
|
+
resolution: {integrity: sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==}
|
|
112
|
+
engines: {node: '>=12'}
|
|
113
|
+
cpu: [x64]
|
|
114
|
+
os: [android]
|
|
115
|
+
|
|
116
|
+
'@esbuild/android-x64@0.25.0':
|
|
117
|
+
resolution: {integrity: sha512-m/ix7SfKG5buCnxasr52+LI78SQ+wgdENi9CqyCXwjVR2X4Jkz+BpC3le3AoBPYTC9NHklwngVXvbJ9/Akhrfg==}
|
|
118
|
+
engines: {node: '>=18'}
|
|
119
|
+
cpu: [x64]
|
|
120
|
+
os: [android]
|
|
121
|
+
|
|
122
|
+
'@esbuild/darwin-arm64@0.21.5':
|
|
123
|
+
resolution: {integrity: sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==}
|
|
124
|
+
engines: {node: '>=12'}
|
|
125
|
+
cpu: [arm64]
|
|
126
|
+
os: [darwin]
|
|
127
|
+
|
|
128
|
+
'@esbuild/darwin-arm64@0.25.0':
|
|
129
|
+
resolution: {integrity: sha512-mVwdUb5SRkPayVadIOI78K7aAnPamoeFR2bT5nszFUZ9P8UpK4ratOdYbZZXYSqPKMHfS1wdHCJk1P1EZpRdvw==}
|
|
130
|
+
engines: {node: '>=18'}
|
|
131
|
+
cpu: [arm64]
|
|
132
|
+
os: [darwin]
|
|
133
|
+
|
|
134
|
+
'@esbuild/darwin-x64@0.21.5':
|
|
135
|
+
resolution: {integrity: sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==}
|
|
136
|
+
engines: {node: '>=12'}
|
|
137
|
+
cpu: [x64]
|
|
138
|
+
os: [darwin]
|
|
139
|
+
|
|
140
|
+
'@esbuild/darwin-x64@0.25.0':
|
|
141
|
+
resolution: {integrity: sha512-DgDaYsPWFTS4S3nWpFcMn/33ZZwAAeAFKNHNa1QN0rI4pUjgqf0f7ONmXf6d22tqTY+H9FNdgeaAa+YIFUn2Rg==}
|
|
142
|
+
engines: {node: '>=18'}
|
|
143
|
+
cpu: [x64]
|
|
144
|
+
os: [darwin]
|
|
145
|
+
|
|
146
|
+
'@esbuild/freebsd-arm64@0.21.5':
|
|
147
|
+
resolution: {integrity: sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==}
|
|
148
|
+
engines: {node: '>=12'}
|
|
149
|
+
cpu: [arm64]
|
|
150
|
+
os: [freebsd]
|
|
151
|
+
|
|
152
|
+
'@esbuild/freebsd-arm64@0.25.0':
|
|
153
|
+
resolution: {integrity: sha512-VN4ocxy6dxefN1MepBx/iD1dH5K8qNtNe227I0mnTRjry8tj5MRk4zprLEdG8WPyAPb93/e4pSgi1SoHdgOa4w==}
|
|
154
|
+
engines: {node: '>=18'}
|
|
155
|
+
cpu: [arm64]
|
|
156
|
+
os: [freebsd]
|
|
157
|
+
|
|
158
|
+
'@esbuild/freebsd-x64@0.21.5':
|
|
159
|
+
resolution: {integrity: sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==}
|
|
160
|
+
engines: {node: '>=12'}
|
|
161
|
+
cpu: [x64]
|
|
162
|
+
os: [freebsd]
|
|
163
|
+
|
|
164
|
+
'@esbuild/freebsd-x64@0.25.0':
|
|
165
|
+
resolution: {integrity: sha512-mrSgt7lCh07FY+hDD1TxiTyIHyttn6vnjesnPoVDNmDfOmggTLXRv8Id5fNZey1gl/V2dyVK1VXXqVsQIiAk+A==}
|
|
166
|
+
engines: {node: '>=18'}
|
|
167
|
+
cpu: [x64]
|
|
168
|
+
os: [freebsd]
|
|
169
|
+
|
|
170
|
+
'@esbuild/linux-arm64@0.21.5':
|
|
171
|
+
resolution: {integrity: sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==}
|
|
172
|
+
engines: {node: '>=12'}
|
|
173
|
+
cpu: [arm64]
|
|
174
|
+
os: [linux]
|
|
175
|
+
|
|
176
|
+
'@esbuild/linux-arm64@0.25.0':
|
|
177
|
+
resolution: {integrity: sha512-9QAQjTWNDM/Vk2bgBl17yWuZxZNQIF0OUUuPZRKoDtqF2k4EtYbpyiG5/Dk7nqeK6kIJWPYldkOcBqjXjrUlmg==}
|
|
178
|
+
engines: {node: '>=18'}
|
|
179
|
+
cpu: [arm64]
|
|
180
|
+
os: [linux]
|
|
181
|
+
|
|
182
|
+
'@esbuild/linux-arm@0.21.5':
|
|
183
|
+
resolution: {integrity: sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==}
|
|
184
|
+
engines: {node: '>=12'}
|
|
185
|
+
cpu: [arm]
|
|
186
|
+
os: [linux]
|
|
187
|
+
|
|
188
|
+
'@esbuild/linux-arm@0.25.0':
|
|
189
|
+
resolution: {integrity: sha512-vkB3IYj2IDo3g9xX7HqhPYxVkNQe8qTK55fraQyTzTX/fxaDtXiEnavv9geOsonh2Fd2RMB+i5cbhu2zMNWJwg==}
|
|
190
|
+
engines: {node: '>=18'}
|
|
191
|
+
cpu: [arm]
|
|
192
|
+
os: [linux]
|
|
193
|
+
|
|
194
|
+
'@esbuild/linux-ia32@0.21.5':
|
|
195
|
+
resolution: {integrity: sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==}
|
|
196
|
+
engines: {node: '>=12'}
|
|
197
|
+
cpu: [ia32]
|
|
198
|
+
os: [linux]
|
|
199
|
+
|
|
200
|
+
'@esbuild/linux-ia32@0.25.0':
|
|
201
|
+
resolution: {integrity: sha512-43ET5bHbphBegyeqLb7I1eYn2P/JYGNmzzdidq/w0T8E2SsYL1U6un2NFROFRg1JZLTzdCoRomg8Rvf9M6W6Gg==}
|
|
202
|
+
engines: {node: '>=18'}
|
|
203
|
+
cpu: [ia32]
|
|
204
|
+
os: [linux]
|
|
205
|
+
|
|
206
|
+
'@esbuild/linux-loong64@0.21.5':
|
|
207
|
+
resolution: {integrity: sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==}
|
|
208
|
+
engines: {node: '>=12'}
|
|
209
|
+
cpu: [loong64]
|
|
210
|
+
os: [linux]
|
|
211
|
+
|
|
212
|
+
'@esbuild/linux-loong64@0.25.0':
|
|
213
|
+
resolution: {integrity: sha512-fC95c/xyNFueMhClxJmeRIj2yrSMdDfmqJnyOY4ZqsALkDrrKJfIg5NTMSzVBr5YW1jf+l7/cndBfP3MSDpoHw==}
|
|
214
|
+
engines: {node: '>=18'}
|
|
215
|
+
cpu: [loong64]
|
|
216
|
+
os: [linux]
|
|
217
|
+
|
|
218
|
+
'@esbuild/linux-mips64el@0.21.5':
|
|
219
|
+
resolution: {integrity: sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==}
|
|
220
|
+
engines: {node: '>=12'}
|
|
221
|
+
cpu: [mips64el]
|
|
222
|
+
os: [linux]
|
|
223
|
+
|
|
224
|
+
'@esbuild/linux-mips64el@0.25.0':
|
|
225
|
+
resolution: {integrity: sha512-nkAMFju7KDW73T1DdH7glcyIptm95a7Le8irTQNO/qtkoyypZAnjchQgooFUDQhNAy4iu08N79W4T4pMBwhPwQ==}
|
|
226
|
+
engines: {node: '>=18'}
|
|
227
|
+
cpu: [mips64el]
|
|
228
|
+
os: [linux]
|
|
229
|
+
|
|
230
|
+
'@esbuild/linux-ppc64@0.21.5':
|
|
231
|
+
resolution: {integrity: sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==}
|
|
232
|
+
engines: {node: '>=12'}
|
|
233
|
+
cpu: [ppc64]
|
|
234
|
+
os: [linux]
|
|
235
|
+
|
|
236
|
+
'@esbuild/linux-ppc64@0.25.0':
|
|
237
|
+
resolution: {integrity: sha512-NhyOejdhRGS8Iwv+KKR2zTq2PpysF9XqY+Zk77vQHqNbo/PwZCzB5/h7VGuREZm1fixhs4Q/qWRSi5zmAiO4Fw==}
|
|
238
|
+
engines: {node: '>=18'}
|
|
239
|
+
cpu: [ppc64]
|
|
240
|
+
os: [linux]
|
|
241
|
+
|
|
242
|
+
'@esbuild/linux-riscv64@0.21.5':
|
|
243
|
+
resolution: {integrity: sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==}
|
|
244
|
+
engines: {node: '>=12'}
|
|
245
|
+
cpu: [riscv64]
|
|
246
|
+
os: [linux]
|
|
247
|
+
|
|
248
|
+
'@esbuild/linux-riscv64@0.25.0':
|
|
249
|
+
resolution: {integrity: sha512-5S/rbP5OY+GHLC5qXp1y/Mx//e92L1YDqkiBbO9TQOvuFXM+iDqUNG5XopAnXoRH3FjIUDkeGcY1cgNvnXp/kA==}
|
|
250
|
+
engines: {node: '>=18'}
|
|
251
|
+
cpu: [riscv64]
|
|
252
|
+
os: [linux]
|
|
253
|
+
|
|
254
|
+
'@esbuild/linux-s390x@0.21.5':
|
|
255
|
+
resolution: {integrity: sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==}
|
|
256
|
+
engines: {node: '>=12'}
|
|
257
|
+
cpu: [s390x]
|
|
258
|
+
os: [linux]
|
|
259
|
+
|
|
260
|
+
'@esbuild/linux-s390x@0.25.0':
|
|
261
|
+
resolution: {integrity: sha512-XM2BFsEBz0Fw37V0zU4CXfcfuACMrppsMFKdYY2WuTS3yi8O1nFOhil/xhKTmE1nPmVyvQJjJivgDT+xh8pXJA==}
|
|
262
|
+
engines: {node: '>=18'}
|
|
263
|
+
cpu: [s390x]
|
|
264
|
+
os: [linux]
|
|
265
|
+
|
|
266
|
+
'@esbuild/linux-x64@0.21.5':
|
|
267
|
+
resolution: {integrity: sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==}
|
|
268
|
+
engines: {node: '>=12'}
|
|
269
|
+
cpu: [x64]
|
|
270
|
+
os: [linux]
|
|
271
|
+
|
|
272
|
+
'@esbuild/linux-x64@0.25.0':
|
|
273
|
+
resolution: {integrity: sha512-9yl91rHw/cpwMCNytUDxwj2XjFpxML0y9HAOH9pNVQDpQrBxHy01Dx+vaMu0N1CKa/RzBD2hB4u//nfc+Sd3Cw==}
|
|
274
|
+
engines: {node: '>=18'}
|
|
275
|
+
cpu: [x64]
|
|
276
|
+
os: [linux]
|
|
277
|
+
|
|
278
|
+
'@esbuild/netbsd-arm64@0.25.0':
|
|
279
|
+
resolution: {integrity: sha512-RuG4PSMPFfrkH6UwCAqBzauBWTygTvb1nxWasEJooGSJ/NwRw7b2HOwyRTQIU97Hq37l3npXoZGYMy3b3xYvPw==}
|
|
280
|
+
engines: {node: '>=18'}
|
|
281
|
+
cpu: [arm64]
|
|
282
|
+
os: [netbsd]
|
|
283
|
+
|
|
284
|
+
'@esbuild/netbsd-x64@0.21.5':
|
|
285
|
+
resolution: {integrity: sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==}
|
|
286
|
+
engines: {node: '>=12'}
|
|
287
|
+
cpu: [x64]
|
|
288
|
+
os: [netbsd]
|
|
289
|
+
|
|
290
|
+
'@esbuild/netbsd-x64@0.25.0':
|
|
291
|
+
resolution: {integrity: sha512-jl+qisSB5jk01N5f7sPCsBENCOlPiS/xptD5yxOx2oqQfyourJwIKLRA2yqWdifj3owQZCL2sn6o08dBzZGQzA==}
|
|
292
|
+
engines: {node: '>=18'}
|
|
293
|
+
cpu: [x64]
|
|
294
|
+
os: [netbsd]
|
|
295
|
+
|
|
296
|
+
'@esbuild/openbsd-arm64@0.25.0':
|
|
297
|
+
resolution: {integrity: sha512-21sUNbq2r84YE+SJDfaQRvdgznTD8Xc0oc3p3iW/a1EVWeNj/SdUCbm5U0itZPQYRuRTW20fPMWMpcrciH2EJw==}
|
|
298
|
+
engines: {node: '>=18'}
|
|
299
|
+
cpu: [arm64]
|
|
300
|
+
os: [openbsd]
|
|
301
|
+
|
|
302
|
+
'@esbuild/openbsd-x64@0.21.5':
|
|
303
|
+
resolution: {integrity: sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==}
|
|
304
|
+
engines: {node: '>=12'}
|
|
305
|
+
cpu: [x64]
|
|
306
|
+
os: [openbsd]
|
|
307
|
+
|
|
308
|
+
'@esbuild/openbsd-x64@0.25.0':
|
|
309
|
+
resolution: {integrity: sha512-2gwwriSMPcCFRlPlKx3zLQhfN/2WjJ2NSlg5TKLQOJdV0mSxIcYNTMhk3H3ulL/cak+Xj0lY1Ym9ysDV1igceg==}
|
|
310
|
+
engines: {node: '>=18'}
|
|
311
|
+
cpu: [x64]
|
|
312
|
+
os: [openbsd]
|
|
313
|
+
|
|
314
|
+
'@esbuild/sunos-x64@0.21.5':
|
|
315
|
+
resolution: {integrity: sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==}
|
|
316
|
+
engines: {node: '>=12'}
|
|
317
|
+
cpu: [x64]
|
|
318
|
+
os: [sunos]
|
|
319
|
+
|
|
320
|
+
'@esbuild/sunos-x64@0.25.0':
|
|
321
|
+
resolution: {integrity: sha512-bxI7ThgLzPrPz484/S9jLlvUAHYMzy6I0XiU1ZMeAEOBcS0VePBFxh1JjTQt3Xiat5b6Oh4x7UC7IwKQKIJRIg==}
|
|
322
|
+
engines: {node: '>=18'}
|
|
323
|
+
cpu: [x64]
|
|
324
|
+
os: [sunos]
|
|
325
|
+
|
|
326
|
+
'@esbuild/win32-arm64@0.21.5':
|
|
327
|
+
resolution: {integrity: sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==}
|
|
328
|
+
engines: {node: '>=12'}
|
|
329
|
+
cpu: [arm64]
|
|
330
|
+
os: [win32]
|
|
331
|
+
|
|
332
|
+
'@esbuild/win32-arm64@0.25.0':
|
|
333
|
+
resolution: {integrity: sha512-ZUAc2YK6JW89xTbXvftxdnYy3m4iHIkDtK3CLce8wg8M2L+YZhIvO1DKpxrd0Yr59AeNNkTiic9YLf6FTtXWMw==}
|
|
334
|
+
engines: {node: '>=18'}
|
|
335
|
+
cpu: [arm64]
|
|
336
|
+
os: [win32]
|
|
337
|
+
|
|
338
|
+
'@esbuild/win32-ia32@0.21.5':
|
|
339
|
+
resolution: {integrity: sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==}
|
|
340
|
+
engines: {node: '>=12'}
|
|
341
|
+
cpu: [ia32]
|
|
342
|
+
os: [win32]
|
|
343
|
+
|
|
344
|
+
'@esbuild/win32-ia32@0.25.0':
|
|
345
|
+
resolution: {integrity: sha512-eSNxISBu8XweVEWG31/JzjkIGbGIJN/TrRoiSVZwZ6pkC6VX4Im/WV2cz559/TXLcYbcrDN8JtKgd9DJVIo8GA==}
|
|
346
|
+
engines: {node: '>=18'}
|
|
347
|
+
cpu: [ia32]
|
|
348
|
+
os: [win32]
|
|
349
|
+
|
|
350
|
+
'@esbuild/win32-x64@0.21.5':
|
|
351
|
+
resolution: {integrity: sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==}
|
|
352
|
+
engines: {node: '>=12'}
|
|
353
|
+
cpu: [x64]
|
|
354
|
+
os: [win32]
|
|
355
|
+
|
|
356
|
+
'@esbuild/win32-x64@0.25.0':
|
|
357
|
+
resolution: {integrity: sha512-ZENoHJBxA20C2zFzh6AI4fT6RraMzjYw4xKWemRTRmRVtN9c5DcH9r/f2ihEkMjOW5eGgrwCslG/+Y/3bL+DHQ==}
|
|
358
|
+
engines: {node: '>=18'}
|
|
359
|
+
cpu: [x64]
|
|
360
|
+
os: [win32]
|
|
361
|
+
|
|
362
|
+
'@eslint-community/eslint-utils@4.9.1':
|
|
363
|
+
resolution: {integrity: sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==}
|
|
364
|
+
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
365
|
+
peerDependencies:
|
|
366
|
+
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
|
|
367
|
+
|
|
368
|
+
'@eslint-community/regexpp@4.12.2':
|
|
369
|
+
resolution: {integrity: sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==}
|
|
370
|
+
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
|
|
371
|
+
|
|
372
|
+
'@eslint/config-array@0.21.2':
|
|
373
|
+
resolution: {integrity: sha512-nJl2KGTlrf9GjLimgIru+V/mzgSK0ABCDQRvxw5BjURL7WfH5uoWmizbH7QB6MmnMBd8cIC9uceWnezL1VZWWw==}
|
|
374
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
375
|
+
|
|
376
|
+
'@eslint/config-helpers@0.4.2':
|
|
377
|
+
resolution: {integrity: sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==}
|
|
378
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
379
|
+
|
|
380
|
+
'@eslint/core@0.17.0':
|
|
381
|
+
resolution: {integrity: sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==}
|
|
382
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
383
|
+
|
|
384
|
+
'@eslint/eslintrc@3.3.5':
|
|
385
|
+
resolution: {integrity: sha512-4IlJx0X0qftVsN5E+/vGujTRIFtwuLbNsVUe7TO6zYPDR1O6nFwvwhIKEKSrl6dZchmYBITazxKoUYOjdtjlRg==}
|
|
386
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
387
|
+
|
|
388
|
+
'@eslint/js@9.39.4':
|
|
389
|
+
resolution: {integrity: sha512-nE7DEIchvtiFTwBw4Lfbu59PG+kCofhjsKaCWzxTpt4lfRjRMqG6uMBzKXuEcyXhOHoUp9riAm7/aWYGhXZ9cw==}
|
|
390
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
391
|
+
|
|
392
|
+
'@eslint/object-schema@2.1.7':
|
|
393
|
+
resolution: {integrity: sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==}
|
|
394
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
395
|
+
|
|
396
|
+
'@eslint/plugin-kit@0.4.1':
|
|
397
|
+
resolution: {integrity: sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==}
|
|
398
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
399
|
+
|
|
400
|
+
'@humanfs/core@0.19.2':
|
|
401
|
+
resolution: {integrity: sha512-UhXNm+CFMWcbChXywFwkmhqjs3PRCmcSa/hfBgLIb7oQ5HNb1wS0icWsGtSAUNgefHeI+eBrA8I1fxmbHsGdvA==}
|
|
402
|
+
engines: {node: '>=18.18.0'}
|
|
403
|
+
|
|
404
|
+
'@humanfs/node@0.16.8':
|
|
405
|
+
resolution: {integrity: sha512-gE1eQNZ3R++kTzFUpdGlpmy8kDZD/MLyHqDwqjkVQI0JMdI1D51sy1H958PNXYkM2rAac7e5/CnIKZrHtPh3BQ==}
|
|
406
|
+
engines: {node: '>=18.18.0'}
|
|
407
|
+
|
|
408
|
+
'@humanfs/types@0.15.0':
|
|
409
|
+
resolution: {integrity: sha512-ZZ1w0aoQkwuUuC7Yf+7sdeaNfqQiiLcSRbfI08oAxqLtpXQr9AIVX7Ay7HLDuiLYAaFPu8oBYNq/QIi9URHJ3Q==}
|
|
410
|
+
engines: {node: '>=18.18.0'}
|
|
411
|
+
|
|
412
|
+
'@humanwhocodes/module-importer@1.0.1':
|
|
413
|
+
resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==}
|
|
414
|
+
engines: {node: '>=12.22'}
|
|
415
|
+
|
|
416
|
+
'@humanwhocodes/retry@0.4.3':
|
|
417
|
+
resolution: {integrity: sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==}
|
|
418
|
+
engines: {node: '>=18.18'}
|
|
419
|
+
|
|
420
|
+
'@jridgewell/gen-mapping@0.3.13':
|
|
421
|
+
resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==}
|
|
422
|
+
|
|
423
|
+
'@jridgewell/resolve-uri@3.1.2':
|
|
424
|
+
resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
|
|
425
|
+
engines: {node: '>=6.0.0'}
|
|
426
|
+
|
|
427
|
+
'@jridgewell/source-map@0.3.11':
|
|
428
|
+
resolution: {integrity: sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==}
|
|
429
|
+
|
|
430
|
+
'@jridgewell/sourcemap-codec@1.5.5':
|
|
431
|
+
resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
|
|
432
|
+
|
|
433
|
+
'@jridgewell/trace-mapping@0.3.31':
|
|
434
|
+
resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
|
|
435
|
+
|
|
436
|
+
'@remotion/bundler@4.0.290':
|
|
437
|
+
resolution: {integrity: sha512-nE9BZKcldoHQ2Z26+vq0MUnt1Hj8UnRyt7wNlwPpTOz0IzUnaPpii99vMlUL64krqkNLGW80V5kcABViODaM+g==}
|
|
438
|
+
peerDependencies:
|
|
439
|
+
react: '>=16.8.0'
|
|
440
|
+
react-dom: '>=16.8.0'
|
|
441
|
+
|
|
442
|
+
'@remotion/cli@4.0.290':
|
|
443
|
+
resolution: {integrity: sha512-1uagTi1+JSfMmF52+4+5LbHD/+MoJvTEuB7V7cCI8xthYpWjgkyGIola235EfqnzwIoN6pQUOBZHH2fQZuLK7Q==}
|
|
444
|
+
hasBin: true
|
|
445
|
+
peerDependencies:
|
|
446
|
+
react: '>=16.8.0'
|
|
447
|
+
react-dom: '>=16.8.0'
|
|
448
|
+
|
|
449
|
+
'@remotion/compositor-darwin-arm64@4.0.290':
|
|
450
|
+
resolution: {integrity: sha512-GRo1E2M2i82WDMX2t2CB1GwfoWRu7iX7WDiwOH8g1Ro5jEH8SW2Ike3wqJNrohAriISm8x+/3gKYmYUps8p/Sw==}
|
|
451
|
+
cpu: [arm64]
|
|
452
|
+
os: [darwin]
|
|
453
|
+
|
|
454
|
+
'@remotion/compositor-darwin-x64@4.0.290':
|
|
455
|
+
resolution: {integrity: sha512-gEQEcDBRtm6b2nW7kDwJdFWG8XipLhb7AP7WFO+u7OwFr9YmSDYCDIz4GnL8XMrvzDAwDmzj6zgJkP+v3jgirw==}
|
|
456
|
+
cpu: [x64]
|
|
457
|
+
os: [darwin]
|
|
458
|
+
|
|
459
|
+
'@remotion/compositor-linux-arm64-gnu@4.0.290':
|
|
460
|
+
resolution: {integrity: sha512-OAxfdm2HyiTJCCnkJjAU9bJBqdw62g+NwapSD0/KwVPfXRWV/2zN+LW1ToanQ96HdVtNGwXryTv4FO0HO2IlOA==}
|
|
461
|
+
cpu: [arm64]
|
|
462
|
+
os: [linux]
|
|
463
|
+
libc: [glibc]
|
|
464
|
+
|
|
465
|
+
'@remotion/compositor-linux-arm64-musl@4.0.290':
|
|
466
|
+
resolution: {integrity: sha512-oo52TZX343ZuGCX+JeJpmPjSTLe9hCV6UlxjAJZhNzjkihUDFU9twa7jwE2ktZDsRAgvIxrs18xwQN8hLFxHUQ==}
|
|
467
|
+
cpu: [arm64]
|
|
468
|
+
os: [linux]
|
|
469
|
+
libc: [musl]
|
|
470
|
+
|
|
471
|
+
'@remotion/compositor-linux-x64-gnu@4.0.290':
|
|
472
|
+
resolution: {integrity: sha512-IoHvGiqUZqmdUCSr8s5/EFwcZa3v0x7PHD3fxr73xZyddXDla1soFiXQO1xQzH7C5LmuEx1ekoQhxcx8oFRf0A==}
|
|
473
|
+
cpu: [x64]
|
|
474
|
+
os: [linux]
|
|
475
|
+
libc: [glibc]
|
|
476
|
+
|
|
477
|
+
'@remotion/compositor-linux-x64-musl@4.0.290':
|
|
478
|
+
resolution: {integrity: sha512-QN++ycuoeeeSLGrOA/MJ2onkqMRm0FaHh/6dh60dVK9wjWoMDrzZL1V8fPX075SyWVL01SN7bzTyotwaUJrMxg==}
|
|
479
|
+
cpu: [x64]
|
|
480
|
+
os: [linux]
|
|
481
|
+
libc: [musl]
|
|
482
|
+
|
|
483
|
+
'@remotion/compositor-win32-x64-msvc@4.0.290':
|
|
484
|
+
resolution: {integrity: sha512-acRUOIeswQuJ74tKnuziwZIUcsQ6isQpwYUla0CiFrC9MVdbTFlt37eyvmkgXXkCartPWlFptfDYDv9li6mBmA==}
|
|
485
|
+
cpu: [x64]
|
|
486
|
+
os: [win32]
|
|
487
|
+
|
|
488
|
+
'@remotion/google-fonts@4.0.290':
|
|
489
|
+
resolution: {integrity: sha512-/bOAsxiCORmQLqjENuZytyYegb/Ih96dkHvaHU7t7zBoK77bVjP1HC6EwFIUfI7OBAyw6uCD9hc3ZAtLiDKa0g==}
|
|
490
|
+
|
|
491
|
+
'@remotion/media-parser@4.0.290':
|
|
492
|
+
resolution: {integrity: sha512-u3/nRI7ghf0Cnci2DrbHrdHLIW7GFCaV5qVNT6IzOqdpVmwiS9sz3jAM85r7wrMKfed2QqVbKsRaLSY3MGA0RQ==}
|
|
493
|
+
|
|
494
|
+
'@remotion/media-utils@4.0.290':
|
|
495
|
+
resolution: {integrity: sha512-VbBy7NtcLm/jG9c2nq2DYSMIx6AI+EyX/66EQ57txnMIuR/OSdx2j0PoMg/lyAl1RzZp8k/epBKTcod420y2PQ==}
|
|
496
|
+
peerDependencies:
|
|
497
|
+
react: '>=16.8.0'
|
|
498
|
+
react-dom: '>=16.8.0'
|
|
499
|
+
|
|
500
|
+
'@remotion/player@4.0.290':
|
|
501
|
+
resolution: {integrity: sha512-RsOSm3NOGwyRz11nRqfgFs0Mx7pWrXnHCcmWWUy5iaPKEbt8sCPsO4tVN5Ceogh0QdesoC3FGNeD/iGYk46e+A==}
|
|
502
|
+
peerDependencies:
|
|
503
|
+
react: '>=16.8.0'
|
|
504
|
+
react-dom: '>=16.8.0'
|
|
505
|
+
|
|
506
|
+
'@remotion/renderer@4.0.290':
|
|
507
|
+
resolution: {integrity: sha512-/yNFkY5L/4jOmvgMqAmAa+qXenRilJrSWWDMdLFta2znXIE2m8NGZzQo9MlE7I+N1DcdZ2W+vrka01Epf7HIgQ==}
|
|
508
|
+
peerDependencies:
|
|
509
|
+
react: '>=16.8.0'
|
|
510
|
+
react-dom: '>=16.8.0'
|
|
511
|
+
|
|
512
|
+
'@remotion/streaming@4.0.290':
|
|
513
|
+
resolution: {integrity: sha512-i043W/aXDG2ffOhMqxj9DjzCegzraH+WaiAZ8wMihXWkkYz83r2RgN+w+Zb1a10MM3VG1U2dgZ2QYymu3SEq+w==}
|
|
514
|
+
|
|
515
|
+
'@remotion/studio-server@4.0.290':
|
|
516
|
+
resolution: {integrity: sha512-r+iSKai3gkvnx0d0QE6/YYmwAM3L8C4AJz4ITkw4txtBNbrOWJds8abbBCNs/zmfVLflsft+V0Y76vW9a/7HZA==}
|
|
517
|
+
|
|
518
|
+
'@remotion/studio-shared@4.0.290':
|
|
519
|
+
resolution: {integrity: sha512-CU5aGCzVUEadOb2XqG0gs/rUl5W8UIZVakNjZQcBVUXRq81fyOPCKvrBQHxwA2zWTiyMmvgKAm9LEuozVzAY2A==}
|
|
520
|
+
|
|
521
|
+
'@remotion/studio@4.0.290':
|
|
522
|
+
resolution: {integrity: sha512-Wf78/DCCmO+Ck4IWyVBzcWQVMubIbArxZUFgc/45owF0d7d3W3iKV/rs0deUAWkHTcR4mI+47ha2e3vDRdOMhQ==}
|
|
523
|
+
peerDependencies:
|
|
524
|
+
react: '>=16.8.0'
|
|
525
|
+
react-dom: '>=16.8.0'
|
|
526
|
+
|
|
527
|
+
'@remotion/zod-types@4.0.290':
|
|
528
|
+
resolution: {integrity: sha512-3VSLK8ycb76fMXxFELaQ5EMSbQIL4iRrcPRr+6eKothchF+Bm8C2IlB2dqTZMj5W/3AP71qv4vBizi8ZgHjhTg==}
|
|
529
|
+
peerDependencies:
|
|
530
|
+
zod: 3.22.3
|
|
531
|
+
|
|
532
|
+
'@rollup/rollup-android-arm-eabi@4.60.4':
|
|
533
|
+
resolution: {integrity: sha512-F5QXMSiFebS9hKZj02XhWLLnRpJ3B3AROP0tWbFBSj+6kCbg5m9j5JoHKd4mmSVy5mS/IMQloYgYxCuJC0fxEQ==}
|
|
534
|
+
cpu: [arm]
|
|
535
|
+
os: [android]
|
|
536
|
+
|
|
537
|
+
'@rollup/rollup-android-arm64@4.60.4':
|
|
538
|
+
resolution: {integrity: sha512-GxxTKApUpzRhof7poWvCJHRF51C67u1R7D6DiluBE8wKU1u5GWE8t+v81JvJYtbawoBFX1hLv5Ei4eVjkWokaw==}
|
|
539
|
+
cpu: [arm64]
|
|
540
|
+
os: [android]
|
|
541
|
+
|
|
542
|
+
'@rollup/rollup-darwin-arm64@4.60.4':
|
|
543
|
+
resolution: {integrity: sha512-tua0TaJxMOB1R0V0RS1jFZ/RpURFDJIOR2A6jWwQeawuFyS4gBW+rntLRaQd0EQ4bd6Vp44Z2rXW+YYDBsj6IA==}
|
|
544
|
+
cpu: [arm64]
|
|
545
|
+
os: [darwin]
|
|
546
|
+
|
|
547
|
+
'@rollup/rollup-darwin-x64@4.60.4':
|
|
548
|
+
resolution: {integrity: sha512-CSKq7MsP+5PFIcydhAiR1K0UhEI1A2jWXVKHPCBZ151yOutENwvnPocgVHkivu2kviURtCEB6zUQw0vs8RrhMg==}
|
|
549
|
+
cpu: [x64]
|
|
550
|
+
os: [darwin]
|
|
551
|
+
|
|
552
|
+
'@rollup/rollup-freebsd-arm64@4.60.4':
|
|
553
|
+
resolution: {integrity: sha512-+O8OkVdyvXMtJEciu2wS/pzm1IxntEEQx3z5TAVy4l32G0etZn+RsA48ARRrFm6Ri8fvqPQfgrvNxSjKAbnd3g==}
|
|
554
|
+
cpu: [arm64]
|
|
555
|
+
os: [freebsd]
|
|
556
|
+
|
|
557
|
+
'@rollup/rollup-freebsd-x64@4.60.4':
|
|
558
|
+
resolution: {integrity: sha512-Iw3oMskH3AfNuhU0MSN7vNbdi4me/NiYo2azqPz/Le16zHSa+3RRmliCMWWQmh4lcndccU40xcJuTYJZxNo/lw==}
|
|
559
|
+
cpu: [x64]
|
|
560
|
+
os: [freebsd]
|
|
561
|
+
|
|
562
|
+
'@rollup/rollup-linux-arm-gnueabihf@4.60.4':
|
|
563
|
+
resolution: {integrity: sha512-EIPRXTVQpHyF8WOo219AD2yEltPehLTcTMz2fn6JsatLYSzQf00hj3rulF+yauOlF9/FtM2WpkT/hJh/KJFGhA==}
|
|
564
|
+
cpu: [arm]
|
|
565
|
+
os: [linux]
|
|
566
|
+
libc: [glibc]
|
|
567
|
+
|
|
568
|
+
'@rollup/rollup-linux-arm-musleabihf@4.60.4':
|
|
569
|
+
resolution: {integrity: sha512-J3Yh9PzzF1Ovah2At+lHiGQdsYgArxBbXv/zHfSyaiFQEqvNv7DcW98pCrmdjCZBrqBiKrKKe2V+aaSGWuBe/w==}
|
|
570
|
+
cpu: [arm]
|
|
571
|
+
os: [linux]
|
|
572
|
+
libc: [musl]
|
|
573
|
+
|
|
574
|
+
'@rollup/rollup-linux-arm64-gnu@4.60.4':
|
|
575
|
+
resolution: {integrity: sha512-BFDEZMYfUvLn37ONE1yMBojPxnMlTFsdyNoqncT0qFq1mAfllL+ATMMJd8TeuVMiX84s1KbcxcZbXInmcO2mRg==}
|
|
576
|
+
cpu: [arm64]
|
|
577
|
+
os: [linux]
|
|
578
|
+
libc: [glibc]
|
|
579
|
+
|
|
580
|
+
'@rollup/rollup-linux-arm64-musl@4.60.4':
|
|
581
|
+
resolution: {integrity: sha512-pc9EYOSlOgdQ2uPl1o9PF6/kLSgaUosia7gOuS8mB69IxJvlclko1MECXysjs5ryez1/5zjYqx3+xYU0TU6R1A==}
|
|
582
|
+
cpu: [arm64]
|
|
583
|
+
os: [linux]
|
|
584
|
+
libc: [musl]
|
|
585
|
+
|
|
586
|
+
'@rollup/rollup-linux-loong64-gnu@4.60.4':
|
|
587
|
+
resolution: {integrity: sha512-NxnomyxYerDh5n4iLrNa+sH+Z+U4BMEE46V2PgQ/hoB909i8gV1M5wPojWg9fk1jWpO3IQnOs20K4wyZuFLEFQ==}
|
|
588
|
+
cpu: [loong64]
|
|
589
|
+
os: [linux]
|
|
590
|
+
libc: [glibc]
|
|
591
|
+
|
|
592
|
+
'@rollup/rollup-linux-loong64-musl@4.60.4':
|
|
593
|
+
resolution: {integrity: sha512-nbJnQ8a3z1mtmrwImCYhc6BGpThAyYVRQxw9uKSKG4wR6aAYno9sVjJ0zaZcW9BPJX1GbrDPf+SvdWjgTuDmnw==}
|
|
594
|
+
cpu: [loong64]
|
|
595
|
+
os: [linux]
|
|
596
|
+
libc: [musl]
|
|
597
|
+
|
|
598
|
+
'@rollup/rollup-linux-ppc64-gnu@4.60.4':
|
|
599
|
+
resolution: {integrity: sha512-2EU6acNrQLd8tYvo/LXW535wupT3m6fo7HKo6lr7ktQoItxTyOL1ZCR/GfGCuXl2vR+zmfI6eRXkSemafv+iVg==}
|
|
600
|
+
cpu: [ppc64]
|
|
601
|
+
os: [linux]
|
|
602
|
+
libc: [glibc]
|
|
603
|
+
|
|
604
|
+
'@rollup/rollup-linux-ppc64-musl@4.60.4':
|
|
605
|
+
resolution: {integrity: sha512-WeBtoMuaMxiiIrO2IYP3xs6GMWkJP2C0EoT8beTLkUPmzV1i/UcOSVw1d5r9KBODtHKilG5yFxsGRnBbK3wJ4A==}
|
|
606
|
+
cpu: [ppc64]
|
|
607
|
+
os: [linux]
|
|
608
|
+
libc: [musl]
|
|
609
|
+
|
|
610
|
+
'@rollup/rollup-linux-riscv64-gnu@4.60.4':
|
|
611
|
+
resolution: {integrity: sha512-FJHFfqpKUI3A10WrWKiFbBZ7yVbGT4q4B5o1qKFFojqpaYoh9LrQgqWCmmcxQzVSXYtyB5bzkXrYzlHTs21MYA==}
|
|
612
|
+
cpu: [riscv64]
|
|
613
|
+
os: [linux]
|
|
614
|
+
libc: [glibc]
|
|
615
|
+
|
|
616
|
+
'@rollup/rollup-linux-riscv64-musl@4.60.4':
|
|
617
|
+
resolution: {integrity: sha512-mcEl6CUT5IAUmQf1m9FYSmVqCJlpQ8r8eyftFUHG8i9OhY7BkBXSUdnLH5DOf0wCOjcP9v/QO93zpmF1SptCCw==}
|
|
618
|
+
cpu: [riscv64]
|
|
619
|
+
os: [linux]
|
|
620
|
+
libc: [musl]
|
|
621
|
+
|
|
622
|
+
'@rollup/rollup-linux-s390x-gnu@4.60.4':
|
|
623
|
+
resolution: {integrity: sha512-ynt3JxVd2w2buzoKDWIyiV1pJW93xlQic1THVLXilz429oijRpSHivZAgp65KBu+cMcgf1eVVjdnTLvPxgCuoQ==}
|
|
624
|
+
cpu: [s390x]
|
|
625
|
+
os: [linux]
|
|
626
|
+
libc: [glibc]
|
|
627
|
+
|
|
628
|
+
'@rollup/rollup-linux-x64-gnu@4.60.4':
|
|
629
|
+
resolution: {integrity: sha512-Boiz5+MsaROEWDf+GGEwF8VMHGhlUoQMtIPjOgA5fv4osupqTVnJteQNKJwUcnUog2G55jYXH7KZFFiJe0TEzQ==}
|
|
630
|
+
cpu: [x64]
|
|
631
|
+
os: [linux]
|
|
632
|
+
libc: [glibc]
|
|
633
|
+
|
|
634
|
+
'@rollup/rollup-linux-x64-musl@4.60.4':
|
|
635
|
+
resolution: {integrity: sha512-+qfSY27qIrFfI/Hom04KYFw3GKZSGU4lXus51wsb5EuySfFlWRwjkKWoE9emgRw/ukoT4Udsj4W/+xxG8VbPKg==}
|
|
636
|
+
cpu: [x64]
|
|
637
|
+
os: [linux]
|
|
638
|
+
libc: [musl]
|
|
639
|
+
|
|
640
|
+
'@rollup/rollup-openbsd-x64@4.60.4':
|
|
641
|
+
resolution: {integrity: sha512-VpTfOPHgVXEBeeR8hZ2O0F3aSso+JDWqTWmTmzcQKted54IAdUVbxE+j/MVxUsKa8L20HJhv3vUezVPoquqWjA==}
|
|
642
|
+
cpu: [x64]
|
|
643
|
+
os: [openbsd]
|
|
644
|
+
|
|
645
|
+
'@rollup/rollup-openharmony-arm64@4.60.4':
|
|
646
|
+
resolution: {integrity: sha512-IPOsh5aRYuLv/nkU51X10Bf75Bsf6+gZdx1X+QP5QM6lIJFHHqbHLG0uJn/hWthzo13UAc2umiUorqZy3axoZg==}
|
|
647
|
+
cpu: [arm64]
|
|
648
|
+
os: [openharmony]
|
|
649
|
+
|
|
650
|
+
'@rollup/rollup-win32-arm64-msvc@4.60.4':
|
|
651
|
+
resolution: {integrity: sha512-4QzE9E81OohJ/HKzHhsqU+zcYYojVOXlFMs1DdyMT6qXl/niOH7AVElmmEdUNHHS/oRkc++d5k6Vy85zFs0DEw==}
|
|
652
|
+
cpu: [arm64]
|
|
653
|
+
os: [win32]
|
|
654
|
+
|
|
655
|
+
'@rollup/rollup-win32-ia32-msvc@4.60.4':
|
|
656
|
+
resolution: {integrity: sha512-zTPgT1YuHHcd+Tmx7h8aml0FWFVelV5N54oHow9SLj+GfoDy/huQ+UV396N/C7KpMDMiPspRktzM1/0r1usYEA==}
|
|
657
|
+
cpu: [ia32]
|
|
658
|
+
os: [win32]
|
|
659
|
+
|
|
660
|
+
'@rollup/rollup-win32-x64-gnu@4.60.4':
|
|
661
|
+
resolution: {integrity: sha512-DRS4G7mi9lJxqEDezIkKCaUIKCrLUUDCUaCsTPCi/rtqaC6D/jjwslMQyiDU50Ka0JKpeXeRBFBAXwArY52vBw==}
|
|
662
|
+
cpu: [x64]
|
|
663
|
+
os: [win32]
|
|
664
|
+
|
|
665
|
+
'@rollup/rollup-win32-x64-msvc@4.60.4':
|
|
666
|
+
resolution: {integrity: sha512-QVTUovf40zgTqlFVrKA1uXMVvU2QWEFWfAH8Wdc48IxLvrJMQVMBRjuQyUpzZCDkakImib9eVazbWlC6ksWtJw==}
|
|
667
|
+
cpu: [x64]
|
|
668
|
+
os: [win32]
|
|
669
|
+
|
|
670
|
+
'@standard-schema/spec@1.1.0':
|
|
671
|
+
resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==}
|
|
672
|
+
|
|
673
|
+
'@types/chai@5.2.3':
|
|
674
|
+
resolution: {integrity: sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA==}
|
|
675
|
+
|
|
676
|
+
'@types/chroma-js@2.4.5':
|
|
677
|
+
resolution: {integrity: sha512-6ISjhzJViaPCy2q2e6PgK+8HcHQDQ0V2LDiKmYAh+jJlLqDa6HbwDh0wOevHY0kHHUx0iZwjSRbVD47WOUx5EQ==}
|
|
678
|
+
|
|
679
|
+
'@types/deep-eql@4.0.2':
|
|
680
|
+
resolution: {integrity: sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==}
|
|
681
|
+
|
|
682
|
+
'@types/eslint-scope@3.7.7':
|
|
683
|
+
resolution: {integrity: sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==}
|
|
684
|
+
|
|
685
|
+
'@types/eslint@9.6.1':
|
|
686
|
+
resolution: {integrity: sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==}
|
|
687
|
+
|
|
688
|
+
'@types/estree@1.0.8':
|
|
689
|
+
resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==}
|
|
690
|
+
|
|
691
|
+
'@types/estree@1.0.9':
|
|
692
|
+
resolution: {integrity: sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==}
|
|
693
|
+
|
|
694
|
+
'@types/json-schema@7.0.15':
|
|
695
|
+
resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
|
|
696
|
+
|
|
697
|
+
'@types/node@25.9.1':
|
|
698
|
+
resolution: {integrity: sha512-xfrlY7UD5rMJk3ZVJP8BNzS28J36YJg+xp+LPXV1TdWxr8uMH5A860QNxYDGQe/ylDSgjxE52Q9VnO7p75tJxg==}
|
|
699
|
+
|
|
700
|
+
'@types/prop-types@15.7.15':
|
|
701
|
+
resolution: {integrity: sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==}
|
|
702
|
+
|
|
703
|
+
'@types/react@18.3.29':
|
|
704
|
+
resolution: {integrity: sha512-ch0qJdr2JY0r04NXSprbK6TXOgnaJ1Tz23fm5W+z0/CBah6BSBc3n96h7K9GOtwh0HrilNWHIBzE1Ko4Dcw/Wg==}
|
|
705
|
+
|
|
706
|
+
'@types/yauzl@2.10.3':
|
|
707
|
+
resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==}
|
|
708
|
+
|
|
709
|
+
'@typescript-eslint/eslint-plugin@8.59.4':
|
|
710
|
+
resolution: {integrity: sha512-PegsU+XfyJJNjd4+u/k6f9yTyp0lEXXiPopUNobZcIAUJFGICFLN+sP0Rb3JehVmiij1Ph0dFGYqODoRo/2+6A==}
|
|
711
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
712
|
+
peerDependencies:
|
|
713
|
+
'@typescript-eslint/parser': ^8.59.4
|
|
714
|
+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
715
|
+
typescript: '>=4.8.4 <6.1.0'
|
|
716
|
+
|
|
717
|
+
'@typescript-eslint/parser@8.59.4':
|
|
718
|
+
resolution: {integrity: sha512-zORHqO/tuhxY1zWuTvMUqddRxpiFJ72xVfcNoWpqdLjs6lfPbuQBJuW4pk+49/uBMy7Ssr4bzgjiKmmDB1UbZQ==}
|
|
719
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
720
|
+
peerDependencies:
|
|
721
|
+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
722
|
+
typescript: '>=4.8.4 <6.1.0'
|
|
723
|
+
|
|
724
|
+
'@typescript-eslint/project-service@8.59.4':
|
|
725
|
+
resolution: {integrity: sha512-Ly00Vu4oAacfDeHp2Zg85ioNG6l8HG+tN1D7J+xTHSxu9y0awYKJ2zH1rFBn8ZSfuGK+7FxK3Cgl3uAz0aZZLg==}
|
|
726
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
727
|
+
peerDependencies:
|
|
728
|
+
typescript: '>=4.8.4 <6.1.0'
|
|
729
|
+
|
|
730
|
+
'@typescript-eslint/scope-manager@8.59.4':
|
|
731
|
+
resolution: {integrity: sha512-mUeR/3H1WrTAddJrwut8OoPjfauaztMQmRwV5fQTUyNVJCLiUXXe4lGEyYIL2oFDpP7UtgbGJXCt72wT0z2S3Q==}
|
|
732
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
733
|
+
|
|
734
|
+
'@typescript-eslint/tsconfig-utils@8.59.4':
|
|
735
|
+
resolution: {integrity: sha512-DLCpnKgD4alVxTBSKulK+gU1KCqOgUXfDRDXh2mZgzokQKa/70ax93I2uVO3m/LLvIAtWZIFoiifudmIqAxpMA==}
|
|
736
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
737
|
+
peerDependencies:
|
|
738
|
+
typescript: '>=4.8.4 <6.1.0'
|
|
739
|
+
|
|
740
|
+
'@typescript-eslint/type-utils@8.59.4':
|
|
741
|
+
resolution: {integrity: sha512-uonTuPAAKr9XaBGqJ3LjYTh72zy5DyGesljO9gtmk/eFW0W1fRHjnwVYKB35Lm8d5Q5CluEW3gPHjTvZTmgrfA==}
|
|
742
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
743
|
+
peerDependencies:
|
|
744
|
+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
745
|
+
typescript: '>=4.8.4 <6.1.0'
|
|
746
|
+
|
|
747
|
+
'@typescript-eslint/types@8.59.4':
|
|
748
|
+
resolution: {integrity: sha512-F1o7WJcCq+bc8dwcO/YsSEOudAH8RDtaOhM6wcAQhcUsFhnWQl81JKy48q1hoxAU0qrzM89+31GYh1515Zde3Q==}
|
|
749
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
750
|
+
|
|
751
|
+
'@typescript-eslint/typescript-estree@8.59.4':
|
|
752
|
+
resolution: {integrity: sha512-F+RuOmcDXo4+TPdfd/TCLS3m2nw8gE9XXyZLrA3JBfaA5tz9TtdkyD3YJFmPxulyc2cKbEok/CvFE3MgSLWnag==}
|
|
753
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
754
|
+
peerDependencies:
|
|
755
|
+
typescript: '>=4.8.4 <6.1.0'
|
|
756
|
+
|
|
757
|
+
'@typescript-eslint/utils@8.59.4':
|
|
758
|
+
resolution: {integrity: sha512-cYXeNAUsG4lJo5dbc1FcKm+JwIWrj1/UpTORsC6tGMjEZ81DYcvIr9/ueikhMa/Y/gDQYGp+YX9/xQrXje5BJw==}
|
|
759
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
760
|
+
peerDependencies:
|
|
761
|
+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
762
|
+
typescript: '>=4.8.4 <6.1.0'
|
|
763
|
+
|
|
764
|
+
'@typescript-eslint/visitor-keys@8.59.4':
|
|
765
|
+
resolution: {integrity: sha512-U3gxVaDVnuZKhSspW/MzMxE1kq7zOdc072FcSNoqA1I9p8HyKbBFfEHoWckBAMgNMph4MamwS5iTVzFmrnt8TQ==}
|
|
766
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
767
|
+
|
|
768
|
+
'@vitest/expect@4.1.8':
|
|
769
|
+
resolution: {integrity: sha512-h3nDO677RDLEGlBxyQ5CW8RlMThSKSRLUePLOx09gNIWRL40edgA1GCZSZgf1W55MFAG6/Sw14KeaAnqv0NKdQ==}
|
|
770
|
+
|
|
771
|
+
'@vitest/mocker@4.1.8':
|
|
772
|
+
resolution: {integrity: sha512-LEiN/xe4OSIbKe9HQIp5OC24agGD9J5CnmMgsLohVVoOPWL9a2sBoR6VBx43jQZb7Kr1l4RCuyCJzcAa0+dojw==}
|
|
773
|
+
peerDependencies:
|
|
774
|
+
msw: ^2.4.9
|
|
775
|
+
vite: ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
776
|
+
peerDependenciesMeta:
|
|
777
|
+
msw:
|
|
778
|
+
optional: true
|
|
779
|
+
vite:
|
|
780
|
+
optional: true
|
|
781
|
+
|
|
782
|
+
'@vitest/pretty-format@4.1.8':
|
|
783
|
+
resolution: {integrity: sha512-9GasEBxpZ1VYIpqHf/0+YGg121uSNwCKOJqIrTwWP/TB7DmFCiaBpNl3aPZzoLWfWkuqhbH8vJIVobZkvdo2cA==}
|
|
784
|
+
|
|
785
|
+
'@vitest/runner@4.1.8':
|
|
786
|
+
resolution: {integrity: sha512-EmVxeBAfMJvycdjd6Hm+RbFBbA9fKvo0Kx37hNpBYoYeavH3RNsBXWDooR1mgD52dCrxIIuP7UotpfiwOikvcg==}
|
|
787
|
+
|
|
788
|
+
'@vitest/snapshot@4.1.8':
|
|
789
|
+
resolution: {integrity: sha512-acfZboRmAIf05DEKcBQy33VXojFJjtUdLyo7oOmV9kebb2xdU01UknNiPuPZoJZQyO7DF0gZdTGTpeAzET9QPQ==}
|
|
790
|
+
|
|
791
|
+
'@vitest/spy@4.1.8':
|
|
792
|
+
resolution: {integrity: sha512-6EevtBp6OZOPF7bmz36HrGMeP3txgVSrgebWxHOafDXGkhIzfXK14f8KF6MuFfgXXUeHxmpD3BQxkV00/3s5mA==}
|
|
793
|
+
|
|
794
|
+
'@vitest/utils@4.1.8':
|
|
795
|
+
resolution: {integrity: sha512-uOJamYALNhfJ6iolExyQM40yIQwDqYnkKtQ5VCiSe17E33H0aQ/u+1GlRuz4LZBk6Mm3sg90G9hEbmEt37C1Zg==}
|
|
796
|
+
|
|
797
|
+
'@webassemblyjs/ast@1.14.1':
|
|
798
|
+
resolution: {integrity: sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==}
|
|
799
|
+
|
|
800
|
+
'@webassemblyjs/floating-point-hex-parser@1.13.2':
|
|
801
|
+
resolution: {integrity: sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA==}
|
|
802
|
+
|
|
803
|
+
'@webassemblyjs/helper-api-error@1.13.2':
|
|
804
|
+
resolution: {integrity: sha512-U56GMYxy4ZQCbDZd6JuvvNV/WFildOjsaWD3Tzzvmw/mas3cXzRJPMjP83JqEsgSbyrmaGjBfDtV7KDXV9UzFQ==}
|
|
805
|
+
|
|
806
|
+
'@webassemblyjs/helper-buffer@1.14.1':
|
|
807
|
+
resolution: {integrity: sha512-jyH7wtcHiKssDtFPRB+iQdxlDf96m0E39yb0k5uJVhFGleZFoNw1c4aeIcVUPPbXUVJ94wwnMOAqUHyzoEPVMA==}
|
|
808
|
+
|
|
809
|
+
'@webassemblyjs/helper-numbers@1.13.2':
|
|
810
|
+
resolution: {integrity: sha512-FE8aCmS5Q6eQYcV3gI35O4J789wlQA+7JrqTTpJqn5emA4U2hvwJmvFRC0HODS+3Ye6WioDklgd6scJ3+PLnEA==}
|
|
811
|
+
|
|
812
|
+
'@webassemblyjs/helper-wasm-bytecode@1.13.2':
|
|
813
|
+
resolution: {integrity: sha512-3QbLKy93F0EAIXLh0ogEVR6rOubA9AoZ+WRYhNbFyuB70j3dRdwH9g+qXhLAO0kiYGlg3TxDV+I4rQTr/YNXkA==}
|
|
814
|
+
|
|
815
|
+
'@webassemblyjs/helper-wasm-section@1.14.1':
|
|
816
|
+
resolution: {integrity: sha512-ds5mXEqTJ6oxRoqjhWDU83OgzAYjwsCV8Lo/N+oRsNDmx/ZDpqalmrtgOMkHwxsG0iI//3BwWAErYRHtgn0dZw==}
|
|
817
|
+
|
|
818
|
+
'@webassemblyjs/ieee754@1.13.2':
|
|
819
|
+
resolution: {integrity: sha512-4LtOzh58S/5lX4ITKxnAK2USuNEvpdVV9AlgGQb8rJDHaLeHciwG4zlGr0j/SNWlr7x3vO1lDEsuePvtcDNCkw==}
|
|
820
|
+
|
|
821
|
+
'@webassemblyjs/leb128@1.13.2':
|
|
822
|
+
resolution: {integrity: sha512-Lde1oNoIdzVzdkNEAWZ1dZ5orIbff80YPdHx20mrHwHrVNNTjNr8E3xz9BdpcGqRQbAEa+fkrCb+fRFTl/6sQw==}
|
|
823
|
+
|
|
824
|
+
'@webassemblyjs/utf8@1.13.2':
|
|
825
|
+
resolution: {integrity: sha512-3NQWGjKTASY1xV5m7Hr0iPeXD9+RDobLll3T9d2AO+g3my8xy5peVyjSag4I50mR1bBSN/Ct12lo+R9tJk0NZQ==}
|
|
826
|
+
|
|
827
|
+
'@webassemblyjs/wasm-edit@1.14.1':
|
|
828
|
+
resolution: {integrity: sha512-RNJUIQH/J8iA/1NzlE4N7KtyZNHi3w7at7hDjvRNm5rcUXa00z1vRz3glZoULfJ5mpvYhLybmVcwcjGrC1pRrQ==}
|
|
829
|
+
|
|
830
|
+
'@webassemblyjs/wasm-gen@1.14.1':
|
|
831
|
+
resolution: {integrity: sha512-AmomSIjP8ZbfGQhumkNvgC33AY7qtMCXnN6bL2u2Js4gVCg8fp735aEiMSBbDR7UQIj90n4wKAFUSEd0QN2Ukg==}
|
|
832
|
+
|
|
833
|
+
'@webassemblyjs/wasm-opt@1.14.1':
|
|
834
|
+
resolution: {integrity: sha512-PTcKLUNvBqnY2U6E5bdOQcSM+oVP/PmrDY9NzowJjislEjwP/C4an2303MCVS2Mg9d3AJpIGdUFIQQWbPds0Sw==}
|
|
835
|
+
|
|
836
|
+
'@webassemblyjs/wasm-parser@1.14.1':
|
|
837
|
+
resolution: {integrity: sha512-JLBl+KZ0R5qB7mCnud/yyX08jWFw5MsoalJ1pQ4EdFlgj9VdXKGuENGsiCIjegI1W7p91rUlcB/LB5yRJKNTcQ==}
|
|
838
|
+
|
|
839
|
+
'@webassemblyjs/wast-printer@1.14.1':
|
|
840
|
+
resolution: {integrity: sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw==}
|
|
841
|
+
|
|
842
|
+
'@xtuc/ieee754@1.2.0':
|
|
843
|
+
resolution: {integrity: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==}
|
|
844
|
+
|
|
845
|
+
'@xtuc/long@4.2.2':
|
|
846
|
+
resolution: {integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==}
|
|
847
|
+
|
|
848
|
+
acorn-jsx@5.3.2:
|
|
849
|
+
resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
|
|
850
|
+
peerDependencies:
|
|
851
|
+
acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
852
|
+
|
|
853
|
+
acorn@8.16.0:
|
|
854
|
+
resolution: {integrity: sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==}
|
|
855
|
+
engines: {node: '>=0.4.0'}
|
|
856
|
+
hasBin: true
|
|
857
|
+
|
|
858
|
+
ajv-formats@2.1.1:
|
|
859
|
+
resolution: {integrity: sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==}
|
|
860
|
+
peerDependencies:
|
|
861
|
+
ajv: ^8.0.0
|
|
862
|
+
peerDependenciesMeta:
|
|
863
|
+
ajv:
|
|
864
|
+
optional: true
|
|
865
|
+
|
|
866
|
+
ajv-keywords@3.5.2:
|
|
867
|
+
resolution: {integrity: sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==}
|
|
868
|
+
peerDependencies:
|
|
869
|
+
ajv: ^6.9.1
|
|
870
|
+
|
|
871
|
+
ajv-keywords@5.1.0:
|
|
872
|
+
resolution: {integrity: sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==}
|
|
873
|
+
peerDependencies:
|
|
874
|
+
ajv: ^8.8.2
|
|
875
|
+
|
|
876
|
+
ajv@6.15.0:
|
|
877
|
+
resolution: {integrity: sha512-fgFx7Hfoq60ytK2c7DhnF8jIvzYgOMxfugjLOSMHjLIPgenqa7S7oaagATUq99mV6IYvN2tRmC0wnTYX6iPbMw==}
|
|
878
|
+
|
|
879
|
+
ajv@8.20.0:
|
|
880
|
+
resolution: {integrity: sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==}
|
|
881
|
+
|
|
882
|
+
ansi-styles@4.3.0:
|
|
883
|
+
resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
|
|
884
|
+
engines: {node: '>=8'}
|
|
885
|
+
|
|
886
|
+
argparse@2.0.1:
|
|
887
|
+
resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
|
|
888
|
+
|
|
889
|
+
assertion-error@2.0.1:
|
|
890
|
+
resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==}
|
|
891
|
+
engines: {node: '>=12'}
|
|
892
|
+
|
|
893
|
+
ast-types@0.16.1:
|
|
894
|
+
resolution: {integrity: sha512-6t10qk83GOG8p0vKmaCr8eiilZwO171AvbROMtvvNiwrTly62t+7XkA8RdIIVbpMhCASAsxgAzdRSwh6nw/5Dg==}
|
|
895
|
+
engines: {node: '>=4'}
|
|
896
|
+
|
|
897
|
+
balanced-match@1.0.2:
|
|
898
|
+
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
|
|
899
|
+
|
|
900
|
+
balanced-match@4.0.4:
|
|
901
|
+
resolution: {integrity: sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==}
|
|
902
|
+
engines: {node: 18 || 20 || >=22}
|
|
903
|
+
|
|
904
|
+
baseline-browser-mapping@2.10.32:
|
|
905
|
+
resolution: {integrity: sha512-wbPvpyjJPC0zdfdKXxqEL3Ea+bOMD/87X4lftiJkkaBiuG6ALQy1SLmEd7BSmVCuwCQsBrCamgBoLyfFDD1EPg==}
|
|
906
|
+
engines: {node: '>=6.0.0'}
|
|
907
|
+
hasBin: true
|
|
908
|
+
|
|
909
|
+
big.js@5.2.2:
|
|
910
|
+
resolution: {integrity: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==}
|
|
911
|
+
|
|
912
|
+
brace-expansion@1.1.14:
|
|
913
|
+
resolution: {integrity: sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==}
|
|
914
|
+
|
|
915
|
+
brace-expansion@5.0.6:
|
|
916
|
+
resolution: {integrity: sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==}
|
|
917
|
+
engines: {node: 18 || 20 || >=22}
|
|
918
|
+
|
|
919
|
+
browserslist@4.28.2:
|
|
920
|
+
resolution: {integrity: sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==}
|
|
921
|
+
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
|
|
922
|
+
hasBin: true
|
|
923
|
+
|
|
924
|
+
buffer-crc32@0.2.13:
|
|
925
|
+
resolution: {integrity: sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==}
|
|
926
|
+
|
|
927
|
+
buffer-from@1.1.2:
|
|
928
|
+
resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==}
|
|
929
|
+
|
|
930
|
+
callsites@3.1.0:
|
|
931
|
+
resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==}
|
|
932
|
+
engines: {node: '>=6'}
|
|
933
|
+
|
|
934
|
+
caniuse-lite@1.0.30001793:
|
|
935
|
+
resolution: {integrity: sha512-iwSsYWaCOoh26cV8NwNRViHlrfUvYsHDfRVcbtmw0Kg6PJIZZXwMkj1442FYLBGkeUf1juAsU3DTfxW579mrPA==}
|
|
936
|
+
|
|
937
|
+
chai@6.2.2:
|
|
938
|
+
resolution: {integrity: sha512-NUPRluOfOiTKBKvWPtSD4PhFvWCqOi0BGStNWs57X9js7XGTprSmFoz5F0tWhR4WPjNeR9jXqdC7/UpSJTnlRg==}
|
|
939
|
+
engines: {node: '>=18'}
|
|
940
|
+
|
|
941
|
+
chalk@4.1.2:
|
|
942
|
+
resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
|
|
943
|
+
engines: {node: '>=10'}
|
|
944
|
+
|
|
945
|
+
chroma-js@3.2.0:
|
|
946
|
+
resolution: {integrity: sha512-os/OippSlX1RlWWr+QDPcGUZs0uoqr32urfxESG9U93lhUfbnlyckte84Q8P1UQY/qth983AS1JONKmLS4T0nw==}
|
|
947
|
+
|
|
948
|
+
chrome-trace-event@1.0.4:
|
|
949
|
+
resolution: {integrity: sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==}
|
|
950
|
+
engines: {node: '>=6.0'}
|
|
951
|
+
|
|
952
|
+
color-convert@2.0.1:
|
|
953
|
+
resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
|
|
954
|
+
engines: {node: '>=7.0.0'}
|
|
955
|
+
|
|
956
|
+
color-name@1.1.4:
|
|
957
|
+
resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
|
|
958
|
+
|
|
959
|
+
commander@2.20.3:
|
|
960
|
+
resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==}
|
|
961
|
+
|
|
962
|
+
concat-map@0.0.1:
|
|
963
|
+
resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
|
|
964
|
+
|
|
965
|
+
convert-source-map@2.0.0:
|
|
966
|
+
resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
|
|
967
|
+
|
|
968
|
+
cross-spawn@7.0.6:
|
|
969
|
+
resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
|
|
970
|
+
engines: {node: '>= 8'}
|
|
971
|
+
|
|
972
|
+
css-loader@5.2.7:
|
|
973
|
+
resolution: {integrity: sha512-Q7mOvpBNBG7YrVGMxRxcBJZFL75o+cH2abNASdibkj/fffYD8qWbInZrD0S9ccI6vZclF3DsHE7njGlLtaHbhg==}
|
|
974
|
+
engines: {node: '>= 10.13.0'}
|
|
975
|
+
peerDependencies:
|
|
976
|
+
webpack: ^4.27.0 || ^5.0.0
|
|
977
|
+
|
|
978
|
+
cssesc@3.0.0:
|
|
979
|
+
resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==}
|
|
980
|
+
engines: {node: '>=4'}
|
|
981
|
+
hasBin: true
|
|
982
|
+
|
|
983
|
+
csstype@3.2.3:
|
|
984
|
+
resolution: {integrity: sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==}
|
|
985
|
+
|
|
986
|
+
debug@4.4.3:
|
|
987
|
+
resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==}
|
|
988
|
+
engines: {node: '>=6.0'}
|
|
989
|
+
peerDependencies:
|
|
990
|
+
supports-color: '*'
|
|
991
|
+
peerDependenciesMeta:
|
|
992
|
+
supports-color:
|
|
993
|
+
optional: true
|
|
994
|
+
|
|
995
|
+
deep-is@0.1.4:
|
|
996
|
+
resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==}
|
|
997
|
+
|
|
998
|
+
define-lazy-prop@2.0.0:
|
|
999
|
+
resolution: {integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==}
|
|
1000
|
+
engines: {node: '>=8'}
|
|
1001
|
+
|
|
1002
|
+
dotenv@9.0.2:
|
|
1003
|
+
resolution: {integrity: sha512-I9OvvrHp4pIARv4+x9iuewrWycX6CcZtoAu1XrzPxc5UygMJXJZYmBsynku8IkrJwgypE5DGNjDPmPRhDCptUg==}
|
|
1004
|
+
engines: {node: '>=10'}
|
|
1005
|
+
|
|
1006
|
+
electron-to-chromium@1.5.361:
|
|
1007
|
+
resolution: {integrity: sha512-Q6Hts7N9FnJc5LeGRINFvLhCI9xZmNtTDe5ZbcVezQz7cU4a8Aua3GH1b8J2XY8Al9PF+OCwYqhgsOOheMdvkA==}
|
|
1008
|
+
|
|
1009
|
+
emojis-list@3.0.0:
|
|
1010
|
+
resolution: {integrity: sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==}
|
|
1011
|
+
engines: {node: '>= 4'}
|
|
1012
|
+
|
|
1013
|
+
end-of-stream@1.4.5:
|
|
1014
|
+
resolution: {integrity: sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==}
|
|
1015
|
+
|
|
1016
|
+
enhanced-resolve@5.22.0:
|
|
1017
|
+
resolution: {integrity: sha512-xYcDWrpELkFzz9SpZ3PlI6Eu6eD93Yf0WLDRxikGhWJ3MAir2SNZTIVCVZqZ/NUyx8AdMc2gT9C0gPiw18kG+A==}
|
|
1018
|
+
engines: {node: '>=10.13.0'}
|
|
1019
|
+
|
|
1020
|
+
es-module-lexer@1.7.0:
|
|
1021
|
+
resolution: {integrity: sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==}
|
|
1022
|
+
|
|
1023
|
+
es-module-lexer@2.1.0:
|
|
1024
|
+
resolution: {integrity: sha512-n27zTYMjYu1aj4MjCWzSP7G9r75utsaoc8m61weK+W8JMBGGQybd43GstCXZ3WNmSFtGT9wi59qQTW6mhTR5LQ==}
|
|
1025
|
+
|
|
1026
|
+
esbuild@0.21.5:
|
|
1027
|
+
resolution: {integrity: sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==}
|
|
1028
|
+
engines: {node: '>=12'}
|
|
1029
|
+
hasBin: true
|
|
1030
|
+
|
|
1031
|
+
esbuild@0.25.0:
|
|
1032
|
+
resolution: {integrity: sha512-BXq5mqc8ltbaN34cDqWuYKyNhX8D/Z0J1xdtdQ8UcIIIyJyz+ZMKUt58tF3SrZ85jcfN/PZYhjR5uDQAYNVbuw==}
|
|
1033
|
+
engines: {node: '>=18'}
|
|
1034
|
+
hasBin: true
|
|
1035
|
+
|
|
1036
|
+
escalade@3.2.0:
|
|
1037
|
+
resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==}
|
|
1038
|
+
engines: {node: '>=6'}
|
|
1039
|
+
|
|
1040
|
+
escape-string-regexp@4.0.0:
|
|
1041
|
+
resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==}
|
|
1042
|
+
engines: {node: '>=10'}
|
|
1043
|
+
|
|
1044
|
+
eslint-scope@5.1.1:
|
|
1045
|
+
resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==}
|
|
1046
|
+
engines: {node: '>=8.0.0'}
|
|
1047
|
+
|
|
1048
|
+
eslint-scope@8.4.0:
|
|
1049
|
+
resolution: {integrity: sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==}
|
|
1050
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
1051
|
+
|
|
1052
|
+
eslint-visitor-keys@3.4.3:
|
|
1053
|
+
resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==}
|
|
1054
|
+
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
1055
|
+
|
|
1056
|
+
eslint-visitor-keys@4.2.1:
|
|
1057
|
+
resolution: {integrity: sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==}
|
|
1058
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
1059
|
+
|
|
1060
|
+
eslint-visitor-keys@5.0.1:
|
|
1061
|
+
resolution: {integrity: sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==}
|
|
1062
|
+
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
|
1063
|
+
|
|
1064
|
+
eslint@9.39.4:
|
|
1065
|
+
resolution: {integrity: sha512-XoMjdBOwe/esVgEvLmNsD3IRHkm7fbKIUGvrleloJXUZgDHig2IPWNniv+GwjyJXzuNqVjlr5+4yVUZjycJwfQ==}
|
|
1066
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
1067
|
+
hasBin: true
|
|
1068
|
+
peerDependencies:
|
|
1069
|
+
jiti: '*'
|
|
1070
|
+
peerDependenciesMeta:
|
|
1071
|
+
jiti:
|
|
1072
|
+
optional: true
|
|
1073
|
+
|
|
1074
|
+
espree@10.4.0:
|
|
1075
|
+
resolution: {integrity: sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==}
|
|
1076
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
1077
|
+
|
|
1078
|
+
esprima@4.0.1:
|
|
1079
|
+
resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==}
|
|
1080
|
+
engines: {node: '>=4'}
|
|
1081
|
+
hasBin: true
|
|
1082
|
+
|
|
1083
|
+
esquery@1.7.0:
|
|
1084
|
+
resolution: {integrity: sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==}
|
|
1085
|
+
engines: {node: '>=0.10'}
|
|
1086
|
+
|
|
1087
|
+
esrecurse@4.3.0:
|
|
1088
|
+
resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==}
|
|
1089
|
+
engines: {node: '>=4.0'}
|
|
1090
|
+
|
|
1091
|
+
estraverse@4.3.0:
|
|
1092
|
+
resolution: {integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==}
|
|
1093
|
+
engines: {node: '>=4.0'}
|
|
1094
|
+
|
|
1095
|
+
estraverse@5.3.0:
|
|
1096
|
+
resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==}
|
|
1097
|
+
engines: {node: '>=4.0'}
|
|
1098
|
+
|
|
1099
|
+
estree-walker@3.0.3:
|
|
1100
|
+
resolution: {integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==}
|
|
1101
|
+
|
|
1102
|
+
esutils@2.0.3:
|
|
1103
|
+
resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==}
|
|
1104
|
+
engines: {node: '>=0.10.0'}
|
|
1105
|
+
|
|
1106
|
+
events@3.3.0:
|
|
1107
|
+
resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==}
|
|
1108
|
+
engines: {node: '>=0.8.x'}
|
|
1109
|
+
|
|
1110
|
+
execa@5.1.1:
|
|
1111
|
+
resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==}
|
|
1112
|
+
engines: {node: '>=10'}
|
|
1113
|
+
|
|
1114
|
+
expect-type@1.3.0:
|
|
1115
|
+
resolution: {integrity: sha512-knvyeauYhqjOYvQ66MznSMs83wmHrCycNEN6Ao+2AeYEfxUIkuiVxdEa1qlGEPK+We3n0THiDciYSsCcgW/DoA==}
|
|
1116
|
+
engines: {node: '>=12.0.0'}
|
|
1117
|
+
|
|
1118
|
+
extract-zip@2.0.1:
|
|
1119
|
+
resolution: {integrity: sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==}
|
|
1120
|
+
engines: {node: '>= 10.17.0'}
|
|
1121
|
+
hasBin: true
|
|
1122
|
+
|
|
1123
|
+
fast-deep-equal@3.1.3:
|
|
1124
|
+
resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
|
|
1125
|
+
|
|
1126
|
+
fast-json-stable-stringify@2.1.0:
|
|
1127
|
+
resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==}
|
|
1128
|
+
|
|
1129
|
+
fast-levenshtein@2.0.6:
|
|
1130
|
+
resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==}
|
|
1131
|
+
|
|
1132
|
+
fast-uri@3.1.2:
|
|
1133
|
+
resolution: {integrity: sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==}
|
|
1134
|
+
|
|
1135
|
+
fd-slicer@1.1.0:
|
|
1136
|
+
resolution: {integrity: sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==}
|
|
1137
|
+
|
|
1138
|
+
fdir@6.5.0:
|
|
1139
|
+
resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==}
|
|
1140
|
+
engines: {node: '>=12.0.0'}
|
|
1141
|
+
peerDependencies:
|
|
1142
|
+
picomatch: ^3 || ^4
|
|
1143
|
+
peerDependenciesMeta:
|
|
1144
|
+
picomatch:
|
|
1145
|
+
optional: true
|
|
1146
|
+
|
|
1147
|
+
file-entry-cache@8.0.0:
|
|
1148
|
+
resolution: {integrity: sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==}
|
|
1149
|
+
engines: {node: '>=16.0.0'}
|
|
1150
|
+
|
|
1151
|
+
find-up@5.0.0:
|
|
1152
|
+
resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==}
|
|
1153
|
+
engines: {node: '>=10'}
|
|
1154
|
+
|
|
1155
|
+
flat-cache@4.0.1:
|
|
1156
|
+
resolution: {integrity: sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==}
|
|
1157
|
+
engines: {node: '>=16'}
|
|
1158
|
+
|
|
1159
|
+
flatted@3.4.2:
|
|
1160
|
+
resolution: {integrity: sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==}
|
|
1161
|
+
|
|
1162
|
+
fs-monkey@1.0.3:
|
|
1163
|
+
resolution: {integrity: sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q==}
|
|
1164
|
+
|
|
1165
|
+
fsevents@2.3.3:
|
|
1166
|
+
resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
|
|
1167
|
+
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
|
|
1168
|
+
os: [darwin]
|
|
1169
|
+
|
|
1170
|
+
get-stream@5.2.0:
|
|
1171
|
+
resolution: {integrity: sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==}
|
|
1172
|
+
engines: {node: '>=8'}
|
|
1173
|
+
|
|
1174
|
+
get-stream@6.0.1:
|
|
1175
|
+
resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==}
|
|
1176
|
+
engines: {node: '>=10'}
|
|
1177
|
+
|
|
1178
|
+
glob-parent@6.0.2:
|
|
1179
|
+
resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==}
|
|
1180
|
+
engines: {node: '>=10.13.0'}
|
|
1181
|
+
|
|
1182
|
+
glob-to-regexp@0.4.1:
|
|
1183
|
+
resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==}
|
|
1184
|
+
|
|
1185
|
+
globals@14.0.0:
|
|
1186
|
+
resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==}
|
|
1187
|
+
engines: {node: '>=18'}
|
|
1188
|
+
|
|
1189
|
+
graceful-fs@4.2.11:
|
|
1190
|
+
resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
|
|
1191
|
+
|
|
1192
|
+
has-flag@4.0.0:
|
|
1193
|
+
resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==}
|
|
1194
|
+
engines: {node: '>=8'}
|
|
1195
|
+
|
|
1196
|
+
human-signals@2.1.0:
|
|
1197
|
+
resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==}
|
|
1198
|
+
engines: {node: '>=10.17.0'}
|
|
1199
|
+
|
|
1200
|
+
icss-utils@5.1.0:
|
|
1201
|
+
resolution: {integrity: sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==}
|
|
1202
|
+
engines: {node: ^10 || ^12 || >= 14}
|
|
1203
|
+
peerDependencies:
|
|
1204
|
+
postcss: ^8.1.0
|
|
1205
|
+
|
|
1206
|
+
ignore@5.3.2:
|
|
1207
|
+
resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==}
|
|
1208
|
+
engines: {node: '>= 4'}
|
|
1209
|
+
|
|
1210
|
+
ignore@7.0.5:
|
|
1211
|
+
resolution: {integrity: sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==}
|
|
1212
|
+
engines: {node: '>= 4'}
|
|
1213
|
+
|
|
1214
|
+
import-fresh@3.3.1:
|
|
1215
|
+
resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==}
|
|
1216
|
+
engines: {node: '>=6'}
|
|
1217
|
+
|
|
1218
|
+
imurmurhash@0.1.4:
|
|
1219
|
+
resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
|
|
1220
|
+
engines: {node: '>=0.8.19'}
|
|
1221
|
+
|
|
1222
|
+
is-docker@2.2.1:
|
|
1223
|
+
resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==}
|
|
1224
|
+
engines: {node: '>=8'}
|
|
1225
|
+
hasBin: true
|
|
1226
|
+
|
|
1227
|
+
is-extglob@2.1.1:
|
|
1228
|
+
resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
|
|
1229
|
+
engines: {node: '>=0.10.0'}
|
|
1230
|
+
|
|
1231
|
+
is-glob@4.0.3:
|
|
1232
|
+
resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
|
|
1233
|
+
engines: {node: '>=0.10.0'}
|
|
1234
|
+
|
|
1235
|
+
is-stream@2.0.1:
|
|
1236
|
+
resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==}
|
|
1237
|
+
engines: {node: '>=8'}
|
|
1238
|
+
|
|
1239
|
+
is-wsl@2.2.0:
|
|
1240
|
+
resolution: {integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==}
|
|
1241
|
+
engines: {node: '>=8'}
|
|
1242
|
+
|
|
1243
|
+
isexe@2.0.0:
|
|
1244
|
+
resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
|
|
1245
|
+
|
|
1246
|
+
jest-worker@27.5.1:
|
|
1247
|
+
resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==}
|
|
1248
|
+
engines: {node: '>= 10.13.0'}
|
|
1249
|
+
|
|
1250
|
+
js-tokens@4.0.0:
|
|
1251
|
+
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
|
|
1252
|
+
|
|
1253
|
+
js-yaml@4.1.1:
|
|
1254
|
+
resolution: {integrity: sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==}
|
|
1255
|
+
hasBin: true
|
|
1256
|
+
|
|
1257
|
+
json-buffer@3.0.1:
|
|
1258
|
+
resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==}
|
|
1259
|
+
|
|
1260
|
+
json-parse-even-better-errors@2.3.1:
|
|
1261
|
+
resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==}
|
|
1262
|
+
|
|
1263
|
+
json-schema-traverse@0.4.1:
|
|
1264
|
+
resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==}
|
|
1265
|
+
|
|
1266
|
+
json-schema-traverse@1.0.0:
|
|
1267
|
+
resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==}
|
|
1268
|
+
|
|
1269
|
+
json-stable-stringify-without-jsonify@1.0.1:
|
|
1270
|
+
resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==}
|
|
1271
|
+
|
|
1272
|
+
json5@2.2.3:
|
|
1273
|
+
resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
|
|
1274
|
+
engines: {node: '>=6'}
|
|
1275
|
+
hasBin: true
|
|
1276
|
+
|
|
1277
|
+
keyv@4.5.4:
|
|
1278
|
+
resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==}
|
|
1279
|
+
|
|
1280
|
+
kleur@3.0.3:
|
|
1281
|
+
resolution: {integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==}
|
|
1282
|
+
engines: {node: '>=6'}
|
|
1283
|
+
|
|
1284
|
+
levn@0.4.1:
|
|
1285
|
+
resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==}
|
|
1286
|
+
engines: {node: '>= 0.8.0'}
|
|
1287
|
+
|
|
1288
|
+
loader-runner@4.3.2:
|
|
1289
|
+
resolution: {integrity: sha512-DFEqQ3ihfS9blba08cLfYf1NRAIEm+dDjic073DRDc3/JspI/8wYmtDsHwd3+4hwvdxSK7PGaElfTmm0awWJ4w==}
|
|
1290
|
+
engines: {node: '>=6.11.5'}
|
|
1291
|
+
|
|
1292
|
+
loader-utils@2.0.4:
|
|
1293
|
+
resolution: {integrity: sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==}
|
|
1294
|
+
engines: {node: '>=8.9.0'}
|
|
1295
|
+
|
|
1296
|
+
locate-path@6.0.0:
|
|
1297
|
+
resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==}
|
|
1298
|
+
engines: {node: '>=10'}
|
|
1299
|
+
|
|
1300
|
+
lodash.merge@4.6.2:
|
|
1301
|
+
resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==}
|
|
1302
|
+
|
|
1303
|
+
lodash.sortby@4.7.0:
|
|
1304
|
+
resolution: {integrity: sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==}
|
|
1305
|
+
|
|
1306
|
+
loose-envify@1.4.0:
|
|
1307
|
+
resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==}
|
|
1308
|
+
hasBin: true
|
|
1309
|
+
|
|
1310
|
+
lru-cache@6.0.0:
|
|
1311
|
+
resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==}
|
|
1312
|
+
engines: {node: '>=10'}
|
|
1313
|
+
|
|
1314
|
+
lucide-react@0.511.0:
|
|
1315
|
+
resolution: {integrity: sha512-VK5a2ydJ7xm8GvBeKLS9mu1pVK6ucef9780JVUjw6bAjJL/QXnd4Y0p7SPeOUMC27YhzNCZvm5d/QX0Tp3rc0w==}
|
|
1316
|
+
peerDependencies:
|
|
1317
|
+
react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
1318
|
+
|
|
1319
|
+
magic-string@0.30.21:
|
|
1320
|
+
resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
|
|
1321
|
+
|
|
1322
|
+
memfs@3.4.3:
|
|
1323
|
+
resolution: {integrity: sha512-eivjfi7Ahr6eQTn44nvTnR60e4a1Fs1Via2kCR5lHo/kyNoiMWaXCNJ/GpSd0ilXas2JSOl9B5FTIhflXu0hlg==}
|
|
1324
|
+
engines: {node: '>= 4.0.0'}
|
|
1325
|
+
|
|
1326
|
+
merge-stream@2.0.0:
|
|
1327
|
+
resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==}
|
|
1328
|
+
|
|
1329
|
+
mime-db@1.52.0:
|
|
1330
|
+
resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==}
|
|
1331
|
+
engines: {node: '>= 0.6'}
|
|
1332
|
+
|
|
1333
|
+
mime-types@2.1.35:
|
|
1334
|
+
resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==}
|
|
1335
|
+
engines: {node: '>= 0.6'}
|
|
1336
|
+
|
|
1337
|
+
mimic-fn@2.1.0:
|
|
1338
|
+
resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==}
|
|
1339
|
+
engines: {node: '>=6'}
|
|
1340
|
+
|
|
1341
|
+
minimatch@10.2.5:
|
|
1342
|
+
resolution: {integrity: sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==}
|
|
1343
|
+
engines: {node: 18 || 20 || >=22}
|
|
1344
|
+
|
|
1345
|
+
minimatch@3.1.5:
|
|
1346
|
+
resolution: {integrity: sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==}
|
|
1347
|
+
|
|
1348
|
+
minimist@1.2.6:
|
|
1349
|
+
resolution: {integrity: sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==}
|
|
1350
|
+
|
|
1351
|
+
ms@2.1.3:
|
|
1352
|
+
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
|
|
1353
|
+
|
|
1354
|
+
nanoid@3.3.12:
|
|
1355
|
+
resolution: {integrity: sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==}
|
|
1356
|
+
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
|
1357
|
+
hasBin: true
|
|
1358
|
+
|
|
1359
|
+
natural-compare@1.4.0:
|
|
1360
|
+
resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==}
|
|
1361
|
+
|
|
1362
|
+
neo-async@2.6.2:
|
|
1363
|
+
resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==}
|
|
1364
|
+
|
|
1365
|
+
node-releases@2.0.46:
|
|
1366
|
+
resolution: {integrity: sha512-GYVXHE2KnrzAfsAjl4uP++evGFCrAU1jta4ubEjIG7YWt/64Gqv66a30yKwWczVjA6j3bM4nBwH7Pk1JmDHaxQ==}
|
|
1367
|
+
engines: {node: '>=18'}
|
|
1368
|
+
|
|
1369
|
+
npm-run-path@4.0.1:
|
|
1370
|
+
resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==}
|
|
1371
|
+
engines: {node: '>=8'}
|
|
1372
|
+
|
|
1373
|
+
obug@2.1.2:
|
|
1374
|
+
resolution: {integrity: sha512-AWGB9WFcRXOQs48Z/udjI5ZcZMHXwX8XPByNpOydgcGsDLIzjGizhoMWJyKAWze7AVW/2W1i+/gPX4YtKe5cyg==}
|
|
1375
|
+
engines: {node: '>=12.20.0'}
|
|
1376
|
+
|
|
1377
|
+
once@1.4.0:
|
|
1378
|
+
resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==}
|
|
1379
|
+
|
|
1380
|
+
onetime@5.1.2:
|
|
1381
|
+
resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==}
|
|
1382
|
+
engines: {node: '>=6'}
|
|
1383
|
+
|
|
1384
|
+
open@8.4.2:
|
|
1385
|
+
resolution: {integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==}
|
|
1386
|
+
engines: {node: '>=12'}
|
|
1387
|
+
|
|
1388
|
+
optionator@0.9.4:
|
|
1389
|
+
resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==}
|
|
1390
|
+
engines: {node: '>= 0.8.0'}
|
|
1391
|
+
|
|
1392
|
+
p-limit@3.1.0:
|
|
1393
|
+
resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==}
|
|
1394
|
+
engines: {node: '>=10'}
|
|
1395
|
+
|
|
1396
|
+
p-locate@5.0.0:
|
|
1397
|
+
resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==}
|
|
1398
|
+
engines: {node: '>=10'}
|
|
1399
|
+
|
|
1400
|
+
parent-module@1.0.1:
|
|
1401
|
+
resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==}
|
|
1402
|
+
engines: {node: '>=6'}
|
|
1403
|
+
|
|
1404
|
+
path-exists@4.0.0:
|
|
1405
|
+
resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==}
|
|
1406
|
+
engines: {node: '>=8'}
|
|
1407
|
+
|
|
1408
|
+
path-key@3.1.1:
|
|
1409
|
+
resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
|
|
1410
|
+
engines: {node: '>=8'}
|
|
1411
|
+
|
|
1412
|
+
pathe@2.0.3:
|
|
1413
|
+
resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==}
|
|
1414
|
+
|
|
1415
|
+
pend@1.2.0:
|
|
1416
|
+
resolution: {integrity: sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==}
|
|
1417
|
+
|
|
1418
|
+
picocolors@1.1.1:
|
|
1419
|
+
resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
|
|
1420
|
+
|
|
1421
|
+
picomatch@4.0.4:
|
|
1422
|
+
resolution: {integrity: sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==}
|
|
1423
|
+
engines: {node: '>=12'}
|
|
1424
|
+
|
|
1425
|
+
postcss-modules-extract-imports@3.1.0:
|
|
1426
|
+
resolution: {integrity: sha512-k3kNe0aNFQDAZGbin48pL2VNidTF0w4/eASDsxlyspobzU3wZQLOGj7L9gfRe0Jo9/4uud09DsjFNH7winGv8Q==}
|
|
1427
|
+
engines: {node: ^10 || ^12 || >= 14}
|
|
1428
|
+
peerDependencies:
|
|
1429
|
+
postcss: ^8.1.0
|
|
1430
|
+
|
|
1431
|
+
postcss-modules-local-by-default@4.2.0:
|
|
1432
|
+
resolution: {integrity: sha512-5kcJm/zk+GJDSfw+V/42fJ5fhjL5YbFDl8nVdXkJPLLW+Vf9mTD5Xe0wqIaDnLuL2U6cDNpTr+UQ+v2HWIBhzw==}
|
|
1433
|
+
engines: {node: ^10 || ^12 || >= 14}
|
|
1434
|
+
peerDependencies:
|
|
1435
|
+
postcss: ^8.1.0
|
|
1436
|
+
|
|
1437
|
+
postcss-modules-scope@3.2.1:
|
|
1438
|
+
resolution: {integrity: sha512-m9jZstCVaqGjTAuny8MdgE88scJnCiQSlSrOWcTQgM2t32UBe+MUmFSO5t7VMSfAf/FJKImAxBav8ooCHJXCJA==}
|
|
1439
|
+
engines: {node: ^10 || ^12 || >= 14}
|
|
1440
|
+
peerDependencies:
|
|
1441
|
+
postcss: ^8.1.0
|
|
1442
|
+
|
|
1443
|
+
postcss-modules-values@4.0.0:
|
|
1444
|
+
resolution: {integrity: sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==}
|
|
1445
|
+
engines: {node: ^10 || ^12 || >= 14}
|
|
1446
|
+
peerDependencies:
|
|
1447
|
+
postcss: ^8.1.0
|
|
1448
|
+
|
|
1449
|
+
postcss-selector-parser@7.1.1:
|
|
1450
|
+
resolution: {integrity: sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==}
|
|
1451
|
+
engines: {node: '>=4'}
|
|
1452
|
+
|
|
1453
|
+
postcss-value-parser@4.2.0:
|
|
1454
|
+
resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==}
|
|
1455
|
+
|
|
1456
|
+
postcss@8.5.15:
|
|
1457
|
+
resolution: {integrity: sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==}
|
|
1458
|
+
engines: {node: ^10 || ^12 || >=14}
|
|
1459
|
+
|
|
1460
|
+
prelude-ls@1.2.1:
|
|
1461
|
+
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
|
|
1462
|
+
engines: {node: '>= 0.8.0'}
|
|
1463
|
+
|
|
1464
|
+
prompts@2.4.2:
|
|
1465
|
+
resolution: {integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==}
|
|
1466
|
+
engines: {node: '>= 6'}
|
|
1467
|
+
|
|
1468
|
+
pump@3.0.4:
|
|
1469
|
+
resolution: {integrity: sha512-VS7sjc6KR7e1ukRFhQSY5LM2uBWAUPiOPa/A3mkKmiMwSmRFUITt0xuj+/lesgnCv+dPIEYlkzrcyXgquIHMcA==}
|
|
1470
|
+
|
|
1471
|
+
punycode@2.3.1:
|
|
1472
|
+
resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
|
|
1473
|
+
engines: {node: '>=6'}
|
|
1474
|
+
|
|
1475
|
+
react-dom@18.3.1:
|
|
1476
|
+
resolution: {integrity: sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==}
|
|
1477
|
+
peerDependencies:
|
|
1478
|
+
react: ^18.3.1
|
|
1479
|
+
|
|
1480
|
+
react-refresh@0.9.0:
|
|
1481
|
+
resolution: {integrity: sha512-Gvzk7OZpiqKSkxsQvO/mbTN1poglhmAV7gR/DdIrRrSMXraRQQlfikRJOr3Nb9GTMPC5kof948Zy6jJZIFtDvQ==}
|
|
1482
|
+
engines: {node: '>=0.10.0'}
|
|
1483
|
+
|
|
1484
|
+
react@18.3.1:
|
|
1485
|
+
resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==}
|
|
1486
|
+
engines: {node: '>=0.10.0'}
|
|
1487
|
+
|
|
1488
|
+
recast@0.23.9:
|
|
1489
|
+
resolution: {integrity: sha512-Hx/BGIbwj+Des3+xy5uAtAbdCyqK9y9wbBcDFDYanLS9JnMqf7OeF87HQwUimE87OEc72mr6tkKUKMBBL+hF9Q==}
|
|
1490
|
+
engines: {node: '>= 4'}
|
|
1491
|
+
|
|
1492
|
+
remotion@4.0.290:
|
|
1493
|
+
resolution: {integrity: sha512-htwe74xP6et06V+xjCGH8hID0f3DEdSUKEu6oCUYYZUcE1gytEwhvubQyMGXH54uPfztV+jRZnWZnSSpXKxYBg==}
|
|
1494
|
+
peerDependencies:
|
|
1495
|
+
react: '>=16.8.0'
|
|
1496
|
+
react-dom: '>=16.8.0'
|
|
1497
|
+
|
|
1498
|
+
require-from-string@2.0.2:
|
|
1499
|
+
resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==}
|
|
1500
|
+
engines: {node: '>=0.10.0'}
|
|
1501
|
+
|
|
1502
|
+
resolve-from@4.0.0:
|
|
1503
|
+
resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==}
|
|
1504
|
+
engines: {node: '>=4'}
|
|
1505
|
+
|
|
1506
|
+
rollup@4.60.4:
|
|
1507
|
+
resolution: {integrity: sha512-WHeFSbZYsPu3+bLoNRUuAO+wavNlocOPf3wSHTP7hcFKVnJeWsYlCDbr3mTS14FCizf9ccIxXA8sGL8zKeQN3g==}
|
|
1508
|
+
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
|
|
1509
|
+
hasBin: true
|
|
1510
|
+
|
|
1511
|
+
scheduler@0.23.2:
|
|
1512
|
+
resolution: {integrity: sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==}
|
|
1513
|
+
|
|
1514
|
+
schema-utils@3.3.0:
|
|
1515
|
+
resolution: {integrity: sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==}
|
|
1516
|
+
engines: {node: '>= 10.13.0'}
|
|
1517
|
+
|
|
1518
|
+
schema-utils@4.3.3:
|
|
1519
|
+
resolution: {integrity: sha512-eflK8wEtyOE6+hsaRVPxvUKYCpRgzLqDTb8krvAsRIwOGlHoSgYLgBXoubGgLd2fT41/OUYdb48v4k4WWHQurA==}
|
|
1520
|
+
engines: {node: '>= 10.13.0'}
|
|
1521
|
+
|
|
1522
|
+
semver@7.5.3:
|
|
1523
|
+
resolution: {integrity: sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==}
|
|
1524
|
+
engines: {node: '>=10'}
|
|
1525
|
+
hasBin: true
|
|
1526
|
+
|
|
1527
|
+
semver@7.8.1:
|
|
1528
|
+
resolution: {integrity: sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==}
|
|
1529
|
+
engines: {node: '>=10'}
|
|
1530
|
+
hasBin: true
|
|
1531
|
+
|
|
1532
|
+
shebang-command@2.0.0:
|
|
1533
|
+
resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
|
|
1534
|
+
engines: {node: '>=8'}
|
|
1535
|
+
|
|
1536
|
+
shebang-regex@3.0.0:
|
|
1537
|
+
resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
|
|
1538
|
+
engines: {node: '>=8'}
|
|
1539
|
+
|
|
1540
|
+
siginfo@2.0.0:
|
|
1541
|
+
resolution: {integrity: sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==}
|
|
1542
|
+
|
|
1543
|
+
signal-exit@3.0.7:
|
|
1544
|
+
resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==}
|
|
1545
|
+
|
|
1546
|
+
sisteransi@1.0.5:
|
|
1547
|
+
resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==}
|
|
1548
|
+
|
|
1549
|
+
source-map-js@1.2.1:
|
|
1550
|
+
resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
|
|
1551
|
+
engines: {node: '>=0.10.0'}
|
|
1552
|
+
|
|
1553
|
+
source-map-support@0.5.21:
|
|
1554
|
+
resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==}
|
|
1555
|
+
|
|
1556
|
+
source-map@0.6.1:
|
|
1557
|
+
resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==}
|
|
1558
|
+
engines: {node: '>=0.10.0'}
|
|
1559
|
+
|
|
1560
|
+
source-map@0.7.3:
|
|
1561
|
+
resolution: {integrity: sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==}
|
|
1562
|
+
engines: {node: '>= 8'}
|
|
1563
|
+
|
|
1564
|
+
source-map@0.8.0-beta.0:
|
|
1565
|
+
resolution: {integrity: sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==}
|
|
1566
|
+
engines: {node: '>= 8'}
|
|
1567
|
+
deprecated: The work that was done in this beta branch won't be included in future versions
|
|
1568
|
+
|
|
1569
|
+
stackback@0.0.2:
|
|
1570
|
+
resolution: {integrity: sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==}
|
|
1571
|
+
|
|
1572
|
+
std-env@4.1.0:
|
|
1573
|
+
resolution: {integrity: sha512-Rq7ybcX2RuC55r9oaPVEW7/xu3tj8u4GeBYHBWCychFtzMIr86A7e3PPEBPT37sHStKX3+TiX/Fr/ACmJLVlLQ==}
|
|
1574
|
+
|
|
1575
|
+
strip-final-newline@2.0.0:
|
|
1576
|
+
resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==}
|
|
1577
|
+
engines: {node: '>=6'}
|
|
1578
|
+
|
|
1579
|
+
strip-json-comments@3.1.1:
|
|
1580
|
+
resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
|
|
1581
|
+
engines: {node: '>=8'}
|
|
1582
|
+
|
|
1583
|
+
style-loader@4.0.0:
|
|
1584
|
+
resolution: {integrity: sha512-1V4WqhhZZgjVAVJyt7TdDPZoPBPNHbekX4fWnCJL1yQukhCeZhJySUL+gL9y6sNdN95uEOS83Y55SqHcP7MzLA==}
|
|
1585
|
+
engines: {node: '>= 18.12.0'}
|
|
1586
|
+
peerDependencies:
|
|
1587
|
+
webpack: ^5.27.0
|
|
1588
|
+
|
|
1589
|
+
supports-color@7.2.0:
|
|
1590
|
+
resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
|
|
1591
|
+
engines: {node: '>=8'}
|
|
1592
|
+
|
|
1593
|
+
supports-color@8.1.1:
|
|
1594
|
+
resolution: {integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==}
|
|
1595
|
+
engines: {node: '>=10'}
|
|
1596
|
+
|
|
1597
|
+
tapable@2.3.3:
|
|
1598
|
+
resolution: {integrity: sha512-uxc/zpqFg6x7C8vOE7lh6Lbda8eEL9zmVm/PLeTPBRhh1xCgdWaQ+J1CUieGpIfm2HdtsUpRv+HshiasBMcc6A==}
|
|
1599
|
+
engines: {node: '>=6'}
|
|
1600
|
+
|
|
1601
|
+
terser-webpack-plugin@5.6.0:
|
|
1602
|
+
resolution: {integrity: sha512-Eum+5ajkaOhf5KbM26osvv21kLD7BaGqQ1UA4Ami4arYwylmGUQTgHFpHDdmJod1q4QXa66p0to/FBKID+J1vA==}
|
|
1603
|
+
engines: {node: '>= 10.13.0'}
|
|
1604
|
+
peerDependencies:
|
|
1605
|
+
'@minify-html/node': '*'
|
|
1606
|
+
'@swc/core': '*'
|
|
1607
|
+
'@swc/css': '*'
|
|
1608
|
+
'@swc/html': '*'
|
|
1609
|
+
clean-css: '*'
|
|
1610
|
+
cssnano: '*'
|
|
1611
|
+
csso: '*'
|
|
1612
|
+
esbuild: '*'
|
|
1613
|
+
html-minifier-terser: '*'
|
|
1614
|
+
lightningcss: '*'
|
|
1615
|
+
postcss: '*'
|
|
1616
|
+
uglify-js: '*'
|
|
1617
|
+
webpack: ^5.1.0
|
|
1618
|
+
peerDependenciesMeta:
|
|
1619
|
+
'@minify-html/node':
|
|
1620
|
+
optional: true
|
|
1621
|
+
'@swc/core':
|
|
1622
|
+
optional: true
|
|
1623
|
+
'@swc/css':
|
|
1624
|
+
optional: true
|
|
1625
|
+
'@swc/html':
|
|
1626
|
+
optional: true
|
|
1627
|
+
clean-css:
|
|
1628
|
+
optional: true
|
|
1629
|
+
cssnano:
|
|
1630
|
+
optional: true
|
|
1631
|
+
csso:
|
|
1632
|
+
optional: true
|
|
1633
|
+
esbuild:
|
|
1634
|
+
optional: true
|
|
1635
|
+
html-minifier-terser:
|
|
1636
|
+
optional: true
|
|
1637
|
+
lightningcss:
|
|
1638
|
+
optional: true
|
|
1639
|
+
postcss:
|
|
1640
|
+
optional: true
|
|
1641
|
+
uglify-js:
|
|
1642
|
+
optional: true
|
|
1643
|
+
|
|
1644
|
+
terser@5.48.0:
|
|
1645
|
+
resolution: {integrity: sha512-J/9An6vs9Us6wKRriSFXBWdRZapREHqFzdNUKk0pmu804EMR6dr6winwo7e5JDxN4xahxQsuysyYFwlwj4XN/Q==}
|
|
1646
|
+
engines: {node: '>=10'}
|
|
1647
|
+
hasBin: true
|
|
1648
|
+
|
|
1649
|
+
tiny-invariant@1.3.3:
|
|
1650
|
+
resolution: {integrity: sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==}
|
|
1651
|
+
|
|
1652
|
+
tinybench@2.9.0:
|
|
1653
|
+
resolution: {integrity: sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==}
|
|
1654
|
+
|
|
1655
|
+
tinyexec@1.2.4:
|
|
1656
|
+
resolution: {integrity: sha512-SHf/r48b7vOrjve9PxJo3MN5v5yuyjHvdUcrQffT3WXMUfnGmHDVbC4k3sHJaJTgZCwpUplIaAo5ANtMyp3YHg==}
|
|
1657
|
+
engines: {node: '>=18'}
|
|
1658
|
+
|
|
1659
|
+
tinyglobby@0.2.16:
|
|
1660
|
+
resolution: {integrity: sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==}
|
|
1661
|
+
engines: {node: '>=12.0.0'}
|
|
1662
|
+
|
|
1663
|
+
tinyrainbow@3.1.0:
|
|
1664
|
+
resolution: {integrity: sha512-Bf+ILmBgretUrdJxzXM0SgXLZ3XfiaUuOj/IKQHuTXip+05Xn+uyEYdVg0kYDipTBcLrCVyUzAPz7QmArb0mmw==}
|
|
1665
|
+
engines: {node: '>=14.0.0'}
|
|
1666
|
+
|
|
1667
|
+
tr46@1.0.1:
|
|
1668
|
+
resolution: {integrity: sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==}
|
|
1669
|
+
|
|
1670
|
+
ts-api-utils@2.5.0:
|
|
1671
|
+
resolution: {integrity: sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==}
|
|
1672
|
+
engines: {node: '>=18.12'}
|
|
1673
|
+
peerDependencies:
|
|
1674
|
+
typescript: '>=4.8.4'
|
|
1675
|
+
|
|
1676
|
+
tslib@2.8.1:
|
|
1677
|
+
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
|
|
1678
|
+
|
|
1679
|
+
type-check@0.4.0:
|
|
1680
|
+
resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
|
|
1681
|
+
engines: {node: '>= 0.8.0'}
|
|
1682
|
+
|
|
1683
|
+
typescript@5.9.3:
|
|
1684
|
+
resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
|
|
1685
|
+
engines: {node: '>=14.17'}
|
|
1686
|
+
hasBin: true
|
|
1687
|
+
|
|
1688
|
+
undici-types@7.24.6:
|
|
1689
|
+
resolution: {integrity: sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==}
|
|
1690
|
+
|
|
1691
|
+
update-browserslist-db@1.2.3:
|
|
1692
|
+
resolution: {integrity: sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==}
|
|
1693
|
+
hasBin: true
|
|
1694
|
+
peerDependencies:
|
|
1695
|
+
browserslist: '>= 4.21.0'
|
|
1696
|
+
|
|
1697
|
+
uri-js@4.4.1:
|
|
1698
|
+
resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==}
|
|
1699
|
+
|
|
1700
|
+
util-deprecate@1.0.2:
|
|
1701
|
+
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
|
|
1702
|
+
|
|
1703
|
+
vite@5.4.21:
|
|
1704
|
+
resolution: {integrity: sha512-o5a9xKjbtuhY6Bi5S3+HvbRERmouabWbyUcpXXUA1u+GNUKoROi9byOJ8M0nHbHYHkYICiMlqxkg1KkYmm25Sw==}
|
|
1705
|
+
engines: {node: ^18.0.0 || >=20.0.0}
|
|
1706
|
+
hasBin: true
|
|
1707
|
+
peerDependencies:
|
|
1708
|
+
'@types/node': ^18.0.0 || >=20.0.0
|
|
1709
|
+
less: '*'
|
|
1710
|
+
lightningcss: ^1.21.0
|
|
1711
|
+
sass: '*'
|
|
1712
|
+
sass-embedded: '*'
|
|
1713
|
+
stylus: '*'
|
|
1714
|
+
sugarss: '*'
|
|
1715
|
+
terser: ^5.4.0
|
|
1716
|
+
peerDependenciesMeta:
|
|
1717
|
+
'@types/node':
|
|
1718
|
+
optional: true
|
|
1719
|
+
less:
|
|
1720
|
+
optional: true
|
|
1721
|
+
lightningcss:
|
|
1722
|
+
optional: true
|
|
1723
|
+
sass:
|
|
1724
|
+
optional: true
|
|
1725
|
+
sass-embedded:
|
|
1726
|
+
optional: true
|
|
1727
|
+
stylus:
|
|
1728
|
+
optional: true
|
|
1729
|
+
sugarss:
|
|
1730
|
+
optional: true
|
|
1731
|
+
terser:
|
|
1732
|
+
optional: true
|
|
1733
|
+
|
|
1734
|
+
vitest@4.1.8:
|
|
1735
|
+
resolution: {integrity: sha512-flY6ScbCIt9HThs+C5HS7jvGOB560DJtk/Z15IQROTA6zEy49Nh8T/dofWTQL+n3vswqn87sbJNiuqw1SDp5Ig==}
|
|
1736
|
+
engines: {node: ^20.0.0 || ^22.0.0 || >=24.0.0}
|
|
1737
|
+
hasBin: true
|
|
1738
|
+
peerDependencies:
|
|
1739
|
+
'@edge-runtime/vm': '*'
|
|
1740
|
+
'@opentelemetry/api': ^1.9.0
|
|
1741
|
+
'@types/node': ^20.0.0 || ^22.0.0 || >=24.0.0
|
|
1742
|
+
'@vitest/browser-playwright': 4.1.8
|
|
1743
|
+
'@vitest/browser-preview': 4.1.8
|
|
1744
|
+
'@vitest/browser-webdriverio': 4.1.8
|
|
1745
|
+
'@vitest/coverage-istanbul': 4.1.8
|
|
1746
|
+
'@vitest/coverage-v8': 4.1.8
|
|
1747
|
+
'@vitest/ui': 4.1.8
|
|
1748
|
+
happy-dom: '*'
|
|
1749
|
+
jsdom: '*'
|
|
1750
|
+
vite: ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
1751
|
+
peerDependenciesMeta:
|
|
1752
|
+
'@edge-runtime/vm':
|
|
1753
|
+
optional: true
|
|
1754
|
+
'@opentelemetry/api':
|
|
1755
|
+
optional: true
|
|
1756
|
+
'@types/node':
|
|
1757
|
+
optional: true
|
|
1758
|
+
'@vitest/browser-playwright':
|
|
1759
|
+
optional: true
|
|
1760
|
+
'@vitest/browser-preview':
|
|
1761
|
+
optional: true
|
|
1762
|
+
'@vitest/browser-webdriverio':
|
|
1763
|
+
optional: true
|
|
1764
|
+
'@vitest/coverage-istanbul':
|
|
1765
|
+
optional: true
|
|
1766
|
+
'@vitest/coverage-v8':
|
|
1767
|
+
optional: true
|
|
1768
|
+
'@vitest/ui':
|
|
1769
|
+
optional: true
|
|
1770
|
+
happy-dom:
|
|
1771
|
+
optional: true
|
|
1772
|
+
jsdom:
|
|
1773
|
+
optional: true
|
|
1774
|
+
|
|
1775
|
+
watchpack@2.5.1:
|
|
1776
|
+
resolution: {integrity: sha512-Zn5uXdcFNIA1+1Ei5McRd+iRzfhENPCe7LeABkJtNulSxjma+l7ltNx55BWZkRlwRnpOgHqxnjyaDgJnNXnqzg==}
|
|
1777
|
+
engines: {node: '>=10.13.0'}
|
|
1778
|
+
|
|
1779
|
+
webidl-conversions@4.0.2:
|
|
1780
|
+
resolution: {integrity: sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==}
|
|
1781
|
+
|
|
1782
|
+
webpack-sources@3.5.0:
|
|
1783
|
+
resolution: {integrity: sha512-HPuy+uuoTCaaoEoI1LQ3JN9+vrPBvEesnnX1jADHy728cHSMlq4wUc4afYqahq2B1mhQVZxCXOkNTnXltr+2vQ==}
|
|
1784
|
+
engines: {node: '>=10.13.0'}
|
|
1785
|
+
|
|
1786
|
+
webpack@5.96.1:
|
|
1787
|
+
resolution: {integrity: sha512-l2LlBSvVZGhL4ZrPwyr8+37AunkcYj5qh8o6u2/2rzoPc8gxFJkLj1WxNgooi9pnoc06jh0BjuXnamM4qlujZA==}
|
|
1788
|
+
engines: {node: '>=10.13.0'}
|
|
1789
|
+
hasBin: true
|
|
1790
|
+
peerDependencies:
|
|
1791
|
+
webpack-cli: '*'
|
|
1792
|
+
peerDependenciesMeta:
|
|
1793
|
+
webpack-cli:
|
|
1794
|
+
optional: true
|
|
1795
|
+
|
|
1796
|
+
whatwg-url@7.1.0:
|
|
1797
|
+
resolution: {integrity: sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==}
|
|
1798
|
+
|
|
1799
|
+
which@2.0.2:
|
|
1800
|
+
resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
|
|
1801
|
+
engines: {node: '>= 8'}
|
|
1802
|
+
hasBin: true
|
|
1803
|
+
|
|
1804
|
+
why-is-node-running@2.3.0:
|
|
1805
|
+
resolution: {integrity: sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==}
|
|
1806
|
+
engines: {node: '>=8'}
|
|
1807
|
+
hasBin: true
|
|
1808
|
+
|
|
1809
|
+
word-wrap@1.2.5:
|
|
1810
|
+
resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==}
|
|
1811
|
+
engines: {node: '>=0.10.0'}
|
|
1812
|
+
|
|
1813
|
+
wrappy@1.0.2:
|
|
1814
|
+
resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
|
|
1815
|
+
|
|
1816
|
+
ws@8.17.1:
|
|
1817
|
+
resolution: {integrity: sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==}
|
|
1818
|
+
engines: {node: '>=10.0.0'}
|
|
1819
|
+
peerDependencies:
|
|
1820
|
+
bufferutil: ^4.0.1
|
|
1821
|
+
utf-8-validate: '>=5.0.2'
|
|
1822
|
+
peerDependenciesMeta:
|
|
1823
|
+
bufferutil:
|
|
1824
|
+
optional: true
|
|
1825
|
+
utf-8-validate:
|
|
1826
|
+
optional: true
|
|
1827
|
+
|
|
1828
|
+
yallist@4.0.0:
|
|
1829
|
+
resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==}
|
|
1830
|
+
|
|
1831
|
+
yauzl@2.10.0:
|
|
1832
|
+
resolution: {integrity: sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==}
|
|
1833
|
+
|
|
1834
|
+
yocto-queue@0.1.0:
|
|
1835
|
+
resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
|
|
1836
|
+
engines: {node: '>=10'}
|
|
1837
|
+
|
|
1838
|
+
zod@3.22.3:
|
|
1839
|
+
resolution: {integrity: sha512-EjIevzuJRiRPbVH4mGc8nApb/lVLKVpmUhAaR5R5doKGfAnGJ6Gr3CViAVjP+4FWSxCsybeWQdcgCtbX+7oZug==}
|
|
1840
|
+
|
|
1841
|
+
snapshots:
|
|
1842
|
+
|
|
1843
|
+
'@babel/helper-string-parser@7.27.1': {}
|
|
1844
|
+
|
|
1845
|
+
'@babel/helper-validator-identifier@7.28.5': {}
|
|
1846
|
+
|
|
1847
|
+
'@babel/parser@7.24.1':
|
|
1848
|
+
dependencies:
|
|
1849
|
+
'@babel/types': 7.29.0
|
|
1850
|
+
|
|
1851
|
+
'@babel/types@7.29.0':
|
|
1852
|
+
dependencies:
|
|
1853
|
+
'@babel/helper-string-parser': 7.27.1
|
|
1854
|
+
'@babel/helper-validator-identifier': 7.28.5
|
|
1855
|
+
|
|
1856
|
+
'@esbuild/aix-ppc64@0.21.5':
|
|
1857
|
+
optional: true
|
|
1858
|
+
|
|
1859
|
+
'@esbuild/aix-ppc64@0.25.0':
|
|
1860
|
+
optional: true
|
|
1861
|
+
|
|
1862
|
+
'@esbuild/android-arm64@0.21.5':
|
|
1863
|
+
optional: true
|
|
1864
|
+
|
|
1865
|
+
'@esbuild/android-arm64@0.25.0':
|
|
1866
|
+
optional: true
|
|
1867
|
+
|
|
1868
|
+
'@esbuild/android-arm@0.21.5':
|
|
1869
|
+
optional: true
|
|
1870
|
+
|
|
1871
|
+
'@esbuild/android-arm@0.25.0':
|
|
1872
|
+
optional: true
|
|
1873
|
+
|
|
1874
|
+
'@esbuild/android-x64@0.21.5':
|
|
1875
|
+
optional: true
|
|
1876
|
+
|
|
1877
|
+
'@esbuild/android-x64@0.25.0':
|
|
1878
|
+
optional: true
|
|
1879
|
+
|
|
1880
|
+
'@esbuild/darwin-arm64@0.21.5':
|
|
1881
|
+
optional: true
|
|
1882
|
+
|
|
1883
|
+
'@esbuild/darwin-arm64@0.25.0':
|
|
1884
|
+
optional: true
|
|
1885
|
+
|
|
1886
|
+
'@esbuild/darwin-x64@0.21.5':
|
|
1887
|
+
optional: true
|
|
1888
|
+
|
|
1889
|
+
'@esbuild/darwin-x64@0.25.0':
|
|
1890
|
+
optional: true
|
|
1891
|
+
|
|
1892
|
+
'@esbuild/freebsd-arm64@0.21.5':
|
|
1893
|
+
optional: true
|
|
1894
|
+
|
|
1895
|
+
'@esbuild/freebsd-arm64@0.25.0':
|
|
1896
|
+
optional: true
|
|
1897
|
+
|
|
1898
|
+
'@esbuild/freebsd-x64@0.21.5':
|
|
1899
|
+
optional: true
|
|
1900
|
+
|
|
1901
|
+
'@esbuild/freebsd-x64@0.25.0':
|
|
1902
|
+
optional: true
|
|
1903
|
+
|
|
1904
|
+
'@esbuild/linux-arm64@0.21.5':
|
|
1905
|
+
optional: true
|
|
1906
|
+
|
|
1907
|
+
'@esbuild/linux-arm64@0.25.0':
|
|
1908
|
+
optional: true
|
|
1909
|
+
|
|
1910
|
+
'@esbuild/linux-arm@0.21.5':
|
|
1911
|
+
optional: true
|
|
1912
|
+
|
|
1913
|
+
'@esbuild/linux-arm@0.25.0':
|
|
1914
|
+
optional: true
|
|
1915
|
+
|
|
1916
|
+
'@esbuild/linux-ia32@0.21.5':
|
|
1917
|
+
optional: true
|
|
1918
|
+
|
|
1919
|
+
'@esbuild/linux-ia32@0.25.0':
|
|
1920
|
+
optional: true
|
|
1921
|
+
|
|
1922
|
+
'@esbuild/linux-loong64@0.21.5':
|
|
1923
|
+
optional: true
|
|
1924
|
+
|
|
1925
|
+
'@esbuild/linux-loong64@0.25.0':
|
|
1926
|
+
optional: true
|
|
1927
|
+
|
|
1928
|
+
'@esbuild/linux-mips64el@0.21.5':
|
|
1929
|
+
optional: true
|
|
1930
|
+
|
|
1931
|
+
'@esbuild/linux-mips64el@0.25.0':
|
|
1932
|
+
optional: true
|
|
1933
|
+
|
|
1934
|
+
'@esbuild/linux-ppc64@0.21.5':
|
|
1935
|
+
optional: true
|
|
1936
|
+
|
|
1937
|
+
'@esbuild/linux-ppc64@0.25.0':
|
|
1938
|
+
optional: true
|
|
1939
|
+
|
|
1940
|
+
'@esbuild/linux-riscv64@0.21.5':
|
|
1941
|
+
optional: true
|
|
1942
|
+
|
|
1943
|
+
'@esbuild/linux-riscv64@0.25.0':
|
|
1944
|
+
optional: true
|
|
1945
|
+
|
|
1946
|
+
'@esbuild/linux-s390x@0.21.5':
|
|
1947
|
+
optional: true
|
|
1948
|
+
|
|
1949
|
+
'@esbuild/linux-s390x@0.25.0':
|
|
1950
|
+
optional: true
|
|
1951
|
+
|
|
1952
|
+
'@esbuild/linux-x64@0.21.5':
|
|
1953
|
+
optional: true
|
|
1954
|
+
|
|
1955
|
+
'@esbuild/linux-x64@0.25.0':
|
|
1956
|
+
optional: true
|
|
1957
|
+
|
|
1958
|
+
'@esbuild/netbsd-arm64@0.25.0':
|
|
1959
|
+
optional: true
|
|
1960
|
+
|
|
1961
|
+
'@esbuild/netbsd-x64@0.21.5':
|
|
1962
|
+
optional: true
|
|
1963
|
+
|
|
1964
|
+
'@esbuild/netbsd-x64@0.25.0':
|
|
1965
|
+
optional: true
|
|
1966
|
+
|
|
1967
|
+
'@esbuild/openbsd-arm64@0.25.0':
|
|
1968
|
+
optional: true
|
|
1969
|
+
|
|
1970
|
+
'@esbuild/openbsd-x64@0.21.5':
|
|
1971
|
+
optional: true
|
|
1972
|
+
|
|
1973
|
+
'@esbuild/openbsd-x64@0.25.0':
|
|
1974
|
+
optional: true
|
|
1975
|
+
|
|
1976
|
+
'@esbuild/sunos-x64@0.21.5':
|
|
1977
|
+
optional: true
|
|
1978
|
+
|
|
1979
|
+
'@esbuild/sunos-x64@0.25.0':
|
|
1980
|
+
optional: true
|
|
1981
|
+
|
|
1982
|
+
'@esbuild/win32-arm64@0.21.5':
|
|
1983
|
+
optional: true
|
|
1984
|
+
|
|
1985
|
+
'@esbuild/win32-arm64@0.25.0':
|
|
1986
|
+
optional: true
|
|
1987
|
+
|
|
1988
|
+
'@esbuild/win32-ia32@0.21.5':
|
|
1989
|
+
optional: true
|
|
1990
|
+
|
|
1991
|
+
'@esbuild/win32-ia32@0.25.0':
|
|
1992
|
+
optional: true
|
|
1993
|
+
|
|
1994
|
+
'@esbuild/win32-x64@0.21.5':
|
|
1995
|
+
optional: true
|
|
1996
|
+
|
|
1997
|
+
'@esbuild/win32-x64@0.25.0':
|
|
1998
|
+
optional: true
|
|
1999
|
+
|
|
2000
|
+
'@eslint-community/eslint-utils@4.9.1(eslint@9.39.4)':
|
|
2001
|
+
dependencies:
|
|
2002
|
+
eslint: 9.39.4
|
|
2003
|
+
eslint-visitor-keys: 3.4.3
|
|
2004
|
+
|
|
2005
|
+
'@eslint-community/regexpp@4.12.2': {}
|
|
2006
|
+
|
|
2007
|
+
'@eslint/config-array@0.21.2':
|
|
2008
|
+
dependencies:
|
|
2009
|
+
'@eslint/object-schema': 2.1.7
|
|
2010
|
+
debug: 4.4.3
|
|
2011
|
+
minimatch: 3.1.5
|
|
2012
|
+
transitivePeerDependencies:
|
|
2013
|
+
- supports-color
|
|
2014
|
+
|
|
2015
|
+
'@eslint/config-helpers@0.4.2':
|
|
2016
|
+
dependencies:
|
|
2017
|
+
'@eslint/core': 0.17.0
|
|
2018
|
+
|
|
2019
|
+
'@eslint/core@0.17.0':
|
|
2020
|
+
dependencies:
|
|
2021
|
+
'@types/json-schema': 7.0.15
|
|
2022
|
+
|
|
2023
|
+
'@eslint/eslintrc@3.3.5':
|
|
2024
|
+
dependencies:
|
|
2025
|
+
ajv: 6.15.0
|
|
2026
|
+
debug: 4.4.3
|
|
2027
|
+
espree: 10.4.0
|
|
2028
|
+
globals: 14.0.0
|
|
2029
|
+
ignore: 5.3.2
|
|
2030
|
+
import-fresh: 3.3.1
|
|
2031
|
+
js-yaml: 4.1.1
|
|
2032
|
+
minimatch: 3.1.5
|
|
2033
|
+
strip-json-comments: 3.1.1
|
|
2034
|
+
transitivePeerDependencies:
|
|
2035
|
+
- supports-color
|
|
2036
|
+
|
|
2037
|
+
'@eslint/js@9.39.4': {}
|
|
2038
|
+
|
|
2039
|
+
'@eslint/object-schema@2.1.7': {}
|
|
2040
|
+
|
|
2041
|
+
'@eslint/plugin-kit@0.4.1':
|
|
2042
|
+
dependencies:
|
|
2043
|
+
'@eslint/core': 0.17.0
|
|
2044
|
+
levn: 0.4.1
|
|
2045
|
+
|
|
2046
|
+
'@humanfs/core@0.19.2':
|
|
2047
|
+
dependencies:
|
|
2048
|
+
'@humanfs/types': 0.15.0
|
|
2049
|
+
|
|
2050
|
+
'@humanfs/node@0.16.8':
|
|
2051
|
+
dependencies:
|
|
2052
|
+
'@humanfs/core': 0.19.2
|
|
2053
|
+
'@humanfs/types': 0.15.0
|
|
2054
|
+
'@humanwhocodes/retry': 0.4.3
|
|
2055
|
+
|
|
2056
|
+
'@humanfs/types@0.15.0': {}
|
|
2057
|
+
|
|
2058
|
+
'@humanwhocodes/module-importer@1.0.1': {}
|
|
2059
|
+
|
|
2060
|
+
'@humanwhocodes/retry@0.4.3': {}
|
|
2061
|
+
|
|
2062
|
+
'@jridgewell/gen-mapping@0.3.13':
|
|
2063
|
+
dependencies:
|
|
2064
|
+
'@jridgewell/sourcemap-codec': 1.5.5
|
|
2065
|
+
'@jridgewell/trace-mapping': 0.3.31
|
|
2066
|
+
|
|
2067
|
+
'@jridgewell/resolve-uri@3.1.2': {}
|
|
2068
|
+
|
|
2069
|
+
'@jridgewell/source-map@0.3.11':
|
|
2070
|
+
dependencies:
|
|
2071
|
+
'@jridgewell/gen-mapping': 0.3.13
|
|
2072
|
+
'@jridgewell/trace-mapping': 0.3.31
|
|
2073
|
+
|
|
2074
|
+
'@jridgewell/sourcemap-codec@1.5.5': {}
|
|
2075
|
+
|
|
2076
|
+
'@jridgewell/trace-mapping@0.3.31':
|
|
2077
|
+
dependencies:
|
|
2078
|
+
'@jridgewell/resolve-uri': 3.1.2
|
|
2079
|
+
'@jridgewell/sourcemap-codec': 1.5.5
|
|
2080
|
+
|
|
2081
|
+
'@remotion/bundler@4.0.290(postcss@8.5.15)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
2082
|
+
dependencies:
|
|
2083
|
+
'@remotion/studio': 4.0.290(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2084
|
+
'@remotion/studio-shared': 4.0.290(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2085
|
+
css-loader: 5.2.7(webpack@5.96.1(esbuild@0.25.0)(postcss@8.5.15))
|
|
2086
|
+
esbuild: 0.25.0
|
|
2087
|
+
react: 18.3.1
|
|
2088
|
+
react-dom: 18.3.1(react@18.3.1)
|
|
2089
|
+
react-refresh: 0.9.0
|
|
2090
|
+
remotion: 4.0.290(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2091
|
+
source-map: 0.7.3
|
|
2092
|
+
style-loader: 4.0.0(webpack@5.96.1(esbuild@0.25.0)(postcss@8.5.15))
|
|
2093
|
+
webpack: 5.96.1(esbuild@0.25.0)(postcss@8.5.15)
|
|
2094
|
+
transitivePeerDependencies:
|
|
2095
|
+
- '@minify-html/node'
|
|
2096
|
+
- '@swc/core'
|
|
2097
|
+
- '@swc/css'
|
|
2098
|
+
- '@swc/html'
|
|
2099
|
+
- bufferutil
|
|
2100
|
+
- clean-css
|
|
2101
|
+
- cssnano
|
|
2102
|
+
- csso
|
|
2103
|
+
- html-minifier-terser
|
|
2104
|
+
- lightningcss
|
|
2105
|
+
- postcss
|
|
2106
|
+
- supports-color
|
|
2107
|
+
- uglify-js
|
|
2108
|
+
- utf-8-validate
|
|
2109
|
+
- webpack-cli
|
|
2110
|
+
|
|
2111
|
+
'@remotion/cli@4.0.290(postcss@8.5.15)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
2112
|
+
dependencies:
|
|
2113
|
+
'@remotion/bundler': 4.0.290(postcss@8.5.15)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2114
|
+
'@remotion/media-utils': 4.0.290(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2115
|
+
'@remotion/player': 4.0.290(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2116
|
+
'@remotion/renderer': 4.0.290(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2117
|
+
'@remotion/studio': 4.0.290(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2118
|
+
'@remotion/studio-server': 4.0.290(postcss@8.5.15)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2119
|
+
'@remotion/studio-shared': 4.0.290(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2120
|
+
dotenv: 9.0.2
|
|
2121
|
+
minimist: 1.2.6
|
|
2122
|
+
prompts: 2.4.2
|
|
2123
|
+
react: 18.3.1
|
|
2124
|
+
react-dom: 18.3.1(react@18.3.1)
|
|
2125
|
+
remotion: 4.0.290(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2126
|
+
transitivePeerDependencies:
|
|
2127
|
+
- '@minify-html/node'
|
|
2128
|
+
- '@swc/core'
|
|
2129
|
+
- '@swc/css'
|
|
2130
|
+
- '@swc/html'
|
|
2131
|
+
- bufferutil
|
|
2132
|
+
- clean-css
|
|
2133
|
+
- cssnano
|
|
2134
|
+
- csso
|
|
2135
|
+
- html-minifier-terser
|
|
2136
|
+
- lightningcss
|
|
2137
|
+
- postcss
|
|
2138
|
+
- supports-color
|
|
2139
|
+
- uglify-js
|
|
2140
|
+
- utf-8-validate
|
|
2141
|
+
- webpack-cli
|
|
2142
|
+
|
|
2143
|
+
'@remotion/compositor-darwin-arm64@4.0.290':
|
|
2144
|
+
optional: true
|
|
2145
|
+
|
|
2146
|
+
'@remotion/compositor-darwin-x64@4.0.290':
|
|
2147
|
+
optional: true
|
|
2148
|
+
|
|
2149
|
+
'@remotion/compositor-linux-arm64-gnu@4.0.290':
|
|
2150
|
+
optional: true
|
|
2151
|
+
|
|
2152
|
+
'@remotion/compositor-linux-arm64-musl@4.0.290':
|
|
2153
|
+
optional: true
|
|
2154
|
+
|
|
2155
|
+
'@remotion/compositor-linux-x64-gnu@4.0.290':
|
|
2156
|
+
optional: true
|
|
2157
|
+
|
|
2158
|
+
'@remotion/compositor-linux-x64-musl@4.0.290':
|
|
2159
|
+
optional: true
|
|
2160
|
+
|
|
2161
|
+
'@remotion/compositor-win32-x64-msvc@4.0.290':
|
|
2162
|
+
optional: true
|
|
2163
|
+
|
|
2164
|
+
'@remotion/google-fonts@4.0.290(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
2165
|
+
dependencies:
|
|
2166
|
+
remotion: 4.0.290(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2167
|
+
transitivePeerDependencies:
|
|
2168
|
+
- react
|
|
2169
|
+
- react-dom
|
|
2170
|
+
|
|
2171
|
+
'@remotion/media-parser@4.0.290': {}
|
|
2172
|
+
|
|
2173
|
+
'@remotion/media-utils@4.0.290(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
2174
|
+
dependencies:
|
|
2175
|
+
react: 18.3.1
|
|
2176
|
+
react-dom: 18.3.1(react@18.3.1)
|
|
2177
|
+
remotion: 4.0.290(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2178
|
+
|
|
2179
|
+
'@remotion/player@4.0.290(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
2180
|
+
dependencies:
|
|
2181
|
+
react: 18.3.1
|
|
2182
|
+
react-dom: 18.3.1(react@18.3.1)
|
|
2183
|
+
remotion: 4.0.290(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2184
|
+
|
|
2185
|
+
'@remotion/renderer@4.0.290(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
2186
|
+
dependencies:
|
|
2187
|
+
'@remotion/streaming': 4.0.290
|
|
2188
|
+
execa: 5.1.1
|
|
2189
|
+
extract-zip: 2.0.1
|
|
2190
|
+
react: 18.3.1
|
|
2191
|
+
react-dom: 18.3.1(react@18.3.1)
|
|
2192
|
+
remotion: 4.0.290(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2193
|
+
source-map: 0.8.0-beta.0
|
|
2194
|
+
ws: 8.17.1
|
|
2195
|
+
optionalDependencies:
|
|
2196
|
+
'@remotion/compositor-darwin-arm64': 4.0.290
|
|
2197
|
+
'@remotion/compositor-darwin-x64': 4.0.290
|
|
2198
|
+
'@remotion/compositor-linux-arm64-gnu': 4.0.290
|
|
2199
|
+
'@remotion/compositor-linux-arm64-musl': 4.0.290
|
|
2200
|
+
'@remotion/compositor-linux-x64-gnu': 4.0.290
|
|
2201
|
+
'@remotion/compositor-linux-x64-musl': 4.0.290
|
|
2202
|
+
'@remotion/compositor-win32-x64-msvc': 4.0.290
|
|
2203
|
+
transitivePeerDependencies:
|
|
2204
|
+
- bufferutil
|
|
2205
|
+
- supports-color
|
|
2206
|
+
- utf-8-validate
|
|
2207
|
+
|
|
2208
|
+
'@remotion/streaming@4.0.290': {}
|
|
2209
|
+
|
|
2210
|
+
'@remotion/studio-server@4.0.290(postcss@8.5.15)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
2211
|
+
dependencies:
|
|
2212
|
+
'@babel/parser': 7.24.1
|
|
2213
|
+
'@remotion/bundler': 4.0.290(postcss@8.5.15)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2214
|
+
'@remotion/renderer': 4.0.290(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2215
|
+
'@remotion/studio-shared': 4.0.290(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2216
|
+
memfs: 3.4.3
|
|
2217
|
+
open: 8.4.2
|
|
2218
|
+
recast: 0.23.9
|
|
2219
|
+
remotion: 4.0.290(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2220
|
+
semver: 7.5.3
|
|
2221
|
+
source-map: 0.7.3
|
|
2222
|
+
transitivePeerDependencies:
|
|
2223
|
+
- '@minify-html/node'
|
|
2224
|
+
- '@swc/core'
|
|
2225
|
+
- '@swc/css'
|
|
2226
|
+
- '@swc/html'
|
|
2227
|
+
- bufferutil
|
|
2228
|
+
- clean-css
|
|
2229
|
+
- cssnano
|
|
2230
|
+
- csso
|
|
2231
|
+
- html-minifier-terser
|
|
2232
|
+
- lightningcss
|
|
2233
|
+
- postcss
|
|
2234
|
+
- react
|
|
2235
|
+
- react-dom
|
|
2236
|
+
- supports-color
|
|
2237
|
+
- uglify-js
|
|
2238
|
+
- utf-8-validate
|
|
2239
|
+
- webpack-cli
|
|
2240
|
+
|
|
2241
|
+
'@remotion/studio-shared@4.0.290(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
2242
|
+
dependencies:
|
|
2243
|
+
remotion: 4.0.290(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2244
|
+
transitivePeerDependencies:
|
|
2245
|
+
- react
|
|
2246
|
+
- react-dom
|
|
2247
|
+
|
|
2248
|
+
'@remotion/studio@4.0.290(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
2249
|
+
dependencies:
|
|
2250
|
+
'@remotion/media-parser': 4.0.290
|
|
2251
|
+
'@remotion/media-utils': 4.0.290(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2252
|
+
'@remotion/player': 4.0.290(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2253
|
+
'@remotion/renderer': 4.0.290(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2254
|
+
'@remotion/studio-shared': 4.0.290(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2255
|
+
'@remotion/zod-types': 4.0.290(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(zod@3.22.3)
|
|
2256
|
+
memfs: 3.4.3
|
|
2257
|
+
open: 8.4.2
|
|
2258
|
+
react: 18.3.1
|
|
2259
|
+
react-dom: 18.3.1(react@18.3.1)
|
|
2260
|
+
remotion: 4.0.290(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2261
|
+
semver: 7.5.3
|
|
2262
|
+
source-map: 0.7.3
|
|
2263
|
+
zod: 3.22.3
|
|
2264
|
+
transitivePeerDependencies:
|
|
2265
|
+
- bufferutil
|
|
2266
|
+
- supports-color
|
|
2267
|
+
- utf-8-validate
|
|
2268
|
+
|
|
2269
|
+
'@remotion/zod-types@4.0.290(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(zod@3.22.3)':
|
|
2270
|
+
dependencies:
|
|
2271
|
+
remotion: 4.0.290(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
2272
|
+
zod: 3.22.3
|
|
2273
|
+
transitivePeerDependencies:
|
|
2274
|
+
- react
|
|
2275
|
+
- react-dom
|
|
2276
|
+
|
|
2277
|
+
'@rollup/rollup-android-arm-eabi@4.60.4':
|
|
2278
|
+
optional: true
|
|
2279
|
+
|
|
2280
|
+
'@rollup/rollup-android-arm64@4.60.4':
|
|
2281
|
+
optional: true
|
|
2282
|
+
|
|
2283
|
+
'@rollup/rollup-darwin-arm64@4.60.4':
|
|
2284
|
+
optional: true
|
|
2285
|
+
|
|
2286
|
+
'@rollup/rollup-darwin-x64@4.60.4':
|
|
2287
|
+
optional: true
|
|
2288
|
+
|
|
2289
|
+
'@rollup/rollup-freebsd-arm64@4.60.4':
|
|
2290
|
+
optional: true
|
|
2291
|
+
|
|
2292
|
+
'@rollup/rollup-freebsd-x64@4.60.4':
|
|
2293
|
+
optional: true
|
|
2294
|
+
|
|
2295
|
+
'@rollup/rollup-linux-arm-gnueabihf@4.60.4':
|
|
2296
|
+
optional: true
|
|
2297
|
+
|
|
2298
|
+
'@rollup/rollup-linux-arm-musleabihf@4.60.4':
|
|
2299
|
+
optional: true
|
|
2300
|
+
|
|
2301
|
+
'@rollup/rollup-linux-arm64-gnu@4.60.4':
|
|
2302
|
+
optional: true
|
|
2303
|
+
|
|
2304
|
+
'@rollup/rollup-linux-arm64-musl@4.60.4':
|
|
2305
|
+
optional: true
|
|
2306
|
+
|
|
2307
|
+
'@rollup/rollup-linux-loong64-gnu@4.60.4':
|
|
2308
|
+
optional: true
|
|
2309
|
+
|
|
2310
|
+
'@rollup/rollup-linux-loong64-musl@4.60.4':
|
|
2311
|
+
optional: true
|
|
2312
|
+
|
|
2313
|
+
'@rollup/rollup-linux-ppc64-gnu@4.60.4':
|
|
2314
|
+
optional: true
|
|
2315
|
+
|
|
2316
|
+
'@rollup/rollup-linux-ppc64-musl@4.60.4':
|
|
2317
|
+
optional: true
|
|
2318
|
+
|
|
2319
|
+
'@rollup/rollup-linux-riscv64-gnu@4.60.4':
|
|
2320
|
+
optional: true
|
|
2321
|
+
|
|
2322
|
+
'@rollup/rollup-linux-riscv64-musl@4.60.4':
|
|
2323
|
+
optional: true
|
|
2324
|
+
|
|
2325
|
+
'@rollup/rollup-linux-s390x-gnu@4.60.4':
|
|
2326
|
+
optional: true
|
|
2327
|
+
|
|
2328
|
+
'@rollup/rollup-linux-x64-gnu@4.60.4':
|
|
2329
|
+
optional: true
|
|
2330
|
+
|
|
2331
|
+
'@rollup/rollup-linux-x64-musl@4.60.4':
|
|
2332
|
+
optional: true
|
|
2333
|
+
|
|
2334
|
+
'@rollup/rollup-openbsd-x64@4.60.4':
|
|
2335
|
+
optional: true
|
|
2336
|
+
|
|
2337
|
+
'@rollup/rollup-openharmony-arm64@4.60.4':
|
|
2338
|
+
optional: true
|
|
2339
|
+
|
|
2340
|
+
'@rollup/rollup-win32-arm64-msvc@4.60.4':
|
|
2341
|
+
optional: true
|
|
2342
|
+
|
|
2343
|
+
'@rollup/rollup-win32-ia32-msvc@4.60.4':
|
|
2344
|
+
optional: true
|
|
2345
|
+
|
|
2346
|
+
'@rollup/rollup-win32-x64-gnu@4.60.4':
|
|
2347
|
+
optional: true
|
|
2348
|
+
|
|
2349
|
+
'@rollup/rollup-win32-x64-msvc@4.60.4':
|
|
2350
|
+
optional: true
|
|
2351
|
+
|
|
2352
|
+
'@standard-schema/spec@1.1.0': {}
|
|
2353
|
+
|
|
2354
|
+
'@types/chai@5.2.3':
|
|
2355
|
+
dependencies:
|
|
2356
|
+
'@types/deep-eql': 4.0.2
|
|
2357
|
+
assertion-error: 2.0.1
|
|
2358
|
+
|
|
2359
|
+
'@types/chroma-js@2.4.5': {}
|
|
2360
|
+
|
|
2361
|
+
'@types/deep-eql@4.0.2': {}
|
|
2362
|
+
|
|
2363
|
+
'@types/eslint-scope@3.7.7':
|
|
2364
|
+
dependencies:
|
|
2365
|
+
'@types/eslint': 9.6.1
|
|
2366
|
+
'@types/estree': 1.0.9
|
|
2367
|
+
|
|
2368
|
+
'@types/eslint@9.6.1':
|
|
2369
|
+
dependencies:
|
|
2370
|
+
'@types/estree': 1.0.9
|
|
2371
|
+
'@types/json-schema': 7.0.15
|
|
2372
|
+
|
|
2373
|
+
'@types/estree@1.0.8': {}
|
|
2374
|
+
|
|
2375
|
+
'@types/estree@1.0.9': {}
|
|
2376
|
+
|
|
2377
|
+
'@types/json-schema@7.0.15': {}
|
|
2378
|
+
|
|
2379
|
+
'@types/node@25.9.1':
|
|
2380
|
+
dependencies:
|
|
2381
|
+
undici-types: 7.24.6
|
|
2382
|
+
|
|
2383
|
+
'@types/prop-types@15.7.15': {}
|
|
2384
|
+
|
|
2385
|
+
'@types/react@18.3.29':
|
|
2386
|
+
dependencies:
|
|
2387
|
+
'@types/prop-types': 15.7.15
|
|
2388
|
+
csstype: 3.2.3
|
|
2389
|
+
|
|
2390
|
+
'@types/yauzl@2.10.3':
|
|
2391
|
+
dependencies:
|
|
2392
|
+
'@types/node': 25.9.1
|
|
2393
|
+
optional: true
|
|
2394
|
+
|
|
2395
|
+
'@typescript-eslint/eslint-plugin@8.59.4(@typescript-eslint/parser@8.59.4(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)':
|
|
2396
|
+
dependencies:
|
|
2397
|
+
'@eslint-community/regexpp': 4.12.2
|
|
2398
|
+
'@typescript-eslint/parser': 8.59.4(eslint@9.39.4)(typescript@5.9.3)
|
|
2399
|
+
'@typescript-eslint/scope-manager': 8.59.4
|
|
2400
|
+
'@typescript-eslint/type-utils': 8.59.4(eslint@9.39.4)(typescript@5.9.3)
|
|
2401
|
+
'@typescript-eslint/utils': 8.59.4(eslint@9.39.4)(typescript@5.9.3)
|
|
2402
|
+
'@typescript-eslint/visitor-keys': 8.59.4
|
|
2403
|
+
eslint: 9.39.4
|
|
2404
|
+
ignore: 7.0.5
|
|
2405
|
+
natural-compare: 1.4.0
|
|
2406
|
+
ts-api-utils: 2.5.0(typescript@5.9.3)
|
|
2407
|
+
typescript: 5.9.3
|
|
2408
|
+
transitivePeerDependencies:
|
|
2409
|
+
- supports-color
|
|
2410
|
+
|
|
2411
|
+
'@typescript-eslint/parser@8.59.4(eslint@9.39.4)(typescript@5.9.3)':
|
|
2412
|
+
dependencies:
|
|
2413
|
+
'@typescript-eslint/scope-manager': 8.59.4
|
|
2414
|
+
'@typescript-eslint/types': 8.59.4
|
|
2415
|
+
'@typescript-eslint/typescript-estree': 8.59.4(typescript@5.9.3)
|
|
2416
|
+
'@typescript-eslint/visitor-keys': 8.59.4
|
|
2417
|
+
debug: 4.4.3
|
|
2418
|
+
eslint: 9.39.4
|
|
2419
|
+
typescript: 5.9.3
|
|
2420
|
+
transitivePeerDependencies:
|
|
2421
|
+
- supports-color
|
|
2422
|
+
|
|
2423
|
+
'@typescript-eslint/project-service@8.59.4(typescript@5.9.3)':
|
|
2424
|
+
dependencies:
|
|
2425
|
+
'@typescript-eslint/tsconfig-utils': 8.59.4(typescript@5.9.3)
|
|
2426
|
+
'@typescript-eslint/types': 8.59.4
|
|
2427
|
+
debug: 4.4.3
|
|
2428
|
+
typescript: 5.9.3
|
|
2429
|
+
transitivePeerDependencies:
|
|
2430
|
+
- supports-color
|
|
2431
|
+
|
|
2432
|
+
'@typescript-eslint/scope-manager@8.59.4':
|
|
2433
|
+
dependencies:
|
|
2434
|
+
'@typescript-eslint/types': 8.59.4
|
|
2435
|
+
'@typescript-eslint/visitor-keys': 8.59.4
|
|
2436
|
+
|
|
2437
|
+
'@typescript-eslint/tsconfig-utils@8.59.4(typescript@5.9.3)':
|
|
2438
|
+
dependencies:
|
|
2439
|
+
typescript: 5.9.3
|
|
2440
|
+
|
|
2441
|
+
'@typescript-eslint/type-utils@8.59.4(eslint@9.39.4)(typescript@5.9.3)':
|
|
2442
|
+
dependencies:
|
|
2443
|
+
'@typescript-eslint/types': 8.59.4
|
|
2444
|
+
'@typescript-eslint/typescript-estree': 8.59.4(typescript@5.9.3)
|
|
2445
|
+
'@typescript-eslint/utils': 8.59.4(eslint@9.39.4)(typescript@5.9.3)
|
|
2446
|
+
debug: 4.4.3
|
|
2447
|
+
eslint: 9.39.4
|
|
2448
|
+
ts-api-utils: 2.5.0(typescript@5.9.3)
|
|
2449
|
+
typescript: 5.9.3
|
|
2450
|
+
transitivePeerDependencies:
|
|
2451
|
+
- supports-color
|
|
2452
|
+
|
|
2453
|
+
'@typescript-eslint/types@8.59.4': {}
|
|
2454
|
+
|
|
2455
|
+
'@typescript-eslint/typescript-estree@8.59.4(typescript@5.9.3)':
|
|
2456
|
+
dependencies:
|
|
2457
|
+
'@typescript-eslint/project-service': 8.59.4(typescript@5.9.3)
|
|
2458
|
+
'@typescript-eslint/tsconfig-utils': 8.59.4(typescript@5.9.3)
|
|
2459
|
+
'@typescript-eslint/types': 8.59.4
|
|
2460
|
+
'@typescript-eslint/visitor-keys': 8.59.4
|
|
2461
|
+
debug: 4.4.3
|
|
2462
|
+
minimatch: 10.2.5
|
|
2463
|
+
semver: 7.8.1
|
|
2464
|
+
tinyglobby: 0.2.16
|
|
2465
|
+
ts-api-utils: 2.5.0(typescript@5.9.3)
|
|
2466
|
+
typescript: 5.9.3
|
|
2467
|
+
transitivePeerDependencies:
|
|
2468
|
+
- supports-color
|
|
2469
|
+
|
|
2470
|
+
'@typescript-eslint/utils@8.59.4(eslint@9.39.4)(typescript@5.9.3)':
|
|
2471
|
+
dependencies:
|
|
2472
|
+
'@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4)
|
|
2473
|
+
'@typescript-eslint/scope-manager': 8.59.4
|
|
2474
|
+
'@typescript-eslint/types': 8.59.4
|
|
2475
|
+
'@typescript-eslint/typescript-estree': 8.59.4(typescript@5.9.3)
|
|
2476
|
+
eslint: 9.39.4
|
|
2477
|
+
typescript: 5.9.3
|
|
2478
|
+
transitivePeerDependencies:
|
|
2479
|
+
- supports-color
|
|
2480
|
+
|
|
2481
|
+
'@typescript-eslint/visitor-keys@8.59.4':
|
|
2482
|
+
dependencies:
|
|
2483
|
+
'@typescript-eslint/types': 8.59.4
|
|
2484
|
+
eslint-visitor-keys: 5.0.1
|
|
2485
|
+
|
|
2486
|
+
'@vitest/expect@4.1.8':
|
|
2487
|
+
dependencies:
|
|
2488
|
+
'@standard-schema/spec': 1.1.0
|
|
2489
|
+
'@types/chai': 5.2.3
|
|
2490
|
+
'@vitest/spy': 4.1.8
|
|
2491
|
+
'@vitest/utils': 4.1.8
|
|
2492
|
+
chai: 6.2.2
|
|
2493
|
+
tinyrainbow: 3.1.0
|
|
2494
|
+
|
|
2495
|
+
'@vitest/mocker@4.1.8(vite@5.4.21(@types/node@25.9.1)(terser@5.48.0))':
|
|
2496
|
+
dependencies:
|
|
2497
|
+
'@vitest/spy': 4.1.8
|
|
2498
|
+
estree-walker: 3.0.3
|
|
2499
|
+
magic-string: 0.30.21
|
|
2500
|
+
optionalDependencies:
|
|
2501
|
+
vite: 5.4.21(@types/node@25.9.1)(terser@5.48.0)
|
|
2502
|
+
|
|
2503
|
+
'@vitest/pretty-format@4.1.8':
|
|
2504
|
+
dependencies:
|
|
2505
|
+
tinyrainbow: 3.1.0
|
|
2506
|
+
|
|
2507
|
+
'@vitest/runner@4.1.8':
|
|
2508
|
+
dependencies:
|
|
2509
|
+
'@vitest/utils': 4.1.8
|
|
2510
|
+
pathe: 2.0.3
|
|
2511
|
+
|
|
2512
|
+
'@vitest/snapshot@4.1.8':
|
|
2513
|
+
dependencies:
|
|
2514
|
+
'@vitest/pretty-format': 4.1.8
|
|
2515
|
+
'@vitest/utils': 4.1.8
|
|
2516
|
+
magic-string: 0.30.21
|
|
2517
|
+
pathe: 2.0.3
|
|
2518
|
+
|
|
2519
|
+
'@vitest/spy@4.1.8': {}
|
|
2520
|
+
|
|
2521
|
+
'@vitest/utils@4.1.8':
|
|
2522
|
+
dependencies:
|
|
2523
|
+
'@vitest/pretty-format': 4.1.8
|
|
2524
|
+
convert-source-map: 2.0.0
|
|
2525
|
+
tinyrainbow: 3.1.0
|
|
2526
|
+
|
|
2527
|
+
'@webassemblyjs/ast@1.14.1':
|
|
2528
|
+
dependencies:
|
|
2529
|
+
'@webassemblyjs/helper-numbers': 1.13.2
|
|
2530
|
+
'@webassemblyjs/helper-wasm-bytecode': 1.13.2
|
|
2531
|
+
|
|
2532
|
+
'@webassemblyjs/floating-point-hex-parser@1.13.2': {}
|
|
2533
|
+
|
|
2534
|
+
'@webassemblyjs/helper-api-error@1.13.2': {}
|
|
2535
|
+
|
|
2536
|
+
'@webassemblyjs/helper-buffer@1.14.1': {}
|
|
2537
|
+
|
|
2538
|
+
'@webassemblyjs/helper-numbers@1.13.2':
|
|
2539
|
+
dependencies:
|
|
2540
|
+
'@webassemblyjs/floating-point-hex-parser': 1.13.2
|
|
2541
|
+
'@webassemblyjs/helper-api-error': 1.13.2
|
|
2542
|
+
'@xtuc/long': 4.2.2
|
|
2543
|
+
|
|
2544
|
+
'@webassemblyjs/helper-wasm-bytecode@1.13.2': {}
|
|
2545
|
+
|
|
2546
|
+
'@webassemblyjs/helper-wasm-section@1.14.1':
|
|
2547
|
+
dependencies:
|
|
2548
|
+
'@webassemblyjs/ast': 1.14.1
|
|
2549
|
+
'@webassemblyjs/helper-buffer': 1.14.1
|
|
2550
|
+
'@webassemblyjs/helper-wasm-bytecode': 1.13.2
|
|
2551
|
+
'@webassemblyjs/wasm-gen': 1.14.1
|
|
2552
|
+
|
|
2553
|
+
'@webassemblyjs/ieee754@1.13.2':
|
|
2554
|
+
dependencies:
|
|
2555
|
+
'@xtuc/ieee754': 1.2.0
|
|
2556
|
+
|
|
2557
|
+
'@webassemblyjs/leb128@1.13.2':
|
|
2558
|
+
dependencies:
|
|
2559
|
+
'@xtuc/long': 4.2.2
|
|
2560
|
+
|
|
2561
|
+
'@webassemblyjs/utf8@1.13.2': {}
|
|
2562
|
+
|
|
2563
|
+
'@webassemblyjs/wasm-edit@1.14.1':
|
|
2564
|
+
dependencies:
|
|
2565
|
+
'@webassemblyjs/ast': 1.14.1
|
|
2566
|
+
'@webassemblyjs/helper-buffer': 1.14.1
|
|
2567
|
+
'@webassemblyjs/helper-wasm-bytecode': 1.13.2
|
|
2568
|
+
'@webassemblyjs/helper-wasm-section': 1.14.1
|
|
2569
|
+
'@webassemblyjs/wasm-gen': 1.14.1
|
|
2570
|
+
'@webassemblyjs/wasm-opt': 1.14.1
|
|
2571
|
+
'@webassemblyjs/wasm-parser': 1.14.1
|
|
2572
|
+
'@webassemblyjs/wast-printer': 1.14.1
|
|
2573
|
+
|
|
2574
|
+
'@webassemblyjs/wasm-gen@1.14.1':
|
|
2575
|
+
dependencies:
|
|
2576
|
+
'@webassemblyjs/ast': 1.14.1
|
|
2577
|
+
'@webassemblyjs/helper-wasm-bytecode': 1.13.2
|
|
2578
|
+
'@webassemblyjs/ieee754': 1.13.2
|
|
2579
|
+
'@webassemblyjs/leb128': 1.13.2
|
|
2580
|
+
'@webassemblyjs/utf8': 1.13.2
|
|
2581
|
+
|
|
2582
|
+
'@webassemblyjs/wasm-opt@1.14.1':
|
|
2583
|
+
dependencies:
|
|
2584
|
+
'@webassemblyjs/ast': 1.14.1
|
|
2585
|
+
'@webassemblyjs/helper-buffer': 1.14.1
|
|
2586
|
+
'@webassemblyjs/wasm-gen': 1.14.1
|
|
2587
|
+
'@webassemblyjs/wasm-parser': 1.14.1
|
|
2588
|
+
|
|
2589
|
+
'@webassemblyjs/wasm-parser@1.14.1':
|
|
2590
|
+
dependencies:
|
|
2591
|
+
'@webassemblyjs/ast': 1.14.1
|
|
2592
|
+
'@webassemblyjs/helper-api-error': 1.13.2
|
|
2593
|
+
'@webassemblyjs/helper-wasm-bytecode': 1.13.2
|
|
2594
|
+
'@webassemblyjs/ieee754': 1.13.2
|
|
2595
|
+
'@webassemblyjs/leb128': 1.13.2
|
|
2596
|
+
'@webassemblyjs/utf8': 1.13.2
|
|
2597
|
+
|
|
2598
|
+
'@webassemblyjs/wast-printer@1.14.1':
|
|
2599
|
+
dependencies:
|
|
2600
|
+
'@webassemblyjs/ast': 1.14.1
|
|
2601
|
+
'@xtuc/long': 4.2.2
|
|
2602
|
+
|
|
2603
|
+
'@xtuc/ieee754@1.2.0': {}
|
|
2604
|
+
|
|
2605
|
+
'@xtuc/long@4.2.2': {}
|
|
2606
|
+
|
|
2607
|
+
acorn-jsx@5.3.2(acorn@8.16.0):
|
|
2608
|
+
dependencies:
|
|
2609
|
+
acorn: 8.16.0
|
|
2610
|
+
|
|
2611
|
+
acorn@8.16.0: {}
|
|
2612
|
+
|
|
2613
|
+
ajv-formats@2.1.1(ajv@8.20.0):
|
|
2614
|
+
optionalDependencies:
|
|
2615
|
+
ajv: 8.20.0
|
|
2616
|
+
|
|
2617
|
+
ajv-keywords@3.5.2(ajv@6.15.0):
|
|
2618
|
+
dependencies:
|
|
2619
|
+
ajv: 6.15.0
|
|
2620
|
+
|
|
2621
|
+
ajv-keywords@5.1.0(ajv@8.20.0):
|
|
2622
|
+
dependencies:
|
|
2623
|
+
ajv: 8.20.0
|
|
2624
|
+
fast-deep-equal: 3.1.3
|
|
2625
|
+
|
|
2626
|
+
ajv@6.15.0:
|
|
2627
|
+
dependencies:
|
|
2628
|
+
fast-deep-equal: 3.1.3
|
|
2629
|
+
fast-json-stable-stringify: 2.1.0
|
|
2630
|
+
json-schema-traverse: 0.4.1
|
|
2631
|
+
uri-js: 4.4.1
|
|
2632
|
+
|
|
2633
|
+
ajv@8.20.0:
|
|
2634
|
+
dependencies:
|
|
2635
|
+
fast-deep-equal: 3.1.3
|
|
2636
|
+
fast-uri: 3.1.2
|
|
2637
|
+
json-schema-traverse: 1.0.0
|
|
2638
|
+
require-from-string: 2.0.2
|
|
2639
|
+
|
|
2640
|
+
ansi-styles@4.3.0:
|
|
2641
|
+
dependencies:
|
|
2642
|
+
color-convert: 2.0.1
|
|
2643
|
+
|
|
2644
|
+
argparse@2.0.1: {}
|
|
2645
|
+
|
|
2646
|
+
assertion-error@2.0.1: {}
|
|
2647
|
+
|
|
2648
|
+
ast-types@0.16.1:
|
|
2649
|
+
dependencies:
|
|
2650
|
+
tslib: 2.8.1
|
|
2651
|
+
|
|
2652
|
+
balanced-match@1.0.2: {}
|
|
2653
|
+
|
|
2654
|
+
balanced-match@4.0.4: {}
|
|
2655
|
+
|
|
2656
|
+
baseline-browser-mapping@2.10.32: {}
|
|
2657
|
+
|
|
2658
|
+
big.js@5.2.2: {}
|
|
2659
|
+
|
|
2660
|
+
brace-expansion@1.1.14:
|
|
2661
|
+
dependencies:
|
|
2662
|
+
balanced-match: 1.0.2
|
|
2663
|
+
concat-map: 0.0.1
|
|
2664
|
+
|
|
2665
|
+
brace-expansion@5.0.6:
|
|
2666
|
+
dependencies:
|
|
2667
|
+
balanced-match: 4.0.4
|
|
2668
|
+
|
|
2669
|
+
browserslist@4.28.2:
|
|
2670
|
+
dependencies:
|
|
2671
|
+
baseline-browser-mapping: 2.10.32
|
|
2672
|
+
caniuse-lite: 1.0.30001793
|
|
2673
|
+
electron-to-chromium: 1.5.361
|
|
2674
|
+
node-releases: 2.0.46
|
|
2675
|
+
update-browserslist-db: 1.2.3(browserslist@4.28.2)
|
|
2676
|
+
|
|
2677
|
+
buffer-crc32@0.2.13: {}
|
|
2678
|
+
|
|
2679
|
+
buffer-from@1.1.2: {}
|
|
2680
|
+
|
|
2681
|
+
callsites@3.1.0: {}
|
|
2682
|
+
|
|
2683
|
+
caniuse-lite@1.0.30001793: {}
|
|
2684
|
+
|
|
2685
|
+
chai@6.2.2: {}
|
|
2686
|
+
|
|
2687
|
+
chalk@4.1.2:
|
|
2688
|
+
dependencies:
|
|
2689
|
+
ansi-styles: 4.3.0
|
|
2690
|
+
supports-color: 7.2.0
|
|
2691
|
+
|
|
2692
|
+
chroma-js@3.2.0: {}
|
|
2693
|
+
|
|
2694
|
+
chrome-trace-event@1.0.4: {}
|
|
2695
|
+
|
|
2696
|
+
color-convert@2.0.1:
|
|
2697
|
+
dependencies:
|
|
2698
|
+
color-name: 1.1.4
|
|
2699
|
+
|
|
2700
|
+
color-name@1.1.4: {}
|
|
2701
|
+
|
|
2702
|
+
commander@2.20.3: {}
|
|
2703
|
+
|
|
2704
|
+
concat-map@0.0.1: {}
|
|
2705
|
+
|
|
2706
|
+
convert-source-map@2.0.0: {}
|
|
2707
|
+
|
|
2708
|
+
cross-spawn@7.0.6:
|
|
2709
|
+
dependencies:
|
|
2710
|
+
path-key: 3.1.1
|
|
2711
|
+
shebang-command: 2.0.0
|
|
2712
|
+
which: 2.0.2
|
|
2713
|
+
|
|
2714
|
+
css-loader@5.2.7(webpack@5.96.1(esbuild@0.25.0)(postcss@8.5.15)):
|
|
2715
|
+
dependencies:
|
|
2716
|
+
icss-utils: 5.1.0(postcss@8.5.15)
|
|
2717
|
+
loader-utils: 2.0.4
|
|
2718
|
+
postcss: 8.5.15
|
|
2719
|
+
postcss-modules-extract-imports: 3.1.0(postcss@8.5.15)
|
|
2720
|
+
postcss-modules-local-by-default: 4.2.0(postcss@8.5.15)
|
|
2721
|
+
postcss-modules-scope: 3.2.1(postcss@8.5.15)
|
|
2722
|
+
postcss-modules-values: 4.0.0(postcss@8.5.15)
|
|
2723
|
+
postcss-value-parser: 4.2.0
|
|
2724
|
+
schema-utils: 3.3.0
|
|
2725
|
+
semver: 7.8.1
|
|
2726
|
+
webpack: 5.96.1(esbuild@0.25.0)(postcss@8.5.15)
|
|
2727
|
+
|
|
2728
|
+
cssesc@3.0.0: {}
|
|
2729
|
+
|
|
2730
|
+
csstype@3.2.3: {}
|
|
2731
|
+
|
|
2732
|
+
debug@4.4.3:
|
|
2733
|
+
dependencies:
|
|
2734
|
+
ms: 2.1.3
|
|
2735
|
+
|
|
2736
|
+
deep-is@0.1.4: {}
|
|
2737
|
+
|
|
2738
|
+
define-lazy-prop@2.0.0: {}
|
|
2739
|
+
|
|
2740
|
+
dotenv@9.0.2: {}
|
|
2741
|
+
|
|
2742
|
+
electron-to-chromium@1.5.361: {}
|
|
2743
|
+
|
|
2744
|
+
emojis-list@3.0.0: {}
|
|
2745
|
+
|
|
2746
|
+
end-of-stream@1.4.5:
|
|
2747
|
+
dependencies:
|
|
2748
|
+
once: 1.4.0
|
|
2749
|
+
|
|
2750
|
+
enhanced-resolve@5.22.0:
|
|
2751
|
+
dependencies:
|
|
2752
|
+
graceful-fs: 4.2.11
|
|
2753
|
+
tapable: 2.3.3
|
|
2754
|
+
|
|
2755
|
+
es-module-lexer@1.7.0: {}
|
|
2756
|
+
|
|
2757
|
+
es-module-lexer@2.1.0: {}
|
|
2758
|
+
|
|
2759
|
+
esbuild@0.21.5:
|
|
2760
|
+
optionalDependencies:
|
|
2761
|
+
'@esbuild/aix-ppc64': 0.21.5
|
|
2762
|
+
'@esbuild/android-arm': 0.21.5
|
|
2763
|
+
'@esbuild/android-arm64': 0.21.5
|
|
2764
|
+
'@esbuild/android-x64': 0.21.5
|
|
2765
|
+
'@esbuild/darwin-arm64': 0.21.5
|
|
2766
|
+
'@esbuild/darwin-x64': 0.21.5
|
|
2767
|
+
'@esbuild/freebsd-arm64': 0.21.5
|
|
2768
|
+
'@esbuild/freebsd-x64': 0.21.5
|
|
2769
|
+
'@esbuild/linux-arm': 0.21.5
|
|
2770
|
+
'@esbuild/linux-arm64': 0.21.5
|
|
2771
|
+
'@esbuild/linux-ia32': 0.21.5
|
|
2772
|
+
'@esbuild/linux-loong64': 0.21.5
|
|
2773
|
+
'@esbuild/linux-mips64el': 0.21.5
|
|
2774
|
+
'@esbuild/linux-ppc64': 0.21.5
|
|
2775
|
+
'@esbuild/linux-riscv64': 0.21.5
|
|
2776
|
+
'@esbuild/linux-s390x': 0.21.5
|
|
2777
|
+
'@esbuild/linux-x64': 0.21.5
|
|
2778
|
+
'@esbuild/netbsd-x64': 0.21.5
|
|
2779
|
+
'@esbuild/openbsd-x64': 0.21.5
|
|
2780
|
+
'@esbuild/sunos-x64': 0.21.5
|
|
2781
|
+
'@esbuild/win32-arm64': 0.21.5
|
|
2782
|
+
'@esbuild/win32-ia32': 0.21.5
|
|
2783
|
+
'@esbuild/win32-x64': 0.21.5
|
|
2784
|
+
|
|
2785
|
+
esbuild@0.25.0:
|
|
2786
|
+
optionalDependencies:
|
|
2787
|
+
'@esbuild/aix-ppc64': 0.25.0
|
|
2788
|
+
'@esbuild/android-arm': 0.25.0
|
|
2789
|
+
'@esbuild/android-arm64': 0.25.0
|
|
2790
|
+
'@esbuild/android-x64': 0.25.0
|
|
2791
|
+
'@esbuild/darwin-arm64': 0.25.0
|
|
2792
|
+
'@esbuild/darwin-x64': 0.25.0
|
|
2793
|
+
'@esbuild/freebsd-arm64': 0.25.0
|
|
2794
|
+
'@esbuild/freebsd-x64': 0.25.0
|
|
2795
|
+
'@esbuild/linux-arm': 0.25.0
|
|
2796
|
+
'@esbuild/linux-arm64': 0.25.0
|
|
2797
|
+
'@esbuild/linux-ia32': 0.25.0
|
|
2798
|
+
'@esbuild/linux-loong64': 0.25.0
|
|
2799
|
+
'@esbuild/linux-mips64el': 0.25.0
|
|
2800
|
+
'@esbuild/linux-ppc64': 0.25.0
|
|
2801
|
+
'@esbuild/linux-riscv64': 0.25.0
|
|
2802
|
+
'@esbuild/linux-s390x': 0.25.0
|
|
2803
|
+
'@esbuild/linux-x64': 0.25.0
|
|
2804
|
+
'@esbuild/netbsd-arm64': 0.25.0
|
|
2805
|
+
'@esbuild/netbsd-x64': 0.25.0
|
|
2806
|
+
'@esbuild/openbsd-arm64': 0.25.0
|
|
2807
|
+
'@esbuild/openbsd-x64': 0.25.0
|
|
2808
|
+
'@esbuild/sunos-x64': 0.25.0
|
|
2809
|
+
'@esbuild/win32-arm64': 0.25.0
|
|
2810
|
+
'@esbuild/win32-ia32': 0.25.0
|
|
2811
|
+
'@esbuild/win32-x64': 0.25.0
|
|
2812
|
+
|
|
2813
|
+
escalade@3.2.0: {}
|
|
2814
|
+
|
|
2815
|
+
escape-string-regexp@4.0.0: {}
|
|
2816
|
+
|
|
2817
|
+
eslint-scope@5.1.1:
|
|
2818
|
+
dependencies:
|
|
2819
|
+
esrecurse: 4.3.0
|
|
2820
|
+
estraverse: 4.3.0
|
|
2821
|
+
|
|
2822
|
+
eslint-scope@8.4.0:
|
|
2823
|
+
dependencies:
|
|
2824
|
+
esrecurse: 4.3.0
|
|
2825
|
+
estraverse: 5.3.0
|
|
2826
|
+
|
|
2827
|
+
eslint-visitor-keys@3.4.3: {}
|
|
2828
|
+
|
|
2829
|
+
eslint-visitor-keys@4.2.1: {}
|
|
2830
|
+
|
|
2831
|
+
eslint-visitor-keys@5.0.1: {}
|
|
2832
|
+
|
|
2833
|
+
eslint@9.39.4:
|
|
2834
|
+
dependencies:
|
|
2835
|
+
'@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4)
|
|
2836
|
+
'@eslint-community/regexpp': 4.12.2
|
|
2837
|
+
'@eslint/config-array': 0.21.2
|
|
2838
|
+
'@eslint/config-helpers': 0.4.2
|
|
2839
|
+
'@eslint/core': 0.17.0
|
|
2840
|
+
'@eslint/eslintrc': 3.3.5
|
|
2841
|
+
'@eslint/js': 9.39.4
|
|
2842
|
+
'@eslint/plugin-kit': 0.4.1
|
|
2843
|
+
'@humanfs/node': 0.16.8
|
|
2844
|
+
'@humanwhocodes/module-importer': 1.0.1
|
|
2845
|
+
'@humanwhocodes/retry': 0.4.3
|
|
2846
|
+
'@types/estree': 1.0.9
|
|
2847
|
+
ajv: 6.15.0
|
|
2848
|
+
chalk: 4.1.2
|
|
2849
|
+
cross-spawn: 7.0.6
|
|
2850
|
+
debug: 4.4.3
|
|
2851
|
+
escape-string-regexp: 4.0.0
|
|
2852
|
+
eslint-scope: 8.4.0
|
|
2853
|
+
eslint-visitor-keys: 4.2.1
|
|
2854
|
+
espree: 10.4.0
|
|
2855
|
+
esquery: 1.7.0
|
|
2856
|
+
esutils: 2.0.3
|
|
2857
|
+
fast-deep-equal: 3.1.3
|
|
2858
|
+
file-entry-cache: 8.0.0
|
|
2859
|
+
find-up: 5.0.0
|
|
2860
|
+
glob-parent: 6.0.2
|
|
2861
|
+
ignore: 5.3.2
|
|
2862
|
+
imurmurhash: 0.1.4
|
|
2863
|
+
is-glob: 4.0.3
|
|
2864
|
+
json-stable-stringify-without-jsonify: 1.0.1
|
|
2865
|
+
lodash.merge: 4.6.2
|
|
2866
|
+
minimatch: 3.1.5
|
|
2867
|
+
natural-compare: 1.4.0
|
|
2868
|
+
optionator: 0.9.4
|
|
2869
|
+
transitivePeerDependencies:
|
|
2870
|
+
- supports-color
|
|
2871
|
+
|
|
2872
|
+
espree@10.4.0:
|
|
2873
|
+
dependencies:
|
|
2874
|
+
acorn: 8.16.0
|
|
2875
|
+
acorn-jsx: 5.3.2(acorn@8.16.0)
|
|
2876
|
+
eslint-visitor-keys: 4.2.1
|
|
2877
|
+
|
|
2878
|
+
esprima@4.0.1: {}
|
|
2879
|
+
|
|
2880
|
+
esquery@1.7.0:
|
|
2881
|
+
dependencies:
|
|
2882
|
+
estraverse: 5.3.0
|
|
2883
|
+
|
|
2884
|
+
esrecurse@4.3.0:
|
|
2885
|
+
dependencies:
|
|
2886
|
+
estraverse: 5.3.0
|
|
2887
|
+
|
|
2888
|
+
estraverse@4.3.0: {}
|
|
2889
|
+
|
|
2890
|
+
estraverse@5.3.0: {}
|
|
2891
|
+
|
|
2892
|
+
estree-walker@3.0.3:
|
|
2893
|
+
dependencies:
|
|
2894
|
+
'@types/estree': 1.0.9
|
|
2895
|
+
|
|
2896
|
+
esutils@2.0.3: {}
|
|
2897
|
+
|
|
2898
|
+
events@3.3.0: {}
|
|
2899
|
+
|
|
2900
|
+
execa@5.1.1:
|
|
2901
|
+
dependencies:
|
|
2902
|
+
cross-spawn: 7.0.6
|
|
2903
|
+
get-stream: 6.0.1
|
|
2904
|
+
human-signals: 2.1.0
|
|
2905
|
+
is-stream: 2.0.1
|
|
2906
|
+
merge-stream: 2.0.0
|
|
2907
|
+
npm-run-path: 4.0.1
|
|
2908
|
+
onetime: 5.1.2
|
|
2909
|
+
signal-exit: 3.0.7
|
|
2910
|
+
strip-final-newline: 2.0.0
|
|
2911
|
+
|
|
2912
|
+
expect-type@1.3.0: {}
|
|
2913
|
+
|
|
2914
|
+
extract-zip@2.0.1:
|
|
2915
|
+
dependencies:
|
|
2916
|
+
debug: 4.4.3
|
|
2917
|
+
get-stream: 5.2.0
|
|
2918
|
+
yauzl: 2.10.0
|
|
2919
|
+
optionalDependencies:
|
|
2920
|
+
'@types/yauzl': 2.10.3
|
|
2921
|
+
transitivePeerDependencies:
|
|
2922
|
+
- supports-color
|
|
2923
|
+
|
|
2924
|
+
fast-deep-equal@3.1.3: {}
|
|
2925
|
+
|
|
2926
|
+
fast-json-stable-stringify@2.1.0: {}
|
|
2927
|
+
|
|
2928
|
+
fast-levenshtein@2.0.6: {}
|
|
2929
|
+
|
|
2930
|
+
fast-uri@3.1.2: {}
|
|
2931
|
+
|
|
2932
|
+
fd-slicer@1.1.0:
|
|
2933
|
+
dependencies:
|
|
2934
|
+
pend: 1.2.0
|
|
2935
|
+
|
|
2936
|
+
fdir@6.5.0(picomatch@4.0.4):
|
|
2937
|
+
optionalDependencies:
|
|
2938
|
+
picomatch: 4.0.4
|
|
2939
|
+
|
|
2940
|
+
file-entry-cache@8.0.0:
|
|
2941
|
+
dependencies:
|
|
2942
|
+
flat-cache: 4.0.1
|
|
2943
|
+
|
|
2944
|
+
find-up@5.0.0:
|
|
2945
|
+
dependencies:
|
|
2946
|
+
locate-path: 6.0.0
|
|
2947
|
+
path-exists: 4.0.0
|
|
2948
|
+
|
|
2949
|
+
flat-cache@4.0.1:
|
|
2950
|
+
dependencies:
|
|
2951
|
+
flatted: 3.4.2
|
|
2952
|
+
keyv: 4.5.4
|
|
2953
|
+
|
|
2954
|
+
flatted@3.4.2: {}
|
|
2955
|
+
|
|
2956
|
+
fs-monkey@1.0.3: {}
|
|
2957
|
+
|
|
2958
|
+
fsevents@2.3.3:
|
|
2959
|
+
optional: true
|
|
2960
|
+
|
|
2961
|
+
get-stream@5.2.0:
|
|
2962
|
+
dependencies:
|
|
2963
|
+
pump: 3.0.4
|
|
2964
|
+
|
|
2965
|
+
get-stream@6.0.1: {}
|
|
2966
|
+
|
|
2967
|
+
glob-parent@6.0.2:
|
|
2968
|
+
dependencies:
|
|
2969
|
+
is-glob: 4.0.3
|
|
2970
|
+
|
|
2971
|
+
glob-to-regexp@0.4.1: {}
|
|
2972
|
+
|
|
2973
|
+
globals@14.0.0: {}
|
|
2974
|
+
|
|
2975
|
+
graceful-fs@4.2.11: {}
|
|
2976
|
+
|
|
2977
|
+
has-flag@4.0.0: {}
|
|
2978
|
+
|
|
2979
|
+
human-signals@2.1.0: {}
|
|
2980
|
+
|
|
2981
|
+
icss-utils@5.1.0(postcss@8.5.15):
|
|
2982
|
+
dependencies:
|
|
2983
|
+
postcss: 8.5.15
|
|
2984
|
+
|
|
2985
|
+
ignore@5.3.2: {}
|
|
2986
|
+
|
|
2987
|
+
ignore@7.0.5: {}
|
|
2988
|
+
|
|
2989
|
+
import-fresh@3.3.1:
|
|
2990
|
+
dependencies:
|
|
2991
|
+
parent-module: 1.0.1
|
|
2992
|
+
resolve-from: 4.0.0
|
|
2993
|
+
|
|
2994
|
+
imurmurhash@0.1.4: {}
|
|
2995
|
+
|
|
2996
|
+
is-docker@2.2.1: {}
|
|
2997
|
+
|
|
2998
|
+
is-extglob@2.1.1: {}
|
|
2999
|
+
|
|
3000
|
+
is-glob@4.0.3:
|
|
3001
|
+
dependencies:
|
|
3002
|
+
is-extglob: 2.1.1
|
|
3003
|
+
|
|
3004
|
+
is-stream@2.0.1: {}
|
|
3005
|
+
|
|
3006
|
+
is-wsl@2.2.0:
|
|
3007
|
+
dependencies:
|
|
3008
|
+
is-docker: 2.2.1
|
|
3009
|
+
|
|
3010
|
+
isexe@2.0.0: {}
|
|
3011
|
+
|
|
3012
|
+
jest-worker@27.5.1:
|
|
3013
|
+
dependencies:
|
|
3014
|
+
'@types/node': 25.9.1
|
|
3015
|
+
merge-stream: 2.0.0
|
|
3016
|
+
supports-color: 8.1.1
|
|
3017
|
+
|
|
3018
|
+
js-tokens@4.0.0: {}
|
|
3019
|
+
|
|
3020
|
+
js-yaml@4.1.1:
|
|
3021
|
+
dependencies:
|
|
3022
|
+
argparse: 2.0.1
|
|
3023
|
+
|
|
3024
|
+
json-buffer@3.0.1: {}
|
|
3025
|
+
|
|
3026
|
+
json-parse-even-better-errors@2.3.1: {}
|
|
3027
|
+
|
|
3028
|
+
json-schema-traverse@0.4.1: {}
|
|
3029
|
+
|
|
3030
|
+
json-schema-traverse@1.0.0: {}
|
|
3031
|
+
|
|
3032
|
+
json-stable-stringify-without-jsonify@1.0.1: {}
|
|
3033
|
+
|
|
3034
|
+
json5@2.2.3: {}
|
|
3035
|
+
|
|
3036
|
+
keyv@4.5.4:
|
|
3037
|
+
dependencies:
|
|
3038
|
+
json-buffer: 3.0.1
|
|
3039
|
+
|
|
3040
|
+
kleur@3.0.3: {}
|
|
3041
|
+
|
|
3042
|
+
levn@0.4.1:
|
|
3043
|
+
dependencies:
|
|
3044
|
+
prelude-ls: 1.2.1
|
|
3045
|
+
type-check: 0.4.0
|
|
3046
|
+
|
|
3047
|
+
loader-runner@4.3.2: {}
|
|
3048
|
+
|
|
3049
|
+
loader-utils@2.0.4:
|
|
3050
|
+
dependencies:
|
|
3051
|
+
big.js: 5.2.2
|
|
3052
|
+
emojis-list: 3.0.0
|
|
3053
|
+
json5: 2.2.3
|
|
3054
|
+
|
|
3055
|
+
locate-path@6.0.0:
|
|
3056
|
+
dependencies:
|
|
3057
|
+
p-locate: 5.0.0
|
|
3058
|
+
|
|
3059
|
+
lodash.merge@4.6.2: {}
|
|
3060
|
+
|
|
3061
|
+
lodash.sortby@4.7.0: {}
|
|
3062
|
+
|
|
3063
|
+
loose-envify@1.4.0:
|
|
3064
|
+
dependencies:
|
|
3065
|
+
js-tokens: 4.0.0
|
|
3066
|
+
|
|
3067
|
+
lru-cache@6.0.0:
|
|
3068
|
+
dependencies:
|
|
3069
|
+
yallist: 4.0.0
|
|
3070
|
+
|
|
3071
|
+
lucide-react@0.511.0(react@18.3.1):
|
|
3072
|
+
dependencies:
|
|
3073
|
+
react: 18.3.1
|
|
3074
|
+
|
|
3075
|
+
magic-string@0.30.21:
|
|
3076
|
+
dependencies:
|
|
3077
|
+
'@jridgewell/sourcemap-codec': 1.5.5
|
|
3078
|
+
|
|
3079
|
+
memfs@3.4.3:
|
|
3080
|
+
dependencies:
|
|
3081
|
+
fs-monkey: 1.0.3
|
|
3082
|
+
|
|
3083
|
+
merge-stream@2.0.0: {}
|
|
3084
|
+
|
|
3085
|
+
mime-db@1.52.0: {}
|
|
3086
|
+
|
|
3087
|
+
mime-types@2.1.35:
|
|
3088
|
+
dependencies:
|
|
3089
|
+
mime-db: 1.52.0
|
|
3090
|
+
|
|
3091
|
+
mimic-fn@2.1.0: {}
|
|
3092
|
+
|
|
3093
|
+
minimatch@10.2.5:
|
|
3094
|
+
dependencies:
|
|
3095
|
+
brace-expansion: 5.0.6
|
|
3096
|
+
|
|
3097
|
+
minimatch@3.1.5:
|
|
3098
|
+
dependencies:
|
|
3099
|
+
brace-expansion: 1.1.14
|
|
3100
|
+
|
|
3101
|
+
minimist@1.2.6: {}
|
|
3102
|
+
|
|
3103
|
+
ms@2.1.3: {}
|
|
3104
|
+
|
|
3105
|
+
nanoid@3.3.12: {}
|
|
3106
|
+
|
|
3107
|
+
natural-compare@1.4.0: {}
|
|
3108
|
+
|
|
3109
|
+
neo-async@2.6.2: {}
|
|
3110
|
+
|
|
3111
|
+
node-releases@2.0.46: {}
|
|
3112
|
+
|
|
3113
|
+
npm-run-path@4.0.1:
|
|
3114
|
+
dependencies:
|
|
3115
|
+
path-key: 3.1.1
|
|
3116
|
+
|
|
3117
|
+
obug@2.1.2: {}
|
|
3118
|
+
|
|
3119
|
+
once@1.4.0:
|
|
3120
|
+
dependencies:
|
|
3121
|
+
wrappy: 1.0.2
|
|
3122
|
+
|
|
3123
|
+
onetime@5.1.2:
|
|
3124
|
+
dependencies:
|
|
3125
|
+
mimic-fn: 2.1.0
|
|
3126
|
+
|
|
3127
|
+
open@8.4.2:
|
|
3128
|
+
dependencies:
|
|
3129
|
+
define-lazy-prop: 2.0.0
|
|
3130
|
+
is-docker: 2.2.1
|
|
3131
|
+
is-wsl: 2.2.0
|
|
3132
|
+
|
|
3133
|
+
optionator@0.9.4:
|
|
3134
|
+
dependencies:
|
|
3135
|
+
deep-is: 0.1.4
|
|
3136
|
+
fast-levenshtein: 2.0.6
|
|
3137
|
+
levn: 0.4.1
|
|
3138
|
+
prelude-ls: 1.2.1
|
|
3139
|
+
type-check: 0.4.0
|
|
3140
|
+
word-wrap: 1.2.5
|
|
3141
|
+
|
|
3142
|
+
p-limit@3.1.0:
|
|
3143
|
+
dependencies:
|
|
3144
|
+
yocto-queue: 0.1.0
|
|
3145
|
+
|
|
3146
|
+
p-locate@5.0.0:
|
|
3147
|
+
dependencies:
|
|
3148
|
+
p-limit: 3.1.0
|
|
3149
|
+
|
|
3150
|
+
parent-module@1.0.1:
|
|
3151
|
+
dependencies:
|
|
3152
|
+
callsites: 3.1.0
|
|
3153
|
+
|
|
3154
|
+
path-exists@4.0.0: {}
|
|
3155
|
+
|
|
3156
|
+
path-key@3.1.1: {}
|
|
3157
|
+
|
|
3158
|
+
pathe@2.0.3: {}
|
|
3159
|
+
|
|
3160
|
+
pend@1.2.0: {}
|
|
3161
|
+
|
|
3162
|
+
picocolors@1.1.1: {}
|
|
3163
|
+
|
|
3164
|
+
picomatch@4.0.4: {}
|
|
3165
|
+
|
|
3166
|
+
postcss-modules-extract-imports@3.1.0(postcss@8.5.15):
|
|
3167
|
+
dependencies:
|
|
3168
|
+
postcss: 8.5.15
|
|
3169
|
+
|
|
3170
|
+
postcss-modules-local-by-default@4.2.0(postcss@8.5.15):
|
|
3171
|
+
dependencies:
|
|
3172
|
+
icss-utils: 5.1.0(postcss@8.5.15)
|
|
3173
|
+
postcss: 8.5.15
|
|
3174
|
+
postcss-selector-parser: 7.1.1
|
|
3175
|
+
postcss-value-parser: 4.2.0
|
|
3176
|
+
|
|
3177
|
+
postcss-modules-scope@3.2.1(postcss@8.5.15):
|
|
3178
|
+
dependencies:
|
|
3179
|
+
postcss: 8.5.15
|
|
3180
|
+
postcss-selector-parser: 7.1.1
|
|
3181
|
+
|
|
3182
|
+
postcss-modules-values@4.0.0(postcss@8.5.15):
|
|
3183
|
+
dependencies:
|
|
3184
|
+
icss-utils: 5.1.0(postcss@8.5.15)
|
|
3185
|
+
postcss: 8.5.15
|
|
3186
|
+
|
|
3187
|
+
postcss-selector-parser@7.1.1:
|
|
3188
|
+
dependencies:
|
|
3189
|
+
cssesc: 3.0.0
|
|
3190
|
+
util-deprecate: 1.0.2
|
|
3191
|
+
|
|
3192
|
+
postcss-value-parser@4.2.0: {}
|
|
3193
|
+
|
|
3194
|
+
postcss@8.5.15:
|
|
3195
|
+
dependencies:
|
|
3196
|
+
nanoid: 3.3.12
|
|
3197
|
+
picocolors: 1.1.1
|
|
3198
|
+
source-map-js: 1.2.1
|
|
3199
|
+
|
|
3200
|
+
prelude-ls@1.2.1: {}
|
|
3201
|
+
|
|
3202
|
+
prompts@2.4.2:
|
|
3203
|
+
dependencies:
|
|
3204
|
+
kleur: 3.0.3
|
|
3205
|
+
sisteransi: 1.0.5
|
|
3206
|
+
|
|
3207
|
+
pump@3.0.4:
|
|
3208
|
+
dependencies:
|
|
3209
|
+
end-of-stream: 1.4.5
|
|
3210
|
+
once: 1.4.0
|
|
3211
|
+
|
|
3212
|
+
punycode@2.3.1: {}
|
|
3213
|
+
|
|
3214
|
+
react-dom@18.3.1(react@18.3.1):
|
|
3215
|
+
dependencies:
|
|
3216
|
+
loose-envify: 1.4.0
|
|
3217
|
+
react: 18.3.1
|
|
3218
|
+
scheduler: 0.23.2
|
|
3219
|
+
|
|
3220
|
+
react-refresh@0.9.0: {}
|
|
3221
|
+
|
|
3222
|
+
react@18.3.1:
|
|
3223
|
+
dependencies:
|
|
3224
|
+
loose-envify: 1.4.0
|
|
3225
|
+
|
|
3226
|
+
recast@0.23.9:
|
|
3227
|
+
dependencies:
|
|
3228
|
+
ast-types: 0.16.1
|
|
3229
|
+
esprima: 4.0.1
|
|
3230
|
+
source-map: 0.6.1
|
|
3231
|
+
tiny-invariant: 1.3.3
|
|
3232
|
+
tslib: 2.8.1
|
|
3233
|
+
|
|
3234
|
+
remotion@4.0.290(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
|
3235
|
+
dependencies:
|
|
3236
|
+
react: 18.3.1
|
|
3237
|
+
react-dom: 18.3.1(react@18.3.1)
|
|
3238
|
+
|
|
3239
|
+
require-from-string@2.0.2: {}
|
|
3240
|
+
|
|
3241
|
+
resolve-from@4.0.0: {}
|
|
3242
|
+
|
|
3243
|
+
rollup@4.60.4:
|
|
3244
|
+
dependencies:
|
|
3245
|
+
'@types/estree': 1.0.8
|
|
3246
|
+
optionalDependencies:
|
|
3247
|
+
'@rollup/rollup-android-arm-eabi': 4.60.4
|
|
3248
|
+
'@rollup/rollup-android-arm64': 4.60.4
|
|
3249
|
+
'@rollup/rollup-darwin-arm64': 4.60.4
|
|
3250
|
+
'@rollup/rollup-darwin-x64': 4.60.4
|
|
3251
|
+
'@rollup/rollup-freebsd-arm64': 4.60.4
|
|
3252
|
+
'@rollup/rollup-freebsd-x64': 4.60.4
|
|
3253
|
+
'@rollup/rollup-linux-arm-gnueabihf': 4.60.4
|
|
3254
|
+
'@rollup/rollup-linux-arm-musleabihf': 4.60.4
|
|
3255
|
+
'@rollup/rollup-linux-arm64-gnu': 4.60.4
|
|
3256
|
+
'@rollup/rollup-linux-arm64-musl': 4.60.4
|
|
3257
|
+
'@rollup/rollup-linux-loong64-gnu': 4.60.4
|
|
3258
|
+
'@rollup/rollup-linux-loong64-musl': 4.60.4
|
|
3259
|
+
'@rollup/rollup-linux-ppc64-gnu': 4.60.4
|
|
3260
|
+
'@rollup/rollup-linux-ppc64-musl': 4.60.4
|
|
3261
|
+
'@rollup/rollup-linux-riscv64-gnu': 4.60.4
|
|
3262
|
+
'@rollup/rollup-linux-riscv64-musl': 4.60.4
|
|
3263
|
+
'@rollup/rollup-linux-s390x-gnu': 4.60.4
|
|
3264
|
+
'@rollup/rollup-linux-x64-gnu': 4.60.4
|
|
3265
|
+
'@rollup/rollup-linux-x64-musl': 4.60.4
|
|
3266
|
+
'@rollup/rollup-openbsd-x64': 4.60.4
|
|
3267
|
+
'@rollup/rollup-openharmony-arm64': 4.60.4
|
|
3268
|
+
'@rollup/rollup-win32-arm64-msvc': 4.60.4
|
|
3269
|
+
'@rollup/rollup-win32-ia32-msvc': 4.60.4
|
|
3270
|
+
'@rollup/rollup-win32-x64-gnu': 4.60.4
|
|
3271
|
+
'@rollup/rollup-win32-x64-msvc': 4.60.4
|
|
3272
|
+
fsevents: 2.3.3
|
|
3273
|
+
|
|
3274
|
+
scheduler@0.23.2:
|
|
3275
|
+
dependencies:
|
|
3276
|
+
loose-envify: 1.4.0
|
|
3277
|
+
|
|
3278
|
+
schema-utils@3.3.0:
|
|
3279
|
+
dependencies:
|
|
3280
|
+
'@types/json-schema': 7.0.15
|
|
3281
|
+
ajv: 6.15.0
|
|
3282
|
+
ajv-keywords: 3.5.2(ajv@6.15.0)
|
|
3283
|
+
|
|
3284
|
+
schema-utils@4.3.3:
|
|
3285
|
+
dependencies:
|
|
3286
|
+
'@types/json-schema': 7.0.15
|
|
3287
|
+
ajv: 8.20.0
|
|
3288
|
+
ajv-formats: 2.1.1(ajv@8.20.0)
|
|
3289
|
+
ajv-keywords: 5.1.0(ajv@8.20.0)
|
|
3290
|
+
|
|
3291
|
+
semver@7.5.3:
|
|
3292
|
+
dependencies:
|
|
3293
|
+
lru-cache: 6.0.0
|
|
3294
|
+
|
|
3295
|
+
semver@7.8.1: {}
|
|
3296
|
+
|
|
3297
|
+
shebang-command@2.0.0:
|
|
3298
|
+
dependencies:
|
|
3299
|
+
shebang-regex: 3.0.0
|
|
3300
|
+
|
|
3301
|
+
shebang-regex@3.0.0: {}
|
|
3302
|
+
|
|
3303
|
+
siginfo@2.0.0: {}
|
|
3304
|
+
|
|
3305
|
+
signal-exit@3.0.7: {}
|
|
3306
|
+
|
|
3307
|
+
sisteransi@1.0.5: {}
|
|
3308
|
+
|
|
3309
|
+
source-map-js@1.2.1: {}
|
|
3310
|
+
|
|
3311
|
+
source-map-support@0.5.21:
|
|
3312
|
+
dependencies:
|
|
3313
|
+
buffer-from: 1.1.2
|
|
3314
|
+
source-map: 0.6.1
|
|
3315
|
+
|
|
3316
|
+
source-map@0.6.1: {}
|
|
3317
|
+
|
|
3318
|
+
source-map@0.7.3: {}
|
|
3319
|
+
|
|
3320
|
+
source-map@0.8.0-beta.0:
|
|
3321
|
+
dependencies:
|
|
3322
|
+
whatwg-url: 7.1.0
|
|
3323
|
+
|
|
3324
|
+
stackback@0.0.2: {}
|
|
3325
|
+
|
|
3326
|
+
std-env@4.1.0: {}
|
|
3327
|
+
|
|
3328
|
+
strip-final-newline@2.0.0: {}
|
|
3329
|
+
|
|
3330
|
+
strip-json-comments@3.1.1: {}
|
|
3331
|
+
|
|
3332
|
+
style-loader@4.0.0(webpack@5.96.1(esbuild@0.25.0)(postcss@8.5.15)):
|
|
3333
|
+
dependencies:
|
|
3334
|
+
webpack: 5.96.1(esbuild@0.25.0)(postcss@8.5.15)
|
|
3335
|
+
|
|
3336
|
+
supports-color@7.2.0:
|
|
3337
|
+
dependencies:
|
|
3338
|
+
has-flag: 4.0.0
|
|
3339
|
+
|
|
3340
|
+
supports-color@8.1.1:
|
|
3341
|
+
dependencies:
|
|
3342
|
+
has-flag: 4.0.0
|
|
3343
|
+
|
|
3344
|
+
tapable@2.3.3: {}
|
|
3345
|
+
|
|
3346
|
+
terser-webpack-plugin@5.6.0(esbuild@0.25.0)(postcss@8.5.15)(webpack@5.96.1(esbuild@0.25.0)(postcss@8.5.15)):
|
|
3347
|
+
dependencies:
|
|
3348
|
+
'@jridgewell/trace-mapping': 0.3.31
|
|
3349
|
+
jest-worker: 27.5.1
|
|
3350
|
+
schema-utils: 4.3.3
|
|
3351
|
+
terser: 5.48.0
|
|
3352
|
+
webpack: 5.96.1(esbuild@0.25.0)(postcss@8.5.15)
|
|
3353
|
+
optionalDependencies:
|
|
3354
|
+
esbuild: 0.25.0
|
|
3355
|
+
postcss: 8.5.15
|
|
3356
|
+
|
|
3357
|
+
terser@5.48.0:
|
|
3358
|
+
dependencies:
|
|
3359
|
+
'@jridgewell/source-map': 0.3.11
|
|
3360
|
+
acorn: 8.16.0
|
|
3361
|
+
commander: 2.20.3
|
|
3362
|
+
source-map-support: 0.5.21
|
|
3363
|
+
|
|
3364
|
+
tiny-invariant@1.3.3: {}
|
|
3365
|
+
|
|
3366
|
+
tinybench@2.9.0: {}
|
|
3367
|
+
|
|
3368
|
+
tinyexec@1.2.4: {}
|
|
3369
|
+
|
|
3370
|
+
tinyglobby@0.2.16:
|
|
3371
|
+
dependencies:
|
|
3372
|
+
fdir: 6.5.0(picomatch@4.0.4)
|
|
3373
|
+
picomatch: 4.0.4
|
|
3374
|
+
|
|
3375
|
+
tinyrainbow@3.1.0: {}
|
|
3376
|
+
|
|
3377
|
+
tr46@1.0.1:
|
|
3378
|
+
dependencies:
|
|
3379
|
+
punycode: 2.3.1
|
|
3380
|
+
|
|
3381
|
+
ts-api-utils@2.5.0(typescript@5.9.3):
|
|
3382
|
+
dependencies:
|
|
3383
|
+
typescript: 5.9.3
|
|
3384
|
+
|
|
3385
|
+
tslib@2.8.1: {}
|
|
3386
|
+
|
|
3387
|
+
type-check@0.4.0:
|
|
3388
|
+
dependencies:
|
|
3389
|
+
prelude-ls: 1.2.1
|
|
3390
|
+
|
|
3391
|
+
typescript@5.9.3: {}
|
|
3392
|
+
|
|
3393
|
+
undici-types@7.24.6: {}
|
|
3394
|
+
|
|
3395
|
+
update-browserslist-db@1.2.3(browserslist@4.28.2):
|
|
3396
|
+
dependencies:
|
|
3397
|
+
browserslist: 4.28.2
|
|
3398
|
+
escalade: 3.2.0
|
|
3399
|
+
picocolors: 1.1.1
|
|
3400
|
+
|
|
3401
|
+
uri-js@4.4.1:
|
|
3402
|
+
dependencies:
|
|
3403
|
+
punycode: 2.3.1
|
|
3404
|
+
|
|
3405
|
+
util-deprecate@1.0.2: {}
|
|
3406
|
+
|
|
3407
|
+
vite@5.4.21(@types/node@25.9.1)(terser@5.48.0):
|
|
3408
|
+
dependencies:
|
|
3409
|
+
esbuild: 0.21.5
|
|
3410
|
+
postcss: 8.5.15
|
|
3411
|
+
rollup: 4.60.4
|
|
3412
|
+
optionalDependencies:
|
|
3413
|
+
'@types/node': 25.9.1
|
|
3414
|
+
fsevents: 2.3.3
|
|
3415
|
+
terser: 5.48.0
|
|
3416
|
+
|
|
3417
|
+
vitest@4.1.8(@types/node@25.9.1)(vite@5.4.21(@types/node@25.9.1)(terser@5.48.0)):
|
|
3418
|
+
dependencies:
|
|
3419
|
+
'@vitest/expect': 4.1.8
|
|
3420
|
+
'@vitest/mocker': 4.1.8(vite@5.4.21(@types/node@25.9.1)(terser@5.48.0))
|
|
3421
|
+
'@vitest/pretty-format': 4.1.8
|
|
3422
|
+
'@vitest/runner': 4.1.8
|
|
3423
|
+
'@vitest/snapshot': 4.1.8
|
|
3424
|
+
'@vitest/spy': 4.1.8
|
|
3425
|
+
'@vitest/utils': 4.1.8
|
|
3426
|
+
es-module-lexer: 2.1.0
|
|
3427
|
+
expect-type: 1.3.0
|
|
3428
|
+
magic-string: 0.30.21
|
|
3429
|
+
obug: 2.1.2
|
|
3430
|
+
pathe: 2.0.3
|
|
3431
|
+
picomatch: 4.0.4
|
|
3432
|
+
std-env: 4.1.0
|
|
3433
|
+
tinybench: 2.9.0
|
|
3434
|
+
tinyexec: 1.2.4
|
|
3435
|
+
tinyglobby: 0.2.16
|
|
3436
|
+
tinyrainbow: 3.1.0
|
|
3437
|
+
vite: 5.4.21(@types/node@25.9.1)(terser@5.48.0)
|
|
3438
|
+
why-is-node-running: 2.3.0
|
|
3439
|
+
optionalDependencies:
|
|
3440
|
+
'@types/node': 25.9.1
|
|
3441
|
+
transitivePeerDependencies:
|
|
3442
|
+
- msw
|
|
3443
|
+
|
|
3444
|
+
watchpack@2.5.1:
|
|
3445
|
+
dependencies:
|
|
3446
|
+
glob-to-regexp: 0.4.1
|
|
3447
|
+
graceful-fs: 4.2.11
|
|
3448
|
+
|
|
3449
|
+
webidl-conversions@4.0.2: {}
|
|
3450
|
+
|
|
3451
|
+
webpack-sources@3.5.0: {}
|
|
3452
|
+
|
|
3453
|
+
webpack@5.96.1(esbuild@0.25.0)(postcss@8.5.15):
|
|
3454
|
+
dependencies:
|
|
3455
|
+
'@types/eslint-scope': 3.7.7
|
|
3456
|
+
'@types/estree': 1.0.9
|
|
3457
|
+
'@webassemblyjs/ast': 1.14.1
|
|
3458
|
+
'@webassemblyjs/wasm-edit': 1.14.1
|
|
3459
|
+
'@webassemblyjs/wasm-parser': 1.14.1
|
|
3460
|
+
acorn: 8.16.0
|
|
3461
|
+
browserslist: 4.28.2
|
|
3462
|
+
chrome-trace-event: 1.0.4
|
|
3463
|
+
enhanced-resolve: 5.22.0
|
|
3464
|
+
es-module-lexer: 1.7.0
|
|
3465
|
+
eslint-scope: 5.1.1
|
|
3466
|
+
events: 3.3.0
|
|
3467
|
+
glob-to-regexp: 0.4.1
|
|
3468
|
+
graceful-fs: 4.2.11
|
|
3469
|
+
json-parse-even-better-errors: 2.3.1
|
|
3470
|
+
loader-runner: 4.3.2
|
|
3471
|
+
mime-types: 2.1.35
|
|
3472
|
+
neo-async: 2.6.2
|
|
3473
|
+
schema-utils: 3.3.0
|
|
3474
|
+
tapable: 2.3.3
|
|
3475
|
+
terser-webpack-plugin: 5.6.0(esbuild@0.25.0)(postcss@8.5.15)(webpack@5.96.1(esbuild@0.25.0)(postcss@8.5.15))
|
|
3476
|
+
watchpack: 2.5.1
|
|
3477
|
+
webpack-sources: 3.5.0
|
|
3478
|
+
transitivePeerDependencies:
|
|
3479
|
+
- '@minify-html/node'
|
|
3480
|
+
- '@swc/core'
|
|
3481
|
+
- '@swc/css'
|
|
3482
|
+
- '@swc/html'
|
|
3483
|
+
- clean-css
|
|
3484
|
+
- cssnano
|
|
3485
|
+
- csso
|
|
3486
|
+
- esbuild
|
|
3487
|
+
- html-minifier-terser
|
|
3488
|
+
- lightningcss
|
|
3489
|
+
- postcss
|
|
3490
|
+
- uglify-js
|
|
3491
|
+
|
|
3492
|
+
whatwg-url@7.1.0:
|
|
3493
|
+
dependencies:
|
|
3494
|
+
lodash.sortby: 4.7.0
|
|
3495
|
+
tr46: 1.0.1
|
|
3496
|
+
webidl-conversions: 4.0.2
|
|
3497
|
+
|
|
3498
|
+
which@2.0.2:
|
|
3499
|
+
dependencies:
|
|
3500
|
+
isexe: 2.0.0
|
|
3501
|
+
|
|
3502
|
+
why-is-node-running@2.3.0:
|
|
3503
|
+
dependencies:
|
|
3504
|
+
siginfo: 2.0.0
|
|
3505
|
+
stackback: 0.0.2
|
|
3506
|
+
|
|
3507
|
+
word-wrap@1.2.5: {}
|
|
3508
|
+
|
|
3509
|
+
wrappy@1.0.2: {}
|
|
3510
|
+
|
|
3511
|
+
ws@8.17.1: {}
|
|
3512
|
+
|
|
3513
|
+
yallist@4.0.0: {}
|
|
3514
|
+
|
|
3515
|
+
yauzl@2.10.0:
|
|
3516
|
+
dependencies:
|
|
3517
|
+
buffer-crc32: 0.2.13
|
|
3518
|
+
fd-slicer: 1.1.0
|
|
3519
|
+
|
|
3520
|
+
yocto-queue@0.1.0: {}
|
|
3521
|
+
|
|
3522
|
+
zod@3.22.3: {}
|