@glivion/square-screen-js-sdk 0.1.0 → 0.1.1-alpha.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.
Files changed (49) hide show
  1. package/dist/index.cjs +874 -0
  2. package/dist/index.cjs.map +1 -0
  3. package/dist/index.d.cts +522 -0
  4. package/dist/index.d.mts +522 -0
  5. package/dist/index.mjs +870 -0
  6. package/dist/index.mjs.map +1 -0
  7. package/package.json +8 -1
  8. package/.github/workflows/build-js-sdk.yml +0 -70
  9. package/eslint.config.js +0 -3
  10. package/examples/react-app/README.md +0 -73
  11. package/examples/react-app/eslint.config.js +0 -22
  12. package/examples/react-app/index.html +0 -13
  13. package/examples/react-app/package-lock.json +0 -2239
  14. package/examples/react-app/package.json +0 -31
  15. package/examples/react-app/public/favicon.svg +0 -1
  16. package/examples/react-app/public/icons.svg +0 -24
  17. package/examples/react-app/src/App.css +0 -184
  18. package/examples/react-app/src/App.tsx +0 -157
  19. package/examples/react-app/src/EmergencyTicker.tsx +0 -25
  20. package/examples/react-app/src/HeadlessExample.tsx +0 -66
  21. package/examples/react-app/src/RendererExample.tsx +0 -70
  22. package/examples/react-app/src/assets/hero.png +0 -0
  23. package/examples/react-app/src/assets/react.svg +0 -1
  24. package/examples/react-app/src/assets/vite.svg +0 -1
  25. package/examples/react-app/src/index.css +0 -183
  26. package/examples/react-app/src/main.tsx +0 -10
  27. package/examples/react-app/src/mockNetworkDataSource.ts +0 -116
  28. package/examples/react-app/src/usePlayer.ts +0 -71
  29. package/examples/react-app/tsconfig.app.json +0 -25
  30. package/examples/react-app/tsconfig.json +0 -7
  31. package/examples/react-app/tsconfig.node.json +0 -24
  32. package/examples/react-app/vite.config.ts +0 -7
  33. package/examples/react-app/yarn.lock +0 -1089
  34. package/src/__tests__/cache/SquareScreenCache.test.ts +0 -375
  35. package/src/__tests__/network/NetworkClient.test.ts +0 -217
  36. package/src/__tests__/network/mappers.test.ts +0 -163
  37. package/src/__tests__/player/SquareScreenPlayer.test.ts +0 -840
  38. package/src/cache/SquareScreenCache.ts +0 -154
  39. package/src/constants.ts +0 -9
  40. package/src/core/types.ts +0 -251
  41. package/src/env.d.ts +0 -4
  42. package/src/index.ts +0 -34
  43. package/src/network/NetworkClient.ts +0 -234
  44. package/src/network/apiTypes.ts +0 -89
  45. package/src/network/mappers.ts +0 -106
  46. package/src/player/SquareScreenPlayer.ts +0 -414
  47. package/src/renderer/SquareScreenRenderer.ts +0 -282
  48. package/tsconfig.json +0 -12
  49. package/tsdown.config.ts +0 -23
