@benjos/create-boilerplate 1.0.3 → 1.3.4

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 (67) hide show
  1. package/README.md +24 -12
  2. package/dist/index.js +8 -6
  3. package/dist/index.js.map +1 -1
  4. package/package.json +10 -9
  5. package/template-react/.prettierignore +6 -0
  6. package/template-react/.prettierrc +10 -0
  7. package/template-react/assets_source/.gitkeep +0 -0
  8. package/template-react/eslint.config.js +23 -0
  9. package/template-react/index.html +17 -0
  10. package/template-react/package-lock.json +4470 -0
  11. package/template-react/package.json +46 -0
  12. package/template-react/public/assets/fonts/LICENSE +13 -0
  13. package/template-react/public/assets/fonts/template.typeface.json +1 -0
  14. package/template-react/public/assets/hdrs/template.hdr +0 -0
  15. package/template-react/public/assets/icons/benjosLogoBlack.svg +5 -0
  16. package/template-react/public/assets/loaders/draco/README.md +32 -0
  17. package/template-react/public/assets/loaders/draco/draco_decoder.js +34 -0
  18. package/template-react/public/assets/loaders/draco/draco_decoder.wasm +0 -0
  19. package/template-react/public/assets/loaders/draco/draco_encoder.js +33 -0
  20. package/template-react/public/assets/loaders/draco/draco_wasm_wrapper.js +117 -0
  21. package/template-react/public/assets/loaders/draco/gltf/draco_decoder.js +33 -0
  22. package/template-react/public/assets/loaders/draco/gltf/draco_decoder.wasm +0 -0
  23. package/template-react/public/assets/loaders/draco/gltf/draco_encoder.js +33 -0
  24. package/template-react/public/assets/loaders/draco/gltf/draco_wasm_wrapper.js +116 -0
  25. package/template-react/public/assets/models/template.glb +0 -0
  26. package/template-react/public/assets/textures/template.jpg +0 -0
  27. package/template-react/readme.md +31 -0
  28. package/template-react/src/App.css +42 -0
  29. package/template-react/src/App.tsx +14 -0
  30. package/template-react/src/index.css +68 -0
  31. package/template-react/src/main.tsx +10 -0
  32. package/template-react/tsconfig.app.json +34 -0
  33. package/template-react/tsconfig.json +7 -0
  34. package/template-react/tsconfig.node.json +26 -0
  35. package/template-react/vite.config.ts +29 -0
  36. package/template-vanilla/eslint.config.js +10 -0
  37. package/template-vanilla/package-lock.json +3735 -3739
  38. package/template-vanilla/package.json +12 -11
  39. package/template-vanilla/readme.md +2 -20
  40. package/template-vanilla/src/experiences/Experience.ts +7 -0
  41. package/template-vanilla/src/experiences/cameras/threes/DebugThreeCameraController.ts +2 -2
  42. package/template-vanilla/src/experiences/commands/InitCommand.ts +10 -5
  43. package/template-vanilla/src/experiences/constants/experiences/ViewType.ts +6 -0
  44. package/template-vanilla/src/experiences/engines/threes/MainThree.ts +8 -8
  45. package/template-vanilla/src/experiences/managers/DebugManager.ts +3 -3
  46. package/template-vanilla/src/experiences/managers/KeyboardManager.ts +2 -2
  47. package/template-vanilla/src/experiences/managers/LoaderManager.ts +1 -1
  48. package/template-vanilla/src/experiences/managers/MouseManager.ts +2 -2
  49. package/template-vanilla/src/experiences/managers/ResizeManager.ts +1 -1
  50. package/template-vanilla/src/experiences/managers/threes/ThreeAssetsManager.ts +5 -6
  51. package/template-vanilla/src/experiences/managers/threes/ThreeCameraControllerManager.ts +1 -1
  52. package/template-vanilla/src/experiences/proxies/ViewProxy.ts +15 -0
  53. package/template-vanilla/src/experiences/types/global.d.ts +3 -2
  54. package/template-vanilla/src/experiences/views/bases/ViewBase.ts +14 -3
  55. package/template-vanilla/src/experiences/views/htmls/bases/HTMLViewBase.ts +5 -4
  56. package/template-vanilla/src/experiences/views/htmls/loaders/LoaderHTMLView.ts +3 -3
  57. package/template-vanilla/src/experiences/views/threes/bases/ThreeViewBase.ts +2 -1
  58. package/template-vanilla/src/experiences/views/threes/loaders/LoaderThreeView.ts +1 -0
  59. package/template-vanilla/docs/PUBLISHING.md +0 -30
  60. package/template-vanilla/src/experiences/constants/doms/DomEvent.ts +0 -100
  61. package/template-vanilla/src/experiences/constants/doms/KeyboardConstant.ts +0 -250
  62. package/template-vanilla/src/experiences/proxies/bases/PoolProxyBase.ts +0 -61
  63. package/template-vanilla/src/experiences/tools/Action.ts +0 -23
  64. package/template-vanilla/src/experiences/tools/Point.ts +0 -56
  65. package/template-vanilla/src/experiences/utils/AssetUtils.ts +0 -6
  66. package/template-vanilla/src/experiences/utils/DomUtils.ts +0 -28
  67. package/template-vanilla/tsconfig.json +0 -24