@@ -1,2239 +0,0 @@
1
- {
2
- "name": "square-screen-example-app",
3
- "version": "0.0.0",
4
- "lockfileVersion": 3,
5
- "requires": true,
6
- "packages": {
7
- "": {
8
- "name": "square-screen-example-app",
9
- "version": "0.0.0",
10
- "dependencies": {
11
- "react": "^19.2.5",
12
- "react-dom": "^19.2.5",
13
- "square-screen-js-sdk": "file:../.."
14
- },
15
- "devDependencies": {
16
- "@eslint/js": "^10.0.1",
17
- "@types/node": "^24.12.2",
18
- "@types/react": "^19.2.14",
19
- "@types/react-dom": "^19.2.3",
20
- "@vitejs/plugin-react": "^6.0.1",
21
- "eslint": "^10.2.1",
22
- "eslint-plugin-react-hooks": "^7.1.1",
23
- "eslint-plugin-react-refresh": "^0.5.2",
24
- "globals": "^17.5.0",
25
- "typescript": "~6.0.2",
26
- "typescript-eslint": "^8.58.2",
27
- "vite": "^8.0.10"
28
- }
29
- },
30
- "../..": {
31
- "version": "0.1.0",
32
- "license": "ISC",
33
- "dependencies": {
34
- "idb": "^8.0.3"
35
- },
36
- "devDependencies": {
37
- "eslint": "^10.3.0",
38
- "jsdom": "^29.1.1",
39
- "tsdown": "^0.21.10",
40
- "typescript": "^6.0.3",
41
- "typescript-eslint": "^8.59.2",
42
- "vitest": "^4.1.5"
43
- }
44
- },
45
- "node_modules/@babel/code-frame": {
46
- "version": "7.29.0",
47
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz",
48
- "integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==",
49
- "dev": true,
50
- "license": "MIT",
51
- "dependencies": {
52
- "@babel/helper-validator-identifier": "^7.28.5",
53
- "js-tokens": "^4.0.0",
54
- "picocolors": "^1.1.1"
55
- },
56
- "engines": {
57
- "node": ">=6.9.0"
58
- }
59
- },
60
- "node_modules/@babel/compat-data": {
61
- "version": "7.29.3",
62
- "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.3.tgz",
63
- "integrity": "sha512-LIVqM46zQWZhj17qA8wb4nW/ixr2y1Nw+r1etiAWgRM6U1IqP+LNhL1yg440jYZR72jCWcWbLWzIosH+uP1fqg==",
64
- "dev": true,
65
- "license": "MIT",
66
- "engines": {
67
- "node": ">=6.9.0"
68
- }
69
- },
70
- "node_modules/@babel/core": {
71
- "version": "7.29.0",
72
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.0.tgz",
73
- "integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==",
74
- "dev": true,
75
- "license": "MIT",
76
- "dependencies": {
77
- "@babel/code-frame": "^7.29.0",
78
- "@babel/generator": "^7.29.0",
79
- "@babel/helper-compilation-targets": "^7.28.6",
80
- "@babel/helper-module-transforms": "^7.28.6",
81
- "@babel/helpers": "^7.28.6",
82
- "@babel/parser": "^7.29.0",
83
- "@babel/template": "^7.28.6",
84
- "@babel/traverse": "^7.29.0",
85
- "@babel/types": "^7.29.0",
86
- "@jridgewell/remapping": "^2.3.5",
87
- "convert-source-map": "^2.0.0",
88
- "debug": "^4.1.0",
89
- "gensync": "^1.0.0-beta.2",
90
- "json5": "^2.2.3",
91
- "semver": "^6.3.1"
92
- },
93
- "engines": {
94
- "node": ">=6.9.0"
95
- },
96
- "funding": {
97
- "type": "opencollective",
98
- "url": "https://opencollective.com/babel"
99
- }
100
- },
101
- "node_modules/@babel/generator": {
102
- "version": "7.29.1",
103
- "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.1.tgz",
104
- "integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==",
105
- "dev": true,
106
- "license": "MIT",
107
- "dependencies": {
108
- "@babel/parser": "^7.29.0",
109
- "@babel/types": "^7.29.0",
110
- "@jridgewell/gen-mapping": "^0.3.12",
111
- "@jridgewell/trace-mapping": "^0.3.28",
112
- "jsesc": "^3.0.2"
113
- },
114
- "engines": {
115
- "node": ">=6.9.0"
116
- }
117
- },
118
- "node_modules/@babel/helper-compilation-targets": {
119
- "version": "7.28.6",
120
- "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz",
121
- "integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==",
122
- "dev": true,
123
- "license": "MIT",
124
- "dependencies": {
125
- "@babel/compat-data": "^7.28.6",
126
- "@babel/helper-validator-option": "^7.27.1",
127
- "browserslist": "^4.24.0",
128
- "lru-cache": "^5.1.1",
129
- "semver": "^6.3.1"
130
- },
131
- "engines": {
132
- "node": ">=6.9.0"
133
- }
134
- },
135
- "node_modules/@babel/helper-globals": {
136
- "version": "7.28.0",
137
- "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
138
- "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
139
- "dev": true,
140
- "license": "MIT",
141
- "engines": {
142
- "node": ">=6.9.0"
143
- }
144
- },
145
- "node_modules/@babel/helper-module-imports": {
146
- "version": "7.28.6",
147
- "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz",
148
- "integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==",
149
- "dev": true,
150
- "license": "MIT",
151
- "dependencies": {
152
- "@babel/traverse": "^7.28.6",
153
- "@babel/types": "^7.28.6"
154
- },
155
- "engines": {
156
- "node": ">=6.9.0"
157
- }
158
- },
159
- "node_modules/@babel/helper-module-transforms": {
160
- "version": "7.28.6",
161
- "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz",
162
- "integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==",
163
- "dev": true,
164
- "license": "MIT",
165
- "dependencies": {
166
- "@babel/helper-module-imports": "^7.28.6",
167
- "@babel/helper-validator-identifier": "^7.28.5",
168
- "@babel/traverse": "^7.28.6"
169
- },
170
- "engines": {
171
- "node": ">=6.9.0"
172
- },
173
- "peerDependencies": {
174
- "@babel/core": "^7.0.0"
175
- }
176
- },
177
- "node_modules/@babel/helper-string-parser": {
178
- "version": "7.27.1",
179
- "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
180
- "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
181
- "dev": true,
182
- "license": "MIT",
183
- "engines": {
184
- "node": ">=6.9.0"
185
- }
186
- },
187
- "node_modules/@babel/helper-validator-identifier": {
188
- "version": "7.28.5",
189
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
190
- "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
191
- "dev": true,
192
- "license": "MIT",
193
- "engines": {
194
- "node": ">=6.9.0"
195
- }
196
- },
197
- "node_modules/@babel/helper-validator-option": {
198
- "version": "7.27.1",
199
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
200
- "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
201
- "dev": true,
202
- "license": "MIT",
203
- "engines": {
204
- "node": ">=6.9.0"
205
- }
206
- },
207
- "node_modules/@babel/helpers": {
208
- "version": "7.29.2",
209
- "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.2.tgz",
210
- "integrity": "sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw==",
211
- "dev": true,
212
- "license": "MIT",
213
- "dependencies": {
214
- "@babel/template": "^7.28.6",
215
- "@babel/types": "^7.29.0"
216
- },
217
- "engines": {
218
- "node": ">=6.9.0"
219
- }
220
- },
221
- "node_modules/@babel/parser": {
222
- "version": "7.29.3",
223
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.3.tgz",
224
- "integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==",
225
- "dev": true,
226
- "license": "MIT",
227
- "dependencies": {
228
- "@babel/types": "^7.29.0"
229
- },
230
- "bin": {
231
- "parser": "bin/babel-parser.js"
232
- },
233
- "engines": {
234
- "node": ">=6.0.0"
235
- }
236
- },
237
- "node_modules/@babel/template": {
238
- "version": "7.28.6",
239
- "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz",
240
- "integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==",
241
- "dev": true,
242
- "license": "MIT",
243
- "dependencies": {
244
- "@babel/code-frame": "^7.28.6",
245
- "@babel/parser": "^7.28.6",
246
- "@babel/types": "^7.28.6"
247
- },
248
- "engines": {
249
- "node": ">=6.9.0"
250
- }
251
- },
252
- "node_modules/@babel/traverse": {
253
- "version": "7.29.0",
254
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.0.tgz",
255
- "integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==",
256
- "dev": true,
257
- "license": "MIT",
258
- "dependencies": {
259
- "@babel/code-frame": "^7.29.0",
260
- "@babel/generator": "^7.29.0",
261
- "@babel/helper-globals": "^7.28.0",
262
- "@babel/parser": "^7.29.0",
263
- "@babel/template": "^7.28.6",
264
- "@babel/types": "^7.29.0",
265
- "debug": "^4.3.1"
266
- },
267
- "engines": {
268
- "node": ">=6.9.0"
269
- }
270
- },
271
- "node_modules/@babel/types": {
272
- "version": "7.29.0",
273
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
274
- "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
275
- "dev": true,
276
- "license": "MIT",
277
- "dependencies": {
278
- "@babel/helper-string-parser": "^7.27.1",
279
- "@babel/helper-validator-identifier": "^7.28.5"
280
- },
281
- "engines": {
282
- "node": ">=6.9.0"
283
- }
284
- },
285
- "node_modules/@eslint-community/eslint-utils": {
286
- "version": "4.9.1",
287
- "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz",
288
- "integrity": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==",
289
- "dev": true,
290
- "license": "MIT",
291
- "dependencies": {
292
- "eslint-visitor-keys": "^3.4.3"
293
- },
294
- "engines": {
295
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
296
- },
297
- "funding": {
298
- "url": "https://opencollective.com/eslint"
299
- },
300
- "peerDependencies": {
301
- "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
302
- }
303
- },
304
- "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
305
- "version": "3.4.3",
306
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
307
- "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
308
- "dev": true,
309
- "license": "Apache-2.0",
310
- "engines": {
311
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
312
- },
313
- "funding": {
314
- "url": "https://opencollective.com/eslint"
315
- }
316
- },
317
- "node_modules/@eslint-community/regexpp": {
318
- "version": "4.12.2",
319
- "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",
320
- "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",
321
- "dev": true,
322
- "license": "MIT",
323
- "engines": {
324
- "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
325
- }
326
- },
327
- "node_modules/@eslint/config-array": {
328
- "version": "0.23.5",
329
- "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.23.5.tgz",
330
- "integrity": "sha512-Y3kKLvC1dvTOT+oGlqNQ1XLqK6D1HU2YXPc52NmAlJZbMMWDzGYXMiPRJ8TYD39muD/OTjlZmNJ4ib7dvSrMBA==",
331
- "dev": true,
332
- "license": "Apache-2.0",
333
- "dependencies": {
334
- "@eslint/object-schema": "^3.0.5",
335
- "debug": "^4.3.1",
336
- "minimatch": "^10.2.4"
337
- },
338
- "engines": {
339
- "node": "^20.19.0 || ^22.13.0 || >=24"
340
- }
341
- },
342
- "node_modules/@eslint/config-helpers": {
343
- "version": "0.5.5",
344
- "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.5.5.tgz",
345
- "integrity": "sha512-eIJYKTCECbP/nsKaaruF6LW967mtbQbsw4JTtSVkUQc9MneSkbrgPJAbKl9nWr0ZeowV8BfsarBmPpBzGelA2w==",
346
- "dev": true,
347
- "license": "Apache-2.0",
348
- "dependencies": {
349
- "@eslint/core": "^1.2.1"
350
- },
351
- "engines": {
352
- "node": "^20.19.0 || ^22.13.0 || >=24"
353
- }
354
- },
355
- "node_modules/@eslint/core": {
356
- "version": "1.2.1",
357
- "resolved": "https://registry.npmjs.org/@eslint/core/-/core-1.2.1.tgz",
358
- "integrity": "sha512-MwcE1P+AZ4C6DWlpin/OmOA54mmIZ/+xZuJiQd4SyB29oAJjN30UW9wkKNptW2ctp4cEsvhlLY/CsQ1uoHDloQ==",
359
- "dev": true,
360
- "license": "Apache-2.0",
361
- "dependencies": {
362
- "@types/json-schema": "^7.0.15"
363
- },
364
- "engines": {
365
- "node": "^20.19.0 || ^22.13.0 || >=24"
366
- }
367
- },
368
- "node_modules/@eslint/js": {
369
- "version": "10.0.1",
370
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-10.0.1.tgz",
371
- "integrity": "sha512-zeR9k5pd4gxjZ0abRoIaxdc7I3nDktoXZk2qOv9gCNWx3mVwEn32VRhyLaRsDiJjTs0xq/T8mfPtyuXu7GWBcA==",
372
- "dev": true,
373
- "license": "MIT",
374
- "engines": {
375
- "node": "^20.19.0 || ^22.13.0 || >=24"
376
- },
377
- "funding": {
378
- "url": "https://eslint.org/donate"
379
- },
380
- "peerDependencies": {
381
- "eslint": "^10.0.0"
382
- },
383
- "peerDependenciesMeta": {
384
- "eslint": {
385
- "optional": true
386
- }
387
- }
388
- },
389
- "node_modules/@eslint/object-schema": {
390
- "version": "3.0.5",
391
- "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-3.0.5.tgz",
392
- "integrity": "sha512-vqTaUEgxzm+YDSdElad6PiRoX4t8VGDjCtt05zn4nU810UIx/uNEV7/lZJ6KwFThKZOzOxzXy48da+No7HZaMw==",
393
- "dev": true,
394
- "license": "Apache-2.0",
395
- "engines": {
396
- "node": "^20.19.0 || ^22.13.0 || >=24"
397
- }
398
- },
399
- "node_modules/@eslint/plugin-kit": {
400
- "version": "0.7.1",
401
- "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.7.1.tgz",
402
- "integrity": "sha512-rZAP3aVgB9ds9KOeUSL+zZ21hPmo8dh6fnIFwRQj5EAZl9gzR7wxYbYXYysAM8CTqGmUGyp2S4kUdV17MnGuWQ==",
403
- "dev": true,
404
- "license": "Apache-2.0",
405
- "dependencies": {
406
- "@eslint/core": "^1.2.1",
407
- "levn": "^0.4.1"
408
- },
409
- "engines": {
410
- "node": "^20.19.0 || ^22.13.0 || >=24"
411
- }
412
- },
413
- "node_modules/@humanfs/core": {
414
- "version": "0.19.2",
415
- "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.2.tgz",
416
- "integrity": "sha512-UhXNm+CFMWcbChXywFwkmhqjs3PRCmcSa/hfBgLIb7oQ5HNb1wS0icWsGtSAUNgefHeI+eBrA8I1fxmbHsGdvA==",
417
- "dev": true,
418
- "license": "Apache-2.0",
419
- "dependencies": {
420
- "@humanfs/types": "^0.15.0"
421
- },
422
- "engines": {
423
- "node": ">=18.18.0"
424
- }
425
- },
426
- "node_modules/@humanfs/node": {
427
- "version": "0.16.8",
428
- "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.8.tgz",
429
- "integrity": "sha512-gE1eQNZ3R++kTzFUpdGlpmy8kDZD/MLyHqDwqjkVQI0JMdI1D51sy1H958PNXYkM2rAac7e5/CnIKZrHtPh3BQ==",
430
- "dev": true,
431
- "license": "Apache-2.0",
432
- "dependencies": {
433
- "@humanfs/core": "^0.19.2",
434
- "@humanfs/types": "^0.15.0",
435
- "@humanwhocodes/retry": "^0.4.0"
436
- },
437
- "engines": {
438
- "node": ">=18.18.0"
439
- }
440
- },
441
- "node_modules/@humanfs/types": {
442
- "version": "0.15.0",
443
- "resolved": "https://registry.npmjs.org/@humanfs/types/-/types-0.15.0.tgz",
444
- "integrity": "sha512-ZZ1w0aoQkwuUuC7Yf+7sdeaNfqQiiLcSRbfI08oAxqLtpXQr9AIVX7Ay7HLDuiLYAaFPu8oBYNq/QIi9URHJ3Q==",
445
- "dev": true,
446
- "license": "Apache-2.0",
447
- "engines": {
448
- "node": ">=18.18.0"
449
- }
450
- },
451
- "node_modules/@humanwhocodes/module-importer": {
452
- "version": "1.0.1",
453
- "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
454
- "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
455
- "dev": true,
456
- "license": "Apache-2.0",
457
- "engines": {
458
- "node": ">=12.22"
459
- },
460
- "funding": {
461
- "type": "github",
462
- "url": "https://github.com/sponsors/nzakas"
463
- }
464
- },
465
- "node_modules/@humanwhocodes/retry": {
466
- "version": "0.4.3",
467
- "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz",
468
- "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
469
- "dev": true,
470
- "license": "Apache-2.0",
471
- "engines": {
472
- "node": ">=18.18"
473
- },
474
- "funding": {
475
- "type": "github",
476
- "url": "https://github.com/sponsors/nzakas"
477
- }
478
- },
479
- "node_modules/@jridgewell/gen-mapping": {
480
- "version": "0.3.13",
481
- "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
482
- "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
483
- "dev": true,
484
- "license": "MIT",
485
- "dependencies": {
486
- "@jridgewell/sourcemap-codec": "^1.5.0",
487
- "@jridgewell/trace-mapping": "^0.3.24"
488
- }
489
- },
490
- "node_modules/@jridgewell/remapping": {
491
- "version": "2.3.5",
492
- "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
493
- "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
494
- "dev": true,
495
- "license": "MIT",
496
- "dependencies": {
497
- "@jridgewell/gen-mapping": "^0.3.5",
498
- "@jridgewell/trace-mapping": "^0.3.24"
499
- }
500
- },
501
- "node_modules/@jridgewell/resolve-uri": {
502
- "version": "3.1.2",
503
- "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
504
- "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
505
- "dev": true,
506
- "license": "MIT",
507
- "engines": {
508
- "node": ">=6.0.0"
509
- }
510
- },
511
- "node_modules/@jridgewell/sourcemap-codec": {
512
- "version": "1.5.5",
513
- "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
514
- "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
515
- "dev": true,
516
- "license": "MIT"
517
- },
518
- "node_modules/@jridgewell/trace-mapping": {
519
- "version": "0.3.31",
520
- "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
521
- "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
522
- "dev": true,
523
- "license": "MIT",
524
- "dependencies": {
525
- "@jridgewell/resolve-uri": "^3.1.0",
526
- "@jridgewell/sourcemap-codec": "^1.4.14"
527
- }
528
- },
529
- "node_modules/@oxc-project/types": {
530
- "version": "0.128.0",
531
- "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.128.0.tgz",
532
- "integrity": "sha512-huv1Y/LzBJkBVHt3OlC7u0zHBW9qXf1FdD7sGmc1rXc2P1mTwHssYv7jyGx5KAACSCH+9B3Bhn6Z9luHRvf7pQ==",
533
- "dev": true,
534
- "license": "MIT",
535
- "funding": {
536
- "url": "https://github.com/sponsors/Boshen"
537
- }
538
- },
539
- "node_modules/@rolldown/binding-darwin-arm64": {
540
- "version": "1.0.0-rc.18",
541
- "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.0-rc.18.tgz",
542
- "integrity": "sha512-apJq2ktnGp27nSInMR5Vcj8kY6xJzDAvfdIFlpDcAK/w4cDO58qVoi1YQsES/SKiFNge/6e4CUzgjfHduYqWpQ==",
543
- "cpu": [
544
- "arm64"
545
- ],
546
- "dev": true,
547
- "license": "MIT",
548
- "optional": true,
549
- "os": [
550
- "darwin"
551
- ],
552
- "engines": {
553
- "node": "^20.19.0 || >=22.12.0"
554
- }
555
- },
556
- "node_modules/@rolldown/pluginutils": {
557
- "version": "1.0.0-rc.7",
558
- "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.7.tgz",
559
- "integrity": "sha512-qujRfC8sFVInYSPPMLQByRh7zhwkGFS4+tyMQ83srV1qrxL4g8E2tyxVVyxd0+8QeBM1mIk9KbWxkegRr76XzA==",
560
- "dev": true,
561
- "license": "MIT"
562
- },
563
- "node_modules/@types/esrecurse": {
564
- "version": "4.3.1",
565
- "resolved": "https://registry.npmjs.org/@types/esrecurse/-/esrecurse-4.3.1.tgz",
566
- "integrity": "sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==",
567
- "dev": true,
568
- "license": "MIT"
569
- },
570
- "node_modules/@types/estree": {
571
- "version": "1.0.9",
572
- "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz",
573
- "integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==",
574
- "dev": true,
575
- "license": "MIT"
576
- },
577
- "node_modules/@types/json-schema": {
578
- "version": "7.0.15",
579
- "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
580
- "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
581
- "dev": true,
582
- "license": "MIT"
583
- },
584
- "node_modules/@types/node": {
585
- "version": "24.12.3",
586
- "resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.3.tgz",
587
- "integrity": "sha512-8oljBDGun9cIsZRJR6fkihn0TSXJI0UDOOhncYaERq6M0JMDoPLxyscwruJcb4GKS6dvK/d8xebYBg27h/duaQ==",
588
- "dev": true,
589
- "license": "MIT",
590
- "dependencies": {
591
- "undici-types": "~7.16.0"
592
- }
593
- },
594
- "node_modules/@types/react": {
595
- "version": "19.2.14",
596
- "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz",
597
- "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==",
598
- "dev": true,
599
- "license": "MIT",
600
- "dependencies": {
601
- "csstype": "^3.2.2"
602
- }
603
- },
604
- "node_modules/@types/react-dom": {
605
- "version": "19.2.3",
606
- "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.3.tgz",
607
- "integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==",
608
- "dev": true,
609
- "license": "MIT",
610
- "peerDependencies": {
611
- "@types/react": "^19.2.0"
612
- }
613
- },
614
- "node_modules/@typescript-eslint/eslint-plugin": {
615
- "version": "8.59.2",
616
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.59.2.tgz",
617
- "integrity": "sha512-j/bwmkBvHUtPNxzuWe5z6BEk3q54YRyGlBXkSsmfoih7zNrBvl5A9A98anlp/7JbyZcWIJ8KXo/3Tq/DjFLtuQ==",
618
- "dev": true,
619
- "license": "MIT",
620
- "dependencies": {
621
- "@eslint-community/regexpp": "^4.12.2",
622
- "@typescript-eslint/scope-manager": "8.59.2",
623
- "@typescript-eslint/type-utils": "8.59.2",
624
- "@typescript-eslint/utils": "8.59.2",
625
- "@typescript-eslint/visitor-keys": "8.59.2",
626
- "ignore": "^7.0.5",
627
- "natural-compare": "^1.4.0",
628
- "ts-api-utils": "^2.5.0"
629
- },
630
- "engines": {
631
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
632
- },
633
- "funding": {
634
- "type": "opencollective",
635
- "url": "https://opencollective.com/typescript-eslint"
636
- },
637
- "peerDependencies": {
638
- "@typescript-eslint/parser": "^8.59.2",
639
- "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
640
- "typescript": ">=4.8.4 <6.1.0"
641
- }
642
- },
643
- "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": {
644
- "version": "7.0.5",
645
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
646
- "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
647
- "dev": true,
648
- "license": "MIT",
649
- "engines": {
650
- "node": ">= 4"
651
- }
652
- },
653
- "node_modules/@typescript-eslint/parser": {
654
- "version": "8.59.2",
655
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.59.2.tgz",
656
- "integrity": "sha512-plR3pp6D+SSUn1HM7xvSkx12/DhoHInI2YF35KAcVFNZvlC0gtrWqx7Qq1oH2Ssgi0vlFRCTbP+DZc7B9+TtsQ==",
657
- "dev": true,
658
- "license": "MIT",
659
- "dependencies": {
660
- "@typescript-eslint/scope-manager": "8.59.2",
661
- "@typescript-eslint/types": "8.59.2",
662
- "@typescript-eslint/typescript-estree": "8.59.2",
663
- "@typescript-eslint/visitor-keys": "8.59.2",
664
- "debug": "^4.4.3"
665
- },
666
- "engines": {
667
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
668
- },
669
- "funding": {
670
- "type": "opencollective",
671
- "url": "https://opencollective.com/typescript-eslint"
672
- },
673
- "peerDependencies": {
674
- "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
675
- "typescript": ">=4.8.4 <6.1.0"
676
- }
677
- },
678
- "node_modules/@typescript-eslint/project-service": {
679
- "version": "8.59.2",
680
- "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.59.2.tgz",
681
- "integrity": "sha512-+2hqvEkeyf/0FBor67duF0Ll7Ot8jyKzDQOSrxazF/danillRq2DwR9dLptsXpoZQqxE1UisSmoZewrlPas9Vw==",
682
- "dev": true,
683
- "license": "MIT",
684
- "dependencies": {
685
- "@typescript-eslint/tsconfig-utils": "^8.59.2",
686
- "@typescript-eslint/types": "^8.59.2",
687
- "debug": "^4.4.3"
688
- },
689
- "engines": {
690
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
691
- },
692
- "funding": {
693
- "type": "opencollective",
694
- "url": "https://opencollective.com/typescript-eslint"
695
- },
696
- "peerDependencies": {
697
- "typescript": ">=4.8.4 <6.1.0"
698
- }
699
- },
700
- "node_modules/@typescript-eslint/scope-manager": {
701
- "version": "8.59.2",
702
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.59.2.tgz",
703
- "integrity": "sha512-JzfyEpEtOU89CcFSwyNS3mu4MLvLSXqnmX05+aKBDM+TdR5jzcGOEBwxwGNxrEQ7p/z6kK2WyioCGBf2zZBnvg==",
704
- "dev": true,
705
- "license": "MIT",
706
- "dependencies": {
707
- "@typescript-eslint/types": "8.59.2",
708
- "@typescript-eslint/visitor-keys": "8.59.2"
709
- },
710
- "engines": {
711
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
712
- },
713
- "funding": {
714
- "type": "opencollective",
715
- "url": "https://opencollective.com/typescript-eslint"
716
- }
717
- },
718
- "node_modules/@typescript-eslint/tsconfig-utils": {
719
- "version": "8.59.2",
720
- "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.2.tgz",
721
- "integrity": "sha512-BKK4alN7oi4C/zv4VqHQ+uRU+lTa6JGIZ7s1juw7b3RHo9OfKB+bKX3u0iVZetdsUCBBkSbdWbarJbmN0fTeSw==",
722
- "dev": true,
723
- "license": "MIT",
724
- "engines": {
725
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
726
- },
727
- "funding": {
728
- "type": "opencollective",
729
- "url": "https://opencollective.com/typescript-eslint"
730
- },
731
- "peerDependencies": {
732
- "typescript": ">=4.8.4 <6.1.0"
733
- }
734
- },
735
- "node_modules/@typescript-eslint/type-utils": {
736
- "version": "8.59.2",
737
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.59.2.tgz",
738
- "integrity": "sha512-nhqaj1nmTdVVl/BP5omXNRGO38jn5iosis2vbdmupF2txCf8ylWT8lx+JlvMYYVqzGVKtjojUFoQ3JRWK+mfzQ==",
739
- "dev": true,
740
- "license": "MIT",
741
- "dependencies": {
742
- "@typescript-eslint/types": "8.59.2",
743
- "@typescript-eslint/typescript-estree": "8.59.2",
744
- "@typescript-eslint/utils": "8.59.2",
745
- "debug": "^4.4.3",
746
- "ts-api-utils": "^2.5.0"
747
- },
748
- "engines": {
749
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
750
- },
751
- "funding": {
752
- "type": "opencollective",
753
- "url": "https://opencollective.com/typescript-eslint"
754
- },
755
- "peerDependencies": {
756
- "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
757
- "typescript": ">=4.8.4 <6.1.0"
758
- }
759
- },
760
- "node_modules/@typescript-eslint/types": {
761
- "version": "8.59.2",
762
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.2.tgz",
763
- "integrity": "sha512-e82GVOE8Ps3E++Egvb6Y3Dw0S10u8NkQ9KXmtRhCWJJ8kDhOJTvtMAWnFL16kB1583goCWXsr0NieKCZMs2/0Q==",
764
- "dev": true,
765
- "license": "MIT",
766
- "engines": {
767
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
768
- },
769
- "funding": {
770
- "type": "opencollective",
771
- "url": "https://opencollective.com/typescript-eslint"
772
- }
773
- },
774
- "node_modules/@typescript-eslint/typescript-estree": {
775
- "version": "8.59.2",
776
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.2.tgz",
777
- "integrity": "sha512-o0XPGNwcWw+FIwStOWn+BwBuEmL6QXP0rsvAFg7ET1dey1Nr6Wb1ac8p5HEsK0ygO/6mUxlk+YWQD9xcb/nnXg==",
778
- "dev": true,
779
- "license": "MIT",
780
- "dependencies": {
781
- "@typescript-eslint/project-service": "8.59.2",
782
- "@typescript-eslint/tsconfig-utils": "8.59.2",
783
- "@typescript-eslint/types": "8.59.2",
784
- "@typescript-eslint/visitor-keys": "8.59.2",
785
- "debug": "^4.4.3",
786
- "minimatch": "^10.2.2",
787
- "semver": "^7.7.3",
788
- "tinyglobby": "^0.2.15",
789
- "ts-api-utils": "^2.5.0"
790
- },
791
- "engines": {
792
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
793
- },
794
- "funding": {
795
- "type": "opencollective",
796
- "url": "https://opencollective.com/typescript-eslint"
797
- },
798
- "peerDependencies": {
799
- "typescript": ">=4.8.4 <6.1.0"
800
- }
801
- },
802
- "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": {
803
- "version": "7.8.0",
804
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.0.tgz",
805
- "integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==",
806
- "dev": true,
807
- "license": "ISC",
808
- "bin": {
809
- "semver": "bin/semver.js"
810
- },
811
- "engines": {
812
- "node": ">=10"
813
- }
814
- },
815
- "node_modules/@typescript-eslint/utils": {
816
- "version": "8.59.2",
817
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.59.2.tgz",
818
- "integrity": "sha512-Juw3EinkXqjaffxz6roowvV7GZT/kET5vSKKZT6upl5TXdWkLkYmNPXwDDL2Vkt2DPn0nODIS4egC/0AGxKo/Q==",
819
- "dev": true,
820
- "license": "MIT",
821
- "dependencies": {
822
- "@eslint-community/eslint-utils": "^4.9.1",
823
- "@typescript-eslint/scope-manager": "8.59.2",
824
- "@typescript-eslint/types": "8.59.2",
825
- "@typescript-eslint/typescript-estree": "8.59.2"
826
- },
827
- "engines": {
828
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
829
- },
830
- "funding": {
831
- "type": "opencollective",
832
- "url": "https://opencollective.com/typescript-eslint"
833
- },
834
- "peerDependencies": {
835
- "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
836
- "typescript": ">=4.8.4 <6.1.0"
837
- }
838
- },
839
- "node_modules/@typescript-eslint/visitor-keys": {
840
- "version": "8.59.2",
841
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.2.tgz",
842
- "integrity": "sha512-NwjLUnGy8/Zfx23fl50tRC8rYaYnM52xNRYFAXvmiil9yh1+K6aRVQMnzW6gQB/1DLgWt977lYQn7C+wtgXZiA==",
843
- "dev": true,
844
- "license": "MIT",
845
- "dependencies": {
846
- "@typescript-eslint/types": "8.59.2",
847
- "eslint-visitor-keys": "^5.0.0"
848
- },
849
- "engines": {
850
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
851
- },
852
- "funding": {
853
- "type": "opencollective",
854
- "url": "https://opencollective.com/typescript-eslint"
855
- }
856
- },
857
- "node_modules/@vitejs/plugin-react": {
858
- "version": "6.0.1",
859
- "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-6.0.1.tgz",
860
- "integrity": "sha512-l9X/E3cDb+xY3SWzlG1MOGt2usfEHGMNIaegaUGFsLkb3RCn/k8/TOXBcab+OndDI4TBtktT8/9BwwW8Vi9KUQ==",
861
- "dev": true,
862
- "license": "MIT",
863
- "dependencies": {
864
- "@rolldown/pluginutils": "1.0.0-rc.7"
865
- },
866
- "engines": {
867
- "node": "^20.19.0 || >=22.12.0"
868
- },
869
- "peerDependencies": {
870
- "@rolldown/plugin-babel": "^0.1.7 || ^0.2.0",
871
- "babel-plugin-react-compiler": "^1.0.0",
872
- "vite": "^8.0.0"
873
- },
874
- "peerDependenciesMeta": {
875
- "@rolldown/plugin-babel": {
876
- "optional": true
877
- },
878
- "babel-plugin-react-compiler": {
879
- "optional": true
880
- }
881
- }
882
- },
883
- "node_modules/acorn": {
884
- "version": "8.16.0",
885
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
886
- "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
887
- "dev": true,
888
- "license": "MIT",
889
- "bin": {
890
- "acorn": "bin/acorn"
891
- },
892
- "engines": {
893
- "node": ">=0.4.0"
894
- }
895
- },
896
- "node_modules/acorn-jsx": {
897
- "version": "5.3.2",
898
- "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
899
- "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
900
- "dev": true,
901
- "license": "MIT",
902
- "peerDependencies": {
903
- "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
904
- }
905
- },
906
- "node_modules/ajv": {
907
- "version": "6.15.0",
908
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.15.0.tgz",
909
- "integrity": "sha512-fgFx7Hfoq60ytK2c7DhnF8jIvzYgOMxfugjLOSMHjLIPgenqa7S7oaagATUq99mV6IYvN2tRmC0wnTYX6iPbMw==",
910
- "dev": true,
911
- "license": "MIT",
912
- "dependencies": {
913
- "fast-deep-equal": "^3.1.1",
914
- "fast-json-stable-stringify": "^2.0.0",
915
- "json-schema-traverse": "^0.4.1",
916
- "uri-js": "^4.2.2"
917
- },
918
- "funding": {
919
- "type": "github",
920
- "url": "https://github.com/sponsors/epoberezkin"
921
- }
922
- },
923
- "node_modules/balanced-match": {
924
- "version": "4.0.4",
925
- "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
926
- "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
927
- "dev": true,
928
- "license": "MIT",
929
- "engines": {
930
- "node": "18 || 20 || >=22"
931
- }
932
- },
933
- "node_modules/baseline-browser-mapping": {
934
- "version": "2.10.29",
935
- "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.29.tgz",
936
- "integrity": "sha512-Asa2krT+XTPZINCS+2QcyS8WTkObE77RwkydwF7h6DmnKqbvlalz93m/dnphUyCa6SWSP51VgtEUf2FN+gelFQ==",
937
- "dev": true,
938
- "license": "Apache-2.0",
939
- "bin": {
940
- "baseline-browser-mapping": "dist/cli.cjs"
941
- },
942
- "engines": {
943
- "node": ">=6.0.0"
944
- }
945
- },
946
- "node_modules/brace-expansion": {
947
- "version": "5.0.6",
948
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.6.tgz",
949
- "integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==",
950
- "dev": true,
951
- "license": "MIT",
952
- "dependencies": {
953
- "balanced-match": "^4.0.2"
954
- },
955
- "engines": {
956
- "node": "18 || 20 || >=22"
957
- }
958
- },
959
- "node_modules/browserslist": {
960
- "version": "4.28.2",
961
- "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.2.tgz",
962
- "integrity": "sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==",
963
- "dev": true,
964
- "funding": [
965
- {
966
- "type": "opencollective",
967
- "url": "https://opencollective.com/browserslist"
968
- },
969
- {
970
- "type": "tidelift",
971
- "url": "https://tidelift.com/funding/github/npm/browserslist"
972
- },
973
- {
974
- "type": "github",
975
- "url": "https://github.com/sponsors/ai"
976
- }
977
- ],
978
- "license": "MIT",
979
- "dependencies": {
980
- "baseline-browser-mapping": "^2.10.12",
981
- "caniuse-lite": "^1.0.30001782",
982
- "electron-to-chromium": "^1.5.328",
983
- "node-releases": "^2.0.36",
984
- "update-browserslist-db": "^1.2.3"
985
- },
986
- "bin": {
987
- "browserslist": "cli.js"
988
- },
989
- "engines": {
990
- "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
991
- }
992
- },
993
- "node_modules/caniuse-lite": {
994
- "version": "1.0.30001792",
995
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001792.tgz",
996
- "integrity": "sha512-hVLMUZFgR4JJ6ACt1uEESvQN1/dBVqPAKY0hgrV70eN3391K6juAfTjKZLKvOMsx8PxA7gsY1/tLMMTcfFLLpw==",
997
- "dev": true,
998
- "funding": [
999
- {
1000
- "type": "opencollective",
1001
- "url": "https://opencollective.com/browserslist"
1002
- },
1003
- {
1004
- "type": "tidelift",
1005
- "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
1006
- },
1007
- {
1008
- "type": "github",
1009
- "url": "https://github.com/sponsors/ai"
1010
- }
1011
- ],
1012
- "license": "CC-BY-4.0"
1013
- },
1014
- "node_modules/convert-source-map": {
1015
- "version": "2.0.0",
1016
- "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
1017
- "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
1018
- "dev": true,
1019
- "license": "MIT"
1020
- },
1021
- "node_modules/cross-spawn": {
1022
- "version": "7.0.6",
1023
- "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
1024
- "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
1025
- "dev": true,
1026
- "license": "MIT",
1027
- "dependencies": {
1028
- "path-key": "^3.1.0",
1029
- "shebang-command": "^2.0.0",
1030
- "which": "^2.0.1"
1031
- },
1032
- "engines": {
1033
- "node": ">= 8"
1034
- }
1035
- },
1036
- "node_modules/csstype": {
1037
- "version": "3.2.3",
1038
- "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
1039
- "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
1040
- "dev": true,
1041
- "license": "MIT"
1042
- },
1043
- "node_modules/debug": {
1044
- "version": "4.4.3",
1045
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
1046
- "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
1047
- "dev": true,
1048
- "license": "MIT",
1049
- "dependencies": {
1050
- "ms": "^2.1.3"
1051
- },
1052
- "engines": {
1053
- "node": ">=6.0"
1054
- },
1055
- "peerDependenciesMeta": {
1056
- "supports-color": {
1057
- "optional": true
1058
- }
1059
- }
1060
- },
1061
- "node_modules/deep-is": {
1062
- "version": "0.1.4",
1063
- "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
1064
- "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
1065
- "dev": true,
1066
- "license": "MIT"
1067
- },
1068
- "node_modules/detect-libc": {
1069
- "version": "2.1.2",
1070
- "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
1071
- "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
1072
- "dev": true,
1073
- "license": "Apache-2.0",
1074
- "engines": {
1075
- "node": ">=8"
1076
- }
1077
- },
1078
- "node_modules/electron-to-chromium": {
1079
- "version": "1.5.353",
1080
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.353.tgz",
1081
- "integrity": "sha512-kOrWphBi8TOZyiJZqsgqIle0lw+tzmnQK83pV9dZUd01Nm2POECSyFQMAuarzZdYqQW7FH9RaYOuaRo3h+bQ3w==",
1082
- "dev": true,
1083
- "license": "ISC"
1084
- },
1085
- "node_modules/escalade": {
1086
- "version": "3.2.0",
1087
- "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
1088
- "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
1089
- "dev": true,
1090
- "license": "MIT",
1091
- "engines": {
1092
- "node": ">=6"
1093
- }
1094
- },
1095
- "node_modules/escape-string-regexp": {
1096
- "version": "4.0.0",
1097
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
1098
- "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
1099
- "dev": true,
1100
- "license": "MIT",
1101
- "engines": {
1102
- "node": ">=10"
1103
- },
1104
- "funding": {
1105
- "url": "https://github.com/sponsors/sindresorhus"
1106
- }
1107
- },
1108
- "node_modules/eslint": {
1109
- "version": "10.3.0",
1110
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.3.0.tgz",
1111
- "integrity": "sha512-XbEXaRva5cF0ZQB8w6MluHA0kZZfV2DuCMJ3ozyEOHLwDpZX2Lmm/7Pp0xdJmI0GL1W05VH5VwIFHEm1Vcw2gw==",
1112
- "dev": true,
1113
- "license": "MIT",
1114
- "dependencies": {
1115
- "@eslint-community/eslint-utils": "^4.8.0",
1116
- "@eslint-community/regexpp": "^4.12.2",
1117
- "@eslint/config-array": "^0.23.5",
1118
- "@eslint/config-helpers": "^0.5.5",
1119
- "@eslint/core": "^1.2.1",
1120
- "@eslint/plugin-kit": "^0.7.1",
1121
- "@humanfs/node": "^0.16.6",
1122
- "@humanwhocodes/module-importer": "^1.0.1",
1123
- "@humanwhocodes/retry": "^0.4.2",
1124
- "@types/estree": "^1.0.6",
1125
- "ajv": "^6.14.0",
1126
- "cross-spawn": "^7.0.6",
1127
- "debug": "^4.3.2",
1128
- "escape-string-regexp": "^4.0.0",
1129
- "eslint-scope": "^9.1.2",
1130
- "eslint-visitor-keys": "^5.0.1",
1131
- "espree": "^11.2.0",
1132
- "esquery": "^1.7.0",
1133
- "esutils": "^2.0.2",
1134
- "fast-deep-equal": "^3.1.3",
1135
- "file-entry-cache": "^8.0.0",
1136
- "find-up": "^5.0.0",
1137
- "glob-parent": "^6.0.2",
1138
- "ignore": "^5.2.0",
1139
- "imurmurhash": "^0.1.4",
1140
- "is-glob": "^4.0.0",
1141
- "json-stable-stringify-without-jsonify": "^1.0.1",
1142
- "minimatch": "^10.2.4",
1143
- "natural-compare": "^1.4.0",
1144
- "optionator": "^0.9.3"
1145
- },
1146
- "bin": {
1147
- "eslint": "bin/eslint.js"
1148
- },
1149
- "engines": {
1150
- "node": "^20.19.0 || ^22.13.0 || >=24"
1151
- },
1152
- "funding": {
1153
- "url": "https://eslint.org/donate"
1154
- },
1155
- "peerDependencies": {
1156
- "jiti": "*"
1157
- },
1158
- "peerDependenciesMeta": {
1159
- "jiti": {
1160
- "optional": true
1161
- }
1162
- }
1163
- },
1164
- "node_modules/eslint-plugin-react-hooks": {
1165
- "version": "7.1.1",
1166
- "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.1.1.tgz",
1167
- "integrity": "sha512-f2I7Gw6JbvCexzIInuSbZpfdQ44D7iqdWX01FKLvrPgqxoE7oMj8clOfto8U6vYiz4yd5oKu39rRSVOe1zRu0g==",
1168
- "dev": true,
1169
- "license": "MIT",
1170
- "dependencies": {
1171
- "@babel/core": "^7.24.4",
1172
- "@babel/parser": "^7.24.4",
1173
- "hermes-parser": "^0.25.1",
1174
- "zod": "^3.25.0 || ^4.0.0",
1175
- "zod-validation-error": "^3.5.0 || ^4.0.0"
1176
- },
1177
- "engines": {
1178
- "node": ">=18"
1179
- },
1180
- "peerDependencies": {
1181
- "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 || ^10.0.0"
1182
- }
1183
- },
1184
- "node_modules/eslint-plugin-react-refresh": {
1185
- "version": "0.5.2",
1186
- "resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.5.2.tgz",
1187
- "integrity": "sha512-hmgTH57GfzoTFjVN0yBwTggnsVUF2tcqi7RJZHqi9lIezSs4eFyAMktA68YD4r5kNw1mxyY4dmkyoFDb3FIqrA==",
1188
- "dev": true,
1189
- "license": "MIT",
1190
- "peerDependencies": {
1191
- "eslint": "^9 || ^10"
1192
- }
1193
- },
1194
- "node_modules/eslint-scope": {
1195
- "version": "9.1.2",
1196
- "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-9.1.2.tgz",
1197
- "integrity": "sha512-xS90H51cKw0jltxmvmHy2Iai1LIqrfbw57b79w/J7MfvDfkIkFZ+kj6zC3BjtUwh150HsSSdxXZcsuv72miDFQ==",
1198
- "dev": true,
1199
- "license": "BSD-2-Clause",
1200
- "dependencies": {
1201
- "@types/esrecurse": "^4.3.1",
1202
- "@types/estree": "^1.0.8",
1203
- "esrecurse": "^4.3.0",
1204
- "estraverse": "^5.2.0"
1205
- },
1206
- "engines": {
1207
- "node": "^20.19.0 || ^22.13.0 || >=24"
1208
- },
1209
- "funding": {
1210
- "url": "https://opencollective.com/eslint"
1211
- }
1212
- },
1213
- "node_modules/eslint-visitor-keys": {
1214
- "version": "5.0.1",
1215
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
1216
- "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
1217
- "dev": true,
1218
- "license": "Apache-2.0",
1219
- "engines": {
1220
- "node": "^20.19.0 || ^22.13.0 || >=24"
1221
- },
1222
- "funding": {
1223
- "url": "https://opencollective.com/eslint"
1224
- }
1225
- },
1226
- "node_modules/espree": {
1227
- "version": "11.2.0",
1228
- "resolved": "https://registry.npmjs.org/espree/-/espree-11.2.0.tgz",
1229
- "integrity": "sha512-7p3DrVEIopW1B1avAGLuCSh1jubc01H2JHc8B4qqGblmg5gI9yumBgACjWo4JlIc04ufug4xJ3SQI8HkS/Rgzw==",
1230
- "dev": true,
1231
- "license": "BSD-2-Clause",
1232
- "dependencies": {
1233
- "acorn": "^8.16.0",
1234
- "acorn-jsx": "^5.3.2",
1235
- "eslint-visitor-keys": "^5.0.1"
1236
- },
1237
- "engines": {
1238
- "node": "^20.19.0 || ^22.13.0 || >=24"
1239
- },
1240
- "funding": {
1241
- "url": "https://opencollective.com/eslint"
1242
- }
1243
- },
1244
- "node_modules/esquery": {
1245
- "version": "1.7.0",
1246
- "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.7.0.tgz",
1247
- "integrity": "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==",
1248
- "dev": true,
1249
- "license": "BSD-3-Clause",
1250
- "dependencies": {
1251
- "estraverse": "^5.1.0"
1252
- },
1253
- "engines": {
1254
- "node": ">=0.10"
1255
- }
1256
- },
1257
- "node_modules/esrecurse": {
1258
- "version": "4.3.0",
1259
- "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
1260
- "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
1261
- "dev": true,
1262
- "license": "BSD-2-Clause",
1263
- "dependencies": {
1264
- "estraverse": "^5.2.0"
1265
- },
1266
- "engines": {
1267
- "node": ">=4.0"
1268
- }
1269
- },
1270
- "node_modules/estraverse": {
1271
- "version": "5.3.0",
1272
- "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
1273
- "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
1274
- "dev": true,
1275
- "license": "BSD-2-Clause",
1276
- "engines": {
1277
- "node": ">=4.0"
1278
- }
1279
- },
1280
- "node_modules/esutils": {
1281
- "version": "2.0.3",
1282
- "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
1283
- "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
1284
- "dev": true,
1285
- "license": "BSD-2-Clause",
1286
- "engines": {
1287
- "node": ">=0.10.0"
1288
- }
1289
- },
1290
- "node_modules/fast-deep-equal": {
1291
- "version": "3.1.3",
1292
- "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
1293
- "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
1294
- "dev": true,
1295
- "license": "MIT"
1296
- },
1297
- "node_modules/fast-json-stable-stringify": {
1298
- "version": "2.1.0",
1299
- "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
1300
- "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
1301
- "dev": true,
1302
- "license": "MIT"
1303
- },
1304
- "node_modules/fast-levenshtein": {
1305
- "version": "2.0.6",
1306
- "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
1307
- "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
1308
- "dev": true,
1309
- "license": "MIT"
1310
- },
1311
- "node_modules/fdir": {
1312
- "version": "6.5.0",
1313
- "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
1314
- "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
1315
- "dev": true,
1316
- "license": "MIT",
1317
- "engines": {
1318
- "node": ">=12.0.0"
1319
- },
1320
- "peerDependencies": {
1321
- "picomatch": "^3 || ^4"
1322
- },
1323
- "peerDependenciesMeta": {
1324
- "picomatch": {
1325
- "optional": true
1326
- }
1327
- }
1328
- },
1329
- "node_modules/file-entry-cache": {
1330
- "version": "8.0.0",
1331
- "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
1332
- "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
1333
- "dev": true,
1334
- "license": "MIT",
1335
- "dependencies": {
1336
- "flat-cache": "^4.0.0"
1337
- },
1338
- "engines": {
1339
- "node": ">=16.0.0"
1340
- }
1341
- },
1342
- "node_modules/find-up": {
1343
- "version": "5.0.0",
1344
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
1345
- "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
1346
- "dev": true,
1347
- "license": "MIT",
1348
- "dependencies": {
1349
- "locate-path": "^6.0.0",
1350
- "path-exists": "^4.0.0"
1351
- },
1352
- "engines": {
1353
- "node": ">=10"
1354
- },
1355
- "funding": {
1356
- "url": "https://github.com/sponsors/sindresorhus"
1357
- }
1358
- },
1359
- "node_modules/flat-cache": {
1360
- "version": "4.0.1",
1361
- "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
1362
- "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
1363
- "dev": true,
1364
- "license": "MIT",
1365
- "dependencies": {
1366
- "flatted": "^3.2.9",
1367
- "keyv": "^4.5.4"
1368
- },
1369
- "engines": {
1370
- "node": ">=16"
1371
- }
1372
- },
1373
- "node_modules/flatted": {
1374
- "version": "3.4.2",
1375
- "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.2.tgz",
1376
- "integrity": "sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==",
1377
- "dev": true,
1378
- "license": "ISC"
1379
- },
1380
- "node_modules/fsevents": {
1381
- "version": "2.3.3",
1382
- "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
1383
- "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
1384
- "dev": true,
1385
- "license": "MIT",
1386
- "optional": true,
1387
- "os": [
1388
- "darwin"
1389
- ],
1390
- "engines": {
1391
- "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
1392
- }
1393
- },
1394
- "node_modules/gensync": {
1395
- "version": "1.0.0-beta.2",
1396
- "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
1397
- "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
1398
- "dev": true,
1399
- "license": "MIT",
1400
- "engines": {
1401
- "node": ">=6.9.0"
1402
- }
1403
- },
1404
- "node_modules/glob-parent": {
1405
- "version": "6.0.2",
1406
- "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
1407
- "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
1408
- "dev": true,
1409
- "license": "ISC",
1410
- "dependencies": {
1411
- "is-glob": "^4.0.3"
1412
- },
1413
- "engines": {
1414
- "node": ">=10.13.0"
1415
- }
1416
- },
1417
- "node_modules/globals": {
1418
- "version": "17.6.0",
1419
- "resolved": "https://registry.npmjs.org/globals/-/globals-17.6.0.tgz",
1420
- "integrity": "sha512-sepffkT8stwnIYbsMBpoCHJuJM5l98FUF2AnE07hfvE0m/qp3R586hw4jF4uadbhvg1ooIdzuu7CsfD2jzCaNA==",
1421
- "dev": true,
1422
- "license": "MIT",
1423
- "engines": {
1424
- "node": ">=18"
1425
- },
1426
- "funding": {
1427
- "url": "https://github.com/sponsors/sindresorhus"
1428
- }
1429
- },
1430
- "node_modules/hermes-estree": {
1431
- "version": "0.25.1",
1432
- "resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.25.1.tgz",
1433
- "integrity": "sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==",
1434
- "dev": true,
1435
- "license": "MIT"
1436
- },
1437
- "node_modules/hermes-parser": {
1438
- "version": "0.25.1",
1439
- "resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.25.1.tgz",
1440
- "integrity": "sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==",
1441
- "dev": true,
1442
- "license": "MIT",
1443
- "dependencies": {
1444
- "hermes-estree": "0.25.1"
1445
- }
1446
- },
1447
- "node_modules/ignore": {
1448
- "version": "5.3.2",
1449
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
1450
- "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
1451
- "dev": true,
1452
- "license": "MIT",
1453
- "engines": {
1454
- "node": ">= 4"
1455
- }
1456
- },
1457
- "node_modules/imurmurhash": {
1458
- "version": "0.1.4",
1459
- "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
1460
- "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
1461
- "dev": true,
1462
- "license": "MIT",
1463
- "engines": {
1464
- "node": ">=0.8.19"
1465
- }
1466
- },
1467
- "node_modules/is-extglob": {
1468
- "version": "2.1.1",
1469
- "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
1470
- "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
1471
- "dev": true,
1472
- "license": "MIT",
1473
- "engines": {
1474
- "node": ">=0.10.0"
1475
- }
1476
- },
1477
- "node_modules/is-glob": {
1478
- "version": "4.0.3",
1479
- "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
1480
- "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
1481
- "dev": true,
1482
- "license": "MIT",
1483
- "dependencies": {
1484
- "is-extglob": "^2.1.1"
1485
- },
1486
- "engines": {
1487
- "node": ">=0.10.0"
1488
- }
1489
- },
1490
- "node_modules/isexe": {
1491
- "version": "2.0.0",
1492
- "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
1493
- "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
1494
- "dev": true,
1495
- "license": "ISC"
1496
- },
1497
- "node_modules/js-tokens": {
1498
- "version": "4.0.0",
1499
- "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
1500
- "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
1501
- "dev": true,
1502
- "license": "MIT"
1503
- },
1504
- "node_modules/jsesc": {
1505
- "version": "3.1.0",
1506
- "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
1507
- "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
1508
- "dev": true,
1509
- "license": "MIT",
1510
- "bin": {
1511
- "jsesc": "bin/jsesc"
1512
- },
1513
- "engines": {
1514
- "node": ">=6"
1515
- }
1516
- },
1517
- "node_modules/json-buffer": {
1518
- "version": "3.0.1",
1519
- "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
1520
- "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
1521
- "dev": true,
1522
- "license": "MIT"
1523
- },
1524
- "node_modules/json-schema-traverse": {
1525
- "version": "0.4.1",
1526
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
1527
- "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
1528
- "dev": true,
1529
- "license": "MIT"
1530
- },
1531
- "node_modules/json-stable-stringify-without-jsonify": {
1532
- "version": "1.0.1",
1533
- "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
1534
- "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
1535
- "dev": true,
1536
- "license": "MIT"
1537
- },
1538
- "node_modules/json5": {
1539
- "version": "2.2.3",
1540
- "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
1541
- "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
1542
- "dev": true,
1543
- "license": "MIT",
1544
- "bin": {
1545
- "json5": "lib/cli.js"
1546
- },
1547
- "engines": {
1548
- "node": ">=6"
1549
- }
1550
- },
1551
- "node_modules/keyv": {
1552
- "version": "4.5.4",
1553
- "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
1554
- "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
1555
- "dev": true,
1556
- "license": "MIT",
1557
- "dependencies": {
1558
- "json-buffer": "3.0.1"
1559
- }
1560
- },
1561
- "node_modules/levn": {
1562
- "version": "0.4.1",
1563
- "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
1564
- "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
1565
- "dev": true,
1566
- "license": "MIT",
1567
- "dependencies": {
1568
- "prelude-ls": "^1.2.1",
1569
- "type-check": "~0.4.0"
1570
- },
1571
- "engines": {
1572
- "node": ">= 0.8.0"
1573
- }
1574
- },
1575
- "node_modules/lightningcss": {
1576
- "version": "1.32.0",
1577
- "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz",
1578
- "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
1579
- "dev": true,
1580
- "license": "MPL-2.0",
1581
- "dependencies": {
1582
- "detect-libc": "^2.0.3"
1583
- },
1584
- "engines": {
1585
- "node": ">= 12.0.0"
1586
- },
1587
- "funding": {
1588
- "type": "opencollective",
1589
- "url": "https://opencollective.com/parcel"
1590
- },
1591
- "optionalDependencies": {
1592
- "lightningcss-android-arm64": "1.32.0",
1593
- "lightningcss-darwin-arm64": "1.32.0",
1594
- "lightningcss-darwin-x64": "1.32.0",
1595
- "lightningcss-freebsd-x64": "1.32.0",
1596
- "lightningcss-linux-arm-gnueabihf": "1.32.0",
1597
- "lightningcss-linux-arm64-gnu": "1.32.0",
1598
- "lightningcss-linux-arm64-musl": "1.32.0",
1599
- "lightningcss-linux-x64-gnu": "1.32.0",
1600
- "lightningcss-linux-x64-musl": "1.32.0",
1601
- "lightningcss-win32-arm64-msvc": "1.32.0",
1602
- "lightningcss-win32-x64-msvc": "1.32.0"
1603
- }
1604
- },
1605
- "node_modules/lightningcss-darwin-arm64": {
1606
- "version": "1.32.0",
1607
- "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
1608
- "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
1609
- "cpu": [
1610
- "arm64"
1611
- ],
1612
- "dev": true,
1613
- "license": "MPL-2.0",
1614
- "optional": true,
1615
- "os": [
1616
- "darwin"
1617
- ],
1618
- "engines": {
1619
- "node": ">= 12.0.0"
1620
- },
1621
- "funding": {
1622
- "type": "opencollective",
1623
- "url": "https://opencollective.com/parcel"
1624
- }
1625
- },
1626
- "node_modules/locate-path": {
1627
- "version": "6.0.0",
1628
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
1629
- "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
1630
- "dev": true,
1631
- "license": "MIT",
1632
- "dependencies": {
1633
- "p-locate": "^5.0.0"
1634
- },
1635
- "engines": {
1636
- "node": ">=10"
1637
- },
1638
- "funding": {
1639
- "url": "https://github.com/sponsors/sindresorhus"
1640
- }
1641
- },
1642
- "node_modules/lru-cache": {
1643
- "version": "5.1.1",
1644
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
1645
- "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
1646
- "dev": true,
1647
- "license": "ISC",
1648
- "dependencies": {
1649
- "yallist": "^3.0.2"
1650
- }
1651
- },
1652
- "node_modules/minimatch": {
1653
- "version": "10.2.5",
1654
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
1655
- "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
1656
- "dev": true,
1657
- "license": "BlueOak-1.0.0",
1658
- "dependencies": {
1659
- "brace-expansion": "^5.0.5"
1660
- },
1661
- "engines": {
1662
- "node": "18 || 20 || >=22"
1663
- },
1664
- "funding": {
1665
- "url": "https://github.com/sponsors/isaacs"
1666
- }
1667
- },
1668
- "node_modules/ms": {
1669
- "version": "2.1.3",
1670
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
1671
- "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
1672
- "dev": true,
1673
- "license": "MIT"
1674
- },
1675
- "node_modules/nanoid": {
1676
- "version": "3.3.12",
1677
- "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.12.tgz",
1678
- "integrity": "sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==",
1679
- "dev": true,
1680
- "funding": [
1681
- {
1682
- "type": "github",
1683
- "url": "https://github.com/sponsors/ai"
1684
- }
1685
- ],
1686
- "license": "MIT",
1687
- "bin": {
1688
- "nanoid": "bin/nanoid.cjs"
1689
- },
1690
- "engines": {
1691
- "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
1692
- }
1693
- },
1694
- "node_modules/natural-compare": {
1695
- "version": "1.4.0",
1696
- "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
1697
- "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
1698
- "dev": true,
1699
- "license": "MIT"
1700
- },
1701
- "node_modules/node-releases": {
1702
- "version": "2.0.38",
1703
- "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.38.tgz",
1704
- "integrity": "sha512-3qT/88Y3FbH/Kx4szpQQ4HzUbVrHPKTLVpVocKiLfoYvw9XSGOX2FmD2d6DrXbVYyAQTF2HeF6My8jmzx7/CRw==",
1705
- "dev": true,
1706
- "license": "MIT"
1707
- },
1708
- "node_modules/optionator": {
1709
- "version": "0.9.4",
1710
- "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
1711
- "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
1712
- "dev": true,
1713
- "license": "MIT",
1714
- "dependencies": {
1715
- "deep-is": "^0.1.3",
1716
- "fast-levenshtein": "^2.0.6",
1717
- "levn": "^0.4.1",
1718
- "prelude-ls": "^1.2.1",
1719
- "type-check": "^0.4.0",
1720
- "word-wrap": "^1.2.5"
1721
- },
1722
- "engines": {
1723
- "node": ">= 0.8.0"
1724
- }
1725
- },
1726
- "node_modules/p-limit": {
1727
- "version": "3.1.0",
1728
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
1729
- "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
1730
- "dev": true,
1731
- "license": "MIT",
1732
- "dependencies": {
1733
- "yocto-queue": "^0.1.0"
1734
- },
1735
- "engines": {
1736
- "node": ">=10"
1737
- },
1738
- "funding": {
1739
- "url": "https://github.com/sponsors/sindresorhus"
1740
- }
1741
- },
1742
- "node_modules/p-locate": {
1743
- "version": "5.0.0",
1744
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
1745
- "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
1746
- "dev": true,
1747
- "license": "MIT",
1748
- "dependencies": {
1749
- "p-limit": "^3.0.2"
1750
- },
1751
- "engines": {
1752
- "node": ">=10"
1753
- },
1754
- "funding": {
1755
- "url": "https://github.com/sponsors/sindresorhus"
1756
- }
1757
- },
1758
- "node_modules/path-exists": {
1759
- "version": "4.0.0",
1760
- "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
1761
- "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
1762
- "dev": true,
1763
- "license": "MIT",
1764
- "engines": {
1765
- "node": ">=8"
1766
- }
1767
- },
1768
- "node_modules/path-key": {
1769
- "version": "3.1.1",
1770
- "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
1771
- "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
1772
- "dev": true,
1773
- "license": "MIT",
1774
- "engines": {
1775
- "node": ">=8"
1776
- }
1777
- },
1778
- "node_modules/picocolors": {
1779
- "version": "1.1.1",
1780
- "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
1781
- "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
1782
- "dev": true,
1783
- "license": "ISC"
1784
- },
1785
- "node_modules/picomatch": {
1786
- "version": "4.0.4",
1787
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
1788
- "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
1789
- "dev": true,
1790
- "license": "MIT",
1791
- "engines": {
1792
- "node": ">=12"
1793
- },
1794
- "funding": {
1795
- "url": "https://github.com/sponsors/jonschlinkert"
1796
- }
1797
- },
1798
- "node_modules/postcss": {
1799
- "version": "8.5.14",
1800
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.14.tgz",
1801
- "integrity": "sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg==",
1802
- "dev": true,
1803
- "funding": [
1804
- {
1805
- "type": "opencollective",
1806
- "url": "https://opencollective.com/postcss/"
1807
- },
1808
- {
1809
- "type": "tidelift",
1810
- "url": "https://tidelift.com/funding/github/npm/postcss"
1811
- },
1812
- {
1813
- "type": "github",
1814
- "url": "https://github.com/sponsors/ai"
1815
- }
1816
- ],
1817
- "license": "MIT",
1818
- "dependencies": {
1819
- "nanoid": "^3.3.11",
1820
- "picocolors": "^1.1.1",
1821
- "source-map-js": "^1.2.1"
1822
- },
1823
- "engines": {
1824
- "node": "^10 || ^12 || >=14"
1825
- }
1826
- },
1827
- "node_modules/prelude-ls": {
1828
- "version": "1.2.1",
1829
- "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
1830
- "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
1831
- "dev": true,
1832
- "license": "MIT",
1833
- "engines": {
1834
- "node": ">= 0.8.0"
1835
- }
1836
- },
1837
- "node_modules/punycode": {
1838
- "version": "2.3.1",
1839
- "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
1840
- "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
1841
- "dev": true,
1842
- "license": "MIT",
1843
- "engines": {
1844
- "node": ">=6"
1845
- }
1846
- },
1847
- "node_modules/react": {
1848
- "version": "19.2.6",
1849
- "resolved": "https://registry.npmjs.org/react/-/react-19.2.6.tgz",
1850
- "integrity": "sha512-sfWGGfavi0xr8Pg0sVsyHMAOziVYKgPLNrS7ig+ivMNb3wbCBw3KxtflsGBAwD3gYQlE/AEZsTLgToRrSCjb0Q==",
1851
- "license": "MIT",
1852
- "engines": {
1853
- "node": ">=0.10.0"
1854
- }
1855
- },
1856
- "node_modules/react-dom": {
1857
- "version": "19.2.6",
1858
- "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.6.tgz",
1859
- "integrity": "sha512-0prMI+hvBbPjsWnxDLxlCGyM8PN6UuWjEUCYmZhO67xIV9Xasa/r/vDnq+Xyq4Lo27g8QSbO5YzARu0D1Sps3g==",
1860
- "license": "MIT",
1861
- "dependencies": {
1862
- "scheduler": "^0.27.0"
1863
- },
1864
- "peerDependencies": {
1865
- "react": "^19.2.6"
1866
- }
1867
- },
1868
- "node_modules/rolldown": {
1869
- "version": "1.0.0-rc.18",
1870
- "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.0-rc.18.tgz",
1871
- "integrity": "sha512-phmyKBpuBdRYDf4hgyynGAYn/rDDe+iZXKVJ7WX5b1zQzpLkP5oJRPGsfJuHdzPMlyyEO/4sPW6yfSx2gf7lVg==",
1872
- "dev": true,
1873
- "license": "MIT",
1874
- "dependencies": {
1875
- "@oxc-project/types": "=0.128.0",
1876
- "@rolldown/pluginutils": "1.0.0-rc.18"
1877
- },
1878
- "bin": {
1879
- "rolldown": "bin/cli.mjs"
1880
- },
1881
- "engines": {
1882
- "node": "^20.19.0 || >=22.12.0"
1883
- },
1884
- "optionalDependencies": {
1885
- "@rolldown/binding-android-arm64": "1.0.0-rc.18",
1886
- "@rolldown/binding-darwin-arm64": "1.0.0-rc.18",
1887
- "@rolldown/binding-darwin-x64": "1.0.0-rc.18",
1888
- "@rolldown/binding-freebsd-x64": "1.0.0-rc.18",
1889
- "@rolldown/binding-linux-arm-gnueabihf": "1.0.0-rc.18",
1890
- "@rolldown/binding-linux-arm64-gnu": "1.0.0-rc.18",
1891
- "@rolldown/binding-linux-arm64-musl": "1.0.0-rc.18",
1892
- "@rolldown/binding-linux-ppc64-gnu": "1.0.0-rc.18",
1893
- "@rolldown/binding-linux-s390x-gnu": "1.0.0-rc.18",
1894
- "@rolldown/binding-linux-x64-gnu": "1.0.0-rc.18",
1895
- "@rolldown/binding-linux-x64-musl": "1.0.0-rc.18",
1896
- "@rolldown/binding-openharmony-arm64": "1.0.0-rc.18",
1897
- "@rolldown/binding-wasm32-wasi": "1.0.0-rc.18",
1898
- "@rolldown/binding-win32-arm64-msvc": "1.0.0-rc.18",
1899
- "@rolldown/binding-win32-x64-msvc": "1.0.0-rc.18"
1900
- }
1901
- },
1902
- "node_modules/rolldown/node_modules/@rolldown/pluginutils": {
1903
- "version": "1.0.0-rc.18",
1904
- "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.18.tgz",
1905
- "integrity": "sha512-CUY5Mnhe64xQBGZEEXQ5WyZwsc1JU3vAZLIxtrsBt3LO6UOb+C8GunVKqe9sT8NeWb4lqSaoJtp2xo6GxT1MNw==",
1906
- "dev": true,
1907
- "license": "MIT"
1908
- },
1909
- "node_modules/scheduler": {
1910
- "version": "0.27.0",
1911
- "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz",
1912
- "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==",
1913
- "license": "MIT"
1914
- },
1915
- "node_modules/semver": {
1916
- "version": "6.3.1",
1917
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
1918
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
1919
- "dev": true,
1920
- "license": "ISC",
1921
- "bin": {
1922
- "semver": "bin/semver.js"
1923
- }
1924
- },
1925
- "node_modules/shebang-command": {
1926
- "version": "2.0.0",
1927
- "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
1928
- "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
1929
- "dev": true,
1930
- "license": "MIT",
1931
- "dependencies": {
1932
- "shebang-regex": "^3.0.0"
1933
- },
1934
- "engines": {
1935
- "node": ">=8"
1936
- }
1937
- },
1938
- "node_modules/shebang-regex": {
1939
- "version": "3.0.0",
1940
- "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
1941
- "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
1942
- "dev": true,
1943
- "license": "MIT",
1944
- "engines": {
1945
- "node": ">=8"
1946
- }
1947
- },
1948
- "node_modules/source-map-js": {
1949
- "version": "1.2.1",
1950
- "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
1951
- "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
1952
- "dev": true,
1953
- "license": "BSD-3-Clause",
1954
- "engines": {
1955
- "node": ">=0.10.0"
1956
- }
1957
- },
1958
- "node_modules/square-screen-js-sdk": {
1959
- "resolved": "../..",
1960
- "link": true
1961
- },
1962
- "node_modules/tinyglobby": {
1963
- "version": "0.2.16",
1964
- "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz",
1965
- "integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==",
1966
- "dev": true,
1967
- "license": "MIT",
1968
- "dependencies": {
1969
- "fdir": "^6.5.0",
1970
- "picomatch": "^4.0.4"
1971
- },
1972
- "engines": {
1973
- "node": ">=12.0.0"
1974
- },
1975
- "funding": {
1976
- "url": "https://github.com/sponsors/SuperchupuDev"
1977
- }
1978
- },
1979
- "node_modules/ts-api-utils": {
1980
- "version": "2.5.0",
1981
- "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.5.0.tgz",
1982
- "integrity": "sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==",
1983
- "dev": true,
1984
- "license": "MIT",
1985
- "engines": {
1986
- "node": ">=18.12"
1987
- },
1988
- "peerDependencies": {
1989
- "typescript": ">=4.8.4"
1990
- }
1991
- },
1992
- "node_modules/type-check": {
1993
- "version": "0.4.0",
1994
- "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
1995
- "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
1996
- "dev": true,
1997
- "license": "MIT",
1998
- "dependencies": {
1999
- "prelude-ls": "^1.2.1"
2000
- },
2001
- "engines": {
2002
- "node": ">= 0.8.0"
2003
- }
2004
- },
2005
- "node_modules/typescript": {
2006
- "version": "6.0.3",
2007
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz",
2008
- "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==",
2009
- "dev": true,
2010
- "license": "Apache-2.0",
2011
- "bin": {
2012
- "tsc": "bin/tsc",
2013
- "tsserver": "bin/tsserver"
2014
- },
2015
- "engines": {
2016
- "node": ">=14.17"
2017
- }
2018
- },
2019
- "node_modules/typescript-eslint": {
2020
- "version": "8.59.2",
2021
- "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.59.2.tgz",
2022
- "integrity": "sha512-pJw051uomb3ZeCzGTpRb8RbEqB5Y4WWet8gl/GcTlU35BSx0PVdZ86/bqkQCyKKuraVQEK7r6kBHQXF+fBhkoQ==",
2023
- "dev": true,
2024
- "license": "MIT",
2025
- "dependencies": {
2026
- "@typescript-eslint/eslint-plugin": "8.59.2",
2027
- "@typescript-eslint/parser": "8.59.2",
2028
- "@typescript-eslint/typescript-estree": "8.59.2",
2029
- "@typescript-eslint/utils": "8.59.2"
2030
- },
2031
- "engines": {
2032
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2033
- },
2034
- "funding": {
2035
- "type": "opencollective",
2036
- "url": "https://opencollective.com/typescript-eslint"
2037
- },
2038
- "peerDependencies": {
2039
- "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
2040
- "typescript": ">=4.8.4 <6.1.0"
2041
- }
2042
- },
2043
- "node_modules/undici-types": {
2044
- "version": "7.16.0",
2045
- "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
2046
- "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
2047
- "dev": true,
2048
- "license": "MIT"
2049
- },
2050
- "node_modules/update-browserslist-db": {
2051
- "version": "1.2.3",
2052
- "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
2053
- "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
2054
- "dev": true,
2055
- "funding": [
2056
- {
2057
- "type": "opencollective",
2058
- "url": "https://opencollective.com/browserslist"
2059
- },
2060
- {
2061
- "type": "tidelift",
2062
- "url": "https://tidelift.com/funding/github/npm/browserslist"
2063
- },
2064
- {
2065
- "type": "github",
2066
- "url": "https://github.com/sponsors/ai"
2067
- }
2068
- ],
2069
- "license": "MIT",
2070
- "dependencies": {
2071
- "escalade": "^3.2.0",
2072
- "picocolors": "^1.1.1"
2073
- },
2074
- "bin": {
2075
- "update-browserslist-db": "cli.js"
2076
- },
2077
- "peerDependencies": {
2078
- "browserslist": ">= 4.21.0"
2079
- }
2080
- },
2081
- "node_modules/uri-js": {
2082
- "version": "4.4.1",
2083
- "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
2084
- "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
2085
- "dev": true,
2086
- "license": "BSD-2-Clause",
2087
- "dependencies": {
2088
- "punycode": "^2.1.0"
2089
- }
2090
- },
2091
- "node_modules/vite": {
2092
- "version": "8.0.11",
2093
- "resolved": "https://registry.npmjs.org/vite/-/vite-8.0.11.tgz",
2094
- "integrity": "sha512-Jz1mxtUBR5xTT65VOdJZUUeoyLtqljmFkiUXhPTLZka3RDc9vpi/xXkyrnsdRcm2lIi3l3GPMnAidTsEGIj3Ow==",
2095
- "dev": true,
2096
- "license": "MIT",
2097
- "dependencies": {
2098
- "lightningcss": "^1.32.0",
2099
- "picomatch": "^4.0.4",
2100
- "postcss": "^8.5.14",
2101
- "rolldown": "1.0.0-rc.18",
2102
- "tinyglobby": "^0.2.16"
2103
- },
2104
- "bin": {
2105
- "vite": "bin/vite.js"
2106
- },
2107
- "engines": {
2108
- "node": "^20.19.0 || >=22.12.0"
2109
- },
2110
- "funding": {
2111
- "url": "https://github.com/vitejs/vite?sponsor=1"
2112
- },
2113
- "optionalDependencies": {
2114
- "fsevents": "~2.3.3"
2115
- },
2116
- "peerDependencies": {
2117
- "@types/node": "^20.19.0 || >=22.12.0",
2118
- "@vitejs/devtools": "^0.1.18",
2119
- "esbuild": "^0.27.0 || ^0.28.0",
2120
- "jiti": ">=1.21.0",
2121
- "less": "^4.0.0",
2122
- "sass": "^1.70.0",
2123
- "sass-embedded": "^1.70.0",
2124
- "stylus": ">=0.54.8",
2125
- "sugarss": "^5.0.0",
2126
- "terser": "^5.16.0",
2127
- "tsx": "^4.8.1",
2128
- "yaml": "^2.4.2"
2129
- },
2130
- "peerDependenciesMeta": {
2131
- "@types/node": {
2132
- "optional": true
2133
- },
2134
- "@vitejs/devtools": {
2135
- "optional": true
2136
- },
2137
- "esbuild": {
2138
- "optional": true
2139
- },
2140
- "jiti": {
2141
- "optional": true
2142
- },
2143
- "less": {
2144
- "optional": true
2145
- },
2146
- "sass": {
2147
- "optional": true
2148
- },
2149
- "sass-embedded": {
2150
- "optional": true
2151
- },
2152
- "stylus": {
2153
- "optional": true
2154
- },
2155
- "sugarss": {
2156
- "optional": true
2157
- },
2158
- "terser": {
2159
- "optional": true
2160
- },
2161
- "tsx": {
2162
- "optional": true
2163
- },
2164
- "yaml": {
2165
- "optional": true
2166
- }
2167
- }
2168
- },
2169
- "node_modules/which": {
2170
- "version": "2.0.2",
2171
- "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
2172
- "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
2173
- "dev": true,
2174
- "license": "ISC",
2175
- "dependencies": {
2176
- "isexe": "^2.0.0"
2177
- },
2178
- "bin": {
2179
- "node-which": "bin/node-which"
2180
- },
2181
- "engines": {
2182
- "node": ">= 8"
2183
- }
2184
- },
2185
- "node_modules/word-wrap": {
2186
- "version": "1.2.5",
2187
- "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
2188
- "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
2189
- "dev": true,
2190
- "license": "MIT",
2191
- "engines": {
2192
- "node": ">=0.10.0"
2193
- }
2194
- },
2195
- "node_modules/yallist": {
2196
- "version": "3.1.1",
2197
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
2198
- "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
2199
- "dev": true,
2200
- "license": "ISC"
2201
- },
2202
- "node_modules/yocto-queue": {
2203
- "version": "0.1.0",
2204
- "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
2205
- "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
2206
- "dev": true,
2207
- "license": "MIT",
2208
- "engines": {
2209
- "node": ">=10"
2210
- },
2211
- "funding": {
2212
- "url": "https://github.com/sponsors/sindresorhus"
2213
- }
2214
- },
2215
- "node_modules/zod": {
2216
- "version": "4.4.3",
2217
- "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz",
2218
- "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==",
2219
- "dev": true,
2220
- "license": "MIT",
2221
- "funding": {
2222
- "url": "https://github.com/sponsors/colinhacks"
2223
- }
2224
- },
2225
- "node_modules/zod-validation-error": {
2226
- "version": "4.0.2",
2227
- "resolved": "https://registry.npmjs.org/zod-validation-error/-/zod-validation-error-4.0.2.tgz",
2228
- "integrity": "sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==",
2229
- "dev": true,
2230
- "license": "MIT",
2231
- "engines": {
2232
- "node": ">=18.0.0"
2233
- },
2234
- "peerDependencies": {
2235
- "zod": "^3.25.0 || ^4.0.0"
2236
- }
2237
- }
2238
- }
2239
- }