@@ -0,0 +1,4470 @@
1
+ {
2
+ "name": "template-react",
3
+ "version": "1.3.4",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "template-react",
9
+ "version": "1.3.4",
10
+ "dependencies": {
11
+ "@dimforge/rapier3d": "^0.19.3",
12
+ "gsap": "^3.14.2",
13
+ "howler": "^2.2.4",
14
+ "lil-gui": "^0.21.0",
15
+ "react": "^19.2.3",
16
+ "react-dom": "^19.2.3",
17
+ "three": "^0.182.0"
18
+ },
19
+ "devDependencies": {
20
+ "@eslint/js": "^9.39.2",
21
+ "@types/howler": "^2.2.12",
22
+ "@types/node": "^25.0.3",
23
+ "@types/react": "^19.2.7",
24
+ "@types/react-dom": "^19.2.3",
25
+ "@types/three": "^0.182.0",
26
+ "@vitejs/plugin-react": "^5.1.2",
27
+ "eslint": "^9.39.2",
28
+ "eslint-config-prettier": "^10.1.8",
29
+ "eslint-plugin-prettier": "^5.5.4",
30
+ "eslint-plugin-react-hooks": "^7.0.1",
31
+ "eslint-plugin-react-refresh": "^0.4.26",
32
+ "globals": "^16.5.0",
33
+ "prettier": "^3.7.4",
34
+ "sass-embedded": "^1.97.1",
35
+ "three-perf": "^1.0.11",
36
+ "typescript": "~5.9.3",
37
+ "typescript-eslint": "^8.50.1",
38
+ "vite": "^7.3.0",
39
+ "vite-plugin-glsl": "^1.5.5"
40
+ }
41
+ },
42
+ "node_modules/@babel/code-frame": {
43
+ "version": "7.27.1",
44
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
45
+ "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
46
+ "dev": true,
47
+ "license": "MIT",
48
+ "dependencies": {
49
+ "@babel/helper-validator-identifier": "^7.27.1",
50
+ "js-tokens": "^4.0.0",
51
+ "picocolors": "^1.1.1"
52
+ },
53
+ "engines": {
54
+ "node": ">=6.9.0"
55
+ }
56
+ },
57
+ "node_modules/@babel/compat-data": {
58
+ "version": "7.28.5",
59
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.5.tgz",
60
+ "integrity": "sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==",
61
+ "dev": true,
62
+ "license": "MIT",
63
+ "engines": {
64
+ "node": ">=6.9.0"
65
+ }
66
+ },
67
+ "node_modules/@babel/core": {
68
+ "version": "7.28.5",
69
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz",
70
+ "integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==",
71
+ "dev": true,
72
+ "license": "MIT",
73
+ "peer": true,
74
+ "dependencies": {
75
+ "@babel/code-frame": "^7.27.1",
76
+ "@babel/generator": "^7.28.5",
77
+ "@babel/helper-compilation-targets": "^7.27.2",
78
+ "@babel/helper-module-transforms": "^7.28.3",
79
+ "@babel/helpers": "^7.28.4",
80
+ "@babel/parser": "^7.28.5",
81
+ "@babel/template": "^7.27.2",
82
+ "@babel/traverse": "^7.28.5",
83
+ "@babel/types": "^7.28.5",
84
+ "@jridgewell/remapping": "^2.3.5",
85
+ "convert-source-map": "^2.0.0",
86
+ "debug": "^4.1.0",
87
+ "gensync": "^1.0.0-beta.2",
88
+ "json5": "^2.2.3",
89
+ "semver": "^6.3.1"
90
+ },
91
+ "engines": {
92
+ "node": ">=6.9.0"
93
+ },
94
+ "funding": {
95
+ "type": "opencollective",
96
+ "url": "https://opencollective.com/babel"
97
+ }
98
+ },
99
+ "node_modules/@babel/generator": {
100
+ "version": "7.28.5",
101
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
102
+ "integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
103
+ "dev": true,
104
+ "license": "MIT",
105
+ "dependencies": {
106
+ "@babel/parser": "^7.28.5",
107
+ "@babel/types": "^7.28.5",
108
+ "@jridgewell/gen-mapping": "^0.3.12",
109
+ "@jridgewell/trace-mapping": "^0.3.28",
110
+ "jsesc": "^3.0.2"
111
+ },
112
+ "engines": {
113
+ "node": ">=6.9.0"
114
+ }
115
+ },
116
+ "node_modules/@babel/helper-compilation-targets": {
117
+ "version": "7.27.2",
118
+ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz",
119
+ "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==",
120
+ "dev": true,
121
+ "license": "MIT",
122
+ "dependencies": {
123
+ "@babel/compat-data": "^7.27.2",
124
+ "@babel/helper-validator-option": "^7.27.1",
125
+ "browserslist": "^4.24.0",
126
+ "lru-cache": "^5.1.1",
127
+ "semver": "^6.3.1"
128
+ },
129
+ "engines": {
130
+ "node": ">=6.9.0"
131
+ }
132
+ },
133
+ "node_modules/@babel/helper-globals": {
134
+ "version": "7.28.0",
135
+ "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
136
+ "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
137
+ "dev": true,
138
+ "license": "MIT",
139
+ "engines": {
140
+ "node": ">=6.9.0"
141
+ }
142
+ },
143
+ "node_modules/@babel/helper-module-imports": {
144
+ "version": "7.27.1",
145
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
146
+ "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
147
+ "dev": true,
148
+ "license": "MIT",
149
+ "dependencies": {
150
+ "@babel/traverse": "^7.27.1",
151
+ "@babel/types": "^7.27.1"
152
+ },
153
+ "engines": {
154
+ "node": ">=6.9.0"
155
+ }
156
+ },
157
+ "node_modules/@babel/helper-module-transforms": {
158
+ "version": "7.28.3",
159
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz",
160
+ "integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==",
161
+ "dev": true,
162
+ "license": "MIT",
163
+ "dependencies": {
164
+ "@babel/helper-module-imports": "^7.27.1",
165
+ "@babel/helper-validator-identifier": "^7.27.1",
166
+ "@babel/traverse": "^7.28.3"
167
+ },
168
+ "engines": {
169
+ "node": ">=6.9.0"
170
+ },
171
+ "peerDependencies": {
172
+ "@babel/core": "^7.0.0"
173
+ }
174
+ },
175
+ "node_modules/@babel/helper-plugin-utils": {
176
+ "version": "7.27.1",
177
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz",
178
+ "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==",
179
+ "dev": true,
180
+ "license": "MIT",
181
+ "engines": {
182
+ "node": ">=6.9.0"
183
+ }
184
+ },
185
+ "node_modules/@babel/helper-string-parser": {
186
+ "version": "7.27.1",
187
+ "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
188
+ "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
189
+ "dev": true,
190
+ "license": "MIT",
191
+ "engines": {
192
+ "node": ">=6.9.0"
193
+ }
194
+ },
195
+ "node_modules/@babel/helper-validator-identifier": {
196
+ "version": "7.28.5",
197
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
198
+ "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
199
+ "dev": true,
200
+ "license": "MIT",
201
+ "engines": {
202
+ "node": ">=6.9.0"
203
+ }
204
+ },
205
+ "node_modules/@babel/helper-validator-option": {
206
+ "version": "7.27.1",
207
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
208
+ "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
209
+ "dev": true,
210
+ "license": "MIT",
211
+ "engines": {
212
+ "node": ">=6.9.0"
213
+ }
214
+ },
215
+ "node_modules/@babel/helpers": {
216
+ "version": "7.28.4",
217
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz",
218
+ "integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==",
219
+ "dev": true,
220
+ "license": "MIT",
221
+ "dependencies": {
222
+ "@babel/template": "^7.27.2",
223
+ "@babel/types": "^7.28.4"
224
+ },
225
+ "engines": {
226
+ "node": ">=6.9.0"
227
+ }
228
+ },
229
+ "node_modules/@babel/parser": {
230
+ "version": "7.28.5",
231
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
232
+ "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
233
+ "dev": true,
234
+ "license": "MIT",
235
+ "dependencies": {
236
+ "@babel/types": "^7.28.5"
237
+ },
238
+ "bin": {
239
+ "parser": "bin/babel-parser.js"
240
+ },
241
+ "engines": {
242
+ "node": ">=6.0.0"
243
+ }
244
+ },
245
+ "node_modules/@babel/plugin-transform-react-jsx-self": {
246
+ "version": "7.27.1",
247
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.27.1.tgz",
248
+ "integrity": "sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==",
249
+ "dev": true,
250
+ "license": "MIT",
251
+ "dependencies": {
252
+ "@babel/helper-plugin-utils": "^7.27.1"
253
+ },
254
+ "engines": {
255
+ "node": ">=6.9.0"
256
+ },
257
+ "peerDependencies": {
258
+ "@babel/core": "^7.0.0-0"
259
+ }
260
+ },
261
+ "node_modules/@babel/plugin-transform-react-jsx-source": {
262
+ "version": "7.27.1",
263
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.27.1.tgz",
264
+ "integrity": "sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==",
265
+ "dev": true,
266
+ "license": "MIT",
267
+ "dependencies": {
268
+ "@babel/helper-plugin-utils": "^7.27.1"
269
+ },
270
+ "engines": {
271
+ "node": ">=6.9.0"
272
+ },
273
+ "peerDependencies": {
274
+ "@babel/core": "^7.0.0-0"
275
+ }
276
+ },
277
+ "node_modules/@babel/template": {
278
+ "version": "7.27.2",
279
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz",
280
+ "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
281
+ "dev": true,
282
+ "license": "MIT",
283
+ "dependencies": {
284
+ "@babel/code-frame": "^7.27.1",
285
+ "@babel/parser": "^7.27.2",
286
+ "@babel/types": "^7.27.1"
287
+ },
288
+ "engines": {
289
+ "node": ">=6.9.0"
290
+ }
291
+ },
292
+ "node_modules/@babel/traverse": {
293
+ "version": "7.28.5",
294
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
295
+ "integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
296
+ "dev": true,
297
+ "license": "MIT",
298
+ "dependencies": {
299
+ "@babel/code-frame": "^7.27.1",
300
+ "@babel/generator": "^7.28.5",
301
+ "@babel/helper-globals": "^7.28.0",
302
+ "@babel/parser": "^7.28.5",
303
+ "@babel/template": "^7.27.2",
304
+ "@babel/types": "^7.28.5",
305
+ "debug": "^4.3.1"
306
+ },
307
+ "engines": {
308
+ "node": ">=6.9.0"
309
+ }
310
+ },
311
+ "node_modules/@babel/types": {
312
+ "version": "7.28.5",
313
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
314
+ "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
315
+ "dev": true,
316
+ "license": "MIT",
317
+ "dependencies": {
318
+ "@babel/helper-string-parser": "^7.27.1",
319
+ "@babel/helper-validator-identifier": "^7.28.5"
320
+ },
321
+ "engines": {
322
+ "node": ">=6.9.0"
323
+ }
324
+ },
325
+ "node_modules/@bufbuild/protobuf": {
326
+ "version": "2.10.1",
327
+ "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-2.10.1.tgz",
328
+ "integrity": "sha512-ckS3+vyJb5qGpEYv/s1OebUHDi/xSNtfgw1wqKZo7MR9F2z+qXr0q5XagafAG/9O0QPVIUfST0smluYSTpYFkg==",
329
+ "dev": true,
330
+ "license": "(Apache-2.0 AND BSD-3-Clause)"
331
+ },
332
+ "node_modules/@dimforge/rapier3d": {
333
+ "version": "0.19.3",
334
+ "resolved": "https://registry.npmjs.org/@dimforge/rapier3d/-/rapier3d-0.19.3.tgz",
335
+ "integrity": "sha512-tkD1tvHTDML0W9s9rUYAsx0btO9LbVTnMBKJWVgOsas5haGFbYY+pzr5hbwYysv/IJmgmMrIFoVWIcsaCUE9ow==",
336
+ "license": "Apache-2.0"
337
+ },
338
+ "node_modules/@dimforge/rapier3d-compat": {
339
+ "version": "0.12.0",
340
+ "resolved": "https://registry.npmjs.org/@dimforge/rapier3d-compat/-/rapier3d-compat-0.12.0.tgz",
341
+ "integrity": "sha512-uekIGetywIgopfD97oDL5PfeezkFpNhwlzlaEYNOA0N6ghdsOvh/HYjSMek5Q2O1PYvRSDFcqFVJl4r4ZBwOow==",
342
+ "dev": true,
343
+ "license": "Apache-2.0"
344
+ },
345
+ "node_modules/@esbuild/aix-ppc64": {
346
+ "version": "0.27.2",
347
+ "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.2.tgz",
348
+ "integrity": "sha512-GZMB+a0mOMZs4MpDbj8RJp4cw+w1WV5NYD6xzgvzUJ5Ek2jerwfO2eADyI6ExDSUED+1X8aMbegahsJi+8mgpw==",
349
+ "cpu": [
350
+ "ppc64"
351
+ ],
352
+ "dev": true,
353
+ "license": "MIT",
354
+ "optional": true,
355
+ "os": [
356
+ "aix"
357
+ ],
358
+ "engines": {
359
+ "node": ">=18"
360
+ }
361
+ },
362
+ "node_modules/@esbuild/android-arm": {
363
+ "version": "0.27.2",
364
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.2.tgz",
365
+ "integrity": "sha512-DVNI8jlPa7Ujbr1yjU2PfUSRtAUZPG9I1RwW4F4xFB1Imiu2on0ADiI/c3td+KmDtVKNbi+nffGDQMfcIMkwIA==",
366
+ "cpu": [
367
+ "arm"
368
+ ],
369
+ "dev": true,
370
+ "license": "MIT",
371
+ "optional": true,
372
+ "os": [
373
+ "android"
374
+ ],
375
+ "engines": {
376
+ "node": ">=18"
377
+ }
378
+ },
379
+ "node_modules/@esbuild/android-arm64": {
380
+ "version": "0.27.2",
381
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.2.tgz",
382
+ "integrity": "sha512-pvz8ZZ7ot/RBphf8fv60ljmaoydPU12VuXHImtAs0XhLLw+EXBi2BLe3OYSBslR4rryHvweW5gmkKFwTiFy6KA==",
383
+ "cpu": [
384
+ "arm64"
385
+ ],
386
+ "dev": true,
387
+ "license": "MIT",
388
+ "optional": true,
389
+ "os": [
390
+ "android"
391
+ ],
392
+ "engines": {
393
+ "node": ">=18"
394
+ }
395
+ },
396
+ "node_modules/@esbuild/android-x64": {
397
+ "version": "0.27.2",
398
+ "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.2.tgz",
399
+ "integrity": "sha512-z8Ank4Byh4TJJOh4wpz8g2vDy75zFL0TlZlkUkEwYXuPSgX8yzep596n6mT7905kA9uHZsf/o2OJZubl2l3M7A==",
400
+ "cpu": [
401
+ "x64"
402
+ ],
403
+ "dev": true,
404
+ "license": "MIT",
405
+ "optional": true,
406
+ "os": [
407
+ "android"
408
+ ],
409
+ "engines": {
410
+ "node": ">=18"
411
+ }
412
+ },
413
+ "node_modules/@esbuild/darwin-arm64": {
414
+ "version": "0.27.2",
415
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.2.tgz",
416
+ "integrity": "sha512-davCD2Zc80nzDVRwXTcQP/28fiJbcOwvdolL0sOiOsbwBa72kegmVU0Wrh1MYrbuCL98Omp5dVhQFWRKR2ZAlg==",
417
+ "cpu": [
418
+ "arm64"
419
+ ],
420
+ "dev": true,
421
+ "license": "MIT",
422
+ "optional": true,
423
+ "os": [
424
+ "darwin"
425
+ ],
426
+ "engines": {
427
+ "node": ">=18"
428
+ }
429
+ },
430
+ "node_modules/@esbuild/darwin-x64": {
431
+ "version": "0.27.2",
432
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.2.tgz",
433
+ "integrity": "sha512-ZxtijOmlQCBWGwbVmwOF/UCzuGIbUkqB1faQRf5akQmxRJ1ujusWsb3CVfk/9iZKr2L5SMU5wPBi1UWbvL+VQA==",
434
+ "cpu": [
435
+ "x64"
436
+ ],
437
+ "dev": true,
438
+ "license": "MIT",
439
+ "optional": true,
440
+ "os": [
441
+ "darwin"
442
+ ],
443
+ "engines": {
444
+ "node": ">=18"
445
+ }
446
+ },
447
+ "node_modules/@esbuild/freebsd-arm64": {
448
+ "version": "0.27.2",
449
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.2.tgz",
450
+ "integrity": "sha512-lS/9CN+rgqQ9czogxlMcBMGd+l8Q3Nj1MFQwBZJyoEKI50XGxwuzznYdwcav6lpOGv5BqaZXqvBSiB/kJ5op+g==",
451
+ "cpu": [
452
+ "arm64"
453
+ ],
454
+ "dev": true,
455
+ "license": "MIT",
456
+ "optional": true,
457
+ "os": [
458
+ "freebsd"
459
+ ],
460
+ "engines": {
461
+ "node": ">=18"
462
+ }
463
+ },
464
+ "node_modules/@esbuild/freebsd-x64": {
465
+ "version": "0.27.2",
466
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.2.tgz",
467
+ "integrity": "sha512-tAfqtNYb4YgPnJlEFu4c212HYjQWSO/w/h/lQaBK7RbwGIkBOuNKQI9tqWzx7Wtp7bTPaGC6MJvWI608P3wXYA==",
468
+ "cpu": [
469
+ "x64"
470
+ ],
471
+ "dev": true,
472
+ "license": "MIT",
473
+ "optional": true,
474
+ "os": [
475
+ "freebsd"
476
+ ],
477
+ "engines": {
478
+ "node": ">=18"
479
+ }
480
+ },
481
+ "node_modules/@esbuild/linux-arm": {
482
+ "version": "0.27.2",
483
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.2.tgz",
484
+ "integrity": "sha512-vWfq4GaIMP9AIe4yj1ZUW18RDhx6EPQKjwe7n8BbIecFtCQG4CfHGaHuh7fdfq+y3LIA2vGS/o9ZBGVxIDi9hw==",
485
+ "cpu": [
486
+ "arm"
487
+ ],
488
+ "dev": true,
489
+ "license": "MIT",
490
+ "optional": true,
491
+ "os": [
492
+ "linux"
493
+ ],
494
+ "engines": {
495
+ "node": ">=18"
496
+ }
497
+ },
498
+ "node_modules/@esbuild/linux-arm64": {
499
+ "version": "0.27.2",
500
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.2.tgz",
501
+ "integrity": "sha512-hYxN8pr66NsCCiRFkHUAsxylNOcAQaxSSkHMMjcpx0si13t1LHFphxJZUiGwojB1a/Hd5OiPIqDdXONia6bhTw==",
502
+ "cpu": [
503
+ "arm64"
504
+ ],
505
+ "dev": true,
506
+ "license": "MIT",
507
+ "optional": true,
508
+ "os": [
509
+ "linux"
510
+ ],
511
+ "engines": {
512
+ "node": ">=18"
513
+ }
514
+ },
515
+ "node_modules/@esbuild/linux-ia32": {
516
+ "version": "0.27.2",
517
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.2.tgz",
518
+ "integrity": "sha512-MJt5BRRSScPDwG2hLelYhAAKh9imjHK5+NE/tvnRLbIqUWa+0E9N4WNMjmp/kXXPHZGqPLxggwVhz7QP8CTR8w==",
519
+ "cpu": [
520
+ "ia32"
521
+ ],
522
+ "dev": true,
523
+ "license": "MIT",
524
+ "optional": true,
525
+ "os": [
526
+ "linux"
527
+ ],
528
+ "engines": {
529
+ "node": ">=18"
530
+ }
531
+ },
532
+ "node_modules/@esbuild/linux-loong64": {
533
+ "version": "0.27.2",
534
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.2.tgz",
535
+ "integrity": "sha512-lugyF1atnAT463aO6KPshVCJK5NgRnU4yb3FUumyVz+cGvZbontBgzeGFO1nF+dPueHD367a2ZXe1NtUkAjOtg==",
536
+ "cpu": [
537
+ "loong64"
538
+ ],
539
+ "dev": true,
540
+ "license": "MIT",
541
+ "optional": true,
542
+ "os": [
543
+ "linux"
544
+ ],
545
+ "engines": {
546
+ "node": ">=18"
547
+ }
548
+ },
549
+ "node_modules/@esbuild/linux-mips64el": {
550
+ "version": "0.27.2",
551
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.2.tgz",
552
+ "integrity": "sha512-nlP2I6ArEBewvJ2gjrrkESEZkB5mIoaTswuqNFRv/WYd+ATtUpe9Y09RnJvgvdag7he0OWgEZWhviS1OTOKixw==",
553
+ "cpu": [
554
+ "mips64el"
555
+ ],
556
+ "dev": true,
557
+ "license": "MIT",
558
+ "optional": true,
559
+ "os": [
560
+ "linux"
561
+ ],
562
+ "engines": {
563
+ "node": ">=18"
564
+ }
565
+ },
566
+ "node_modules/@esbuild/linux-ppc64": {
567
+ "version": "0.27.2",
568
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.2.tgz",
569
+ "integrity": "sha512-C92gnpey7tUQONqg1n6dKVbx3vphKtTHJaNG2Ok9lGwbZil6DrfyecMsp9CrmXGQJmZ7iiVXvvZH6Ml5hL6XdQ==",
570
+ "cpu": [
571
+ "ppc64"
572
+ ],
573
+ "dev": true,
574
+ "license": "MIT",
575
+ "optional": true,
576
+ "os": [
577
+ "linux"
578
+ ],
579
+ "engines": {
580
+ "node": ">=18"
581
+ }
582
+ },
583
+ "node_modules/@esbuild/linux-riscv64": {
584
+ "version": "0.27.2",
585
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.2.tgz",
586
+ "integrity": "sha512-B5BOmojNtUyN8AXlK0QJyvjEZkWwy/FKvakkTDCziX95AowLZKR6aCDhG7LeF7uMCXEJqwa8Bejz5LTPYm8AvA==",
587
+ "cpu": [
588
+ "riscv64"
589
+ ],
590
+ "dev": true,
591
+ "license": "MIT",
592
+ "optional": true,
593
+ "os": [
594
+ "linux"
595
+ ],
596
+ "engines": {
597
+ "node": ">=18"
598
+ }
599
+ },
600
+ "node_modules/@esbuild/linux-s390x": {
601
+ "version": "0.27.2",
602
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.2.tgz",
603
+ "integrity": "sha512-p4bm9+wsPwup5Z8f4EpfN63qNagQ47Ua2znaqGH6bqLlmJ4bx97Y9JdqxgGZ6Y8xVTixUnEkoKSHcpRlDnNr5w==",
604
+ "cpu": [
605
+ "s390x"
606
+ ],
607
+ "dev": true,
608
+ "license": "MIT",
609
+ "optional": true,
610
+ "os": [
611
+ "linux"
612
+ ],
613
+ "engines": {
614
+ "node": ">=18"
615
+ }
616
+ },
617
+ "node_modules/@esbuild/linux-x64": {
618
+ "version": "0.27.2",
619
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.2.tgz",
620
+ "integrity": "sha512-uwp2Tip5aPmH+NRUwTcfLb+W32WXjpFejTIOWZFw/v7/KnpCDKG66u4DLcurQpiYTiYwQ9B7KOeMJvLCu/OvbA==",
621
+ "cpu": [
622
+ "x64"
623
+ ],
624
+ "dev": true,
625
+ "license": "MIT",
626
+ "optional": true,
627
+ "os": [
628
+ "linux"
629
+ ],
630
+ "engines": {
631
+ "node": ">=18"
632
+ }
633
+ },
634
+ "node_modules/@esbuild/netbsd-arm64": {
635
+ "version": "0.27.2",
636
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.2.tgz",
637
+ "integrity": "sha512-Kj6DiBlwXrPsCRDeRvGAUb/LNrBASrfqAIok+xB0LxK8CHqxZ037viF13ugfsIpePH93mX7xfJp97cyDuTZ3cw==",
638
+ "cpu": [
639
+ "arm64"
640
+ ],
641
+ "dev": true,
642
+ "license": "MIT",
643
+ "optional": true,
644
+ "os": [
645
+ "netbsd"
646
+ ],
647
+ "engines": {
648
+ "node": ">=18"
649
+ }
650
+ },
651
+ "node_modules/@esbuild/netbsd-x64": {
652
+ "version": "0.27.2",
653
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.2.tgz",
654
+ "integrity": "sha512-HwGDZ0VLVBY3Y+Nw0JexZy9o/nUAWq9MlV7cahpaXKW6TOzfVno3y3/M8Ga8u8Yr7GldLOov27xiCnqRZf0tCA==",
655
+ "cpu": [
656
+ "x64"
657
+ ],
658
+ "dev": true,
659
+ "license": "MIT",
660
+ "optional": true,
661
+ "os": [
662
+ "netbsd"
663
+ ],
664
+ "engines": {
665
+ "node": ">=18"
666
+ }
667
+ },
668
+ "node_modules/@esbuild/openbsd-arm64": {
669
+ "version": "0.27.2",
670
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.2.tgz",
671
+ "integrity": "sha512-DNIHH2BPQ5551A7oSHD0CKbwIA/Ox7+78/AWkbS5QoRzaqlev2uFayfSxq68EkonB+IKjiuxBFoV8ESJy8bOHA==",
672
+ "cpu": [
673
+ "arm64"
674
+ ],
675
+ "dev": true,
676
+ "license": "MIT",
677
+ "optional": true,
678
+ "os": [
679
+ "openbsd"
680
+ ],
681
+ "engines": {
682
+ "node": ">=18"
683
+ }
684
+ },
685
+ "node_modules/@esbuild/openbsd-x64": {
686
+ "version": "0.27.2",
687
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.2.tgz",
688
+ "integrity": "sha512-/it7w9Nb7+0KFIzjalNJVR5bOzA9Vay+yIPLVHfIQYG/j+j9VTH84aNB8ExGKPU4AzfaEvN9/V4HV+F+vo8OEg==",
689
+ "cpu": [
690
+ "x64"
691
+ ],
692
+ "dev": true,
693
+ "license": "MIT",
694
+ "optional": true,
695
+ "os": [
696
+ "openbsd"
697
+ ],
698
+ "engines": {
699
+ "node": ">=18"
700
+ }
701
+ },
702
+ "node_modules/@esbuild/openharmony-arm64": {
703
+ "version": "0.27.2",
704
+ "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.2.tgz",
705
+ "integrity": "sha512-LRBbCmiU51IXfeXk59csuX/aSaToeG7w48nMwA6049Y4J4+VbWALAuXcs+qcD04rHDuSCSRKdmY63sruDS5qag==",
706
+ "cpu": [
707
+ "arm64"
708
+ ],
709
+ "dev": true,
710
+ "license": "MIT",
711
+ "optional": true,
712
+ "os": [
713
+ "openharmony"
714
+ ],
715
+ "engines": {
716
+ "node": ">=18"
717
+ }
718
+ },
719
+ "node_modules/@esbuild/sunos-x64": {
720
+ "version": "0.27.2",
721
+ "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.2.tgz",
722
+ "integrity": "sha512-kMtx1yqJHTmqaqHPAzKCAkDaKsffmXkPHThSfRwZGyuqyIeBvf08KSsYXl+abf5HDAPMJIPnbBfXvP2ZC2TfHg==",
723
+ "cpu": [
724
+ "x64"
725
+ ],
726
+ "dev": true,
727
+ "license": "MIT",
728
+ "optional": true,
729
+ "os": [
730
+ "sunos"
731
+ ],
732
+ "engines": {
733
+ "node": ">=18"
734
+ }
735
+ },
736
+ "node_modules/@esbuild/win32-arm64": {
737
+ "version": "0.27.2",
738
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.2.tgz",
739
+ "integrity": "sha512-Yaf78O/B3Kkh+nKABUF++bvJv5Ijoy9AN1ww904rOXZFLWVc5OLOfL56W+C8F9xn5JQZa3UX6m+IktJnIb1Jjg==",
740
+ "cpu": [
741
+ "arm64"
742
+ ],
743
+ "dev": true,
744
+ "license": "MIT",
745
+ "optional": true,
746
+ "os": [
747
+ "win32"
748
+ ],
749
+ "engines": {
750
+ "node": ">=18"
751
+ }
752
+ },
753
+ "node_modules/@esbuild/win32-ia32": {
754
+ "version": "0.27.2",
755
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.2.tgz",
756
+ "integrity": "sha512-Iuws0kxo4yusk7sw70Xa2E2imZU5HoixzxfGCdxwBdhiDgt9vX9VUCBhqcwY7/uh//78A1hMkkROMJq9l27oLQ==",
757
+ "cpu": [
758
+ "ia32"
759
+ ],
760
+ "dev": true,
761
+ "license": "MIT",
762
+ "optional": true,
763
+ "os": [
764
+ "win32"
765
+ ],
766
+ "engines": {
767
+ "node": ">=18"
768
+ }
769
+ },
770
+ "node_modules/@esbuild/win32-x64": {
771
+ "version": "0.27.2",
772
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.2.tgz",
773
+ "integrity": "sha512-sRdU18mcKf7F+YgheI/zGf5alZatMUTKj/jNS6l744f9u3WFu4v7twcUI9vu4mknF4Y9aDlblIie0IM+5xxaqQ==",
774
+ "cpu": [
775
+ "x64"
776
+ ],
777
+ "dev": true,
778
+ "license": "MIT",
779
+ "optional": true,
780
+ "os": [
781
+ "win32"
782
+ ],
783
+ "engines": {
784
+ "node": ">=18"
785
+ }
786
+ },
787
+ "node_modules/@eslint-community/eslint-utils": {
788
+ "version": "4.9.0",
789
+ "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz",
790
+ "integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==",
791
+ "dev": true,
792
+ "license": "MIT",
793
+ "dependencies": {
794
+ "eslint-visitor-keys": "^3.4.3"
795
+ },
796
+ "engines": {
797
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
798
+ },
799
+ "funding": {
800
+ "url": "https://opencollective.com/eslint"
801
+ },
802
+ "peerDependencies": {
803
+ "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
804
+ }
805
+ },
806
+ "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
807
+ "version": "3.4.3",
808
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
809
+ "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
810
+ "dev": true,
811
+ "license": "Apache-2.0",
812
+ "engines": {
813
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
814
+ },
815
+ "funding": {
816
+ "url": "https://opencollective.com/eslint"
817
+ }
818
+ },
819
+ "node_modules/@eslint-community/regexpp": {
820
+ "version": "4.12.2",
821
+ "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",
822
+ "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",
823
+ "dev": true,
824
+ "license": "MIT",
825
+ "engines": {
826
+ "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
827
+ }
828
+ },
829
+ "node_modules/@eslint/config-array": {
830
+ "version": "0.21.1",
831
+ "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.1.tgz",
832
+ "integrity": "sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==",
833
+ "dev": true,
834
+ "license": "Apache-2.0",
835
+ "dependencies": {
836
+ "@eslint/object-schema": "^2.1.7",
837
+ "debug": "^4.3.1",
838
+ "minimatch": "^3.1.2"
839
+ },
840
+ "engines": {
841
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
842
+ }
843
+ },
844
+ "node_modules/@eslint/config-helpers": {
845
+ "version": "0.4.2",
846
+ "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz",
847
+ "integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==",
848
+ "dev": true,
849
+ "license": "Apache-2.0",
850
+ "dependencies": {
851
+ "@eslint/core": "^0.17.0"
852
+ },
853
+ "engines": {
854
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
855
+ }
856
+ },
857
+ "node_modules/@eslint/core": {
858
+ "version": "0.17.0",
859
+ "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",
860
+ "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
861
+ "dev": true,
862
+ "license": "Apache-2.0",
863
+ "dependencies": {
864
+ "@types/json-schema": "^7.0.15"
865
+ },
866
+ "engines": {
867
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
868
+ }
869
+ },
870
+ "node_modules/@eslint/eslintrc": {
871
+ "version": "3.3.3",
872
+ "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.3.tgz",
873
+ "integrity": "sha512-Kr+LPIUVKz2qkx1HAMH8q1q6azbqBAsXJUxBl/ODDuVPX45Z9DfwB8tPjTi6nNZ8BuM3nbJxC5zCAg5elnBUTQ==",
874
+ "dev": true,
875
+ "license": "MIT",
876
+ "dependencies": {
877
+ "ajv": "^6.12.4",
878
+ "debug": "^4.3.2",
879
+ "espree": "^10.0.1",
880
+ "globals": "^14.0.0",
881
+ "ignore": "^5.2.0",
882
+ "import-fresh": "^3.2.1",
883
+ "js-yaml": "^4.1.1",
884
+ "minimatch": "^3.1.2",
885
+ "strip-json-comments": "^3.1.1"
886
+ },
887
+ "engines": {
888
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
889
+ },
890
+ "funding": {
891
+ "url": "https://opencollective.com/eslint"
892
+ }
893
+ },
894
+ "node_modules/@eslint/eslintrc/node_modules/globals": {
895
+ "version": "14.0.0",
896
+ "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
897
+ "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
898
+ "dev": true,
899
+ "license": "MIT",
900
+ "engines": {
901
+ "node": ">=18"
902
+ },
903
+ "funding": {
904
+ "url": "https://github.com/sponsors/sindresorhus"
905
+ }
906
+ },
907
+ "node_modules/@eslint/js": {
908
+ "version": "9.39.2",
909
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.2.tgz",
910
+ "integrity": "sha512-q1mjIoW1VX4IvSocvM/vbTiveKC4k9eLrajNEuSsmjymSDEbpGddtpfOoN7YGAqBK3NG+uqo8ia4PDTt8buCYA==",
911
+ "dev": true,
912
+ "license": "MIT",
913
+ "engines": {
914
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
915
+ },
916
+ "funding": {
917
+ "url": "https://eslint.org/donate"
918
+ }
919
+ },
920
+ "node_modules/@eslint/object-schema": {
921
+ "version": "2.1.7",
922
+ "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz",
923
+ "integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==",
924
+ "dev": true,
925
+ "license": "Apache-2.0",
926
+ "engines": {
927
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
928
+ }
929
+ },
930
+ "node_modules/@eslint/plugin-kit": {
931
+ "version": "0.4.1",
932
+ "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz",
933
+ "integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==",
934
+ "dev": true,
935
+ "license": "Apache-2.0",
936
+ "dependencies": {
937
+ "@eslint/core": "^0.17.0",
938
+ "levn": "^0.4.1"
939
+ },
940
+ "engines": {
941
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
942
+ }
943
+ },
944
+ "node_modules/@humanfs/core": {
945
+ "version": "0.19.1",
946
+ "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
947
+ "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
948
+ "dev": true,
949
+ "license": "Apache-2.0",
950
+ "engines": {
951
+ "node": ">=18.18.0"
952
+ }
953
+ },
954
+ "node_modules/@humanfs/node": {
955
+ "version": "0.16.7",
956
+ "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.7.tgz",
957
+ "integrity": "sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==",
958
+ "dev": true,
959
+ "license": "Apache-2.0",
960
+ "dependencies": {
961
+ "@humanfs/core": "^0.19.1",
962
+ "@humanwhocodes/retry": "^0.4.0"
963
+ },
964
+ "engines": {
965
+ "node": ">=18.18.0"
966
+ }
967
+ },
968
+ "node_modules/@humanwhocodes/module-importer": {
969
+ "version": "1.0.1",
970
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
971
+ "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
972
+ "dev": true,
973
+ "license": "Apache-2.0",
974
+ "engines": {
975
+ "node": ">=12.22"
976
+ },
977
+ "funding": {
978
+ "type": "github",
979
+ "url": "https://github.com/sponsors/nzakas"
980
+ }
981
+ },
982
+ "node_modules/@humanwhocodes/retry": {
983
+ "version": "0.4.3",
984
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz",
985
+ "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
986
+ "dev": true,
987
+ "license": "Apache-2.0",
988
+ "engines": {
989
+ "node": ">=18.18"
990
+ },
991
+ "funding": {
992
+ "type": "github",
993
+ "url": "https://github.com/sponsors/nzakas"
994
+ }
995
+ },
996
+ "node_modules/@jridgewell/gen-mapping": {
997
+ "version": "0.3.13",
998
+ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
999
+ "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
1000
+ "dev": true,
1001
+ "license": "MIT",
1002
+ "dependencies": {
1003
+ "@jridgewell/sourcemap-codec": "^1.5.0",
1004
+ "@jridgewell/trace-mapping": "^0.3.24"
1005
+ }
1006
+ },
1007
+ "node_modules/@jridgewell/remapping": {
1008
+ "version": "2.3.5",
1009
+ "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
1010
+ "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
1011
+ "dev": true,
1012
+ "license": "MIT",
1013
+ "dependencies": {
1014
+ "@jridgewell/gen-mapping": "^0.3.5",
1015
+ "@jridgewell/trace-mapping": "^0.3.24"
1016
+ }
1017
+ },
1018
+ "node_modules/@jridgewell/resolve-uri": {
1019
+ "version": "3.1.2",
1020
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
1021
+ "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
1022
+ "dev": true,
1023
+ "license": "MIT",
1024
+ "engines": {
1025
+ "node": ">=6.0.0"
1026
+ }
1027
+ },
1028
+ "node_modules/@jridgewell/sourcemap-codec": {
1029
+ "version": "1.5.5",
1030
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
1031
+ "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
1032
+ "dev": true,
1033
+ "license": "MIT"
1034
+ },
1035
+ "node_modules/@jridgewell/trace-mapping": {
1036
+ "version": "0.3.31",
1037
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
1038
+ "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
1039
+ "dev": true,
1040
+ "license": "MIT",
1041
+ "dependencies": {
1042
+ "@jridgewell/resolve-uri": "^3.1.0",
1043
+ "@jridgewell/sourcemap-codec": "^1.4.14"
1044
+ }
1045
+ },
1046
+ "node_modules/@parcel/watcher": {
1047
+ "version": "2.5.1",
1048
+ "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.1.tgz",
1049
+ "integrity": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==",
1050
+ "dev": true,
1051
+ "hasInstallScript": true,
1052
+ "license": "MIT",
1053
+ "optional": true,
1054
+ "dependencies": {
1055
+ "detect-libc": "^1.0.3",
1056
+ "is-glob": "^4.0.3",
1057
+ "micromatch": "^4.0.5",
1058
+ "node-addon-api": "^7.0.0"
1059
+ },
1060
+ "engines": {
1061
+ "node": ">= 10.0.0"
1062
+ },
1063
+ "funding": {
1064
+ "type": "opencollective",
1065
+ "url": "https://opencollective.com/parcel"
1066
+ },
1067
+ "optionalDependencies": {
1068
+ "@parcel/watcher-android-arm64": "2.5.1",
1069
+ "@parcel/watcher-darwin-arm64": "2.5.1",
1070
+ "@parcel/watcher-darwin-x64": "2.5.1",
1071
+ "@parcel/watcher-freebsd-x64": "2.5.1",
1072
+ "@parcel/watcher-linux-arm-glibc": "2.5.1",
1073
+ "@parcel/watcher-linux-arm-musl": "2.5.1",
1074
+ "@parcel/watcher-linux-arm64-glibc": "2.5.1",
1075
+ "@parcel/watcher-linux-arm64-musl": "2.5.1",
1076
+ "@parcel/watcher-linux-x64-glibc": "2.5.1",
1077
+ "@parcel/watcher-linux-x64-musl": "2.5.1",
1078
+ "@parcel/watcher-win32-arm64": "2.5.1",
1079
+ "@parcel/watcher-win32-ia32": "2.5.1",
1080
+ "@parcel/watcher-win32-x64": "2.5.1"
1081
+ }
1082
+ },
1083
+ "node_modules/@parcel/watcher-android-arm64": {
1084
+ "version": "2.5.1",
1085
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz",
1086
+ "integrity": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==",
1087
+ "cpu": [
1088
+ "arm64"
1089
+ ],
1090
+ "dev": true,
1091
+ "license": "MIT",
1092
+ "optional": true,
1093
+ "os": [
1094
+ "android"
1095
+ ],
1096
+ "engines": {
1097
+ "node": ">= 10.0.0"
1098
+ },
1099
+ "funding": {
1100
+ "type": "opencollective",
1101
+ "url": "https://opencollective.com/parcel"
1102
+ }
1103
+ },
1104
+ "node_modules/@parcel/watcher-darwin-arm64": {
1105
+ "version": "2.5.1",
1106
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.1.tgz",
1107
+ "integrity": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==",
1108
+ "cpu": [
1109
+ "arm64"
1110
+ ],
1111
+ "dev": true,
1112
+ "license": "MIT",
1113
+ "optional": true,
1114
+ "os": [
1115
+ "darwin"
1116
+ ],
1117
+ "engines": {
1118
+ "node": ">= 10.0.0"
1119
+ },
1120
+ "funding": {
1121
+ "type": "opencollective",
1122
+ "url": "https://opencollective.com/parcel"
1123
+ }
1124
+ },
1125
+ "node_modules/@parcel/watcher-darwin-x64": {
1126
+ "version": "2.5.1",
1127
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz",
1128
+ "integrity": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==",
1129
+ "cpu": [
1130
+ "x64"
1131
+ ],
1132
+ "dev": true,
1133
+ "license": "MIT",
1134
+ "optional": true,
1135
+ "os": [
1136
+ "darwin"
1137
+ ],
1138
+ "engines": {
1139
+ "node": ">= 10.0.0"
1140
+ },
1141
+ "funding": {
1142
+ "type": "opencollective",
1143
+ "url": "https://opencollective.com/parcel"
1144
+ }
1145
+ },
1146
+ "node_modules/@parcel/watcher-freebsd-x64": {
1147
+ "version": "2.5.1",
1148
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz",
1149
+ "integrity": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==",
1150
+ "cpu": [
1151
+ "x64"
1152
+ ],
1153
+ "dev": true,
1154
+ "license": "MIT",
1155
+ "optional": true,
1156
+ "os": [
1157
+ "freebsd"
1158
+ ],
1159
+ "engines": {
1160
+ "node": ">= 10.0.0"
1161
+ },
1162
+ "funding": {
1163
+ "type": "opencollective",
1164
+ "url": "https://opencollective.com/parcel"
1165
+ }
1166
+ },
1167
+ "node_modules/@parcel/watcher-linux-arm-glibc": {
1168
+ "version": "2.5.1",
1169
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz",
1170
+ "integrity": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==",
1171
+ "cpu": [
1172
+ "arm"
1173
+ ],
1174
+ "dev": true,
1175
+ "license": "MIT",
1176
+ "optional": true,
1177
+ "os": [
1178
+ "linux"
1179
+ ],
1180
+ "engines": {
1181
+ "node": ">= 10.0.0"
1182
+ },
1183
+ "funding": {
1184
+ "type": "opencollective",
1185
+ "url": "https://opencollective.com/parcel"
1186
+ }
1187
+ },
1188
+ "node_modules/@parcel/watcher-linux-arm-musl": {
1189
+ "version": "2.5.1",
1190
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz",
1191
+ "integrity": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==",
1192
+ "cpu": [
1193
+ "arm"
1194
+ ],
1195
+ "dev": true,
1196
+ "license": "MIT",
1197
+ "optional": true,
1198
+ "os": [
1199
+ "linux"
1200
+ ],
1201
+ "engines": {
1202
+ "node": ">= 10.0.0"
1203
+ },
1204
+ "funding": {
1205
+ "type": "opencollective",
1206
+ "url": "https://opencollective.com/parcel"
1207
+ }
1208
+ },
1209
+ "node_modules/@parcel/watcher-linux-arm64-glibc": {
1210
+ "version": "2.5.1",
1211
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.1.tgz",
1212
+ "integrity": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==",
1213
+ "cpu": [
1214
+ "arm64"
1215
+ ],
1216
+ "dev": true,
1217
+ "license": "MIT",
1218
+ "optional": true,
1219
+ "os": [
1220
+ "linux"
1221
+ ],
1222
+ "engines": {
1223
+ "node": ">= 10.0.0"
1224
+ },
1225
+ "funding": {
1226
+ "type": "opencollective",
1227
+ "url": "https://opencollective.com/parcel"
1228
+ }
1229
+ },
1230
+ "node_modules/@parcel/watcher-linux-arm64-musl": {
1231
+ "version": "2.5.1",
1232
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz",
1233
+ "integrity": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==",
1234
+ "cpu": [
1235
+ "arm64"
1236
+ ],
1237
+ "dev": true,
1238
+ "license": "MIT",
1239
+ "optional": true,
1240
+ "os": [
1241
+ "linux"
1242
+ ],
1243
+ "engines": {
1244
+ "node": ">= 10.0.0"
1245
+ },
1246
+ "funding": {
1247
+ "type": "opencollective",
1248
+ "url": "https://opencollective.com/parcel"
1249
+ }
1250
+ },
1251
+ "node_modules/@parcel/watcher-linux-x64-glibc": {
1252
+ "version": "2.5.1",
1253
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz",
1254
+ "integrity": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==",
1255
+ "cpu": [
1256
+ "x64"
1257
+ ],
1258
+ "dev": true,
1259
+ "license": "MIT",
1260
+ "optional": true,
1261
+ "os": [
1262
+ "linux"
1263
+ ],
1264
+ "engines": {
1265
+ "node": ">= 10.0.0"
1266
+ },
1267
+ "funding": {
1268
+ "type": "opencollective",
1269
+ "url": "https://opencollective.com/parcel"
1270
+ }
1271
+ },
1272
+ "node_modules/@parcel/watcher-linux-x64-musl": {
1273
+ "version": "2.5.1",
1274
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz",
1275
+ "integrity": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==",
1276
+ "cpu": [
1277
+ "x64"
1278
+ ],
1279
+ "dev": true,
1280
+ "license": "MIT",
1281
+ "optional": true,
1282
+ "os": [
1283
+ "linux"
1284
+ ],
1285
+ "engines": {
1286
+ "node": ">= 10.0.0"
1287
+ },
1288
+ "funding": {
1289
+ "type": "opencollective",
1290
+ "url": "https://opencollective.com/parcel"
1291
+ }
1292
+ },
1293
+ "node_modules/@parcel/watcher-win32-arm64": {
1294
+ "version": "2.5.1",
1295
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz",
1296
+ "integrity": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==",
1297
+ "cpu": [
1298
+ "arm64"
1299
+ ],
1300
+ "dev": true,
1301
+ "license": "MIT",
1302
+ "optional": true,
1303
+ "os": [
1304
+ "win32"
1305
+ ],
1306
+ "engines": {
1307
+ "node": ">= 10.0.0"
1308
+ },
1309
+ "funding": {
1310
+ "type": "opencollective",
1311
+ "url": "https://opencollective.com/parcel"
1312
+ }
1313
+ },
1314
+ "node_modules/@parcel/watcher-win32-ia32": {
1315
+ "version": "2.5.1",
1316
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz",
1317
+ "integrity": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==",
1318
+ "cpu": [
1319
+ "ia32"
1320
+ ],
1321
+ "dev": true,
1322
+ "license": "MIT",
1323
+ "optional": true,
1324
+ "os": [
1325
+ "win32"
1326
+ ],
1327
+ "engines": {
1328
+ "node": ">= 10.0.0"
1329
+ },
1330
+ "funding": {
1331
+ "type": "opencollective",
1332
+ "url": "https://opencollective.com/parcel"
1333
+ }
1334
+ },
1335
+ "node_modules/@parcel/watcher-win32-x64": {
1336
+ "version": "2.5.1",
1337
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz",
1338
+ "integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==",
1339
+ "cpu": [
1340
+ "x64"
1341
+ ],
1342
+ "dev": true,
1343
+ "license": "MIT",
1344
+ "optional": true,
1345
+ "os": [
1346
+ "win32"
1347
+ ],
1348
+ "engines": {
1349
+ "node": ">= 10.0.0"
1350
+ },
1351
+ "funding": {
1352
+ "type": "opencollective",
1353
+ "url": "https://opencollective.com/parcel"
1354
+ }
1355
+ },
1356
+ "node_modules/@pkgr/core": {
1357
+ "version": "0.2.9",
1358
+ "resolved": "https://registry.npmjs.org/@pkgr/core/-/core-0.2.9.tgz",
1359
+ "integrity": "sha512-QNqXyfVS2wm9hweSYD2O7F0G06uurj9kZ96TRQE5Y9hU7+tgdZwIkbAKc5Ocy1HxEY2kuDQa6cQ1WRs/O5LFKA==",
1360
+ "dev": true,
1361
+ "license": "MIT",
1362
+ "engines": {
1363
+ "node": "^12.20.0 || ^14.18.0 || >=16.0.0"
1364
+ },
1365
+ "funding": {
1366
+ "url": "https://opencollective.com/pkgr"
1367
+ }
1368
+ },
1369
+ "node_modules/@rolldown/pluginutils": {
1370
+ "version": "1.0.0-beta.53",
1371
+ "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.53.tgz",
1372
+ "integrity": "sha512-vENRlFU4YbrwVqNDZ7fLvy+JR1CRkyr01jhSiDpE1u6py3OMzQfztQU2jxykW3ALNxO4kSlqIDeYyD0Y9RcQeQ==",
1373
+ "dev": true,
1374
+ "license": "MIT"
1375
+ },
1376
+ "node_modules/@rollup/rollup-android-arm-eabi": {
1377
+ "version": "4.53.3",
1378
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.53.3.tgz",
1379
+ "integrity": "sha512-mRSi+4cBjrRLoaal2PnqH82Wqyb+d3HsPUN/W+WslCXsZsyHa9ZeQQX/pQsZaVIWDkPcpV6jJ+3KLbTbgnwv8w==",
1380
+ "cpu": [
1381
+ "arm"
1382
+ ],
1383
+ "dev": true,
1384
+ "license": "MIT",
1385
+ "optional": true,
1386
+ "os": [
1387
+ "android"
1388
+ ]
1389
+ },
1390
+ "node_modules/@rollup/rollup-android-arm64": {
1391
+ "version": "4.53.3",
1392
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.53.3.tgz",
1393
+ "integrity": "sha512-CbDGaMpdE9sh7sCmTrTUyllhrg65t6SwhjlMJsLr+J8YjFuPmCEjbBSx4Z/e4SmDyH3aB5hGaJUP2ltV/vcs4w==",
1394
+ "cpu": [
1395
+ "arm64"
1396
+ ],
1397
+ "dev": true,
1398
+ "license": "MIT",
1399
+ "optional": true,
1400
+ "os": [
1401
+ "android"
1402
+ ]
1403
+ },
1404
+ "node_modules/@rollup/rollup-darwin-arm64": {
1405
+ "version": "4.53.3",
1406
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.53.3.tgz",
1407
+ "integrity": "sha512-Nr7SlQeqIBpOV6BHHGZgYBuSdanCXuw09hon14MGOLGmXAFYjx1wNvquVPmpZnl0tLjg25dEdr4IQ6GgyToCUA==",
1408
+ "cpu": [
1409
+ "arm64"
1410
+ ],
1411
+ "dev": true,
1412
+ "license": "MIT",
1413
+ "optional": true,
1414
+ "os": [
1415
+ "darwin"
1416
+ ]
1417
+ },
1418
+ "node_modules/@rollup/rollup-darwin-x64": {
1419
+ "version": "4.53.3",
1420
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.53.3.tgz",
1421
+ "integrity": "sha512-DZ8N4CSNfl965CmPktJ8oBnfYr3F8dTTNBQkRlffnUarJ2ohudQD17sZBa097J8xhQ26AwhHJ5mvUyQW8ddTsQ==",
1422
+ "cpu": [
1423
+ "x64"
1424
+ ],
1425
+ "dev": true,
1426
+ "license": "MIT",
1427
+ "optional": true,
1428
+ "os": [
1429
+ "darwin"
1430
+ ]
1431
+ },
1432
+ "node_modules/@rollup/rollup-freebsd-arm64": {
1433
+ "version": "4.53.3",
1434
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.53.3.tgz",
1435
+ "integrity": "sha512-yMTrCrK92aGyi7GuDNtGn2sNW+Gdb4vErx4t3Gv/Tr+1zRb8ax4z8GWVRfr3Jw8zJWvpGHNpss3vVlbF58DZ4w==",
1436
+ "cpu": [
1437
+ "arm64"
1438
+ ],
1439
+ "dev": true,
1440
+ "license": "MIT",
1441
+ "optional": true,
1442
+ "os": [
1443
+ "freebsd"
1444
+ ]
1445
+ },
1446
+ "node_modules/@rollup/rollup-freebsd-x64": {
1447
+ "version": "4.53.3",
1448
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.53.3.tgz",
1449
+ "integrity": "sha512-lMfF8X7QhdQzseM6XaX0vbno2m3hlyZFhwcndRMw8fbAGUGL3WFMBdK0hbUBIUYcEcMhVLr1SIamDeuLBnXS+Q==",
1450
+ "cpu": [
1451
+ "x64"
1452
+ ],
1453
+ "dev": true,
1454
+ "license": "MIT",
1455
+ "optional": true,
1456
+ "os": [
1457
+ "freebsd"
1458
+ ]
1459
+ },
1460
+ "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
1461
+ "version": "4.53.3",
1462
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.53.3.tgz",
1463
+ "integrity": "sha512-k9oD15soC/Ln6d2Wv/JOFPzZXIAIFLp6B+i14KhxAfnq76ajt0EhYc5YPeX6W1xJkAdItcVT+JhKl1QZh44/qw==",
1464
+ "cpu": [
1465
+ "arm"
1466
+ ],
1467
+ "dev": true,
1468
+ "license": "MIT",
1469
+ "optional": true,
1470
+ "os": [
1471
+ "linux"
1472
+ ]
1473
+ },
1474
+ "node_modules/@rollup/rollup-linux-arm-musleabihf": {
1475
+ "version": "4.53.3",
1476
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.53.3.tgz",
1477
+ "integrity": "sha512-vTNlKq+N6CK/8UktsrFuc+/7NlEYVxgaEgRXVUVK258Z5ymho29skzW1sutgYjqNnquGwVUObAaxae8rZ6YMhg==",
1478
+ "cpu": [
1479
+ "arm"
1480
+ ],
1481
+ "dev": true,
1482
+ "license": "MIT",
1483
+ "optional": true,
1484
+ "os": [
1485
+ "linux"
1486
+ ]
1487
+ },
1488
+ "node_modules/@rollup/rollup-linux-arm64-gnu": {
1489
+ "version": "4.53.3",
1490
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.53.3.tgz",
1491
+ "integrity": "sha512-RGrFLWgMhSxRs/EWJMIFM1O5Mzuz3Xy3/mnxJp/5cVhZ2XoCAxJnmNsEyeMJtpK+wu0FJFWz+QF4mjCA7AUQ3w==",
1492
+ "cpu": [
1493
+ "arm64"
1494
+ ],
1495
+ "dev": true,
1496
+ "license": "MIT",
1497
+ "optional": true,
1498
+ "os": [
1499
+ "linux"
1500
+ ]
1501
+ },
1502
+ "node_modules/@rollup/rollup-linux-arm64-musl": {
1503
+ "version": "4.53.3",
1504
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.53.3.tgz",
1505
+ "integrity": "sha512-kASyvfBEWYPEwe0Qv4nfu6pNkITLTb32p4yTgzFCocHnJLAHs+9LjUu9ONIhvfT/5lv4YS5muBHyuV84epBo/A==",
1506
+ "cpu": [
1507
+ "arm64"
1508
+ ],
1509
+ "dev": true,
1510
+ "license": "MIT",
1511
+ "optional": true,
1512
+ "os": [
1513
+ "linux"
1514
+ ]
1515
+ },
1516
+ "node_modules/@rollup/rollup-linux-loong64-gnu": {
1517
+ "version": "4.53.3",
1518
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.53.3.tgz",
1519
+ "integrity": "sha512-JiuKcp2teLJwQ7vkJ95EwESWkNRFJD7TQgYmCnrPtlu50b4XvT5MOmurWNrCj3IFdyjBQ5p9vnrX4JM6I8OE7g==",
1520
+ "cpu": [
1521
+ "loong64"
1522
+ ],
1523
+ "dev": true,
1524
+ "license": "MIT",
1525
+ "optional": true,
1526
+ "os": [
1527
+ "linux"
1528
+ ]
1529
+ },
1530
+ "node_modules/@rollup/rollup-linux-ppc64-gnu": {
1531
+ "version": "4.53.3",
1532
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.53.3.tgz",
1533
+ "integrity": "sha512-EoGSa8nd6d3T7zLuqdojxC20oBfNT8nexBbB/rkxgKj5T5vhpAQKKnD+h3UkoMuTyXkP5jTjK/ccNRmQrPNDuw==",
1534
+ "cpu": [
1535
+ "ppc64"
1536
+ ],
1537
+ "dev": true,
1538
+ "license": "MIT",
1539
+ "optional": true,
1540
+ "os": [
1541
+ "linux"
1542
+ ]
1543
+ },
1544
+ "node_modules/@rollup/rollup-linux-riscv64-gnu": {
1545
+ "version": "4.53.3",
1546
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.53.3.tgz",
1547
+ "integrity": "sha512-4s+Wped2IHXHPnAEbIB0YWBv7SDohqxobiiPA1FIWZpX+w9o2i4LezzH/NkFUl8LRci/8udci6cLq+jJQlh+0g==",
1548
+ "cpu": [
1549
+ "riscv64"
1550
+ ],
1551
+ "dev": true,
1552
+ "license": "MIT",
1553
+ "optional": true,
1554
+ "os": [
1555
+ "linux"
1556
+ ]
1557
+ },
1558
+ "node_modules/@rollup/rollup-linux-riscv64-musl": {
1559
+ "version": "4.53.3",
1560
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.53.3.tgz",
1561
+ "integrity": "sha512-68k2g7+0vs2u9CxDt5ktXTngsxOQkSEV/xBbwlqYcUrAVh6P9EgMZvFsnHy4SEiUl46Xf0IObWVbMvPrr2gw8A==",
1562
+ "cpu": [
1563
+ "riscv64"
1564
+ ],
1565
+ "dev": true,
1566
+ "license": "MIT",
1567
+ "optional": true,
1568
+ "os": [
1569
+ "linux"
1570
+ ]
1571
+ },
1572
+ "node_modules/@rollup/rollup-linux-s390x-gnu": {
1573
+ "version": "4.53.3",
1574
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.53.3.tgz",
1575
+ "integrity": "sha512-VYsFMpULAz87ZW6BVYw3I6sWesGpsP9OPcyKe8ofdg9LHxSbRMd7zrVrr5xi/3kMZtpWL/wC+UIJWJYVX5uTKg==",
1576
+ "cpu": [
1577
+ "s390x"
1578
+ ],
1579
+ "dev": true,
1580
+ "license": "MIT",
1581
+ "optional": true,
1582
+ "os": [
1583
+ "linux"
1584
+ ]
1585
+ },
1586
+ "node_modules/@rollup/rollup-linux-x64-gnu": {
1587
+ "version": "4.53.3",
1588
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.53.3.tgz",
1589
+ "integrity": "sha512-3EhFi1FU6YL8HTUJZ51imGJWEX//ajQPfqWLI3BQq4TlvHy4X0MOr5q3D2Zof/ka0d5FNdPwZXm3Yyib/UEd+w==",
1590
+ "cpu": [
1591
+ "x64"
1592
+ ],
1593
+ "dev": true,
1594
+ "license": "MIT",
1595
+ "optional": true,
1596
+ "os": [
1597
+ "linux"
1598
+ ]
1599
+ },
1600
+ "node_modules/@rollup/rollup-linux-x64-musl": {
1601
+ "version": "4.53.3",
1602
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.53.3.tgz",
1603
+ "integrity": "sha512-eoROhjcc6HbZCJr+tvVT8X4fW3/5g/WkGvvmwz/88sDtSJzO7r/blvoBDgISDiCjDRZmHpwud7h+6Q9JxFwq1Q==",
1604
+ "cpu": [
1605
+ "x64"
1606
+ ],
1607
+ "dev": true,
1608
+ "license": "MIT",
1609
+ "optional": true,
1610
+ "os": [
1611
+ "linux"
1612
+ ]
1613
+ },
1614
+ "node_modules/@rollup/rollup-openharmony-arm64": {
1615
+ "version": "4.53.3",
1616
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.53.3.tgz",
1617
+ "integrity": "sha512-OueLAWgrNSPGAdUdIjSWXw+u/02BRTcnfw9PN41D2vq/JSEPnJnVuBgw18VkN8wcd4fjUs+jFHVM4t9+kBSNLw==",
1618
+ "cpu": [
1619
+ "arm64"
1620
+ ],
1621
+ "dev": true,
1622
+ "license": "MIT",
1623
+ "optional": true,
1624
+ "os": [
1625
+ "openharmony"
1626
+ ]
1627
+ },
1628
+ "node_modules/@rollup/rollup-win32-arm64-msvc": {
1629
+ "version": "4.53.3",
1630
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.53.3.tgz",
1631
+ "integrity": "sha512-GOFuKpsxR/whszbF/bzydebLiXIHSgsEUp6M0JI8dWvi+fFa1TD6YQa4aSZHtpmh2/uAlj/Dy+nmby3TJ3pkTw==",
1632
+ "cpu": [
1633
+ "arm64"
1634
+ ],
1635
+ "dev": true,
1636
+ "license": "MIT",
1637
+ "optional": true,
1638
+ "os": [
1639
+ "win32"
1640
+ ]
1641
+ },
1642
+ "node_modules/@rollup/rollup-win32-ia32-msvc": {
1643
+ "version": "4.53.3",
1644
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.53.3.tgz",
1645
+ "integrity": "sha512-iah+THLcBJdpfZ1TstDFbKNznlzoxa8fmnFYK4V67HvmuNYkVdAywJSoteUszvBQ9/HqN2+9AZghbajMsFT+oA==",
1646
+ "cpu": [
1647
+ "ia32"
1648
+ ],
1649
+ "dev": true,
1650
+ "license": "MIT",
1651
+ "optional": true,
1652
+ "os": [
1653
+ "win32"
1654
+ ]
1655
+ },
1656
+ "node_modules/@rollup/rollup-win32-x64-gnu": {
1657
+ "version": "4.53.3",
1658
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.53.3.tgz",
1659
+ "integrity": "sha512-J9QDiOIZlZLdcot5NXEepDkstocktoVjkaKUtqzgzpt2yWjGlbYiKyp05rWwk4nypbYUNoFAztEgixoLaSETkg==",
1660
+ "cpu": [
1661
+ "x64"
1662
+ ],
1663
+ "dev": true,
1664
+ "license": "MIT",
1665
+ "optional": true,
1666
+ "os": [
1667
+ "win32"
1668
+ ]
1669
+ },
1670
+ "node_modules/@rollup/rollup-win32-x64-msvc": {
1671
+ "version": "4.53.3",
1672
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.53.3.tgz",
1673
+ "integrity": "sha512-UhTd8u31dXadv0MopwGgNOBpUVROFKWVQgAg5N1ESyCz8AuBcMqm4AuTjrwgQKGDfoFuz02EuMRHQIw/frmYKQ==",
1674
+ "cpu": [
1675
+ "x64"
1676
+ ],
1677
+ "dev": true,
1678
+ "license": "MIT",
1679
+ "optional": true,
1680
+ "os": [
1681
+ "win32"
1682
+ ]
1683
+ },
1684
+ "node_modules/@tweenjs/tween.js": {
1685
+ "version": "23.1.3",
1686
+ "resolved": "https://registry.npmjs.org/@tweenjs/tween.js/-/tween.js-23.1.3.tgz",
1687
+ "integrity": "sha512-vJmvvwFxYuGnF2axRtPYocag6Clbb5YS7kLL+SO/TeVFzHqDIWrNKYtcsPMibjDx9O+bu+psAy9NKfWklassUA==",
1688
+ "dev": true,
1689
+ "license": "MIT"
1690
+ },
1691
+ "node_modules/@types/babel__core": {
1692
+ "version": "7.20.5",
1693
+ "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",
1694
+ "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==",
1695
+ "dev": true,
1696
+ "license": "MIT",
1697
+ "dependencies": {
1698
+ "@babel/parser": "^7.20.7",
1699
+ "@babel/types": "^7.20.7",
1700
+ "@types/babel__generator": "*",
1701
+ "@types/babel__template": "*",
1702
+ "@types/babel__traverse": "*"
1703
+ }
1704
+ },
1705
+ "node_modules/@types/babel__generator": {
1706
+ "version": "7.27.0",
1707
+ "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz",
1708
+ "integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==",
1709
+ "dev": true,
1710
+ "license": "MIT",
1711
+ "dependencies": {
1712
+ "@babel/types": "^7.0.0"
1713
+ }
1714
+ },
1715
+ "node_modules/@types/babel__template": {
1716
+ "version": "7.4.4",
1717
+ "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz",
1718
+ "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==",
1719
+ "dev": true,
1720
+ "license": "MIT",
1721
+ "dependencies": {
1722
+ "@babel/parser": "^7.1.0",
1723
+ "@babel/types": "^7.0.0"
1724
+ }
1725
+ },
1726
+ "node_modules/@types/babel__traverse": {
1727
+ "version": "7.28.0",
1728
+ "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz",
1729
+ "integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==",
1730
+ "dev": true,
1731
+ "license": "MIT",
1732
+ "dependencies": {
1733
+ "@babel/types": "^7.28.2"
1734
+ }
1735
+ },
1736
+ "node_modules/@types/estree": {
1737
+ "version": "1.0.8",
1738
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
1739
+ "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
1740
+ "dev": true,
1741
+ "license": "MIT"
1742
+ },
1743
+ "node_modules/@types/howler": {
1744
+ "version": "2.2.12",
1745
+ "resolved": "https://registry.npmjs.org/@types/howler/-/howler-2.2.12.tgz",
1746
+ "integrity": "sha512-hy769UICzOSdK0Kn1FBk4gN+lswcj1EKRkmiDtMkUGvFfYJzgaDXmVXkSShS2m89ERAatGIPnTUlp2HhfkVo5g==",
1747
+ "dev": true,
1748
+ "license": "MIT"
1749
+ },
1750
+ "node_modules/@types/json-schema": {
1751
+ "version": "7.0.15",
1752
+ "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
1753
+ "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
1754
+ "dev": true,
1755
+ "license": "MIT"
1756
+ },
1757
+ "node_modules/@types/node": {
1758
+ "version": "25.0.3",
1759
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.3.tgz",
1760
+ "integrity": "sha512-W609buLVRVmeW693xKfzHeIV6nJGGz98uCPfeXI1ELMLXVeKYZ9m15fAMSaUPBHYLGFsVRcMmSCksQOrZV9BYA==",
1761
+ "dev": true,
1762
+ "license": "MIT",
1763
+ "peer": true,
1764
+ "dependencies": {
1765
+ "undici-types": "~7.16.0"
1766
+ }
1767
+ },
1768
+ "node_modules/@types/react": {
1769
+ "version": "19.2.7",
1770
+ "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.7.tgz",
1771
+ "integrity": "sha512-MWtvHrGZLFttgeEj28VXHxpmwYbor/ATPYbBfSFZEIRK0ecCFLl2Qo55z52Hss+UV9CRN7trSeq1zbgx7YDWWg==",
1772
+ "dev": true,
1773
+ "license": "MIT",
1774
+ "peer": true,
1775
+ "dependencies": {
1776
+ "csstype": "^3.2.2"
1777
+ }
1778
+ },
1779
+ "node_modules/@types/react-dom": {
1780
+ "version": "19.2.3",
1781
+ "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.3.tgz",
1782
+ "integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==",
1783
+ "dev": true,
1784
+ "license": "MIT",
1785
+ "peerDependencies": {
1786
+ "@types/react": "^19.2.0"
1787
+ }
1788
+ },
1789
+ "node_modules/@types/stats.js": {
1790
+ "version": "0.17.4",
1791
+ "resolved": "https://registry.npmjs.org/@types/stats.js/-/stats.js-0.17.4.tgz",
1792
+ "integrity": "sha512-jIBvWWShCvlBqBNIZt0KAshWpvSjhkwkEu4ZUcASoAvhmrgAUI2t1dXrjSL4xXVLB4FznPrIsX3nKXFl/Dt4vA==",
1793
+ "dev": true,
1794
+ "license": "MIT"
1795
+ },
1796
+ "node_modules/@types/three": {
1797
+ "version": "0.182.0",
1798
+ "resolved": "https://registry.npmjs.org/@types/three/-/three-0.182.0.tgz",
1799
+ "integrity": "sha512-WByN9V3Sbwbe2OkWuSGyoqQO8Du6yhYaXtXLoA5FkKTUJorZ+yOHBZ35zUUPQXlAKABZmbYp5oAqpA4RBjtJ/Q==",
1800
+ "dev": true,
1801
+ "license": "MIT",
1802
+ "dependencies": {
1803
+ "@dimforge/rapier3d-compat": "~0.12.0",
1804
+ "@tweenjs/tween.js": "~23.1.3",
1805
+ "@types/stats.js": "*",
1806
+ "@types/webxr": ">=0.5.17",
1807
+ "@webgpu/types": "*",
1808
+ "fflate": "~0.8.2",
1809
+ "meshoptimizer": "~0.22.0"
1810
+ }
1811
+ },
1812
+ "node_modules/@types/webxr": {
1813
+ "version": "0.5.24",
1814
+ "resolved": "https://registry.npmjs.org/@types/webxr/-/webxr-0.5.24.tgz",
1815
+ "integrity": "sha512-h8fgEd/DpoS9CBrjEQXR+dIDraopAEfu4wYVNY2tEPwk60stPWhvZMf4Foo5FakuQ7HFZoa8WceaWFervK2Ovg==",
1816
+ "dev": true,
1817
+ "license": "MIT"
1818
+ },
1819
+ "node_modules/@typescript-eslint/eslint-plugin": {
1820
+ "version": "8.50.1",
1821
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.50.1.tgz",
1822
+ "integrity": "sha512-PKhLGDq3JAg0Jk/aK890knnqduuI/Qj+udH7wCf0217IGi4gt+acgCyPVe79qoT+qKUvHMDQkwJeKW9fwl8Cyw==",
1823
+ "dev": true,
1824
+ "license": "MIT",
1825
+ "dependencies": {
1826
+ "@eslint-community/regexpp": "^4.10.0",
1827
+ "@typescript-eslint/scope-manager": "8.50.1",
1828
+ "@typescript-eslint/type-utils": "8.50.1",
1829
+ "@typescript-eslint/utils": "8.50.1",
1830
+ "@typescript-eslint/visitor-keys": "8.50.1",
1831
+ "ignore": "^7.0.0",
1832
+ "natural-compare": "^1.4.0",
1833
+ "ts-api-utils": "^2.1.0"
1834
+ },
1835
+ "engines": {
1836
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1837
+ },
1838
+ "funding": {
1839
+ "type": "opencollective",
1840
+ "url": "https://opencollective.com/typescript-eslint"
1841
+ },
1842
+ "peerDependencies": {
1843
+ "@typescript-eslint/parser": "^8.50.1",
1844
+ "eslint": "^8.57.0 || ^9.0.0",
1845
+ "typescript": ">=4.8.4 <6.0.0"
1846
+ }
1847
+ },
1848
+ "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": {
1849
+ "version": "7.0.5",
1850
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
1851
+ "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
1852
+ "dev": true,
1853
+ "license": "MIT",
1854
+ "engines": {
1855
+ "node": ">= 4"
1856
+ }
1857
+ },
1858
+ "node_modules/@typescript-eslint/parser": {
1859
+ "version": "8.50.1",
1860
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.50.1.tgz",
1861
+ "integrity": "sha512-hM5faZwg7aVNa819m/5r7D0h0c9yC4DUlWAOvHAtISdFTc8xB86VmX5Xqabrama3wIPJ/q9RbGS1worb6JfnMg==",
1862
+ "dev": true,
1863
+ "license": "MIT",
1864
+ "peer": true,
1865
+ "dependencies": {
1866
+ "@typescript-eslint/scope-manager": "8.50.1",
1867
+ "@typescript-eslint/types": "8.50.1",
1868
+ "@typescript-eslint/typescript-estree": "8.50.1",
1869
+ "@typescript-eslint/visitor-keys": "8.50.1",
1870
+ "debug": "^4.3.4"
1871
+ },
1872
+ "engines": {
1873
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1874
+ },
1875
+ "funding": {
1876
+ "type": "opencollective",
1877
+ "url": "https://opencollective.com/typescript-eslint"
1878
+ },
1879
+ "peerDependencies": {
1880
+ "eslint": "^8.57.0 || ^9.0.0",
1881
+ "typescript": ">=4.8.4 <6.0.0"
1882
+ }
1883
+ },
1884
+ "node_modules/@typescript-eslint/project-service": {
1885
+ "version": "8.50.1",
1886
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.50.1.tgz",
1887
+ "integrity": "sha512-E1ur1MCVf+YiP89+o4Les/oBAVzmSbeRB0MQLfSlYtbWU17HPxZ6Bhs5iYmKZRALvEuBoXIZMOIRRc/P++Ortg==",
1888
+ "dev": true,
1889
+ "license": "MIT",
1890
+ "dependencies": {
1891
+ "@typescript-eslint/tsconfig-utils": "^8.50.1",
1892
+ "@typescript-eslint/types": "^8.50.1",
1893
+ "debug": "^4.3.4"
1894
+ },
1895
+ "engines": {
1896
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1897
+ },
1898
+ "funding": {
1899
+ "type": "opencollective",
1900
+ "url": "https://opencollective.com/typescript-eslint"
1901
+ },
1902
+ "peerDependencies": {
1903
+ "typescript": ">=4.8.4 <6.0.0"
1904
+ }
1905
+ },
1906
+ "node_modules/@typescript-eslint/scope-manager": {
1907
+ "version": "8.50.1",
1908
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.50.1.tgz",
1909
+ "integrity": "sha512-mfRx06Myt3T4vuoHaKi8ZWNTPdzKPNBhiblze5N50//TSHOAQQevl/aolqA/BcqqbJ88GUnLqjjcBc8EWdBcVw==",
1910
+ "dev": true,
1911
+ "license": "MIT",
1912
+ "dependencies": {
1913
+ "@typescript-eslint/types": "8.50.1",
1914
+ "@typescript-eslint/visitor-keys": "8.50.1"
1915
+ },
1916
+ "engines": {
1917
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1918
+ },
1919
+ "funding": {
1920
+ "type": "opencollective",
1921
+ "url": "https://opencollective.com/typescript-eslint"
1922
+ }
1923
+ },
1924
+ "node_modules/@typescript-eslint/tsconfig-utils": {
1925
+ "version": "8.50.1",
1926
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.50.1.tgz",
1927
+ "integrity": "sha512-ooHmotT/lCWLXi55G4mvaUF60aJa012QzvLK0Y+Mp4WdSt17QhMhWOaBWeGTFVkb2gDgBe19Cxy1elPXylslDw==",
1928
+ "dev": true,
1929
+ "license": "MIT",
1930
+ "engines": {
1931
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1932
+ },
1933
+ "funding": {
1934
+ "type": "opencollective",
1935
+ "url": "https://opencollective.com/typescript-eslint"
1936
+ },
1937
+ "peerDependencies": {
1938
+ "typescript": ">=4.8.4 <6.0.0"
1939
+ }
1940
+ },
1941
+ "node_modules/@typescript-eslint/type-utils": {
1942
+ "version": "8.50.1",
1943
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.50.1.tgz",
1944
+ "integrity": "sha512-7J3bf022QZE42tYMO6SL+6lTPKFk/WphhRPe9Tw/el+cEwzLz1Jjz2PX3GtGQVxooLDKeMVmMt7fWpYRdG5Etg==",
1945
+ "dev": true,
1946
+ "license": "MIT",
1947
+ "dependencies": {
1948
+ "@typescript-eslint/types": "8.50.1",
1949
+ "@typescript-eslint/typescript-estree": "8.50.1",
1950
+ "@typescript-eslint/utils": "8.50.1",
1951
+ "debug": "^4.3.4",
1952
+ "ts-api-utils": "^2.1.0"
1953
+ },
1954
+ "engines": {
1955
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1956
+ },
1957
+ "funding": {
1958
+ "type": "opencollective",
1959
+ "url": "https://opencollective.com/typescript-eslint"
1960
+ },
1961
+ "peerDependencies": {
1962
+ "eslint": "^8.57.0 || ^9.0.0",
1963
+ "typescript": ">=4.8.4 <6.0.0"
1964
+ }
1965
+ },
1966
+ "node_modules/@typescript-eslint/types": {
1967
+ "version": "8.50.1",
1968
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.50.1.tgz",
1969
+ "integrity": "sha512-v5lFIS2feTkNyMhd7AucE/9j/4V9v5iIbpVRncjk/K0sQ6Sb+Np9fgYS/63n6nwqahHQvbmujeBL7mp07Q9mlA==",
1970
+ "dev": true,
1971
+ "license": "MIT",
1972
+ "engines": {
1973
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1974
+ },
1975
+ "funding": {
1976
+ "type": "opencollective",
1977
+ "url": "https://opencollective.com/typescript-eslint"
1978
+ }
1979
+ },
1980
+ "node_modules/@typescript-eslint/typescript-estree": {
1981
+ "version": "8.50.1",
1982
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.50.1.tgz",
1983
+ "integrity": "sha512-woHPdW+0gj53aM+cxchymJCrh0cyS7BTIdcDxWUNsclr9VDkOSbqC13juHzxOmQ22dDkMZEpZB+3X1WpUvzgVQ==",
1984
+ "dev": true,
1985
+ "license": "MIT",
1986
+ "dependencies": {
1987
+ "@typescript-eslint/project-service": "8.50.1",
1988
+ "@typescript-eslint/tsconfig-utils": "8.50.1",
1989
+ "@typescript-eslint/types": "8.50.1",
1990
+ "@typescript-eslint/visitor-keys": "8.50.1",
1991
+ "debug": "^4.3.4",
1992
+ "minimatch": "^9.0.4",
1993
+ "semver": "^7.6.0",
1994
+ "tinyglobby": "^0.2.15",
1995
+ "ts-api-utils": "^2.1.0"
1996
+ },
1997
+ "engines": {
1998
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1999
+ },
2000
+ "funding": {
2001
+ "type": "opencollective",
2002
+ "url": "https://opencollective.com/typescript-eslint"
2003
+ },
2004
+ "peerDependencies": {
2005
+ "typescript": ">=4.8.4 <6.0.0"
2006
+ }
2007
+ },
2008
+ "node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": {
2009
+ "version": "2.0.2",
2010
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
2011
+ "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
2012
+ "dev": true,
2013
+ "license": "MIT",
2014
+ "dependencies": {
2015
+ "balanced-match": "^1.0.0"
2016
+ }
2017
+ },
2018
+ "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
2019
+ "version": "9.0.5",
2020
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
2021
+ "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
2022
+ "dev": true,
2023
+ "license": "ISC",
2024
+ "dependencies": {
2025
+ "brace-expansion": "^2.0.1"
2026
+ },
2027
+ "engines": {
2028
+ "node": ">=16 || 14 >=14.17"
2029
+ },
2030
+ "funding": {
2031
+ "url": "https://github.com/sponsors/isaacs"
2032
+ }
2033
+ },
2034
+ "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": {
2035
+ "version": "7.7.3",
2036
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
2037
+ "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
2038
+ "dev": true,
2039
+ "license": "ISC",
2040
+ "bin": {
2041
+ "semver": "bin/semver.js"
2042
+ },
2043
+ "engines": {
2044
+ "node": ">=10"
2045
+ }
2046
+ },
2047
+ "node_modules/@typescript-eslint/utils": {
2048
+ "version": "8.50.1",
2049
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.50.1.tgz",
2050
+ "integrity": "sha512-lCLp8H1T9T7gPbEuJSnHwnSuO9mDf8mfK/Nion5mZmiEaQD9sWf9W4dfeFqRyqRjF06/kBuTmAqcs9sewM2NbQ==",
2051
+ "dev": true,
2052
+ "license": "MIT",
2053
+ "dependencies": {
2054
+ "@eslint-community/eslint-utils": "^4.7.0",
2055
+ "@typescript-eslint/scope-manager": "8.50.1",
2056
+ "@typescript-eslint/types": "8.50.1",
2057
+ "@typescript-eslint/typescript-estree": "8.50.1"
2058
+ },
2059
+ "engines": {
2060
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2061
+ },
2062
+ "funding": {
2063
+ "type": "opencollective",
2064
+ "url": "https://opencollective.com/typescript-eslint"
2065
+ },
2066
+ "peerDependencies": {
2067
+ "eslint": "^8.57.0 || ^9.0.0",
2068
+ "typescript": ">=4.8.4 <6.0.0"
2069
+ }
2070
+ },
2071
+ "node_modules/@typescript-eslint/visitor-keys": {
2072
+ "version": "8.50.1",
2073
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.50.1.tgz",
2074
+ "integrity": "sha512-IrDKrw7pCRUR94zeuCSUWQ+w8JEf5ZX5jl/e6AHGSLi1/zIr0lgutfn/7JpfCey+urpgQEdrZVYzCaVVKiTwhQ==",
2075
+ "dev": true,
2076
+ "license": "MIT",
2077
+ "dependencies": {
2078
+ "@typescript-eslint/types": "8.50.1",
2079
+ "eslint-visitor-keys": "^4.2.1"
2080
+ },
2081
+ "engines": {
2082
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2083
+ },
2084
+ "funding": {
2085
+ "type": "opencollective",
2086
+ "url": "https://opencollective.com/typescript-eslint"
2087
+ }
2088
+ },
2089
+ "node_modules/@vitejs/plugin-react": {
2090
+ "version": "5.1.2",
2091
+ "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-5.1.2.tgz",
2092
+ "integrity": "sha512-EcA07pHJouywpzsoTUqNh5NwGayl2PPVEJKUSinGGSxFGYn+shYbqMGBg6FXDqgXum9Ou/ecb+411ssw8HImJQ==",
2093
+ "dev": true,
2094
+ "license": "MIT",
2095
+ "dependencies": {
2096
+ "@babel/core": "^7.28.5",
2097
+ "@babel/plugin-transform-react-jsx-self": "^7.27.1",
2098
+ "@babel/plugin-transform-react-jsx-source": "^7.27.1",
2099
+ "@rolldown/pluginutils": "1.0.0-beta.53",
2100
+ "@types/babel__core": "^7.20.5",
2101
+ "react-refresh": "^0.18.0"
2102
+ },
2103
+ "engines": {
2104
+ "node": "^20.19.0 || >=22.12.0"
2105
+ },
2106
+ "peerDependencies": {
2107
+ "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
2108
+ }
2109
+ },
2110
+ "node_modules/@webgpu/types": {
2111
+ "version": "0.1.67",
2112
+ "resolved": "https://registry.npmjs.org/@webgpu/types/-/types-0.1.67.tgz",
2113
+ "integrity": "sha512-uk53+2ECGUkWoDFez/hymwpRfdgdIn6y1ref70fEecGMe5607f4sozNFgBk0oxlr7j2CRGWBEc3IBYMmFdGGTQ==",
2114
+ "dev": true,
2115
+ "license": "BSD-3-Clause"
2116
+ },
2117
+ "node_modules/acorn": {
2118
+ "version": "8.15.0",
2119
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
2120
+ "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
2121
+ "dev": true,
2122
+ "license": "MIT",
2123
+ "peer": true,
2124
+ "bin": {
2125
+ "acorn": "bin/acorn"
2126
+ },
2127
+ "engines": {
2128
+ "node": ">=0.4.0"
2129
+ }
2130
+ },
2131
+ "node_modules/acorn-jsx": {
2132
+ "version": "5.3.2",
2133
+ "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
2134
+ "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
2135
+ "dev": true,
2136
+ "license": "MIT",
2137
+ "peerDependencies": {
2138
+ "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
2139
+ }
2140
+ },
2141
+ "node_modules/ajv": {
2142
+ "version": "6.12.6",
2143
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
2144
+ "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
2145
+ "dev": true,
2146
+ "license": "MIT",
2147
+ "dependencies": {
2148
+ "fast-deep-equal": "^3.1.1",
2149
+ "fast-json-stable-stringify": "^2.0.0",
2150
+ "json-schema-traverse": "^0.4.1",
2151
+ "uri-js": "^4.2.2"
2152
+ },
2153
+ "funding": {
2154
+ "type": "github",
2155
+ "url": "https://github.com/sponsors/epoberezkin"
2156
+ }
2157
+ },
2158
+ "node_modules/ansi-styles": {
2159
+ "version": "4.3.0",
2160
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
2161
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
2162
+ "dev": true,
2163
+ "license": "MIT",
2164
+ "dependencies": {
2165
+ "color-convert": "^2.0.1"
2166
+ },
2167
+ "engines": {
2168
+ "node": ">=8"
2169
+ },
2170
+ "funding": {
2171
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2172
+ }
2173
+ },
2174
+ "node_modules/argparse": {
2175
+ "version": "2.0.1",
2176
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
2177
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
2178
+ "dev": true,
2179
+ "license": "Python-2.0"
2180
+ },
2181
+ "node_modules/balanced-match": {
2182
+ "version": "1.0.2",
2183
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
2184
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
2185
+ "dev": true,
2186
+ "license": "MIT"
2187
+ },
2188
+ "node_modules/baseline-browser-mapping": {
2189
+ "version": "2.9.6",
2190
+ "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.6.tgz",
2191
+ "integrity": "sha512-v9BVVpOTLB59C9E7aSnmIF8h7qRsFpx+A2nugVMTszEOMcfjlZMsXRm4LF23I3Z9AJxc8ANpIvzbzONoX9VJlg==",
2192
+ "dev": true,
2193
+ "license": "Apache-2.0",
2194
+ "bin": {
2195
+ "baseline-browser-mapping": "dist/cli.js"
2196
+ }
2197
+ },
2198
+ "node_modules/bidi-js": {
2199
+ "version": "1.0.3",
2200
+ "resolved": "https://registry.npmjs.org/bidi-js/-/bidi-js-1.0.3.tgz",
2201
+ "integrity": "sha512-RKshQI1R3YQ+n9YJz2QQ147P66ELpa1FQEg20Dk8oW9t2KgLbpDLLp9aGZ7y8WHSshDknG0bknqGw5/tyCs5tw==",
2202
+ "dev": true,
2203
+ "license": "MIT",
2204
+ "dependencies": {
2205
+ "require-from-string": "^2.0.2"
2206
+ }
2207
+ },
2208
+ "node_modules/brace-expansion": {
2209
+ "version": "1.1.12",
2210
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
2211
+ "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
2212
+ "dev": true,
2213
+ "license": "MIT",
2214
+ "dependencies": {
2215
+ "balanced-match": "^1.0.0",
2216
+ "concat-map": "0.0.1"
2217
+ }
2218
+ },
2219
+ "node_modules/braces": {
2220
+ "version": "3.0.3",
2221
+ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
2222
+ "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
2223
+ "dev": true,
2224
+ "license": "MIT",
2225
+ "optional": true,
2226
+ "dependencies": {
2227
+ "fill-range": "^7.1.1"
2228
+ },
2229
+ "engines": {
2230
+ "node": ">=8"
2231
+ }
2232
+ },
2233
+ "node_modules/browserslist": {
2234
+ "version": "4.28.1",
2235
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.1.tgz",
2236
+ "integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==",
2237
+ "dev": true,
2238
+ "funding": [
2239
+ {
2240
+ "type": "opencollective",
2241
+ "url": "https://opencollective.com/browserslist"
2242
+ },
2243
+ {
2244
+ "type": "tidelift",
2245
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
2246
+ },
2247
+ {
2248
+ "type": "github",
2249
+ "url": "https://github.com/sponsors/ai"
2250
+ }
2251
+ ],
2252
+ "license": "MIT",
2253
+ "peer": true,
2254
+ "dependencies": {
2255
+ "baseline-browser-mapping": "^2.9.0",
2256
+ "caniuse-lite": "^1.0.30001759",
2257
+ "electron-to-chromium": "^1.5.263",
2258
+ "node-releases": "^2.0.27",
2259
+ "update-browserslist-db": "^1.2.0"
2260
+ },
2261
+ "bin": {
2262
+ "browserslist": "cli.js"
2263
+ },
2264
+ "engines": {
2265
+ "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
2266
+ }
2267
+ },
2268
+ "node_modules/buffer-builder": {
2269
+ "version": "0.2.0",
2270
+ "resolved": "https://registry.npmjs.org/buffer-builder/-/buffer-builder-0.2.0.tgz",
2271
+ "integrity": "sha512-7VPMEPuYznPSoR21NE1zvd2Xna6c/CloiZCfcMXR1Jny6PjX0N4Nsa38zcBFo/FMK+BlA+FLKbJCQ0i2yxp+Xg==",
2272
+ "dev": true,
2273
+ "license": "MIT/X11"
2274
+ },
2275
+ "node_modules/callsites": {
2276
+ "version": "3.1.0",
2277
+ "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
2278
+ "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
2279
+ "dev": true,
2280
+ "license": "MIT",
2281
+ "engines": {
2282
+ "node": ">=6"
2283
+ }
2284
+ },
2285
+ "node_modules/caniuse-lite": {
2286
+ "version": "1.0.30001760",
2287
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001760.tgz",
2288
+ "integrity": "sha512-7AAMPcueWELt1p3mi13HR/LHH0TJLT11cnwDJEs3xA4+CK/PLKeO9Kl1oru24htkyUKtkGCvAx4ohB0Ttry8Dw==",
2289
+ "dev": true,
2290
+ "funding": [
2291
+ {
2292
+ "type": "opencollective",
2293
+ "url": "https://opencollective.com/browserslist"
2294
+ },
2295
+ {
2296
+ "type": "tidelift",
2297
+ "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
2298
+ },
2299
+ {
2300
+ "type": "github",
2301
+ "url": "https://github.com/sponsors/ai"
2302
+ }
2303
+ ],
2304
+ "license": "CC-BY-4.0"
2305
+ },
2306
+ "node_modules/chalk": {
2307
+ "version": "4.1.2",
2308
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
2309
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
2310
+ "dev": true,
2311
+ "license": "MIT",
2312
+ "dependencies": {
2313
+ "ansi-styles": "^4.1.0",
2314
+ "supports-color": "^7.1.0"
2315
+ },
2316
+ "engines": {
2317
+ "node": ">=10"
2318
+ },
2319
+ "funding": {
2320
+ "url": "https://github.com/chalk/chalk?sponsor=1"
2321
+ }
2322
+ },
2323
+ "node_modules/chokidar": {
2324
+ "version": "4.0.3",
2325
+ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz",
2326
+ "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
2327
+ "dev": true,
2328
+ "license": "MIT",
2329
+ "optional": true,
2330
+ "dependencies": {
2331
+ "readdirp": "^4.0.1"
2332
+ },
2333
+ "engines": {
2334
+ "node": ">= 14.16.0"
2335
+ },
2336
+ "funding": {
2337
+ "url": "https://paulmillr.com/funding/"
2338
+ }
2339
+ },
2340
+ "node_modules/color-convert": {
2341
+ "version": "2.0.1",
2342
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
2343
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
2344
+ "dev": true,
2345
+ "license": "MIT",
2346
+ "dependencies": {
2347
+ "color-name": "~1.1.4"
2348
+ },
2349
+ "engines": {
2350
+ "node": ">=7.0.0"
2351
+ }
2352
+ },
2353
+ "node_modules/color-name": {
2354
+ "version": "1.1.4",
2355
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
2356
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
2357
+ "dev": true,
2358
+ "license": "MIT"
2359
+ },
2360
+ "node_modules/colorjs.io": {
2361
+ "version": "0.5.2",
2362
+ "resolved": "https://registry.npmjs.org/colorjs.io/-/colorjs.io-0.5.2.tgz",
2363
+ "integrity": "sha512-twmVoizEW7ylZSN32OgKdXRmo1qg+wT5/6C3xu5b9QsWzSFAhHLn2xd8ro0diCsKfCj1RdaTP/nrcW+vAoQPIw==",
2364
+ "dev": true,
2365
+ "license": "MIT"
2366
+ },
2367
+ "node_modules/concat-map": {
2368
+ "version": "0.0.1",
2369
+ "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
2370
+ "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
2371
+ "dev": true,
2372
+ "license": "MIT"
2373
+ },
2374
+ "node_modules/convert-source-map": {
2375
+ "version": "2.0.0",
2376
+ "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
2377
+ "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
2378
+ "dev": true,
2379
+ "license": "MIT"
2380
+ },
2381
+ "node_modules/cross-spawn": {
2382
+ "version": "7.0.6",
2383
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
2384
+ "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
2385
+ "dev": true,
2386
+ "license": "MIT",
2387
+ "dependencies": {
2388
+ "path-key": "^3.1.0",
2389
+ "shebang-command": "^2.0.0",
2390
+ "which": "^2.0.1"
2391
+ },
2392
+ "engines": {
2393
+ "node": ">= 8"
2394
+ }
2395
+ },
2396
+ "node_modules/csstype": {
2397
+ "version": "3.2.3",
2398
+ "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
2399
+ "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
2400
+ "dev": true,
2401
+ "license": "MIT"
2402
+ },
2403
+ "node_modules/debug": {
2404
+ "version": "4.4.3",
2405
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
2406
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
2407
+ "dev": true,
2408
+ "license": "MIT",
2409
+ "dependencies": {
2410
+ "ms": "^2.1.3"
2411
+ },
2412
+ "engines": {
2413
+ "node": ">=6.0"
2414
+ },
2415
+ "peerDependenciesMeta": {
2416
+ "supports-color": {
2417
+ "optional": true
2418
+ }
2419
+ }
2420
+ },
2421
+ "node_modules/deep-is": {
2422
+ "version": "0.1.4",
2423
+ "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
2424
+ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
2425
+ "dev": true,
2426
+ "license": "MIT"
2427
+ },
2428
+ "node_modules/detect-libc": {
2429
+ "version": "1.0.3",
2430
+ "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz",
2431
+ "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==",
2432
+ "dev": true,
2433
+ "license": "Apache-2.0",
2434
+ "optional": true,
2435
+ "bin": {
2436
+ "detect-libc": "bin/detect-libc.js"
2437
+ },
2438
+ "engines": {
2439
+ "node": ">=0.10"
2440
+ }
2441
+ },
2442
+ "node_modules/electron-to-chromium": {
2443
+ "version": "1.5.267",
2444
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.267.tgz",
2445
+ "integrity": "sha512-0Drusm6MVRXSOJpGbaSVgcQsuB4hEkMpHXaVstcPmhu5LIedxs1xNK/nIxmQIU/RPC0+1/o0AVZfBTkTNJOdUw==",
2446
+ "dev": true,
2447
+ "license": "ISC"
2448
+ },
2449
+ "node_modules/esbuild": {
2450
+ "version": "0.27.2",
2451
+ "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.2.tgz",
2452
+ "integrity": "sha512-HyNQImnsOC7X9PMNaCIeAm4ISCQXs5a5YasTXVliKv4uuBo1dKrG0A+uQS8M5eXjVMnLg3WgXaKvprHlFJQffw==",
2453
+ "dev": true,
2454
+ "hasInstallScript": true,
2455
+ "license": "MIT",
2456
+ "bin": {
2457
+ "esbuild": "bin/esbuild"
2458
+ },
2459
+ "engines": {
2460
+ "node": ">=18"
2461
+ },
2462
+ "optionalDependencies": {
2463
+ "@esbuild/aix-ppc64": "0.27.2",
2464
+ "@esbuild/android-arm": "0.27.2",
2465
+ "@esbuild/android-arm64": "0.27.2",
2466
+ "@esbuild/android-x64": "0.27.2",
2467
+ "@esbuild/darwin-arm64": "0.27.2",
2468
+ "@esbuild/darwin-x64": "0.27.2",
2469
+ "@esbuild/freebsd-arm64": "0.27.2",
2470
+ "@esbuild/freebsd-x64": "0.27.2",
2471
+ "@esbuild/linux-arm": "0.27.2",
2472
+ "@esbuild/linux-arm64": "0.27.2",
2473
+ "@esbuild/linux-ia32": "0.27.2",
2474
+ "@esbuild/linux-loong64": "0.27.2",
2475
+ "@esbuild/linux-mips64el": "0.27.2",
2476
+ "@esbuild/linux-ppc64": "0.27.2",
2477
+ "@esbuild/linux-riscv64": "0.27.2",
2478
+ "@esbuild/linux-s390x": "0.27.2",
2479
+ "@esbuild/linux-x64": "0.27.2",
2480
+ "@esbuild/netbsd-arm64": "0.27.2",
2481
+ "@esbuild/netbsd-x64": "0.27.2",
2482
+ "@esbuild/openbsd-arm64": "0.27.2",
2483
+ "@esbuild/openbsd-x64": "0.27.2",
2484
+ "@esbuild/openharmony-arm64": "0.27.2",
2485
+ "@esbuild/sunos-x64": "0.27.2",
2486
+ "@esbuild/win32-arm64": "0.27.2",
2487
+ "@esbuild/win32-ia32": "0.27.2",
2488
+ "@esbuild/win32-x64": "0.27.2"
2489
+ }
2490
+ },
2491
+ "node_modules/escalade": {
2492
+ "version": "3.2.0",
2493
+ "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
2494
+ "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
2495
+ "dev": true,
2496
+ "license": "MIT",
2497
+ "engines": {
2498
+ "node": ">=6"
2499
+ }
2500
+ },
2501
+ "node_modules/escape-string-regexp": {
2502
+ "version": "4.0.0",
2503
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
2504
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
2505
+ "dev": true,
2506
+ "license": "MIT",
2507
+ "engines": {
2508
+ "node": ">=10"
2509
+ },
2510
+ "funding": {
2511
+ "url": "https://github.com/sponsors/sindresorhus"
2512
+ }
2513
+ },
2514
+ "node_modules/eslint": {
2515
+ "version": "9.39.2",
2516
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.2.tgz",
2517
+ "integrity": "sha512-LEyamqS7W5HB3ujJyvi0HQK/dtVINZvd5mAAp9eT5S/ujByGjiZLCzPcHVzuXbpJDJF/cxwHlfceVUDZ2lnSTw==",
2518
+ "dev": true,
2519
+ "license": "MIT",
2520
+ "peer": true,
2521
+ "dependencies": {
2522
+ "@eslint-community/eslint-utils": "^4.8.0",
2523
+ "@eslint-community/regexpp": "^4.12.1",
2524
+ "@eslint/config-array": "^0.21.1",
2525
+ "@eslint/config-helpers": "^0.4.2",
2526
+ "@eslint/core": "^0.17.0",
2527
+ "@eslint/eslintrc": "^3.3.1",
2528
+ "@eslint/js": "9.39.2",
2529
+ "@eslint/plugin-kit": "^0.4.1",
2530
+ "@humanfs/node": "^0.16.6",
2531
+ "@humanwhocodes/module-importer": "^1.0.1",
2532
+ "@humanwhocodes/retry": "^0.4.2",
2533
+ "@types/estree": "^1.0.6",
2534
+ "ajv": "^6.12.4",
2535
+ "chalk": "^4.0.0",
2536
+ "cross-spawn": "^7.0.6",
2537
+ "debug": "^4.3.2",
2538
+ "escape-string-regexp": "^4.0.0",
2539
+ "eslint-scope": "^8.4.0",
2540
+ "eslint-visitor-keys": "^4.2.1",
2541
+ "espree": "^10.4.0",
2542
+ "esquery": "^1.5.0",
2543
+ "esutils": "^2.0.2",
2544
+ "fast-deep-equal": "^3.1.3",
2545
+ "file-entry-cache": "^8.0.0",
2546
+ "find-up": "^5.0.0",
2547
+ "glob-parent": "^6.0.2",
2548
+ "ignore": "^5.2.0",
2549
+ "imurmurhash": "^0.1.4",
2550
+ "is-glob": "^4.0.0",
2551
+ "json-stable-stringify-without-jsonify": "^1.0.1",
2552
+ "lodash.merge": "^4.6.2",
2553
+ "minimatch": "^3.1.2",
2554
+ "natural-compare": "^1.4.0",
2555
+ "optionator": "^0.9.3"
2556
+ },
2557
+ "bin": {
2558
+ "eslint": "bin/eslint.js"
2559
+ },
2560
+ "engines": {
2561
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2562
+ },
2563
+ "funding": {
2564
+ "url": "https://eslint.org/donate"
2565
+ },
2566
+ "peerDependencies": {
2567
+ "jiti": "*"
2568
+ },
2569
+ "peerDependenciesMeta": {
2570
+ "jiti": {
2571
+ "optional": true
2572
+ }
2573
+ }
2574
+ },
2575
+ "node_modules/eslint-config-prettier": {
2576
+ "version": "10.1.8",
2577
+ "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-10.1.8.tgz",
2578
+ "integrity": "sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==",
2579
+ "dev": true,
2580
+ "license": "MIT",
2581
+ "peer": true,
2582
+ "bin": {
2583
+ "eslint-config-prettier": "bin/cli.js"
2584
+ },
2585
+ "funding": {
2586
+ "url": "https://opencollective.com/eslint-config-prettier"
2587
+ },
2588
+ "peerDependencies": {
2589
+ "eslint": ">=7.0.0"
2590
+ }
2591
+ },
2592
+ "node_modules/eslint-plugin-prettier": {
2593
+ "version": "5.5.4",
2594
+ "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.4.tgz",
2595
+ "integrity": "sha512-swNtI95SToIz05YINMA6Ox5R057IMAmWZ26GqPxusAp1TZzj+IdY9tXNWWD3vkF/wEqydCONcwjTFpxybBqZsg==",
2596
+ "dev": true,
2597
+ "license": "MIT",
2598
+ "dependencies": {
2599
+ "prettier-linter-helpers": "^1.0.0",
2600
+ "synckit": "^0.11.7"
2601
+ },
2602
+ "engines": {
2603
+ "node": "^14.18.0 || >=16.0.0"
2604
+ },
2605
+ "funding": {
2606
+ "url": "https://opencollective.com/eslint-plugin-prettier"
2607
+ },
2608
+ "peerDependencies": {
2609
+ "@types/eslint": ">=8.0.0",
2610
+ "eslint": ">=8.0.0",
2611
+ "eslint-config-prettier": ">= 7.0.0 <10.0.0 || >=10.1.0",
2612
+ "prettier": ">=3.0.0"
2613
+ },
2614
+ "peerDependenciesMeta": {
2615
+ "@types/eslint": {
2616
+ "optional": true
2617
+ },
2618
+ "eslint-config-prettier": {
2619
+ "optional": true
2620
+ }
2621
+ }
2622
+ },
2623
+ "node_modules/eslint-plugin-react-hooks": {
2624
+ "version": "7.0.1",
2625
+ "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.0.1.tgz",
2626
+ "integrity": "sha512-O0d0m04evaNzEPoSW+59Mezf8Qt0InfgGIBJnpC0h3NH/WjUAR7BIKUfysC6todmtiZ/A0oUVS8Gce0WhBrHsA==",
2627
+ "dev": true,
2628
+ "license": "MIT",
2629
+ "dependencies": {
2630
+ "@babel/core": "^7.24.4",
2631
+ "@babel/parser": "^7.24.4",
2632
+ "hermes-parser": "^0.25.1",
2633
+ "zod": "^3.25.0 || ^4.0.0",
2634
+ "zod-validation-error": "^3.5.0 || ^4.0.0"
2635
+ },
2636
+ "engines": {
2637
+ "node": ">=18"
2638
+ },
2639
+ "peerDependencies": {
2640
+ "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0"
2641
+ }
2642
+ },
2643
+ "node_modules/eslint-plugin-react-refresh": {
2644
+ "version": "0.4.26",
2645
+ "resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.26.tgz",
2646
+ "integrity": "sha512-1RETEylht2O6FM/MvgnyvT+8K21wLqDNg4qD51Zj3guhjt433XbnnkVttHMyaVyAFD03QSV4LPS5iE3VQmO7XQ==",
2647
+ "dev": true,
2648
+ "license": "MIT",
2649
+ "peerDependencies": {
2650
+ "eslint": ">=8.40"
2651
+ }
2652
+ },
2653
+ "node_modules/eslint-scope": {
2654
+ "version": "8.4.0",
2655
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
2656
+ "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
2657
+ "dev": true,
2658
+ "license": "BSD-2-Clause",
2659
+ "dependencies": {
2660
+ "esrecurse": "^4.3.0",
2661
+ "estraverse": "^5.2.0"
2662
+ },
2663
+ "engines": {
2664
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2665
+ },
2666
+ "funding": {
2667
+ "url": "https://opencollective.com/eslint"
2668
+ }
2669
+ },
2670
+ "node_modules/eslint-visitor-keys": {
2671
+ "version": "4.2.1",
2672
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
2673
+ "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
2674
+ "dev": true,
2675
+ "license": "Apache-2.0",
2676
+ "engines": {
2677
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2678
+ },
2679
+ "funding": {
2680
+ "url": "https://opencollective.com/eslint"
2681
+ }
2682
+ },
2683
+ "node_modules/espree": {
2684
+ "version": "10.4.0",
2685
+ "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz",
2686
+ "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
2687
+ "dev": true,
2688
+ "license": "BSD-2-Clause",
2689
+ "dependencies": {
2690
+ "acorn": "^8.15.0",
2691
+ "acorn-jsx": "^5.3.2",
2692
+ "eslint-visitor-keys": "^4.2.1"
2693
+ },
2694
+ "engines": {
2695
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2696
+ },
2697
+ "funding": {
2698
+ "url": "https://opencollective.com/eslint"
2699
+ }
2700
+ },
2701
+ "node_modules/esquery": {
2702
+ "version": "1.6.0",
2703
+ "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz",
2704
+ "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
2705
+ "dev": true,
2706
+ "license": "BSD-3-Clause",
2707
+ "dependencies": {
2708
+ "estraverse": "^5.1.0"
2709
+ },
2710
+ "engines": {
2711
+ "node": ">=0.10"
2712
+ }
2713
+ },
2714
+ "node_modules/esrecurse": {
2715
+ "version": "4.3.0",
2716
+ "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
2717
+ "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
2718
+ "dev": true,
2719
+ "license": "BSD-2-Clause",
2720
+ "dependencies": {
2721
+ "estraverse": "^5.2.0"
2722
+ },
2723
+ "engines": {
2724
+ "node": ">=4.0"
2725
+ }
2726
+ },
2727
+ "node_modules/estraverse": {
2728
+ "version": "5.3.0",
2729
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
2730
+ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
2731
+ "dev": true,
2732
+ "license": "BSD-2-Clause",
2733
+ "engines": {
2734
+ "node": ">=4.0"
2735
+ }
2736
+ },
2737
+ "node_modules/esutils": {
2738
+ "version": "2.0.3",
2739
+ "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
2740
+ "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
2741
+ "dev": true,
2742
+ "license": "BSD-2-Clause",
2743
+ "engines": {
2744
+ "node": ">=0.10.0"
2745
+ }
2746
+ },
2747
+ "node_modules/fast-deep-equal": {
2748
+ "version": "3.1.3",
2749
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
2750
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
2751
+ "dev": true,
2752
+ "license": "MIT"
2753
+ },
2754
+ "node_modules/fast-diff": {
2755
+ "version": "1.3.0",
2756
+ "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.3.0.tgz",
2757
+ "integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==",
2758
+ "dev": true,
2759
+ "license": "Apache-2.0"
2760
+ },
2761
+ "node_modules/fast-json-stable-stringify": {
2762
+ "version": "2.1.0",
2763
+ "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
2764
+ "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
2765
+ "dev": true,
2766
+ "license": "MIT"
2767
+ },
2768
+ "node_modules/fast-levenshtein": {
2769
+ "version": "2.0.6",
2770
+ "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
2771
+ "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
2772
+ "dev": true,
2773
+ "license": "MIT"
2774
+ },
2775
+ "node_modules/fdir": {
2776
+ "version": "6.5.0",
2777
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
2778
+ "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
2779
+ "dev": true,
2780
+ "license": "MIT",
2781
+ "engines": {
2782
+ "node": ">=12.0.0"
2783
+ },
2784
+ "peerDependencies": {
2785
+ "picomatch": "^3 || ^4"
2786
+ },
2787
+ "peerDependenciesMeta": {
2788
+ "picomatch": {
2789
+ "optional": true
2790
+ }
2791
+ }
2792
+ },
2793
+ "node_modules/fflate": {
2794
+ "version": "0.8.2",
2795
+ "resolved": "https://registry.npmjs.org/fflate/-/fflate-0.8.2.tgz",
2796
+ "integrity": "sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A==",
2797
+ "dev": true,
2798
+ "license": "MIT"
2799
+ },
2800
+ "node_modules/file-entry-cache": {
2801
+ "version": "8.0.0",
2802
+ "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
2803
+ "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
2804
+ "dev": true,
2805
+ "license": "MIT",
2806
+ "dependencies": {
2807
+ "flat-cache": "^4.0.0"
2808
+ },
2809
+ "engines": {
2810
+ "node": ">=16.0.0"
2811
+ }
2812
+ },
2813
+ "node_modules/fill-range": {
2814
+ "version": "7.1.1",
2815
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
2816
+ "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
2817
+ "dev": true,
2818
+ "license": "MIT",
2819
+ "optional": true,
2820
+ "dependencies": {
2821
+ "to-regex-range": "^5.0.1"
2822
+ },
2823
+ "engines": {
2824
+ "node": ">=8"
2825
+ }
2826
+ },
2827
+ "node_modules/find-up": {
2828
+ "version": "5.0.0",
2829
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
2830
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
2831
+ "dev": true,
2832
+ "license": "MIT",
2833
+ "dependencies": {
2834
+ "locate-path": "^6.0.0",
2835
+ "path-exists": "^4.0.0"
2836
+ },
2837
+ "engines": {
2838
+ "node": ">=10"
2839
+ },
2840
+ "funding": {
2841
+ "url": "https://github.com/sponsors/sindresorhus"
2842
+ }
2843
+ },
2844
+ "node_modules/flat-cache": {
2845
+ "version": "4.0.1",
2846
+ "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
2847
+ "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
2848
+ "dev": true,
2849
+ "license": "MIT",
2850
+ "dependencies": {
2851
+ "flatted": "^3.2.9",
2852
+ "keyv": "^4.5.4"
2853
+ },
2854
+ "engines": {
2855
+ "node": ">=16"
2856
+ }
2857
+ },
2858
+ "node_modules/flatted": {
2859
+ "version": "3.3.3",
2860
+ "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz",
2861
+ "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==",
2862
+ "dev": true,
2863
+ "license": "ISC"
2864
+ },
2865
+ "node_modules/fsevents": {
2866
+ "version": "2.3.3",
2867
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
2868
+ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
2869
+ "dev": true,
2870
+ "hasInstallScript": true,
2871
+ "license": "MIT",
2872
+ "optional": true,
2873
+ "os": [
2874
+ "darwin"
2875
+ ],
2876
+ "engines": {
2877
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
2878
+ }
2879
+ },
2880
+ "node_modules/gensync": {
2881
+ "version": "1.0.0-beta.2",
2882
+ "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
2883
+ "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
2884
+ "dev": true,
2885
+ "license": "MIT",
2886
+ "engines": {
2887
+ "node": ">=6.9.0"
2888
+ }
2889
+ },
2890
+ "node_modules/glob-parent": {
2891
+ "version": "6.0.2",
2892
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
2893
+ "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
2894
+ "dev": true,
2895
+ "license": "ISC",
2896
+ "dependencies": {
2897
+ "is-glob": "^4.0.3"
2898
+ },
2899
+ "engines": {
2900
+ "node": ">=10.13.0"
2901
+ }
2902
+ },
2903
+ "node_modules/globals": {
2904
+ "version": "16.5.0",
2905
+ "resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz",
2906
+ "integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==",
2907
+ "dev": true,
2908
+ "license": "MIT",
2909
+ "engines": {
2910
+ "node": ">=18"
2911
+ },
2912
+ "funding": {
2913
+ "url": "https://github.com/sponsors/sindresorhus"
2914
+ }
2915
+ },
2916
+ "node_modules/gsap": {
2917
+ "version": "3.14.2",
2918
+ "resolved": "https://registry.npmjs.org/gsap/-/gsap-3.14.2.tgz",
2919
+ "integrity": "sha512-P8/mMxVLU7o4+55+1TCnQrPmgjPKnwkzkXOK1asnR9Jg2lna4tEY5qBJjMmAaOBDDZWtlRjBXjLa0w53G/uBLA==",
2920
+ "license": "Standard 'no charge' license: https://gsap.com/standard-license."
2921
+ },
2922
+ "node_modules/has-flag": {
2923
+ "version": "4.0.0",
2924
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
2925
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
2926
+ "dev": true,
2927
+ "license": "MIT",
2928
+ "engines": {
2929
+ "node": ">=8"
2930
+ }
2931
+ },
2932
+ "node_modules/hermes-estree": {
2933
+ "version": "0.25.1",
2934
+ "resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.25.1.tgz",
2935
+ "integrity": "sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==",
2936
+ "dev": true,
2937
+ "license": "MIT"
2938
+ },
2939
+ "node_modules/hermes-parser": {
2940
+ "version": "0.25.1",
2941
+ "resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.25.1.tgz",
2942
+ "integrity": "sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==",
2943
+ "dev": true,
2944
+ "license": "MIT",
2945
+ "dependencies": {
2946
+ "hermes-estree": "0.25.1"
2947
+ }
2948
+ },
2949
+ "node_modules/howler": {
2950
+ "version": "2.2.4",
2951
+ "resolved": "https://registry.npmjs.org/howler/-/howler-2.2.4.tgz",
2952
+ "integrity": "sha512-iARIBPgcQrwtEr+tALF+rapJ8qSc+Set2GJQl7xT1MQzWaVkFebdJhR3alVlSiUf5U7nAANKuj3aWpwerocD5w==",
2953
+ "license": "MIT"
2954
+ },
2955
+ "node_modules/ignore": {
2956
+ "version": "5.3.2",
2957
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
2958
+ "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
2959
+ "dev": true,
2960
+ "license": "MIT",
2961
+ "engines": {
2962
+ "node": ">= 4"
2963
+ }
2964
+ },
2965
+ "node_modules/immutable": {
2966
+ "version": "5.1.4",
2967
+ "resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.4.tgz",
2968
+ "integrity": "sha512-p6u1bG3YSnINT5RQmx/yRZBpenIl30kVxkTLDyHLIMk0gict704Q9n+thfDI7lTRm9vXdDYutVzXhzcThxTnXA==",
2969
+ "dev": true,
2970
+ "license": "MIT"
2971
+ },
2972
+ "node_modules/import-fresh": {
2973
+ "version": "3.3.1",
2974
+ "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
2975
+ "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
2976
+ "dev": true,
2977
+ "license": "MIT",
2978
+ "dependencies": {
2979
+ "parent-module": "^1.0.0",
2980
+ "resolve-from": "^4.0.0"
2981
+ },
2982
+ "engines": {
2983
+ "node": ">=6"
2984
+ },
2985
+ "funding": {
2986
+ "url": "https://github.com/sponsors/sindresorhus"
2987
+ }
2988
+ },
2989
+ "node_modules/imurmurhash": {
2990
+ "version": "0.1.4",
2991
+ "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
2992
+ "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
2993
+ "dev": true,
2994
+ "license": "MIT",
2995
+ "engines": {
2996
+ "node": ">=0.8.19"
2997
+ }
2998
+ },
2999
+ "node_modules/is-extglob": {
3000
+ "version": "2.1.1",
3001
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
3002
+ "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
3003
+ "dev": true,
3004
+ "license": "MIT",
3005
+ "engines": {
3006
+ "node": ">=0.10.0"
3007
+ }
3008
+ },
3009
+ "node_modules/is-glob": {
3010
+ "version": "4.0.3",
3011
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
3012
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
3013
+ "dev": true,
3014
+ "license": "MIT",
3015
+ "dependencies": {
3016
+ "is-extglob": "^2.1.1"
3017
+ },
3018
+ "engines": {
3019
+ "node": ">=0.10.0"
3020
+ }
3021
+ },
3022
+ "node_modules/is-number": {
3023
+ "version": "7.0.0",
3024
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
3025
+ "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
3026
+ "dev": true,
3027
+ "license": "MIT",
3028
+ "optional": true,
3029
+ "engines": {
3030
+ "node": ">=0.12.0"
3031
+ }
3032
+ },
3033
+ "node_modules/isexe": {
3034
+ "version": "2.0.0",
3035
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
3036
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
3037
+ "dev": true,
3038
+ "license": "ISC"
3039
+ },
3040
+ "node_modules/js-tokens": {
3041
+ "version": "4.0.0",
3042
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
3043
+ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
3044
+ "dev": true,
3045
+ "license": "MIT"
3046
+ },
3047
+ "node_modules/js-yaml": {
3048
+ "version": "4.1.1",
3049
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
3050
+ "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
3051
+ "dev": true,
3052
+ "license": "MIT",
3053
+ "dependencies": {
3054
+ "argparse": "^2.0.1"
3055
+ },
3056
+ "bin": {
3057
+ "js-yaml": "bin/js-yaml.js"
3058
+ }
3059
+ },
3060
+ "node_modules/jsesc": {
3061
+ "version": "3.1.0",
3062
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
3063
+ "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
3064
+ "dev": true,
3065
+ "license": "MIT",
3066
+ "bin": {
3067
+ "jsesc": "bin/jsesc"
3068
+ },
3069
+ "engines": {
3070
+ "node": ">=6"
3071
+ }
3072
+ },
3073
+ "node_modules/json-buffer": {
3074
+ "version": "3.0.1",
3075
+ "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
3076
+ "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
3077
+ "dev": true,
3078
+ "license": "MIT"
3079
+ },
3080
+ "node_modules/json-schema-traverse": {
3081
+ "version": "0.4.1",
3082
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
3083
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
3084
+ "dev": true,
3085
+ "license": "MIT"
3086
+ },
3087
+ "node_modules/json-stable-stringify-without-jsonify": {
3088
+ "version": "1.0.1",
3089
+ "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
3090
+ "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
3091
+ "dev": true,
3092
+ "license": "MIT"
3093
+ },
3094
+ "node_modules/json5": {
3095
+ "version": "2.2.3",
3096
+ "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
3097
+ "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
3098
+ "dev": true,
3099
+ "license": "MIT",
3100
+ "bin": {
3101
+ "json5": "lib/cli.js"
3102
+ },
3103
+ "engines": {
3104
+ "node": ">=6"
3105
+ }
3106
+ },
3107
+ "node_modules/keyv": {
3108
+ "version": "4.5.4",
3109
+ "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
3110
+ "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
3111
+ "dev": true,
3112
+ "license": "MIT",
3113
+ "dependencies": {
3114
+ "json-buffer": "3.0.1"
3115
+ }
3116
+ },
3117
+ "node_modules/levn": {
3118
+ "version": "0.4.1",
3119
+ "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
3120
+ "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
3121
+ "dev": true,
3122
+ "license": "MIT",
3123
+ "dependencies": {
3124
+ "prelude-ls": "^1.2.1",
3125
+ "type-check": "~0.4.0"
3126
+ },
3127
+ "engines": {
3128
+ "node": ">= 0.8.0"
3129
+ }
3130
+ },
3131
+ "node_modules/lil-gui": {
3132
+ "version": "0.21.0",
3133
+ "resolved": "https://registry.npmjs.org/lil-gui/-/lil-gui-0.21.0.tgz",
3134
+ "integrity": "sha512-tpvxN7v1GvE/Tv+GRopfOp0W7fVEjF4PltkuX8vOCIfim22rD1ztvfkoEMcv9lzQeuNUSeIrUmUjBwmlW/oUew==",
3135
+ "license": "MIT"
3136
+ },
3137
+ "node_modules/locate-path": {
3138
+ "version": "6.0.0",
3139
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
3140
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
3141
+ "dev": true,
3142
+ "license": "MIT",
3143
+ "dependencies": {
3144
+ "p-locate": "^5.0.0"
3145
+ },
3146
+ "engines": {
3147
+ "node": ">=10"
3148
+ },
3149
+ "funding": {
3150
+ "url": "https://github.com/sponsors/sindresorhus"
3151
+ }
3152
+ },
3153
+ "node_modules/lodash.merge": {
3154
+ "version": "4.6.2",
3155
+ "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
3156
+ "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
3157
+ "dev": true,
3158
+ "license": "MIT"
3159
+ },
3160
+ "node_modules/lru-cache": {
3161
+ "version": "5.1.1",
3162
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
3163
+ "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
3164
+ "dev": true,
3165
+ "license": "ISC",
3166
+ "dependencies": {
3167
+ "yallist": "^3.0.2"
3168
+ }
3169
+ },
3170
+ "node_modules/meshoptimizer": {
3171
+ "version": "0.22.0",
3172
+ "resolved": "https://registry.npmjs.org/meshoptimizer/-/meshoptimizer-0.22.0.tgz",
3173
+ "integrity": "sha512-IebiK79sqIy+E4EgOr+CAw+Ke8hAspXKzBd0JdgEmPHiAwmvEj2S4h1rfvo+o/BnfEYd/jAOg5IeeIjzlzSnDg==",
3174
+ "dev": true,
3175
+ "license": "MIT"
3176
+ },
3177
+ "node_modules/micromatch": {
3178
+ "version": "4.0.8",
3179
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
3180
+ "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
3181
+ "dev": true,
3182
+ "license": "MIT",
3183
+ "optional": true,
3184
+ "dependencies": {
3185
+ "braces": "^3.0.3",
3186
+ "picomatch": "^2.3.1"
3187
+ },
3188
+ "engines": {
3189
+ "node": ">=8.6"
3190
+ }
3191
+ },
3192
+ "node_modules/micromatch/node_modules/picomatch": {
3193
+ "version": "2.3.1",
3194
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
3195
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
3196
+ "dev": true,
3197
+ "license": "MIT",
3198
+ "optional": true,
3199
+ "engines": {
3200
+ "node": ">=8.6"
3201
+ },
3202
+ "funding": {
3203
+ "url": "https://github.com/sponsors/jonschlinkert"
3204
+ }
3205
+ },
3206
+ "node_modules/minimatch": {
3207
+ "version": "3.1.2",
3208
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
3209
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
3210
+ "dev": true,
3211
+ "license": "ISC",
3212
+ "dependencies": {
3213
+ "brace-expansion": "^1.1.7"
3214
+ },
3215
+ "engines": {
3216
+ "node": "*"
3217
+ }
3218
+ },
3219
+ "node_modules/ms": {
3220
+ "version": "2.1.3",
3221
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
3222
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
3223
+ "dev": true,
3224
+ "license": "MIT"
3225
+ },
3226
+ "node_modules/nanoid": {
3227
+ "version": "3.3.11",
3228
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
3229
+ "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
3230
+ "dev": true,
3231
+ "funding": [
3232
+ {
3233
+ "type": "github",
3234
+ "url": "https://github.com/sponsors/ai"
3235
+ }
3236
+ ],
3237
+ "license": "MIT",
3238
+ "bin": {
3239
+ "nanoid": "bin/nanoid.cjs"
3240
+ },
3241
+ "engines": {
3242
+ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
3243
+ }
3244
+ },
3245
+ "node_modules/natural-compare": {
3246
+ "version": "1.4.0",
3247
+ "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
3248
+ "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
3249
+ "dev": true,
3250
+ "license": "MIT"
3251
+ },
3252
+ "node_modules/node-addon-api": {
3253
+ "version": "7.1.1",
3254
+ "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz",
3255
+ "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
3256
+ "dev": true,
3257
+ "license": "MIT",
3258
+ "optional": true
3259
+ },
3260
+ "node_modules/node-releases": {
3261
+ "version": "2.0.27",
3262
+ "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz",
3263
+ "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==",
3264
+ "dev": true,
3265
+ "license": "MIT"
3266
+ },
3267
+ "node_modules/optionator": {
3268
+ "version": "0.9.4",
3269
+ "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
3270
+ "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
3271
+ "dev": true,
3272
+ "license": "MIT",
3273
+ "dependencies": {
3274
+ "deep-is": "^0.1.3",
3275
+ "fast-levenshtein": "^2.0.6",
3276
+ "levn": "^0.4.1",
3277
+ "prelude-ls": "^1.2.1",
3278
+ "type-check": "^0.4.0",
3279
+ "word-wrap": "^1.2.5"
3280
+ },
3281
+ "engines": {
3282
+ "node": ">= 0.8.0"
3283
+ }
3284
+ },
3285
+ "node_modules/p-limit": {
3286
+ "version": "3.1.0",
3287
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
3288
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
3289
+ "dev": true,
3290
+ "license": "MIT",
3291
+ "dependencies": {
3292
+ "yocto-queue": "^0.1.0"
3293
+ },
3294
+ "engines": {
3295
+ "node": ">=10"
3296
+ },
3297
+ "funding": {
3298
+ "url": "https://github.com/sponsors/sindresorhus"
3299
+ }
3300
+ },
3301
+ "node_modules/p-locate": {
3302
+ "version": "5.0.0",
3303
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
3304
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
3305
+ "dev": true,
3306
+ "license": "MIT",
3307
+ "dependencies": {
3308
+ "p-limit": "^3.0.2"
3309
+ },
3310
+ "engines": {
3311
+ "node": ">=10"
3312
+ },
3313
+ "funding": {
3314
+ "url": "https://github.com/sponsors/sindresorhus"
3315
+ }
3316
+ },
3317
+ "node_modules/parent-module": {
3318
+ "version": "1.0.1",
3319
+ "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
3320
+ "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
3321
+ "dev": true,
3322
+ "license": "MIT",
3323
+ "dependencies": {
3324
+ "callsites": "^3.0.0"
3325
+ },
3326
+ "engines": {
3327
+ "node": ">=6"
3328
+ }
3329
+ },
3330
+ "node_modules/path-exists": {
3331
+ "version": "4.0.0",
3332
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
3333
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
3334
+ "dev": true,
3335
+ "license": "MIT",
3336
+ "engines": {
3337
+ "node": ">=8"
3338
+ }
3339
+ },
3340
+ "node_modules/path-key": {
3341
+ "version": "3.1.1",
3342
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
3343
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
3344
+ "dev": true,
3345
+ "license": "MIT",
3346
+ "engines": {
3347
+ "node": ">=8"
3348
+ }
3349
+ },
3350
+ "node_modules/picocolors": {
3351
+ "version": "1.1.1",
3352
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
3353
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
3354
+ "dev": true,
3355
+ "license": "ISC"
3356
+ },
3357
+ "node_modules/picomatch": {
3358
+ "version": "4.0.3",
3359
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
3360
+ "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
3361
+ "dev": true,
3362
+ "license": "MIT",
3363
+ "peer": true,
3364
+ "engines": {
3365
+ "node": ">=12"
3366
+ },
3367
+ "funding": {
3368
+ "url": "https://github.com/sponsors/jonschlinkert"
3369
+ }
3370
+ },
3371
+ "node_modules/postcss": {
3372
+ "version": "8.5.6",
3373
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
3374
+ "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
3375
+ "dev": true,
3376
+ "funding": [
3377
+ {
3378
+ "type": "opencollective",
3379
+ "url": "https://opencollective.com/postcss/"
3380
+ },
3381
+ {
3382
+ "type": "tidelift",
3383
+ "url": "https://tidelift.com/funding/github/npm/postcss"
3384
+ },
3385
+ {
3386
+ "type": "github",
3387
+ "url": "https://github.com/sponsors/ai"
3388
+ }
3389
+ ],
3390
+ "license": "MIT",
3391
+ "dependencies": {
3392
+ "nanoid": "^3.3.11",
3393
+ "picocolors": "^1.1.1",
3394
+ "source-map-js": "^1.2.1"
3395
+ },
3396
+ "engines": {
3397
+ "node": "^10 || ^12 || >=14"
3398
+ }
3399
+ },
3400
+ "node_modules/prelude-ls": {
3401
+ "version": "1.2.1",
3402
+ "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
3403
+ "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
3404
+ "dev": true,
3405
+ "license": "MIT",
3406
+ "engines": {
3407
+ "node": ">= 0.8.0"
3408
+ }
3409
+ },
3410
+ "node_modules/prettier": {
3411
+ "version": "3.7.4",
3412
+ "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.7.4.tgz",
3413
+ "integrity": "sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==",
3414
+ "dev": true,
3415
+ "license": "MIT",
3416
+ "peer": true,
3417
+ "bin": {
3418
+ "prettier": "bin/prettier.cjs"
3419
+ },
3420
+ "engines": {
3421
+ "node": ">=14"
3422
+ },
3423
+ "funding": {
3424
+ "url": "https://github.com/prettier/prettier?sponsor=1"
3425
+ }
3426
+ },
3427
+ "node_modules/prettier-linter-helpers": {
3428
+ "version": "1.0.0",
3429
+ "resolved": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz",
3430
+ "integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==",
3431
+ "dev": true,
3432
+ "license": "MIT",
3433
+ "dependencies": {
3434
+ "fast-diff": "^1.1.2"
3435
+ },
3436
+ "engines": {
3437
+ "node": ">=6.0.0"
3438
+ }
3439
+ },
3440
+ "node_modules/punycode": {
3441
+ "version": "2.3.1",
3442
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
3443
+ "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
3444
+ "dev": true,
3445
+ "license": "MIT",
3446
+ "engines": {
3447
+ "node": ">=6"
3448
+ }
3449
+ },
3450
+ "node_modules/react": {
3451
+ "version": "19.2.3",
3452
+ "resolved": "https://registry.npmjs.org/react/-/react-19.2.3.tgz",
3453
+ "integrity": "sha512-Ku/hhYbVjOQnXDZFv2+RibmLFGwFdeeKHFcOTlrt7xplBnya5OGn/hIRDsqDiSUcfORsDC7MPxwork8jBwsIWA==",
3454
+ "license": "MIT",
3455
+ "peer": true,
3456
+ "engines": {
3457
+ "node": ">=0.10.0"
3458
+ }
3459
+ },
3460
+ "node_modules/react-dom": {
3461
+ "version": "19.2.3",
3462
+ "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.3.tgz",
3463
+ "integrity": "sha512-yELu4WmLPw5Mr/lmeEpox5rw3RETacE++JgHqQzd2dg+YbJuat3jH4ingc+WPZhxaoFzdv9y33G+F7Nl5O0GBg==",
3464
+ "license": "MIT",
3465
+ "dependencies": {
3466
+ "scheduler": "^0.27.0"
3467
+ },
3468
+ "peerDependencies": {
3469
+ "react": "^19.2.3"
3470
+ }
3471
+ },
3472
+ "node_modules/react-refresh": {
3473
+ "version": "0.18.0",
3474
+ "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.18.0.tgz",
3475
+ "integrity": "sha512-QgT5//D3jfjJb6Gsjxv0Slpj23ip+HtOpnNgnb2S5zU3CB26G/IDPGoy4RJB42wzFE46DRsstbW6tKHoKbhAxw==",
3476
+ "dev": true,
3477
+ "license": "MIT",
3478
+ "engines": {
3479
+ "node": ">=0.10.0"
3480
+ }
3481
+ },
3482
+ "node_modules/readdirp": {
3483
+ "version": "4.1.2",
3484
+ "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz",
3485
+ "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
3486
+ "dev": true,
3487
+ "license": "MIT",
3488
+ "optional": true,
3489
+ "engines": {
3490
+ "node": ">= 14.18.0"
3491
+ },
3492
+ "funding": {
3493
+ "type": "individual",
3494
+ "url": "https://paulmillr.com/funding/"
3495
+ }
3496
+ },
3497
+ "node_modules/require-from-string": {
3498
+ "version": "2.0.2",
3499
+ "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
3500
+ "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
3501
+ "dev": true,
3502
+ "license": "MIT",
3503
+ "engines": {
3504
+ "node": ">=0.10.0"
3505
+ }
3506
+ },
3507
+ "node_modules/resolve-from": {
3508
+ "version": "4.0.0",
3509
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
3510
+ "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
3511
+ "dev": true,
3512
+ "license": "MIT",
3513
+ "engines": {
3514
+ "node": ">=4"
3515
+ }
3516
+ },
3517
+ "node_modules/rollup": {
3518
+ "version": "4.53.3",
3519
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.53.3.tgz",
3520
+ "integrity": "sha512-w8GmOxZfBmKknvdXU1sdM9NHcoQejwF/4mNgj2JuEEdRaHwwF12K7e9eXn1nLZ07ad+du76mkVsyeb2rKGllsA==",
3521
+ "dev": true,
3522
+ "license": "MIT",
3523
+ "dependencies": {
3524
+ "@types/estree": "1.0.8"
3525
+ },
3526
+ "bin": {
3527
+ "rollup": "dist/bin/rollup"
3528
+ },
3529
+ "engines": {
3530
+ "node": ">=18.0.0",
3531
+ "npm": ">=8.0.0"
3532
+ },
3533
+ "optionalDependencies": {
3534
+ "@rollup/rollup-android-arm-eabi": "4.53.3",
3535
+ "@rollup/rollup-android-arm64": "4.53.3",
3536
+ "@rollup/rollup-darwin-arm64": "4.53.3",
3537
+ "@rollup/rollup-darwin-x64": "4.53.3",
3538
+ "@rollup/rollup-freebsd-arm64": "4.53.3",
3539
+ "@rollup/rollup-freebsd-x64": "4.53.3",
3540
+ "@rollup/rollup-linux-arm-gnueabihf": "4.53.3",
3541
+ "@rollup/rollup-linux-arm-musleabihf": "4.53.3",
3542
+ "@rollup/rollup-linux-arm64-gnu": "4.53.3",
3543
+ "@rollup/rollup-linux-arm64-musl": "4.53.3",
3544
+ "@rollup/rollup-linux-loong64-gnu": "4.53.3",
3545
+ "@rollup/rollup-linux-ppc64-gnu": "4.53.3",
3546
+ "@rollup/rollup-linux-riscv64-gnu": "4.53.3",
3547
+ "@rollup/rollup-linux-riscv64-musl": "4.53.3",
3548
+ "@rollup/rollup-linux-s390x-gnu": "4.53.3",
3549
+ "@rollup/rollup-linux-x64-gnu": "4.53.3",
3550
+ "@rollup/rollup-linux-x64-musl": "4.53.3",
3551
+ "@rollup/rollup-openharmony-arm64": "4.53.3",
3552
+ "@rollup/rollup-win32-arm64-msvc": "4.53.3",
3553
+ "@rollup/rollup-win32-ia32-msvc": "4.53.3",
3554
+ "@rollup/rollup-win32-x64-gnu": "4.53.3",
3555
+ "@rollup/rollup-win32-x64-msvc": "4.53.3",
3556
+ "fsevents": "~2.3.2"
3557
+ }
3558
+ },
3559
+ "node_modules/rxjs": {
3560
+ "version": "7.8.2",
3561
+ "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.2.tgz",
3562
+ "integrity": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==",
3563
+ "dev": true,
3564
+ "license": "Apache-2.0",
3565
+ "dependencies": {
3566
+ "tslib": "^2.1.0"
3567
+ }
3568
+ },
3569
+ "node_modules/sass": {
3570
+ "version": "1.97.1",
3571
+ "resolved": "https://registry.npmjs.org/sass/-/sass-1.97.1.tgz",
3572
+ "integrity": "sha512-uf6HoO8fy6ClsrShvMgaKUn14f2EHQLQRtpsZZLeU/Mv0Q1K5P0+x2uvH6Cub39TVVbWNSrraUhDAoFph6vh0A==",
3573
+ "dev": true,
3574
+ "license": "MIT",
3575
+ "optional": true,
3576
+ "dependencies": {
3577
+ "chokidar": "^4.0.0",
3578
+ "immutable": "^5.0.2",
3579
+ "source-map-js": ">=0.6.2 <2.0.0"
3580
+ },
3581
+ "bin": {
3582
+ "sass": "sass.js"
3583
+ },
3584
+ "engines": {
3585
+ "node": ">=14.0.0"
3586
+ },
3587
+ "optionalDependencies": {
3588
+ "@parcel/watcher": "^2.4.1"
3589
+ }
3590
+ },
3591
+ "node_modules/sass-embedded": {
3592
+ "version": "1.97.1",
3593
+ "resolved": "https://registry.npmjs.org/sass-embedded/-/sass-embedded-1.97.1.tgz",
3594
+ "integrity": "sha512-wH3CbOThHYGX0bUyqFf7laLKyhVWIFc2lHynitkqMIUCtX2ixH9mQh0bN7+hkUu5BFt/SXvEMjFbkEbBMpQiSQ==",
3595
+ "dev": true,
3596
+ "license": "MIT",
3597
+ "dependencies": {
3598
+ "@bufbuild/protobuf": "^2.5.0",
3599
+ "buffer-builder": "^0.2.0",
3600
+ "colorjs.io": "^0.5.0",
3601
+ "immutable": "^5.0.2",
3602
+ "rxjs": "^7.4.0",
3603
+ "supports-color": "^8.1.1",
3604
+ "sync-child-process": "^1.0.2",
3605
+ "varint": "^6.0.0"
3606
+ },
3607
+ "bin": {
3608
+ "sass": "dist/bin/sass.js"
3609
+ },
3610
+ "engines": {
3611
+ "node": ">=16.0.0"
3612
+ },
3613
+ "optionalDependencies": {
3614
+ "sass-embedded-all-unknown": "1.97.1",
3615
+ "sass-embedded-android-arm": "1.97.1",
3616
+ "sass-embedded-android-arm64": "1.97.1",
3617
+ "sass-embedded-android-riscv64": "1.97.1",
3618
+ "sass-embedded-android-x64": "1.97.1",
3619
+ "sass-embedded-darwin-arm64": "1.97.1",
3620
+ "sass-embedded-darwin-x64": "1.97.1",
3621
+ "sass-embedded-linux-arm": "1.97.1",
3622
+ "sass-embedded-linux-arm64": "1.97.1",
3623
+ "sass-embedded-linux-musl-arm": "1.97.1",
3624
+ "sass-embedded-linux-musl-arm64": "1.97.1",
3625
+ "sass-embedded-linux-musl-riscv64": "1.97.1",
3626
+ "sass-embedded-linux-musl-x64": "1.97.1",
3627
+ "sass-embedded-linux-riscv64": "1.97.1",
3628
+ "sass-embedded-linux-x64": "1.97.1",
3629
+ "sass-embedded-unknown-all": "1.97.1",
3630
+ "sass-embedded-win32-arm64": "1.97.1",
3631
+ "sass-embedded-win32-x64": "1.97.1"
3632
+ }
3633
+ },
3634
+ "node_modules/sass-embedded-all-unknown": {
3635
+ "version": "1.97.1",
3636
+ "resolved": "https://registry.npmjs.org/sass-embedded-all-unknown/-/sass-embedded-all-unknown-1.97.1.tgz",
3637
+ "integrity": "sha512-0au5gUNibfob7W/g+ycBx74O22CL8vwHiZdEDY6J0uzMkHPiSJk//h0iRf5AUnMArFHJjFd3urIiQIaoRKYa1Q==",
3638
+ "cpu": [
3639
+ "!arm",
3640
+ "!arm64",
3641
+ "!riscv64",
3642
+ "!x64"
3643
+ ],
3644
+ "dev": true,
3645
+ "license": "MIT",
3646
+ "optional": true,
3647
+ "dependencies": {
3648
+ "sass": "1.97.1"
3649
+ }
3650
+ },
3651
+ "node_modules/sass-embedded-android-arm": {
3652
+ "version": "1.97.1",
3653
+ "resolved": "https://registry.npmjs.org/sass-embedded-android-arm/-/sass-embedded-android-arm-1.97.1.tgz",
3654
+ "integrity": "sha512-B5dlv4utJ+yC8ZpBeWTHwSZPVKRlqA8pcaD0FAzeNm/DelIFgQUQtt0UwgYoAI6wDIiie5uSVpMK9l2DaCbiBQ==",
3655
+ "cpu": [
3656
+ "arm"
3657
+ ],
3658
+ "dev": true,
3659
+ "license": "MIT",
3660
+ "optional": true,
3661
+ "os": [
3662
+ "android"
3663
+ ],
3664
+ "engines": {
3665
+ "node": ">=14.0.0"
3666
+ }
3667
+ },
3668
+ "node_modules/sass-embedded-android-arm64": {
3669
+ "version": "1.97.1",
3670
+ "resolved": "https://registry.npmjs.org/sass-embedded-android-arm64/-/sass-embedded-android-arm64-1.97.1.tgz",
3671
+ "integrity": "sha512-h62DmOiS2Jn87s8+8GhJcMerJnTKa1IsIa9iIKjLiqbAvBDKCGUs027RugZkM+Zx7I+vhPq86PUXBYZ9EkRxdw==",
3672
+ "cpu": [
3673
+ "arm64"
3674
+ ],
3675
+ "dev": true,
3676
+ "license": "MIT",
3677
+ "optional": true,
3678
+ "os": [
3679
+ "android"
3680
+ ],
3681
+ "engines": {
3682
+ "node": ">=14.0.0"
3683
+ }
3684
+ },
3685
+ "node_modules/sass-embedded-android-riscv64": {
3686
+ "version": "1.97.1",
3687
+ "resolved": "https://registry.npmjs.org/sass-embedded-android-riscv64/-/sass-embedded-android-riscv64-1.97.1.tgz",
3688
+ "integrity": "sha512-tGup88vgaXPnUHEgDMujrt5rfYadvkiVjRb/45FJTx2hQFoGVbmUXz5XqUFjIIbEjQ3kAJqp86A2jy11s43UiQ==",
3689
+ "cpu": [
3690
+ "riscv64"
3691
+ ],
3692
+ "dev": true,
3693
+ "license": "MIT",
3694
+ "optional": true,
3695
+ "os": [
3696
+ "android"
3697
+ ],
3698
+ "engines": {
3699
+ "node": ">=14.0.0"
3700
+ }
3701
+ },
3702
+ "node_modules/sass-embedded-android-x64": {
3703
+ "version": "1.97.1",
3704
+ "resolved": "https://registry.npmjs.org/sass-embedded-android-x64/-/sass-embedded-android-x64-1.97.1.tgz",
3705
+ "integrity": "sha512-CAzKjjzu90LZduye2O9+UGX1oScMyF5/RVOa5CxACKALeIS+3XL3LVdV47kwKPoBv5B1aFUvGLscY0CR7jBAbg==",
3706
+ "cpu": [
3707
+ "x64"
3708
+ ],
3709
+ "dev": true,
3710
+ "license": "MIT",
3711
+ "optional": true,
3712
+ "os": [
3713
+ "android"
3714
+ ],
3715
+ "engines": {
3716
+ "node": ">=14.0.0"
3717
+ }
3718
+ },
3719
+ "node_modules/sass-embedded-darwin-arm64": {
3720
+ "version": "1.97.1",
3721
+ "resolved": "https://registry.npmjs.org/sass-embedded-darwin-arm64/-/sass-embedded-darwin-arm64-1.97.1.tgz",
3722
+ "integrity": "sha512-tyDzspzh5PbqdAFGtVKUXuf0up6Lff3c1U8J7+4Y7jW6AWRBnq95vTzIIxfnNifGCTI2fW5e7GAZpYygKpNwcw==",
3723
+ "cpu": [
3724
+ "arm64"
3725
+ ],
3726
+ "dev": true,
3727
+ "license": "MIT",
3728
+ "optional": true,
3729
+ "os": [
3730
+ "darwin"
3731
+ ],
3732
+ "engines": {
3733
+ "node": ">=14.0.0"
3734
+ }
3735
+ },
3736
+ "node_modules/sass-embedded-darwin-x64": {
3737
+ "version": "1.97.1",
3738
+ "resolved": "https://registry.npmjs.org/sass-embedded-darwin-x64/-/sass-embedded-darwin-x64-1.97.1.tgz",
3739
+ "integrity": "sha512-FMrRuSPI2ICt2M2SYaLbiG4yxn86D6ae+XtrRdrrBMhWprAcB7Iyu67bgRzZkipMZNIKKeTR7EUvJHgZzi5ixQ==",
3740
+ "cpu": [
3741
+ "x64"
3742
+ ],
3743
+ "dev": true,
3744
+ "license": "MIT",
3745
+ "optional": true,
3746
+ "os": [
3747
+ "darwin"
3748
+ ],
3749
+ "engines": {
3750
+ "node": ">=14.0.0"
3751
+ }
3752
+ },
3753
+ "node_modules/sass-embedded-linux-arm": {
3754
+ "version": "1.97.1",
3755
+ "resolved": "https://registry.npmjs.org/sass-embedded-linux-arm/-/sass-embedded-linux-arm-1.97.1.tgz",
3756
+ "integrity": "sha512-48VxaTUApLyx1NXFdZhKqI/7FYLmz8Ju3Ki2V/p+mhn5raHgAiYeFgn8O1WGxTOh+hBb9y3FdSR5a8MNTbmKMQ==",
3757
+ "cpu": [
3758
+ "arm"
3759
+ ],
3760
+ "dev": true,
3761
+ "license": "MIT",
3762
+ "optional": true,
3763
+ "os": [
3764
+ "linux"
3765
+ ],
3766
+ "engines": {
3767
+ "node": ">=14.0.0"
3768
+ }
3769
+ },
3770
+ "node_modules/sass-embedded-linux-arm64": {
3771
+ "version": "1.97.1",
3772
+ "resolved": "https://registry.npmjs.org/sass-embedded-linux-arm64/-/sass-embedded-linux-arm64-1.97.1.tgz",
3773
+ "integrity": "sha512-im80gfDWRivw9Su3r3YaZmJaCATcJgu3CsCSLodPk1b1R2+X/E12zEQayvrl05EGT9PDwTtuiqKgS4ND4xjwVg==",
3774
+ "cpu": [
3775
+ "arm64"
3776
+ ],
3777
+ "dev": true,
3778
+ "license": "MIT",
3779
+ "optional": true,
3780
+ "os": [
3781
+ "linux"
3782
+ ],
3783
+ "engines": {
3784
+ "node": ">=14.0.0"
3785
+ }
3786
+ },
3787
+ "node_modules/sass-embedded-linux-musl-arm": {
3788
+ "version": "1.97.1",
3789
+ "resolved": "https://registry.npmjs.org/sass-embedded-linux-musl-arm/-/sass-embedded-linux-musl-arm-1.97.1.tgz",
3790
+ "integrity": "sha512-FUFs466t3PVViVOKY/60JgLLtl61Pf7OW+g5BeEfuqVcSvYUECVHeiYHtX1fT78PEVa0h9tHpM6XpWti+7WYFA==",
3791
+ "cpu": [
3792
+ "arm"
3793
+ ],
3794
+ "dev": true,
3795
+ "license": "MIT",
3796
+ "optional": true,
3797
+ "os": [
3798
+ "linux"
3799
+ ],
3800
+ "engines": {
3801
+ "node": ">=14.0.0"
3802
+ }
3803
+ },
3804
+ "node_modules/sass-embedded-linux-musl-arm64": {
3805
+ "version": "1.97.1",
3806
+ "resolved": "https://registry.npmjs.org/sass-embedded-linux-musl-arm64/-/sass-embedded-linux-musl-arm64-1.97.1.tgz",
3807
+ "integrity": "sha512-kD35WSD9o0279Ptwid3Jnbovo1FYnuG2mayYk9z4ZI4mweXEK6vTu+tlvCE/MdF/zFKSj11qaxaH+uzXe2cO5A==",
3808
+ "cpu": [
3809
+ "arm64"
3810
+ ],
3811
+ "dev": true,
3812
+ "license": "MIT",
3813
+ "optional": true,
3814
+ "os": [
3815
+ "linux"
3816
+ ],
3817
+ "engines": {
3818
+ "node": ">=14.0.0"
3819
+ }
3820
+ },
3821
+ "node_modules/sass-embedded-linux-musl-riscv64": {
3822
+ "version": "1.97.1",
3823
+ "resolved": "https://registry.npmjs.org/sass-embedded-linux-musl-riscv64/-/sass-embedded-linux-musl-riscv64-1.97.1.tgz",
3824
+ "integrity": "sha512-ZgpYps5YHuhA2+KiLkPukRbS5298QObgUhPll/gm5i0LOZleKCwrFELpVPcbhsSBuxqji2uaag5OL+n3JRBVVg==",
3825
+ "cpu": [
3826
+ "riscv64"
3827
+ ],
3828
+ "dev": true,
3829
+ "license": "MIT",
3830
+ "optional": true,
3831
+ "os": [
3832
+ "linux"
3833
+ ],
3834
+ "engines": {
3835
+ "node": ">=14.0.0"
3836
+ }
3837
+ },
3838
+ "node_modules/sass-embedded-linux-musl-x64": {
3839
+ "version": "1.97.1",
3840
+ "resolved": "https://registry.npmjs.org/sass-embedded-linux-musl-x64/-/sass-embedded-linux-musl-x64-1.97.1.tgz",
3841
+ "integrity": "sha512-wcAigOyyvZ6o1zVypWV7QLZqpOEVnlBqJr9MbpnRIm74qFTSbAEmShoh8yMXBymzuVSmEbThxAwW01/TLf62tA==",
3842
+ "cpu": [
3843
+ "x64"
3844
+ ],
3845
+ "dev": true,
3846
+ "license": "MIT",
3847
+ "optional": true,
3848
+ "os": [
3849
+ "linux"
3850
+ ],
3851
+ "engines": {
3852
+ "node": ">=14.0.0"
3853
+ }
3854
+ },
3855
+ "node_modules/sass-embedded-linux-riscv64": {
3856
+ "version": "1.97.1",
3857
+ "resolved": "https://registry.npmjs.org/sass-embedded-linux-riscv64/-/sass-embedded-linux-riscv64-1.97.1.tgz",
3858
+ "integrity": "sha512-9j1qE1ZrLMuGb+LUmBzw93Z4TNfqlRkkxjPVZy6u5vIggeSfvGbte7eRoYBNWX6SFew/yBCL90KXIirWFSGrlQ==",
3859
+ "cpu": [
3860
+ "riscv64"
3861
+ ],
3862
+ "dev": true,
3863
+ "license": "MIT",
3864
+ "optional": true,
3865
+ "os": [
3866
+ "linux"
3867
+ ],
3868
+ "engines": {
3869
+ "node": ">=14.0.0"
3870
+ }
3871
+ },
3872
+ "node_modules/sass-embedded-linux-x64": {
3873
+ "version": "1.97.1",
3874
+ "resolved": "https://registry.npmjs.org/sass-embedded-linux-x64/-/sass-embedded-linux-x64-1.97.1.tgz",
3875
+ "integrity": "sha512-7nrLFYMH/UgvEgXR5JxQJ6y9N4IJmnFnYoDxN0nw0jUp+CQWQL4EJ4RqAKTGelneueRbccvt2sEyPK+X0KJ9Jg==",
3876
+ "cpu": [
3877
+ "x64"
3878
+ ],
3879
+ "dev": true,
3880
+ "license": "MIT",
3881
+ "optional": true,
3882
+ "os": [
3883
+ "linux"
3884
+ ],
3885
+ "engines": {
3886
+ "node": ">=14.0.0"
3887
+ }
3888
+ },
3889
+ "node_modules/sass-embedded-unknown-all": {
3890
+ "version": "1.97.1",
3891
+ "resolved": "https://registry.npmjs.org/sass-embedded-unknown-all/-/sass-embedded-unknown-all-1.97.1.tgz",
3892
+ "integrity": "sha512-oPSeKc7vS2dx3ZJHiUhHKcyqNq0GWzAiR8zMVpPd/kVMl5ZfVyw+5HTCxxWDBGkX02lNpou27JkeBPCaneYGAQ==",
3893
+ "dev": true,
3894
+ "license": "MIT",
3895
+ "optional": true,
3896
+ "os": [
3897
+ "!android",
3898
+ "!darwin",
3899
+ "!linux",
3900
+ "!win32"
3901
+ ],
3902
+ "dependencies": {
3903
+ "sass": "1.97.1"
3904
+ }
3905
+ },
3906
+ "node_modules/sass-embedded-win32-arm64": {
3907
+ "version": "1.97.1",
3908
+ "resolved": "https://registry.npmjs.org/sass-embedded-win32-arm64/-/sass-embedded-win32-arm64-1.97.1.tgz",
3909
+ "integrity": "sha512-L5j7J6CbZgHGwcfVedMVpM3z5MYeighcyZE8GF2DVmjWzZI3JtPKNY11wNTD/P9o1Uql10YPOKhGH0iWIXOT7Q==",
3910
+ "cpu": [
3911
+ "arm64"
3912
+ ],
3913
+ "dev": true,
3914
+ "license": "MIT",
3915
+ "optional": true,
3916
+ "os": [
3917
+ "win32"
3918
+ ],
3919
+ "engines": {
3920
+ "node": ">=14.0.0"
3921
+ }
3922
+ },
3923
+ "node_modules/sass-embedded-win32-x64": {
3924
+ "version": "1.97.1",
3925
+ "resolved": "https://registry.npmjs.org/sass-embedded-win32-x64/-/sass-embedded-win32-x64-1.97.1.tgz",
3926
+ "integrity": "sha512-rfaZAKXU8cW3E7gvdafyD6YtgbEcsDeT99OEiHXRT0UGFuXT8qCOjpAwIKaOA3XXr2d8S42xx6cXcaZ1a+1fgw==",
3927
+ "cpu": [
3928
+ "x64"
3929
+ ],
3930
+ "dev": true,
3931
+ "license": "MIT",
3932
+ "optional": true,
3933
+ "os": [
3934
+ "win32"
3935
+ ],
3936
+ "engines": {
3937
+ "node": ">=14.0.0"
3938
+ }
3939
+ },
3940
+ "node_modules/sass-embedded/node_modules/supports-color": {
3941
+ "version": "8.1.1",
3942
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
3943
+ "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
3944
+ "dev": true,
3945
+ "license": "MIT",
3946
+ "dependencies": {
3947
+ "has-flag": "^4.0.0"
3948
+ },
3949
+ "engines": {
3950
+ "node": ">=10"
3951
+ },
3952
+ "funding": {
3953
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
3954
+ }
3955
+ },
3956
+ "node_modules/scheduler": {
3957
+ "version": "0.27.0",
3958
+ "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz",
3959
+ "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==",
3960
+ "license": "MIT"
3961
+ },
3962
+ "node_modules/semver": {
3963
+ "version": "6.3.1",
3964
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
3965
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
3966
+ "dev": true,
3967
+ "license": "ISC",
3968
+ "bin": {
3969
+ "semver": "bin/semver.js"
3970
+ }
3971
+ },
3972
+ "node_modules/shebang-command": {
3973
+ "version": "2.0.0",
3974
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
3975
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
3976
+ "dev": true,
3977
+ "license": "MIT",
3978
+ "dependencies": {
3979
+ "shebang-regex": "^3.0.0"
3980
+ },
3981
+ "engines": {
3982
+ "node": ">=8"
3983
+ }
3984
+ },
3985
+ "node_modules/shebang-regex": {
3986
+ "version": "3.0.0",
3987
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
3988
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
3989
+ "dev": true,
3990
+ "license": "MIT",
3991
+ "engines": {
3992
+ "node": ">=8"
3993
+ }
3994
+ },
3995
+ "node_modules/source-map-js": {
3996
+ "version": "1.2.1",
3997
+ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
3998
+ "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
3999
+ "dev": true,
4000
+ "license": "BSD-3-Clause",
4001
+ "engines": {
4002
+ "node": ">=0.10.0"
4003
+ }
4004
+ },
4005
+ "node_modules/strip-json-comments": {
4006
+ "version": "3.1.1",
4007
+ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
4008
+ "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
4009
+ "dev": true,
4010
+ "license": "MIT",
4011
+ "engines": {
4012
+ "node": ">=8"
4013
+ },
4014
+ "funding": {
4015
+ "url": "https://github.com/sponsors/sindresorhus"
4016
+ }
4017
+ },
4018
+ "node_modules/supports-color": {
4019
+ "version": "7.2.0",
4020
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
4021
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
4022
+ "dev": true,
4023
+ "license": "MIT",
4024
+ "dependencies": {
4025
+ "has-flag": "^4.0.0"
4026
+ },
4027
+ "engines": {
4028
+ "node": ">=8"
4029
+ }
4030
+ },
4031
+ "node_modules/sync-child-process": {
4032
+ "version": "1.0.2",
4033
+ "resolved": "https://registry.npmjs.org/sync-child-process/-/sync-child-process-1.0.2.tgz",
4034
+ "integrity": "sha512-8lD+t2KrrScJ/7KXCSyfhT3/hRq78rC0wBFqNJXv3mZyn6hW2ypM05JmlSvtqRbeq6jqA94oHbxAr2vYsJ8vDA==",
4035
+ "dev": true,
4036
+ "license": "MIT",
4037
+ "dependencies": {
4038
+ "sync-message-port": "^1.0.0"
4039
+ },
4040
+ "engines": {
4041
+ "node": ">=16.0.0"
4042
+ }
4043
+ },
4044
+ "node_modules/sync-message-port": {
4045
+ "version": "1.1.3",
4046
+ "resolved": "https://registry.npmjs.org/sync-message-port/-/sync-message-port-1.1.3.tgz",
4047
+ "integrity": "sha512-GTt8rSKje5FilG+wEdfCkOcLL7LWqpMlr2c3LRuKt/YXxcJ52aGSbGBAdI4L3aaqfrBt6y711El53ItyH1NWzg==",
4048
+ "dev": true,
4049
+ "license": "MIT",
4050
+ "engines": {
4051
+ "node": ">=16.0.0"
4052
+ }
4053
+ },
4054
+ "node_modules/synckit": {
4055
+ "version": "0.11.11",
4056
+ "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.11.11.tgz",
4057
+ "integrity": "sha512-MeQTA1r0litLUf0Rp/iisCaL8761lKAZHaimlbGK4j0HysC4PLfqygQj9srcs0m2RdtDYnF8UuYyKpbjHYp7Jw==",
4058
+ "dev": true,
4059
+ "license": "MIT",
4060
+ "dependencies": {
4061
+ "@pkgr/core": "^0.2.9"
4062
+ },
4063
+ "engines": {
4064
+ "node": "^14.18.0 || >=16.0.0"
4065
+ },
4066
+ "funding": {
4067
+ "url": "https://opencollective.com/synckit"
4068
+ }
4069
+ },
4070
+ "node_modules/three": {
4071
+ "version": "0.182.0",
4072
+ "resolved": "https://registry.npmjs.org/three/-/three-0.182.0.tgz",
4073
+ "integrity": "sha512-GbHabT+Irv+ihI1/f5kIIsZ+Ef9Sl5A1Y7imvS5RQjWgtTPfPnZ43JmlYI7NtCRDK9zir20lQpfg8/9Yd02OvQ==",
4074
+ "license": "MIT",
4075
+ "peer": true
4076
+ },
4077
+ "node_modules/three-perf": {
4078
+ "version": "1.0.11",
4079
+ "resolved": "https://registry.npmjs.org/three-perf/-/three-perf-1.0.11.tgz",
4080
+ "integrity": "sha512-OgBpZjwL+csQKGKZjpkH/QHdbGFMxqngMbSEJeSnVNfXDYd6On7WHNv/GhUZH4YxIpNMwMahBWrNnsJvnbSJHQ==",
4081
+ "dev": true,
4082
+ "license": "MIT",
4083
+ "dependencies": {
4084
+ "troika-three-text": "^0.52.0",
4085
+ "tweakpane": "^3.1.10"
4086
+ },
4087
+ "peerDependencies": {
4088
+ "three": ">=0.170"
4089
+ }
4090
+ },
4091
+ "node_modules/tinyglobby": {
4092
+ "version": "0.2.15",
4093
+ "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
4094
+ "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
4095
+ "dev": true,
4096
+ "license": "MIT",
4097
+ "dependencies": {
4098
+ "fdir": "^6.5.0",
4099
+ "picomatch": "^4.0.3"
4100
+ },
4101
+ "engines": {
4102
+ "node": ">=12.0.0"
4103
+ },
4104
+ "funding": {
4105
+ "url": "https://github.com/sponsors/SuperchupuDev"
4106
+ }
4107
+ },
4108
+ "node_modules/to-regex-range": {
4109
+ "version": "5.0.1",
4110
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
4111
+ "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
4112
+ "dev": true,
4113
+ "license": "MIT",
4114
+ "optional": true,
4115
+ "dependencies": {
4116
+ "is-number": "^7.0.0"
4117
+ },
4118
+ "engines": {
4119
+ "node": ">=8.0"
4120
+ }
4121
+ },
4122
+ "node_modules/troika-three-text": {
4123
+ "version": "0.52.4",
4124
+ "resolved": "https://registry.npmjs.org/troika-three-text/-/troika-three-text-0.52.4.tgz",
4125
+ "integrity": "sha512-V50EwcYGruV5rUZ9F4aNsrytGdKcXKALjEtQXIOBfhVoZU9VAqZNIoGQ3TMiooVqFAbR1w15T+f+8gkzoFzawg==",
4126
+ "dev": true,
4127
+ "license": "MIT",
4128
+ "dependencies": {
4129
+ "bidi-js": "^1.0.2",
4130
+ "troika-three-utils": "^0.52.4",
4131
+ "troika-worker-utils": "^0.52.0",
4132
+ "webgl-sdf-generator": "1.1.1"
4133
+ },
4134
+ "peerDependencies": {
4135
+ "three": ">=0.125.0"
4136
+ }
4137
+ },
4138
+ "node_modules/troika-three-utils": {
4139
+ "version": "0.52.4",
4140
+ "resolved": "https://registry.npmjs.org/troika-three-utils/-/troika-three-utils-0.52.4.tgz",
4141
+ "integrity": "sha512-NORAStSVa/BDiG52Mfudk4j1FG4jC4ILutB3foPnfGbOeIs9+G5vZLa0pnmnaftZUGm4UwSoqEpWdqvC7zms3A==",
4142
+ "dev": true,
4143
+ "license": "MIT",
4144
+ "peerDependencies": {
4145
+ "three": ">=0.125.0"
4146
+ }
4147
+ },
4148
+ "node_modules/troika-worker-utils": {
4149
+ "version": "0.52.0",
4150
+ "resolved": "https://registry.npmjs.org/troika-worker-utils/-/troika-worker-utils-0.52.0.tgz",
4151
+ "integrity": "sha512-W1CpvTHykaPH5brv5VHLfQo9D1OYuo0cSBEUQFFT/nBUzM8iD6Lq2/tgG/f1OelbAS1WtaTPQzE5uM49egnngw==",
4152
+ "dev": true,
4153
+ "license": "MIT"
4154
+ },
4155
+ "node_modules/ts-api-utils": {
4156
+ "version": "2.2.0",
4157
+ "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.2.0.tgz",
4158
+ "integrity": "sha512-L6f5oQRAoLU1RwXz0Ab9mxsE7LtxeVB6AIR1lpkZMsOyg/JXeaxBaXa/FVCBZyNr9S9I4wkHrlZTklX+im+WMw==",
4159
+ "dev": true,
4160
+ "license": "MIT",
4161
+ "engines": {
4162
+ "node": ">=18.12"
4163
+ },
4164
+ "peerDependencies": {
4165
+ "typescript": ">=4.8.4"
4166
+ }
4167
+ },
4168
+ "node_modules/tslib": {
4169
+ "version": "2.8.1",
4170
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
4171
+ "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
4172
+ "dev": true,
4173
+ "license": "0BSD"
4174
+ },
4175
+ "node_modules/tweakpane": {
4176
+ "version": "3.1.10",
4177
+ "resolved": "https://registry.npmjs.org/tweakpane/-/tweakpane-3.1.10.tgz",
4178
+ "integrity": "sha512-rqwnl/pUa7+inhI2E9ayGTqqP0EPOOn/wVvSWjZsRbZUItzNShny7pzwL3hVlaN4m9t/aZhsP0aFQ9U5VVR2VQ==",
4179
+ "dev": true,
4180
+ "license": "MIT",
4181
+ "funding": {
4182
+ "url": "https://github.com/sponsors/cocopon"
4183
+ }
4184
+ },
4185
+ "node_modules/type-check": {
4186
+ "version": "0.4.0",
4187
+ "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
4188
+ "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
4189
+ "dev": true,
4190
+ "license": "MIT",
4191
+ "dependencies": {
4192
+ "prelude-ls": "^1.2.1"
4193
+ },
4194
+ "engines": {
4195
+ "node": ">= 0.8.0"
4196
+ }
4197
+ },
4198
+ "node_modules/typescript": {
4199
+ "version": "5.9.3",
4200
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
4201
+ "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
4202
+ "dev": true,
4203
+ "license": "Apache-2.0",
4204
+ "peer": true,
4205
+ "bin": {
4206
+ "tsc": "bin/tsc",
4207
+ "tsserver": "bin/tsserver"
4208
+ },
4209
+ "engines": {
4210
+ "node": ">=14.17"
4211
+ }
4212
+ },
4213
+ "node_modules/typescript-eslint": {
4214
+ "version": "8.50.1",
4215
+ "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.50.1.tgz",
4216
+ "integrity": "sha512-ytTHO+SoYSbhAH9CrYnMhiLx8To6PSSvqnvXyPUgPETCvB6eBKmTI9w6XMPS3HsBRGkwTVBX+urA8dYQx6bHfQ==",
4217
+ "dev": true,
4218
+ "license": "MIT",
4219
+ "dependencies": {
4220
+ "@typescript-eslint/eslint-plugin": "8.50.1",
4221
+ "@typescript-eslint/parser": "8.50.1",
4222
+ "@typescript-eslint/typescript-estree": "8.50.1",
4223
+ "@typescript-eslint/utils": "8.50.1"
4224
+ },
4225
+ "engines": {
4226
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
4227
+ },
4228
+ "funding": {
4229
+ "type": "opencollective",
4230
+ "url": "https://opencollective.com/typescript-eslint"
4231
+ },
4232
+ "peerDependencies": {
4233
+ "eslint": "^8.57.0 || ^9.0.0",
4234
+ "typescript": ">=4.8.4 <6.0.0"
4235
+ }
4236
+ },
4237
+ "node_modules/undici-types": {
4238
+ "version": "7.16.0",
4239
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
4240
+ "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
4241
+ "dev": true,
4242
+ "license": "MIT"
4243
+ },
4244
+ "node_modules/update-browserslist-db": {
4245
+ "version": "1.2.2",
4246
+ "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.2.tgz",
4247
+ "integrity": "sha512-E85pfNzMQ9jpKkA7+TJAi4TJN+tBCuWh5rUcS/sv6cFi+1q9LYDwDI5dpUL0u/73EElyQ8d3TEaeW4sPedBqYA==",
4248
+ "dev": true,
4249
+ "funding": [
4250
+ {
4251
+ "type": "opencollective",
4252
+ "url": "https://opencollective.com/browserslist"
4253
+ },
4254
+ {
4255
+ "type": "tidelift",
4256
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
4257
+ },
4258
+ {
4259
+ "type": "github",
4260
+ "url": "https://github.com/sponsors/ai"
4261
+ }
4262
+ ],
4263
+ "license": "MIT",
4264
+ "dependencies": {
4265
+ "escalade": "^3.2.0",
4266
+ "picocolors": "^1.1.1"
4267
+ },
4268
+ "bin": {
4269
+ "update-browserslist-db": "cli.js"
4270
+ },
4271
+ "peerDependencies": {
4272
+ "browserslist": ">= 4.21.0"
4273
+ }
4274
+ },
4275
+ "node_modules/uri-js": {
4276
+ "version": "4.4.1",
4277
+ "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
4278
+ "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
4279
+ "dev": true,
4280
+ "license": "BSD-2-Clause",
4281
+ "dependencies": {
4282
+ "punycode": "^2.1.0"
4283
+ }
4284
+ },
4285
+ "node_modules/varint": {
4286
+ "version": "6.0.0",
4287
+ "resolved": "https://registry.npmjs.org/varint/-/varint-6.0.0.tgz",
4288
+ "integrity": "sha512-cXEIW6cfr15lFv563k4GuVuW/fiwjknytD37jIOLSdSWuOI6WnO/oKwmP2FQTU2l01LP8/M5TSAJpzUaGe3uWg==",
4289
+ "dev": true,
4290
+ "license": "MIT"
4291
+ },
4292
+ "node_modules/vite": {
4293
+ "version": "7.3.0",
4294
+ "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.0.tgz",
4295
+ "integrity": "sha512-dZwN5L1VlUBewiP6H9s2+B3e3Jg96D0vzN+Ry73sOefebhYr9f94wwkMNN/9ouoU8pV1BqA1d1zGk8928cx0rg==",
4296
+ "dev": true,
4297
+ "license": "MIT",
4298
+ "peer": true,
4299
+ "dependencies": {
4300
+ "esbuild": "^0.27.0",
4301
+ "fdir": "^6.5.0",
4302
+ "picomatch": "^4.0.3",
4303
+ "postcss": "^8.5.6",
4304
+ "rollup": "^4.43.0",
4305
+ "tinyglobby": "^0.2.15"
4306
+ },
4307
+ "bin": {
4308
+ "vite": "bin/vite.js"
4309
+ },
4310
+ "engines": {
4311
+ "node": "^20.19.0 || >=22.12.0"
4312
+ },
4313
+ "funding": {
4314
+ "url": "https://github.com/vitejs/vite?sponsor=1"
4315
+ },
4316
+ "optionalDependencies": {
4317
+ "fsevents": "~2.3.3"
4318
+ },
4319
+ "peerDependencies": {
4320
+ "@types/node": "^20.19.0 || >=22.12.0",
4321
+ "jiti": ">=1.21.0",
4322
+ "less": "^4.0.0",
4323
+ "lightningcss": "^1.21.0",
4324
+ "sass": "^1.70.0",
4325
+ "sass-embedded": "^1.70.0",
4326
+ "stylus": ">=0.54.8",
4327
+ "sugarss": "^5.0.0",
4328
+ "terser": "^5.16.0",
4329
+ "tsx": "^4.8.1",
4330
+ "yaml": "^2.4.2"
4331
+ },
4332
+ "peerDependenciesMeta": {
4333
+ "@types/node": {
4334
+ "optional": true
4335
+ },
4336
+ "jiti": {
4337
+ "optional": true
4338
+ },
4339
+ "less": {
4340
+ "optional": true
4341
+ },
4342
+ "lightningcss": {
4343
+ "optional": true
4344
+ },
4345
+ "sass": {
4346
+ "optional": true
4347
+ },
4348
+ "sass-embedded": {
4349
+ "optional": true
4350
+ },
4351
+ "stylus": {
4352
+ "optional": true
4353
+ },
4354
+ "sugarss": {
4355
+ "optional": true
4356
+ },
4357
+ "terser": {
4358
+ "optional": true
4359
+ },
4360
+ "tsx": {
4361
+ "optional": true
4362
+ },
4363
+ "yaml": {
4364
+ "optional": true
4365
+ }
4366
+ }
4367
+ },
4368
+ "node_modules/vite-plugin-glsl": {
4369
+ "version": "1.5.5",
4370
+ "resolved": "https://registry.npmjs.org/vite-plugin-glsl/-/vite-plugin-glsl-1.5.5.tgz",
4371
+ "integrity": "sha512-6NM2P4JkM+1hNSqMhM4eagX03bmhEoTyrOrk68y3Q6KXfdF73QIuCb6BmRZvwLPgXTCOBM3Zc8gL1WxctYnrUQ==",
4372
+ "dev": true,
4373
+ "license": "MIT",
4374
+ "engines": {
4375
+ "node": ">= 20.17.0",
4376
+ "npm": ">= 10.8.3"
4377
+ },
4378
+ "peerDependencies": {
4379
+ "@rollup/pluginutils": "^5.x",
4380
+ "esbuild": ">= 0.25",
4381
+ "vite": ">= 3.x"
4382
+ },
4383
+ "peerDependenciesMeta": {
4384
+ "@rollup/pluginutils": {
4385
+ "optional": true
4386
+ },
4387
+ "esbuild": {
4388
+ "optional": true
4389
+ }
4390
+ }
4391
+ },
4392
+ "node_modules/webgl-sdf-generator": {
4393
+ "version": "1.1.1",
4394
+ "resolved": "https://registry.npmjs.org/webgl-sdf-generator/-/webgl-sdf-generator-1.1.1.tgz",
4395
+ "integrity": "sha512-9Z0JcMTFxeE+b2x1LJTdnaT8rT8aEp7MVxkNwoycNmJWwPdzoXzMh0BjJSh/AEFP+KPYZUli814h8bJZFIZ2jA==",
4396
+ "dev": true,
4397
+ "license": "MIT"
4398
+ },
4399
+ "node_modules/which": {
4400
+ "version": "2.0.2",
4401
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
4402
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
4403
+ "dev": true,
4404
+ "license": "ISC",
4405
+ "dependencies": {
4406
+ "isexe": "^2.0.0"
4407
+ },
4408
+ "bin": {
4409
+ "node-which": "bin/node-which"
4410
+ },
4411
+ "engines": {
4412
+ "node": ">= 8"
4413
+ }
4414
+ },
4415
+ "node_modules/word-wrap": {
4416
+ "version": "1.2.5",
4417
+ "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
4418
+ "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
4419
+ "dev": true,
4420
+ "license": "MIT",
4421
+ "engines": {
4422
+ "node": ">=0.10.0"
4423
+ }
4424
+ },
4425
+ "node_modules/yallist": {
4426
+ "version": "3.1.1",
4427
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
4428
+ "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
4429
+ "dev": true,
4430
+ "license": "ISC"
4431
+ },
4432
+ "node_modules/yocto-queue": {
4433
+ "version": "0.1.0",
4434
+ "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
4435
+ "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
4436
+ "dev": true,
4437
+ "license": "MIT",
4438
+ "engines": {
4439
+ "node": ">=10"
4440
+ },
4441
+ "funding": {
4442
+ "url": "https://github.com/sponsors/sindresorhus"
4443
+ }
4444
+ },
4445
+ "node_modules/zod": {
4446
+ "version": "4.1.13",
4447
+ "resolved": "https://registry.npmjs.org/zod/-/zod-4.1.13.tgz",
4448
+ "integrity": "sha512-AvvthqfqrAhNH9dnfmrfKzX5upOdjUVJYFqNSlkmGf64gRaTzlPwz99IHYnVs28qYAybvAlBV+H7pn0saFY4Ig==",
4449
+ "dev": true,
4450
+ "license": "MIT",
4451
+ "peer": true,
4452
+ "funding": {
4453
+ "url": "https://github.com/sponsors/colinhacks"
4454
+ }
4455
+ },
4456
+ "node_modules/zod-validation-error": {
4457
+ "version": "4.0.2",
4458
+ "resolved": "https://registry.npmjs.org/zod-validation-error/-/zod-validation-error-4.0.2.tgz",
4459
+ "integrity": "sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==",
4460
+ "dev": true,
4461
+ "license": "MIT",
4462
+ "engines": {
4463
+ "node": ">=18.0.0"
4464
+ },
4465
+ "peerDependencies": {
4466
+ "zod": "^3.25.0 || ^4.0.0"
4467
+ }
4468
+ }
4469
+ }
4470
+ }