create-10x-package 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2872 @@
1
+ {
2
+ "name": "{{projectName}}",
3
+ "version": "1.0.0",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "{{projectName}}",
9
+ "version": "1.0.0",
10
+ "license": "EGPSL10X-1.0",
11
+ "dependencies": {
12
+ "none": "1.0.0",
13
+ "use-unused-vars": "1.0.1"
14
+ },
15
+ "devDependencies": {
16
+ "@babel/helper-validator-identifier": "^7.28.5",
17
+ "@eslint/compat": "^2.0.0",
18
+ "@eslint/js": "^9.39.2",
19
+ "eslint": "^9.39.2",
20
+ "eslint-formatter-pretty": "^7.0.0",
21
+ "eslint-plugin-ninja": "^0.0.8",
22
+ "eslint-plugin-perfectionist": "^5.3.0",
23
+ "eslint-plugin-sonarjs": "^3.0.5",
24
+ "eslint-plugin-unicorn": "^62.0.0",
25
+ "prettier-linter-helpers": "^1.0.1"
26
+ }
27
+ },
28
+ "node_modules/@babel/helper-validator-identifier": {
29
+ "version": "7.28.5",
30
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
31
+ "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
32
+ "dev": true,
33
+ "license": "MIT",
34
+ "engines": {
35
+ "node": ">=6.9.0"
36
+ }
37
+ },
38
+ "node_modules/@babel/runtime": {
39
+ "version": "7.28.6",
40
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.6.tgz",
41
+ "integrity": "sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==",
42
+ "dev": true,
43
+ "license": "MIT",
44
+ "engines": {
45
+ "node": ">=6.9.0"
46
+ }
47
+ },
48
+ "node_modules/@eslint-community/eslint-utils": {
49
+ "version": "4.9.1",
50
+ "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz",
51
+ "integrity": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==",
52
+ "dev": true,
53
+ "license": "MIT",
54
+ "dependencies": {
55
+ "eslint-visitor-keys": "^3.4.3"
56
+ },
57
+ "engines": {
58
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
59
+ },
60
+ "funding": {
61
+ "url": "https://opencollective.com/eslint"
62
+ },
63
+ "peerDependencies": {
64
+ "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
65
+ }
66
+ },
67
+ "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
68
+ "version": "3.4.3",
69
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
70
+ "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
71
+ "dev": true,
72
+ "license": "Apache-2.0",
73
+ "engines": {
74
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
75
+ },
76
+ "funding": {
77
+ "url": "https://opencollective.com/eslint"
78
+ }
79
+ },
80
+ "node_modules/@eslint-community/regexpp": {
81
+ "version": "4.12.2",
82
+ "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",
83
+ "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",
84
+ "dev": true,
85
+ "license": "MIT",
86
+ "engines": {
87
+ "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
88
+ }
89
+ },
90
+ "node_modules/@eslint/compat": {
91
+ "version": "2.0.2",
92
+ "resolved": "https://registry.npmjs.org/@eslint/compat/-/compat-2.0.2.tgz",
93
+ "integrity": "sha512-pR1DoD0h3HfF675QZx0xsyrsU8q70Z/plx7880NOhS02NuWLgBCOMDL787nUeQ7EWLkxv3bPQJaarjcPQb2Dwg==",
94
+ "dev": true,
95
+ "license": "Apache-2.0",
96
+ "dependencies": {
97
+ "@eslint/core": "^1.1.0"
98
+ },
99
+ "engines": {
100
+ "node": "^20.19.0 || ^22.13.0 || >=24"
101
+ },
102
+ "peerDependencies": {
103
+ "eslint": "^8.40 || 9 || 10"
104
+ },
105
+ "peerDependenciesMeta": {
106
+ "eslint": {
107
+ "optional": true
108
+ }
109
+ }
110
+ },
111
+ "node_modules/@eslint/config-array": {
112
+ "version": "0.21.1",
113
+ "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.1.tgz",
114
+ "integrity": "sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==",
115
+ "dev": true,
116
+ "license": "Apache-2.0",
117
+ "dependencies": {
118
+ "@eslint/object-schema": "^2.1.7",
119
+ "debug": "^4.3.1",
120
+ "minimatch": "^3.1.2"
121
+ },
122
+ "engines": {
123
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
124
+ }
125
+ },
126
+ "node_modules/@eslint/config-helpers": {
127
+ "version": "0.4.2",
128
+ "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz",
129
+ "integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==",
130
+ "dev": true,
131
+ "license": "Apache-2.0",
132
+ "dependencies": {
133
+ "@eslint/core": "^0.17.0"
134
+ },
135
+ "engines": {
136
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
137
+ }
138
+ },
139
+ "node_modules/@eslint/config-helpers/node_modules/@eslint/core": {
140
+ "version": "0.17.0",
141
+ "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",
142
+ "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
143
+ "dev": true,
144
+ "license": "Apache-2.0",
145
+ "dependencies": {
146
+ "@types/json-schema": "^7.0.15"
147
+ },
148
+ "engines": {
149
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
150
+ }
151
+ },
152
+ "node_modules/@eslint/core": {
153
+ "version": "1.1.0",
154
+ "resolved": "https://registry.npmjs.org/@eslint/core/-/core-1.1.0.tgz",
155
+ "integrity": "sha512-/nr9K9wkr3P1EzFTdFdMoLuo1PmIxjmwvPozwoSodjNBdefGujXQUF93u1DDZpEaTuDvMsIQddsd35BwtrW9Xw==",
156
+ "dev": true,
157
+ "license": "Apache-2.0",
158
+ "dependencies": {
159
+ "@types/json-schema": "^7.0.15"
160
+ },
161
+ "engines": {
162
+ "node": "^20.19.0 || ^22.13.0 || >=24"
163
+ }
164
+ },
165
+ "node_modules/@eslint/eslintrc": {
166
+ "version": "3.3.3",
167
+ "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.3.tgz",
168
+ "integrity": "sha512-Kr+LPIUVKz2qkx1HAMH8q1q6azbqBAsXJUxBl/ODDuVPX45Z9DfwB8tPjTi6nNZ8BuM3nbJxC5zCAg5elnBUTQ==",
169
+ "dev": true,
170
+ "license": "MIT",
171
+ "dependencies": {
172
+ "ajv": "^6.12.4",
173
+ "debug": "^4.3.2",
174
+ "espree": "^10.0.1",
175
+ "globals": "^14.0.0",
176
+ "ignore": "^5.2.0",
177
+ "import-fresh": "^3.2.1",
178
+ "js-yaml": "^4.1.1",
179
+ "minimatch": "^3.1.2",
180
+ "strip-json-comments": "^3.1.1"
181
+ },
182
+ "engines": {
183
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
184
+ },
185
+ "funding": {
186
+ "url": "https://opencollective.com/eslint"
187
+ }
188
+ },
189
+ "node_modules/@eslint/js": {
190
+ "version": "9.39.2",
191
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.2.tgz",
192
+ "integrity": "sha512-q1mjIoW1VX4IvSocvM/vbTiveKC4k9eLrajNEuSsmjymSDEbpGddtpfOoN7YGAqBK3NG+uqo8ia4PDTt8buCYA==",
193
+ "dev": true,
194
+ "license": "MIT",
195
+ "engines": {
196
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
197
+ },
198
+ "funding": {
199
+ "url": "https://eslint.org/donate"
200
+ }
201
+ },
202
+ "node_modules/@eslint/object-schema": {
203
+ "version": "2.1.7",
204
+ "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz",
205
+ "integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==",
206
+ "dev": true,
207
+ "license": "Apache-2.0",
208
+ "engines": {
209
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
210
+ }
211
+ },
212
+ "node_modules/@eslint/plugin-kit": {
213
+ "version": "0.4.1",
214
+ "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz",
215
+ "integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==",
216
+ "dev": true,
217
+ "license": "Apache-2.0",
218
+ "dependencies": {
219
+ "@eslint/core": "^0.17.0",
220
+ "levn": "^0.4.1"
221
+ },
222
+ "engines": {
223
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
224
+ }
225
+ },
226
+ "node_modules/@eslint/plugin-kit/node_modules/@eslint/core": {
227
+ "version": "0.17.0",
228
+ "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",
229
+ "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
230
+ "dev": true,
231
+ "license": "Apache-2.0",
232
+ "dependencies": {
233
+ "@types/json-schema": "^7.0.15"
234
+ },
235
+ "engines": {
236
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
237
+ }
238
+ },
239
+ "node_modules/@humanfs/core": {
240
+ "version": "0.19.1",
241
+ "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
242
+ "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
243
+ "dev": true,
244
+ "license": "Apache-2.0",
245
+ "engines": {
246
+ "node": ">=18.18.0"
247
+ }
248
+ },
249
+ "node_modules/@humanfs/node": {
250
+ "version": "0.16.7",
251
+ "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.7.tgz",
252
+ "integrity": "sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==",
253
+ "dev": true,
254
+ "license": "Apache-2.0",
255
+ "dependencies": {
256
+ "@humanfs/core": "^0.19.1",
257
+ "@humanwhocodes/retry": "^0.4.0"
258
+ },
259
+ "engines": {
260
+ "node": ">=18.18.0"
261
+ }
262
+ },
263
+ "node_modules/@humanwhocodes/module-importer": {
264
+ "version": "1.0.1",
265
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
266
+ "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
267
+ "dev": true,
268
+ "license": "Apache-2.0",
269
+ "engines": {
270
+ "node": ">=12.22"
271
+ },
272
+ "funding": {
273
+ "type": "github",
274
+ "url": "https://github.com/sponsors/nzakas"
275
+ }
276
+ },
277
+ "node_modules/@humanwhocodes/retry": {
278
+ "version": "0.4.3",
279
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz",
280
+ "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
281
+ "dev": true,
282
+ "license": "Apache-2.0",
283
+ "engines": {
284
+ "node": ">=18.18"
285
+ },
286
+ "funding": {
287
+ "type": "github",
288
+ "url": "https://github.com/sponsors/nzakas"
289
+ }
290
+ },
291
+ "node_modules/@isaacs/balanced-match": {
292
+ "version": "4.0.1",
293
+ "resolved": "https://registry.npmjs.org/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz",
294
+ "integrity": "sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==",
295
+ "dev": true,
296
+ "license": "MIT",
297
+ "engines": {
298
+ "node": "20 || >=22"
299
+ }
300
+ },
301
+ "node_modules/@isaacs/brace-expansion": {
302
+ "version": "5.0.0",
303
+ "resolved": "https://registry.npmjs.org/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz",
304
+ "integrity": "sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==",
305
+ "dev": true,
306
+ "license": "MIT",
307
+ "dependencies": {
308
+ "@isaacs/balanced-match": "^4.0.1"
309
+ },
310
+ "engines": {
311
+ "node": "20 || >=22"
312
+ }
313
+ },
314
+ "node_modules/@nodelib/fs.scandir": {
315
+ "version": "2.1.5",
316
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
317
+ "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
318
+ "dev": true,
319
+ "license": "MIT",
320
+ "dependencies": {
321
+ "@nodelib/fs.stat": "2.0.5",
322
+ "run-parallel": "^1.1.9"
323
+ },
324
+ "engines": {
325
+ "node": ">= 8"
326
+ }
327
+ },
328
+ "node_modules/@nodelib/fs.stat": {
329
+ "version": "2.0.5",
330
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
331
+ "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
332
+ "dev": true,
333
+ "license": "MIT",
334
+ "engines": {
335
+ "node": ">= 8"
336
+ }
337
+ },
338
+ "node_modules/@nodelib/fs.walk": {
339
+ "version": "1.2.8",
340
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
341
+ "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
342
+ "dev": true,
343
+ "license": "MIT",
344
+ "dependencies": {
345
+ "@nodelib/fs.scandir": "2.1.5",
346
+ "fastq": "^1.6.0"
347
+ },
348
+ "engines": {
349
+ "node": ">= 8"
350
+ }
351
+ },
352
+ "node_modules/@types/eslint": {
353
+ "version": "9.6.1",
354
+ "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-9.6.1.tgz",
355
+ "integrity": "sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==",
356
+ "dev": true,
357
+ "license": "MIT",
358
+ "dependencies": {
359
+ "@types/estree": "*",
360
+ "@types/json-schema": "*"
361
+ }
362
+ },
363
+ "node_modules/@types/estree": {
364
+ "version": "1.0.8",
365
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
366
+ "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
367
+ "dev": true,
368
+ "license": "MIT"
369
+ },
370
+ "node_modules/@types/json-schema": {
371
+ "version": "7.0.15",
372
+ "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
373
+ "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
374
+ "dev": true,
375
+ "license": "MIT"
376
+ },
377
+ "node_modules/@types/semver": {
378
+ "version": "7.7.1",
379
+ "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.7.1.tgz",
380
+ "integrity": "sha512-FmgJfu+MOcQ370SD0ev7EI8TlCAfKYU+B4m5T3yXc1CiRN94g/SZPtsCkk506aUDtlMnFZvasDwHHUcZUEaYuA==",
381
+ "dev": true,
382
+ "license": "MIT"
383
+ },
384
+ "node_modules/@typescript-eslint/project-service": {
385
+ "version": "8.54.0",
386
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.54.0.tgz",
387
+ "integrity": "sha512-YPf+rvJ1s7MyiWM4uTRhE4DvBXrEV+d8oC3P9Y2eT7S+HBS0clybdMIPnhiATi9vZOYDc7OQ1L/i6ga6NFYK/g==",
388
+ "dev": true,
389
+ "license": "MIT",
390
+ "dependencies": {
391
+ "@typescript-eslint/tsconfig-utils": "^8.54.0",
392
+ "@typescript-eslint/types": "^8.54.0",
393
+ "debug": "^4.4.3"
394
+ },
395
+ "engines": {
396
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
397
+ },
398
+ "funding": {
399
+ "type": "opencollective",
400
+ "url": "https://opencollective.com/typescript-eslint"
401
+ },
402
+ "peerDependencies": {
403
+ "typescript": ">=4.8.4 <6.0.0"
404
+ }
405
+ },
406
+ "node_modules/@typescript-eslint/scope-manager": {
407
+ "version": "8.54.0",
408
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.54.0.tgz",
409
+ "integrity": "sha512-27rYVQku26j/PbHYcVfRPonmOlVI6gihHtXFbTdB5sb6qA0wdAQAbyXFVarQ5t4HRojIz64IV90YtsjQSSGlQg==",
410
+ "dev": true,
411
+ "license": "MIT",
412
+ "dependencies": {
413
+ "@typescript-eslint/types": "8.54.0",
414
+ "@typescript-eslint/visitor-keys": "8.54.0"
415
+ },
416
+ "engines": {
417
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
418
+ },
419
+ "funding": {
420
+ "type": "opencollective",
421
+ "url": "https://opencollective.com/typescript-eslint"
422
+ }
423
+ },
424
+ "node_modules/@typescript-eslint/tsconfig-utils": {
425
+ "version": "8.54.0",
426
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.54.0.tgz",
427
+ "integrity": "sha512-dRgOyT2hPk/JwxNMZDsIXDgyl9axdJI3ogZ2XWhBPsnZUv+hPesa5iuhdYt2gzwA9t8RE5ytOJ6xB0moV0Ujvw==",
428
+ "dev": true,
429
+ "license": "MIT",
430
+ "engines": {
431
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
432
+ },
433
+ "funding": {
434
+ "type": "opencollective",
435
+ "url": "https://opencollective.com/typescript-eslint"
436
+ },
437
+ "peerDependencies": {
438
+ "typescript": ">=4.8.4 <6.0.0"
439
+ }
440
+ },
441
+ "node_modules/@typescript-eslint/types": {
442
+ "version": "8.54.0",
443
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.54.0.tgz",
444
+ "integrity": "sha512-PDUI9R1BVjqu7AUDsRBbKMtwmjWcn4J3le+5LpcFgWULN3LvHC5rkc9gCVxbrsrGmO1jfPybN5s6h4Jy+OnkAA==",
445
+ "dev": true,
446
+ "license": "MIT",
447
+ "engines": {
448
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
449
+ },
450
+ "funding": {
451
+ "type": "opencollective",
452
+ "url": "https://opencollective.com/typescript-eslint"
453
+ }
454
+ },
455
+ "node_modules/@typescript-eslint/typescript-estree": {
456
+ "version": "8.54.0",
457
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.54.0.tgz",
458
+ "integrity": "sha512-BUwcskRaPvTk6fzVWgDPdUndLjB87KYDrN5EYGetnktoeAvPtO4ONHlAZDnj5VFnUANg0Sjm7j4usBlnoVMHwA==",
459
+ "dev": true,
460
+ "license": "MIT",
461
+ "dependencies": {
462
+ "@typescript-eslint/project-service": "8.54.0",
463
+ "@typescript-eslint/tsconfig-utils": "8.54.0",
464
+ "@typescript-eslint/types": "8.54.0",
465
+ "@typescript-eslint/visitor-keys": "8.54.0",
466
+ "debug": "^4.4.3",
467
+ "minimatch": "^9.0.5",
468
+ "semver": "^7.7.3",
469
+ "tinyglobby": "^0.2.15",
470
+ "ts-api-utils": "^2.4.0"
471
+ },
472
+ "engines": {
473
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
474
+ },
475
+ "funding": {
476
+ "type": "opencollective",
477
+ "url": "https://opencollective.com/typescript-eslint"
478
+ },
479
+ "peerDependencies": {
480
+ "typescript": ">=4.8.4 <6.0.0"
481
+ }
482
+ },
483
+ "node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": {
484
+ "version": "2.0.2",
485
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
486
+ "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
487
+ "dev": true,
488
+ "license": "MIT",
489
+ "dependencies": {
490
+ "balanced-match": "^1.0.0"
491
+ }
492
+ },
493
+ "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
494
+ "version": "9.0.5",
495
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
496
+ "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
497
+ "dev": true,
498
+ "license": "ISC",
499
+ "dependencies": {
500
+ "brace-expansion": "^2.0.1"
501
+ },
502
+ "engines": {
503
+ "node": ">=16 || 14 >=14.17"
504
+ },
505
+ "funding": {
506
+ "url": "https://github.com/sponsors/isaacs"
507
+ }
508
+ },
509
+ "node_modules/@typescript-eslint/utils": {
510
+ "version": "8.54.0",
511
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.54.0.tgz",
512
+ "integrity": "sha512-9Cnda8GS57AQakvRyG0PTejJNlA2xhvyNtEVIMlDWOOeEyBkYWhGPnfrIAnqxLMTSTo6q8g12XVjjev5l1NvMA==",
513
+ "dev": true,
514
+ "license": "MIT",
515
+ "dependencies": {
516
+ "@eslint-community/eslint-utils": "^4.9.1",
517
+ "@typescript-eslint/scope-manager": "8.54.0",
518
+ "@typescript-eslint/types": "8.54.0",
519
+ "@typescript-eslint/typescript-estree": "8.54.0"
520
+ },
521
+ "engines": {
522
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
523
+ },
524
+ "funding": {
525
+ "type": "opencollective",
526
+ "url": "https://opencollective.com/typescript-eslint"
527
+ },
528
+ "peerDependencies": {
529
+ "eslint": "^8.57.0 || ^9.0.0",
530
+ "typescript": ">=4.8.4 <6.0.0"
531
+ }
532
+ },
533
+ "node_modules/@typescript-eslint/visitor-keys": {
534
+ "version": "8.54.0",
535
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.54.0.tgz",
536
+ "integrity": "sha512-VFlhGSl4opC0bprJiItPQ1RfUhGDIBokcPwaFH4yiBCaNPeld/9VeXbiPO1cLyorQi1G1vL+ecBk1x8o1axORA==",
537
+ "dev": true,
538
+ "license": "MIT",
539
+ "dependencies": {
540
+ "@typescript-eslint/types": "8.54.0",
541
+ "eslint-visitor-keys": "^4.2.1"
542
+ },
543
+ "engines": {
544
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
545
+ },
546
+ "funding": {
547
+ "type": "opencollective",
548
+ "url": "https://opencollective.com/typescript-eslint"
549
+ }
550
+ },
551
+ "node_modules/acorn": {
552
+ "version": "8.15.0",
553
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
554
+ "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
555
+ "dev": true,
556
+ "license": "MIT",
557
+ "bin": {
558
+ "acorn": "bin/acorn"
559
+ },
560
+ "engines": {
561
+ "node": ">=0.4.0"
562
+ }
563
+ },
564
+ "node_modules/acorn-jsx": {
565
+ "version": "5.3.2",
566
+ "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
567
+ "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
568
+ "dev": true,
569
+ "license": "MIT",
570
+ "peerDependencies": {
571
+ "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
572
+ }
573
+ },
574
+ "node_modules/ajv": {
575
+ "version": "6.12.6",
576
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
577
+ "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
578
+ "dev": true,
579
+ "license": "MIT",
580
+ "dependencies": {
581
+ "fast-deep-equal": "^3.1.1",
582
+ "fast-json-stable-stringify": "^2.0.0",
583
+ "json-schema-traverse": "^0.4.1",
584
+ "uri-js": "^4.2.2"
585
+ },
586
+ "funding": {
587
+ "type": "github",
588
+ "url": "https://github.com/sponsors/epoberezkin"
589
+ }
590
+ },
591
+ "node_modules/ansi-escapes": {
592
+ "version": "7.2.0",
593
+ "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-7.2.0.tgz",
594
+ "integrity": "sha512-g6LhBsl+GBPRWGWsBtutpzBYuIIdBkLEvad5C/va/74Db018+5TZiyA26cZJAr3Rft5lprVqOIPxf5Vid6tqAw==",
595
+ "dev": true,
596
+ "license": "MIT",
597
+ "dependencies": {
598
+ "environment": "^1.0.0"
599
+ },
600
+ "engines": {
601
+ "node": ">=18"
602
+ },
603
+ "funding": {
604
+ "url": "https://github.com/sponsors/sindresorhus"
605
+ }
606
+ },
607
+ "node_modules/ansi-regex": {
608
+ "version": "6.2.2",
609
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
610
+ "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
611
+ "dev": true,
612
+ "license": "MIT",
613
+ "engines": {
614
+ "node": ">=12"
615
+ },
616
+ "funding": {
617
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
618
+ }
619
+ },
620
+ "node_modules/ansi-styles": {
621
+ "version": "4.3.0",
622
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
623
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
624
+ "dev": true,
625
+ "license": "MIT",
626
+ "dependencies": {
627
+ "color-convert": "^2.0.1"
628
+ },
629
+ "engines": {
630
+ "node": ">=8"
631
+ },
632
+ "funding": {
633
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
634
+ }
635
+ },
636
+ "node_modules/argparse": {
637
+ "version": "2.0.1",
638
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
639
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
640
+ "dev": true,
641
+ "license": "Python-2.0"
642
+ },
643
+ "node_modules/array-union": {
644
+ "version": "2.1.0",
645
+ "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
646
+ "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
647
+ "dev": true,
648
+ "license": "MIT",
649
+ "engines": {
650
+ "node": ">=8"
651
+ }
652
+ },
653
+ "node_modules/balanced-match": {
654
+ "version": "1.0.2",
655
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
656
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
657
+ "dev": true,
658
+ "license": "MIT"
659
+ },
660
+ "node_modules/baseline-browser-mapping": {
661
+ "version": "2.9.19",
662
+ "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.19.tgz",
663
+ "integrity": "sha512-ipDqC8FrAl/76p2SSWKSI+H9tFwm7vYqXQrItCuiVPt26Km0jS+NzSsBWAaBusvSbQcfJG+JitdMm+wZAgTYqg==",
664
+ "dev": true,
665
+ "license": "Apache-2.0",
666
+ "bin": {
667
+ "baseline-browser-mapping": "dist/cli.js"
668
+ }
669
+ },
670
+ "node_modules/brace-expansion": {
671
+ "version": "1.1.12",
672
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
673
+ "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
674
+ "dev": true,
675
+ "license": "MIT",
676
+ "dependencies": {
677
+ "balanced-match": "^1.0.0",
678
+ "concat-map": "0.0.1"
679
+ }
680
+ },
681
+ "node_modules/braces": {
682
+ "version": "3.0.3",
683
+ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
684
+ "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
685
+ "dev": true,
686
+ "license": "MIT",
687
+ "dependencies": {
688
+ "fill-range": "^7.1.1"
689
+ },
690
+ "engines": {
691
+ "node": ">=8"
692
+ }
693
+ },
694
+ "node_modules/browserslist": {
695
+ "version": "4.28.1",
696
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.1.tgz",
697
+ "integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==",
698
+ "dev": true,
699
+ "funding": [
700
+ {
701
+ "type": "opencollective",
702
+ "url": "https://opencollective.com/browserslist"
703
+ },
704
+ {
705
+ "type": "tidelift",
706
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
707
+ },
708
+ {
709
+ "type": "github",
710
+ "url": "https://github.com/sponsors/ai"
711
+ }
712
+ ],
713
+ "license": "MIT",
714
+ "dependencies": {
715
+ "baseline-browser-mapping": "^2.9.0",
716
+ "caniuse-lite": "^1.0.30001759",
717
+ "electron-to-chromium": "^1.5.263",
718
+ "node-releases": "^2.0.27",
719
+ "update-browserslist-db": "^1.2.0"
720
+ },
721
+ "bin": {
722
+ "browserslist": "cli.js"
723
+ },
724
+ "engines": {
725
+ "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
726
+ }
727
+ },
728
+ "node_modules/builtin-modules": {
729
+ "version": "3.3.0",
730
+ "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz",
731
+ "integrity": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==",
732
+ "dev": true,
733
+ "license": "MIT",
734
+ "engines": {
735
+ "node": ">=6"
736
+ },
737
+ "funding": {
738
+ "url": "https://github.com/sponsors/sindresorhus"
739
+ }
740
+ },
741
+ "node_modules/bytes": {
742
+ "version": "3.1.2",
743
+ "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
744
+ "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
745
+ "dev": true,
746
+ "license": "MIT",
747
+ "engines": {
748
+ "node": ">= 0.8"
749
+ }
750
+ },
751
+ "node_modules/callsites": {
752
+ "version": "3.1.0",
753
+ "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
754
+ "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
755
+ "dev": true,
756
+ "license": "MIT",
757
+ "engines": {
758
+ "node": ">=6"
759
+ }
760
+ },
761
+ "node_modules/caniuse-lite": {
762
+ "version": "1.0.30001766",
763
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001766.tgz",
764
+ "integrity": "sha512-4C0lfJ0/YPjJQHagaE9x2Elb69CIqEPZeG0anQt9SIvIoOH4a4uaRl73IavyO+0qZh6MDLH//DrXThEYKHkmYA==",
765
+ "dev": true,
766
+ "funding": [
767
+ {
768
+ "type": "opencollective",
769
+ "url": "https://opencollective.com/browserslist"
770
+ },
771
+ {
772
+ "type": "tidelift",
773
+ "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
774
+ },
775
+ {
776
+ "type": "github",
777
+ "url": "https://github.com/sponsors/ai"
778
+ }
779
+ ],
780
+ "license": "CC-BY-4.0"
781
+ },
782
+ "node_modules/chalk": {
783
+ "version": "4.1.2",
784
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
785
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
786
+ "dev": true,
787
+ "license": "MIT",
788
+ "dependencies": {
789
+ "ansi-styles": "^4.1.0",
790
+ "supports-color": "^7.1.0"
791
+ },
792
+ "engines": {
793
+ "node": ">=10"
794
+ },
795
+ "funding": {
796
+ "url": "https://github.com/chalk/chalk?sponsor=1"
797
+ }
798
+ },
799
+ "node_modules/change-case": {
800
+ "version": "5.4.4",
801
+ "resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.4.tgz",
802
+ "integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==",
803
+ "dev": true,
804
+ "license": "MIT"
805
+ },
806
+ "node_modules/ci-info": {
807
+ "version": "4.4.0",
808
+ "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.4.0.tgz",
809
+ "integrity": "sha512-77PSwercCZU2Fc4sX94eF8k8Pxte6JAwL4/ICZLFjJLqegs7kCuAsqqj/70NQF6TvDpgFjkubQB2FW2ZZddvQg==",
810
+ "dev": true,
811
+ "funding": [
812
+ {
813
+ "type": "github",
814
+ "url": "https://github.com/sponsors/sibiraj-s"
815
+ }
816
+ ],
817
+ "license": "MIT",
818
+ "engines": {
819
+ "node": ">=8"
820
+ }
821
+ },
822
+ "node_modules/clean-regexp": {
823
+ "version": "1.0.0",
824
+ "resolved": "https://registry.npmjs.org/clean-regexp/-/clean-regexp-1.0.0.tgz",
825
+ "integrity": "sha512-GfisEZEJvzKrmGWkvfhgzcz/BllN1USeqD2V6tg14OAOgaCD2Z/PUEuxnAZ/nPvmaHRG7a8y77p1T/IRQ4D1Hw==",
826
+ "dev": true,
827
+ "license": "MIT",
828
+ "dependencies": {
829
+ "escape-string-regexp": "^1.0.5"
830
+ },
831
+ "engines": {
832
+ "node": ">=4"
833
+ }
834
+ },
835
+ "node_modules/clean-regexp/node_modules/escape-string-regexp": {
836
+ "version": "1.0.5",
837
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
838
+ "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
839
+ "dev": true,
840
+ "license": "MIT",
841
+ "engines": {
842
+ "node": ">=0.8.0"
843
+ }
844
+ },
845
+ "node_modules/color-convert": {
846
+ "version": "2.0.1",
847
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
848
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
849
+ "dev": true,
850
+ "license": "MIT",
851
+ "dependencies": {
852
+ "color-name": "~1.1.4"
853
+ },
854
+ "engines": {
855
+ "node": ">=7.0.0"
856
+ }
857
+ },
858
+ "node_modules/color-name": {
859
+ "version": "1.1.4",
860
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
861
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
862
+ "dev": true,
863
+ "license": "MIT"
864
+ },
865
+ "node_modules/concat-map": {
866
+ "version": "0.0.1",
867
+ "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
868
+ "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
869
+ "dev": true,
870
+ "license": "MIT"
871
+ },
872
+ "node_modules/core-js-compat": {
873
+ "version": "3.48.0",
874
+ "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.48.0.tgz",
875
+ "integrity": "sha512-OM4cAF3D6VtH/WkLtWvyNC56EZVXsZdU3iqaMG2B4WvYrlqU831pc4UtG5yp0sE9z8Y02wVN7PjW5Zf9Gt0f1Q==",
876
+ "dev": true,
877
+ "license": "MIT",
878
+ "dependencies": {
879
+ "browserslist": "^4.28.1"
880
+ },
881
+ "funding": {
882
+ "type": "opencollective",
883
+ "url": "https://opencollective.com/core-js"
884
+ }
885
+ },
886
+ "node_modules/cross-spawn": {
887
+ "version": "7.0.6",
888
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
889
+ "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
890
+ "dev": true,
891
+ "license": "MIT",
892
+ "dependencies": {
893
+ "path-key": "^3.1.0",
894
+ "shebang-command": "^2.0.0",
895
+ "which": "^2.0.1"
896
+ },
897
+ "engines": {
898
+ "node": ">= 8"
899
+ }
900
+ },
901
+ "node_modules/date-fns": {
902
+ "version": "2.30.0",
903
+ "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.30.0.tgz",
904
+ "integrity": "sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==",
905
+ "dev": true,
906
+ "license": "MIT",
907
+ "dependencies": {
908
+ "@babel/runtime": "^7.21.0"
909
+ },
910
+ "engines": {
911
+ "node": ">=0.11"
912
+ },
913
+ "funding": {
914
+ "type": "opencollective",
915
+ "url": "https://opencollective.com/date-fns"
916
+ }
917
+ },
918
+ "node_modules/debug": {
919
+ "version": "4.4.3",
920
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
921
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
922
+ "dev": true,
923
+ "license": "MIT",
924
+ "dependencies": {
925
+ "ms": "^2.1.3"
926
+ },
927
+ "engines": {
928
+ "node": ">=6.0"
929
+ },
930
+ "peerDependenciesMeta": {
931
+ "supports-color": {
932
+ "optional": true
933
+ }
934
+ }
935
+ },
936
+ "node_modules/deep-is": {
937
+ "version": "0.1.4",
938
+ "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
939
+ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
940
+ "dev": true,
941
+ "license": "MIT"
942
+ },
943
+ "node_modules/dir-glob": {
944
+ "version": "3.0.1",
945
+ "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
946
+ "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
947
+ "dev": true,
948
+ "license": "MIT",
949
+ "dependencies": {
950
+ "path-type": "^4.0.0"
951
+ },
952
+ "engines": {
953
+ "node": ">=8"
954
+ }
955
+ },
956
+ "node_modules/electron-to-chromium": {
957
+ "version": "1.5.283",
958
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.283.tgz",
959
+ "integrity": "sha512-3vifjt1HgrGW/h76UEeny+adYApveS9dH2h3p57JYzBSXJIKUJAvtmIytDKjcSCt9xHfrNCFJ7gts6vkhuq++w==",
960
+ "dev": true,
961
+ "license": "ISC"
962
+ },
963
+ "node_modules/emoji-regex": {
964
+ "version": "8.0.0",
965
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
966
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
967
+ "dev": true,
968
+ "license": "MIT"
969
+ },
970
+ "node_modules/environment": {
971
+ "version": "1.1.0",
972
+ "resolved": "https://registry.npmjs.org/environment/-/environment-1.1.0.tgz",
973
+ "integrity": "sha512-xUtoPkMggbz0MPyPiIWr1Kp4aeWJjDZ6SMvURhimjdZgsRuDplF5/s9hcgGhyXMhs+6vpnuoiZ2kFiu3FMnS8Q==",
974
+ "dev": true,
975
+ "license": "MIT",
976
+ "engines": {
977
+ "node": ">=18"
978
+ },
979
+ "funding": {
980
+ "url": "https://github.com/sponsors/sindresorhus"
981
+ }
982
+ },
983
+ "node_modules/escalade": {
984
+ "version": "3.2.0",
985
+ "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
986
+ "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
987
+ "dev": true,
988
+ "license": "MIT",
989
+ "engines": {
990
+ "node": ">=6"
991
+ }
992
+ },
993
+ "node_modules/escape-string-regexp": {
994
+ "version": "4.0.0",
995
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
996
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
997
+ "dev": true,
998
+ "license": "MIT",
999
+ "engines": {
1000
+ "node": ">=10"
1001
+ },
1002
+ "funding": {
1003
+ "url": "https://github.com/sponsors/sindresorhus"
1004
+ }
1005
+ },
1006
+ "node_modules/eslint": {
1007
+ "version": "9.39.2",
1008
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.2.tgz",
1009
+ "integrity": "sha512-LEyamqS7W5HB3ujJyvi0HQK/dtVINZvd5mAAp9eT5S/ujByGjiZLCzPcHVzuXbpJDJF/cxwHlfceVUDZ2lnSTw==",
1010
+ "dev": true,
1011
+ "license": "MIT",
1012
+ "dependencies": {
1013
+ "@eslint-community/eslint-utils": "^4.8.0",
1014
+ "@eslint-community/regexpp": "^4.12.1",
1015
+ "@eslint/config-array": "^0.21.1",
1016
+ "@eslint/config-helpers": "^0.4.2",
1017
+ "@eslint/core": "^0.17.0",
1018
+ "@eslint/eslintrc": "^3.3.1",
1019
+ "@eslint/js": "9.39.2",
1020
+ "@eslint/plugin-kit": "^0.4.1",
1021
+ "@humanfs/node": "^0.16.6",
1022
+ "@humanwhocodes/module-importer": "^1.0.1",
1023
+ "@humanwhocodes/retry": "^0.4.2",
1024
+ "@types/estree": "^1.0.6",
1025
+ "ajv": "^6.12.4",
1026
+ "chalk": "^4.0.0",
1027
+ "cross-spawn": "^7.0.6",
1028
+ "debug": "^4.3.2",
1029
+ "escape-string-regexp": "^4.0.0",
1030
+ "eslint-scope": "^8.4.0",
1031
+ "eslint-visitor-keys": "^4.2.1",
1032
+ "espree": "^10.4.0",
1033
+ "esquery": "^1.5.0",
1034
+ "esutils": "^2.0.2",
1035
+ "fast-deep-equal": "^3.1.3",
1036
+ "file-entry-cache": "^8.0.0",
1037
+ "find-up": "^5.0.0",
1038
+ "glob-parent": "^6.0.2",
1039
+ "ignore": "^5.2.0",
1040
+ "imurmurhash": "^0.1.4",
1041
+ "is-glob": "^4.0.0",
1042
+ "json-stable-stringify-without-jsonify": "^1.0.1",
1043
+ "lodash.merge": "^4.6.2",
1044
+ "minimatch": "^3.1.2",
1045
+ "natural-compare": "^1.4.0",
1046
+ "optionator": "^0.9.3"
1047
+ },
1048
+ "bin": {
1049
+ "eslint": "bin/eslint.js"
1050
+ },
1051
+ "engines": {
1052
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1053
+ },
1054
+ "funding": {
1055
+ "url": "https://eslint.org/donate"
1056
+ },
1057
+ "peerDependencies": {
1058
+ "jiti": "*"
1059
+ },
1060
+ "peerDependenciesMeta": {
1061
+ "jiti": {
1062
+ "optional": true
1063
+ }
1064
+ }
1065
+ },
1066
+ "node_modules/eslint-formatter-pretty": {
1067
+ "version": "7.0.0",
1068
+ "resolved": "https://registry.npmjs.org/eslint-formatter-pretty/-/eslint-formatter-pretty-7.0.0.tgz",
1069
+ "integrity": "sha512-1CaE7Pnce8Csy+tlTEbFC2q5qgT5cJo2a0UkEOds+Y5+mI1nX3DApIhcBP8EPwV8TgTpLlzOfw8mcBJBAs3Y9Q==",
1070
+ "dev": true,
1071
+ "license": "MIT",
1072
+ "dependencies": {
1073
+ "@types/eslint": "^9.6.1",
1074
+ "ansi-escapes": "^7.1.0",
1075
+ "chalk": "^5.6.2",
1076
+ "eslint-rule-docs": "^1.1.235",
1077
+ "log-symbols": "^7.0.1",
1078
+ "plur": "^5.1.0",
1079
+ "string-width": "^8.1.0",
1080
+ "supports-hyperlinks": "^4.3.0"
1081
+ },
1082
+ "engines": {
1083
+ "node": ">=18"
1084
+ },
1085
+ "funding": {
1086
+ "url": "https://github.com/sponsors/sindresorhus"
1087
+ }
1088
+ },
1089
+ "node_modules/eslint-formatter-pretty/node_modules/chalk": {
1090
+ "version": "5.6.2",
1091
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
1092
+ "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==",
1093
+ "dev": true,
1094
+ "license": "MIT",
1095
+ "engines": {
1096
+ "node": "^12.17.0 || ^14.13 || >=16.0.0"
1097
+ },
1098
+ "funding": {
1099
+ "url": "https://github.com/chalk/chalk?sponsor=1"
1100
+ }
1101
+ },
1102
+ "node_modules/eslint-plugin-ninja": {
1103
+ "version": "0.0.8",
1104
+ "resolved": "https://registry.npmjs.org/eslint-plugin-ninja/-/eslint-plugin-ninja-0.0.8.tgz",
1105
+ "integrity": "sha512-qCVtJY8xHyNpsR6+tqX7skBseY1ra1pSNuTu4SZEriJ9eYJU+cOK7mXDUKux2N160uJNfzNuWW7q+95KjlnuHg==",
1106
+ "dev": true,
1107
+ "license": "MIT",
1108
+ "dependencies": {
1109
+ "@typescript-eslint/utils": "^6.11.0",
1110
+ "date-fns": "^2.30.0",
1111
+ "has-emoji": "^1.0.0",
1112
+ "is-even": "^1.0.0",
1113
+ "left-pad": "^1.3.0",
1114
+ "minimatch": "^9.0.3",
1115
+ "natural-compare-lite": "^1.4.0",
1116
+ "node-noop": "^1.0.0",
1117
+ "std-env": "^3.5.0",
1118
+ "uuid": "^9.0.1"
1119
+ },
1120
+ "peerDependencies": {
1121
+ "astro-eslint-parser": "^0.16.0",
1122
+ "eslint": ">=8.0.0",
1123
+ "svelte": ">=3.0.0",
1124
+ "svelte-eslint-parser": "^0.33.0",
1125
+ "vue-eslint-parser": ">=9.0.0"
1126
+ },
1127
+ "peerDependenciesMeta": {
1128
+ "astro-eslint-parser": {
1129
+ "optional": true
1130
+ },
1131
+ "svelte": {
1132
+ "optional": true
1133
+ },
1134
+ "svelte-eslint-parser": {
1135
+ "optional": true
1136
+ },
1137
+ "vue-eslint-parser": {
1138
+ "optional": true
1139
+ }
1140
+ }
1141
+ },
1142
+ "node_modules/eslint-plugin-ninja/node_modules/@typescript-eslint/scope-manager": {
1143
+ "version": "6.21.0",
1144
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz",
1145
+ "integrity": "sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==",
1146
+ "dev": true,
1147
+ "license": "MIT",
1148
+ "dependencies": {
1149
+ "@typescript-eslint/types": "6.21.0",
1150
+ "@typescript-eslint/visitor-keys": "6.21.0"
1151
+ },
1152
+ "engines": {
1153
+ "node": "^16.0.0 || >=18.0.0"
1154
+ },
1155
+ "funding": {
1156
+ "type": "opencollective",
1157
+ "url": "https://opencollective.com/typescript-eslint"
1158
+ }
1159
+ },
1160
+ "node_modules/eslint-plugin-ninja/node_modules/@typescript-eslint/types": {
1161
+ "version": "6.21.0",
1162
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.21.0.tgz",
1163
+ "integrity": "sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==",
1164
+ "dev": true,
1165
+ "license": "MIT",
1166
+ "engines": {
1167
+ "node": "^16.0.0 || >=18.0.0"
1168
+ },
1169
+ "funding": {
1170
+ "type": "opencollective",
1171
+ "url": "https://opencollective.com/typescript-eslint"
1172
+ }
1173
+ },
1174
+ "node_modules/eslint-plugin-ninja/node_modules/@typescript-eslint/typescript-estree": {
1175
+ "version": "6.21.0",
1176
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz",
1177
+ "integrity": "sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==",
1178
+ "dev": true,
1179
+ "license": "BSD-2-Clause",
1180
+ "dependencies": {
1181
+ "@typescript-eslint/types": "6.21.0",
1182
+ "@typescript-eslint/visitor-keys": "6.21.0",
1183
+ "debug": "^4.3.4",
1184
+ "globby": "^11.1.0",
1185
+ "is-glob": "^4.0.3",
1186
+ "minimatch": "9.0.3",
1187
+ "semver": "^7.5.4",
1188
+ "ts-api-utils": "^1.0.1"
1189
+ },
1190
+ "engines": {
1191
+ "node": "^16.0.0 || >=18.0.0"
1192
+ },
1193
+ "funding": {
1194
+ "type": "opencollective",
1195
+ "url": "https://opencollective.com/typescript-eslint"
1196
+ },
1197
+ "peerDependenciesMeta": {
1198
+ "typescript": {
1199
+ "optional": true
1200
+ }
1201
+ }
1202
+ },
1203
+ "node_modules/eslint-plugin-ninja/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
1204
+ "version": "9.0.3",
1205
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
1206
+ "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
1207
+ "dev": true,
1208
+ "license": "ISC",
1209
+ "dependencies": {
1210
+ "brace-expansion": "^2.0.1"
1211
+ },
1212
+ "engines": {
1213
+ "node": ">=16 || 14 >=14.17"
1214
+ },
1215
+ "funding": {
1216
+ "url": "https://github.com/sponsors/isaacs"
1217
+ }
1218
+ },
1219
+ "node_modules/eslint-plugin-ninja/node_modules/@typescript-eslint/utils": {
1220
+ "version": "6.21.0",
1221
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.21.0.tgz",
1222
+ "integrity": "sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==",
1223
+ "dev": true,
1224
+ "license": "MIT",
1225
+ "dependencies": {
1226
+ "@eslint-community/eslint-utils": "^4.4.0",
1227
+ "@types/json-schema": "^7.0.12",
1228
+ "@types/semver": "^7.5.0",
1229
+ "@typescript-eslint/scope-manager": "6.21.0",
1230
+ "@typescript-eslint/types": "6.21.0",
1231
+ "@typescript-eslint/typescript-estree": "6.21.0",
1232
+ "semver": "^7.5.4"
1233
+ },
1234
+ "engines": {
1235
+ "node": "^16.0.0 || >=18.0.0"
1236
+ },
1237
+ "funding": {
1238
+ "type": "opencollective",
1239
+ "url": "https://opencollective.com/typescript-eslint"
1240
+ },
1241
+ "peerDependencies": {
1242
+ "eslint": "^7.0.0 || ^8.0.0"
1243
+ }
1244
+ },
1245
+ "node_modules/eslint-plugin-ninja/node_modules/@typescript-eslint/visitor-keys": {
1246
+ "version": "6.21.0",
1247
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz",
1248
+ "integrity": "sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==",
1249
+ "dev": true,
1250
+ "license": "MIT",
1251
+ "dependencies": {
1252
+ "@typescript-eslint/types": "6.21.0",
1253
+ "eslint-visitor-keys": "^3.4.1"
1254
+ },
1255
+ "engines": {
1256
+ "node": "^16.0.0 || >=18.0.0"
1257
+ },
1258
+ "funding": {
1259
+ "type": "opencollective",
1260
+ "url": "https://opencollective.com/typescript-eslint"
1261
+ }
1262
+ },
1263
+ "node_modules/eslint-plugin-ninja/node_modules/brace-expansion": {
1264
+ "version": "2.0.2",
1265
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
1266
+ "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
1267
+ "dev": true,
1268
+ "license": "MIT",
1269
+ "dependencies": {
1270
+ "balanced-match": "^1.0.0"
1271
+ }
1272
+ },
1273
+ "node_modules/eslint-plugin-ninja/node_modules/eslint-visitor-keys": {
1274
+ "version": "3.4.3",
1275
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
1276
+ "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
1277
+ "dev": true,
1278
+ "license": "Apache-2.0",
1279
+ "engines": {
1280
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
1281
+ },
1282
+ "funding": {
1283
+ "url": "https://opencollective.com/eslint"
1284
+ }
1285
+ },
1286
+ "node_modules/eslint-plugin-ninja/node_modules/minimatch": {
1287
+ "version": "9.0.5",
1288
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
1289
+ "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
1290
+ "dev": true,
1291
+ "license": "ISC",
1292
+ "dependencies": {
1293
+ "brace-expansion": "^2.0.1"
1294
+ },
1295
+ "engines": {
1296
+ "node": ">=16 || 14 >=14.17"
1297
+ },
1298
+ "funding": {
1299
+ "url": "https://github.com/sponsors/isaacs"
1300
+ }
1301
+ },
1302
+ "node_modules/eslint-plugin-ninja/node_modules/ts-api-utils": {
1303
+ "version": "1.4.3",
1304
+ "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.4.3.tgz",
1305
+ "integrity": "sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==",
1306
+ "dev": true,
1307
+ "license": "MIT",
1308
+ "engines": {
1309
+ "node": ">=16"
1310
+ },
1311
+ "peerDependencies": {
1312
+ "typescript": ">=4.2.0"
1313
+ }
1314
+ },
1315
+ "node_modules/eslint-plugin-perfectionist": {
1316
+ "version": "5.4.0",
1317
+ "resolved": "https://registry.npmjs.org/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-5.4.0.tgz",
1318
+ "integrity": "sha512-XxpUMpeVaSJF5rpF6NHmhj3xavHZrflKcRbDssAUWrHUU/+l3l7PPYnVJ6IOpR2KjQ1Blucaeb0cFL3LIBis0A==",
1319
+ "dev": true,
1320
+ "license": "MIT",
1321
+ "dependencies": {
1322
+ "@typescript-eslint/utils": "^8.53.1",
1323
+ "natural-orderby": "^5.0.0"
1324
+ },
1325
+ "engines": {
1326
+ "node": "^20.0.0 || >=22.0.0"
1327
+ },
1328
+ "peerDependencies": {
1329
+ "eslint": ">=8.45.0"
1330
+ }
1331
+ },
1332
+ "node_modules/eslint-plugin-sonarjs": {
1333
+ "version": "3.0.6",
1334
+ "resolved": "https://registry.npmjs.org/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-3.0.6.tgz",
1335
+ "integrity": "sha512-3mVUqsAUSylGfkJMj2v0aC2Cu/eUunDLm+XMjLf0uLjAZao205NWF3g6EXxcCAFO+rCZiQ6Or1WQkUcU9/sKFQ==",
1336
+ "dev": true,
1337
+ "license": "LGPL-3.0-only",
1338
+ "dependencies": {
1339
+ "@eslint-community/regexpp": "4.12.2",
1340
+ "builtin-modules": "3.3.0",
1341
+ "bytes": "3.1.2",
1342
+ "functional-red-black-tree": "1.0.1",
1343
+ "jsx-ast-utils-x": "0.1.0",
1344
+ "lodash.merge": "4.6.2",
1345
+ "minimatch": "10.1.1",
1346
+ "scslre": "0.3.0",
1347
+ "semver": "7.7.3",
1348
+ "typescript": ">=5"
1349
+ },
1350
+ "peerDependencies": {
1351
+ "eslint": "^8.0.0 || ^9.0.0"
1352
+ }
1353
+ },
1354
+ "node_modules/eslint-plugin-sonarjs/node_modules/minimatch": {
1355
+ "version": "10.1.1",
1356
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.1.1.tgz",
1357
+ "integrity": "sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==",
1358
+ "dev": true,
1359
+ "license": "BlueOak-1.0.0",
1360
+ "dependencies": {
1361
+ "@isaacs/brace-expansion": "^5.0.0"
1362
+ },
1363
+ "engines": {
1364
+ "node": "20 || >=22"
1365
+ },
1366
+ "funding": {
1367
+ "url": "https://github.com/sponsors/isaacs"
1368
+ }
1369
+ },
1370
+ "node_modules/eslint-plugin-unicorn": {
1371
+ "version": "62.0.0",
1372
+ "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-62.0.0.tgz",
1373
+ "integrity": "sha512-HIlIkGLkvf29YEiS/ImuDZQbP12gWyx5i3C6XrRxMvVdqMroCI9qoVYCoIl17ChN+U89pn9sVwLxhIWj5nEc7g==",
1374
+ "dev": true,
1375
+ "license": "MIT",
1376
+ "dependencies": {
1377
+ "@babel/helper-validator-identifier": "^7.28.5",
1378
+ "@eslint-community/eslint-utils": "^4.9.0",
1379
+ "@eslint/plugin-kit": "^0.4.0",
1380
+ "change-case": "^5.4.4",
1381
+ "ci-info": "^4.3.1",
1382
+ "clean-regexp": "^1.0.0",
1383
+ "core-js-compat": "^3.46.0",
1384
+ "esquery": "^1.6.0",
1385
+ "find-up-simple": "^1.0.1",
1386
+ "globals": "^16.4.0",
1387
+ "indent-string": "^5.0.0",
1388
+ "is-builtin-module": "^5.0.0",
1389
+ "jsesc": "^3.1.0",
1390
+ "pluralize": "^8.0.0",
1391
+ "regexp-tree": "^0.1.27",
1392
+ "regjsparser": "^0.13.0",
1393
+ "semver": "^7.7.3",
1394
+ "strip-indent": "^4.1.1"
1395
+ },
1396
+ "engines": {
1397
+ "node": "^20.10.0 || >=21.0.0"
1398
+ },
1399
+ "funding": {
1400
+ "url": "https://github.com/sindresorhus/eslint-plugin-unicorn?sponsor=1"
1401
+ },
1402
+ "peerDependencies": {
1403
+ "eslint": ">=9.38.0"
1404
+ }
1405
+ },
1406
+ "node_modules/eslint-plugin-unicorn/node_modules/globals": {
1407
+ "version": "16.5.0",
1408
+ "resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz",
1409
+ "integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==",
1410
+ "dev": true,
1411
+ "license": "MIT",
1412
+ "engines": {
1413
+ "node": ">=18"
1414
+ },
1415
+ "funding": {
1416
+ "url": "https://github.com/sponsors/sindresorhus"
1417
+ }
1418
+ },
1419
+ "node_modules/eslint-rule-docs": {
1420
+ "version": "1.1.235",
1421
+ "resolved": "https://registry.npmjs.org/eslint-rule-docs/-/eslint-rule-docs-1.1.235.tgz",
1422
+ "integrity": "sha512-+TQ+x4JdTnDoFEXXb3fDvfGOwnyNV7duH8fXWTPD1ieaBmB8omj7Gw/pMBBu4uI2uJCCU8APDaQJzWuXnTsH4A==",
1423
+ "dev": true,
1424
+ "license": "MIT"
1425
+ },
1426
+ "node_modules/eslint-scope": {
1427
+ "version": "8.4.0",
1428
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
1429
+ "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
1430
+ "dev": true,
1431
+ "license": "BSD-2-Clause",
1432
+ "dependencies": {
1433
+ "esrecurse": "^4.3.0",
1434
+ "estraverse": "^5.2.0"
1435
+ },
1436
+ "engines": {
1437
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1438
+ },
1439
+ "funding": {
1440
+ "url": "https://opencollective.com/eslint"
1441
+ }
1442
+ },
1443
+ "node_modules/eslint-visitor-keys": {
1444
+ "version": "4.2.1",
1445
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
1446
+ "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
1447
+ "dev": true,
1448
+ "license": "Apache-2.0",
1449
+ "engines": {
1450
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1451
+ },
1452
+ "funding": {
1453
+ "url": "https://opencollective.com/eslint"
1454
+ }
1455
+ },
1456
+ "node_modules/eslint/node_modules/@eslint/core": {
1457
+ "version": "0.17.0",
1458
+ "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",
1459
+ "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
1460
+ "dev": true,
1461
+ "license": "Apache-2.0",
1462
+ "dependencies": {
1463
+ "@types/json-schema": "^7.0.15"
1464
+ },
1465
+ "engines": {
1466
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1467
+ }
1468
+ },
1469
+ "node_modules/espree": {
1470
+ "version": "10.4.0",
1471
+ "resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz",
1472
+ "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
1473
+ "dev": true,
1474
+ "license": "BSD-2-Clause",
1475
+ "dependencies": {
1476
+ "acorn": "^8.15.0",
1477
+ "acorn-jsx": "^5.3.2",
1478
+ "eslint-visitor-keys": "^4.2.1"
1479
+ },
1480
+ "engines": {
1481
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1482
+ },
1483
+ "funding": {
1484
+ "url": "https://opencollective.com/eslint"
1485
+ }
1486
+ },
1487
+ "node_modules/esquery": {
1488
+ "version": "1.7.0",
1489
+ "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.7.0.tgz",
1490
+ "integrity": "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==",
1491
+ "dev": true,
1492
+ "license": "BSD-3-Clause",
1493
+ "dependencies": {
1494
+ "estraverse": "^5.1.0"
1495
+ },
1496
+ "engines": {
1497
+ "node": ">=0.10"
1498
+ }
1499
+ },
1500
+ "node_modules/esrecurse": {
1501
+ "version": "4.3.0",
1502
+ "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
1503
+ "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
1504
+ "dev": true,
1505
+ "license": "BSD-2-Clause",
1506
+ "dependencies": {
1507
+ "estraverse": "^5.2.0"
1508
+ },
1509
+ "engines": {
1510
+ "node": ">=4.0"
1511
+ }
1512
+ },
1513
+ "node_modules/estraverse": {
1514
+ "version": "5.3.0",
1515
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
1516
+ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
1517
+ "dev": true,
1518
+ "license": "BSD-2-Clause",
1519
+ "engines": {
1520
+ "node": ">=4.0"
1521
+ }
1522
+ },
1523
+ "node_modules/esutils": {
1524
+ "version": "2.0.3",
1525
+ "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
1526
+ "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
1527
+ "dev": true,
1528
+ "license": "BSD-2-Clause",
1529
+ "engines": {
1530
+ "node": ">=0.10.0"
1531
+ }
1532
+ },
1533
+ "node_modules/fast-deep-equal": {
1534
+ "version": "3.1.3",
1535
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
1536
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
1537
+ "dev": true,
1538
+ "license": "MIT"
1539
+ },
1540
+ "node_modules/fast-diff": {
1541
+ "version": "1.3.0",
1542
+ "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.3.0.tgz",
1543
+ "integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==",
1544
+ "dev": true,
1545
+ "license": "Apache-2.0"
1546
+ },
1547
+ "node_modules/fast-glob": {
1548
+ "version": "3.3.3",
1549
+ "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
1550
+ "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
1551
+ "dev": true,
1552
+ "license": "MIT",
1553
+ "dependencies": {
1554
+ "@nodelib/fs.stat": "^2.0.2",
1555
+ "@nodelib/fs.walk": "^1.2.3",
1556
+ "glob-parent": "^5.1.2",
1557
+ "merge2": "^1.3.0",
1558
+ "micromatch": "^4.0.8"
1559
+ },
1560
+ "engines": {
1561
+ "node": ">=8.6.0"
1562
+ }
1563
+ },
1564
+ "node_modules/fast-glob/node_modules/glob-parent": {
1565
+ "version": "5.1.2",
1566
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
1567
+ "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
1568
+ "dev": true,
1569
+ "license": "ISC",
1570
+ "dependencies": {
1571
+ "is-glob": "^4.0.1"
1572
+ },
1573
+ "engines": {
1574
+ "node": ">= 6"
1575
+ }
1576
+ },
1577
+ "node_modules/fast-json-stable-stringify": {
1578
+ "version": "2.1.0",
1579
+ "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
1580
+ "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
1581
+ "dev": true,
1582
+ "license": "MIT"
1583
+ },
1584
+ "node_modules/fast-levenshtein": {
1585
+ "version": "2.0.6",
1586
+ "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
1587
+ "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
1588
+ "dev": true,
1589
+ "license": "MIT"
1590
+ },
1591
+ "node_modules/fastq": {
1592
+ "version": "1.20.1",
1593
+ "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz",
1594
+ "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
1595
+ "dev": true,
1596
+ "license": "ISC",
1597
+ "dependencies": {
1598
+ "reusify": "^1.0.4"
1599
+ }
1600
+ },
1601
+ "node_modules/fdir": {
1602
+ "version": "6.5.0",
1603
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
1604
+ "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
1605
+ "dev": true,
1606
+ "license": "MIT",
1607
+ "engines": {
1608
+ "node": ">=12.0.0"
1609
+ },
1610
+ "peerDependencies": {
1611
+ "picomatch": "^3 || ^4"
1612
+ },
1613
+ "peerDependenciesMeta": {
1614
+ "picomatch": {
1615
+ "optional": true
1616
+ }
1617
+ }
1618
+ },
1619
+ "node_modules/file-entry-cache": {
1620
+ "version": "8.0.0",
1621
+ "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
1622
+ "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
1623
+ "dev": true,
1624
+ "license": "MIT",
1625
+ "dependencies": {
1626
+ "flat-cache": "^4.0.0"
1627
+ },
1628
+ "engines": {
1629
+ "node": ">=16.0.0"
1630
+ }
1631
+ },
1632
+ "node_modules/fill-range": {
1633
+ "version": "7.1.1",
1634
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
1635
+ "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
1636
+ "dev": true,
1637
+ "license": "MIT",
1638
+ "dependencies": {
1639
+ "to-regex-range": "^5.0.1"
1640
+ },
1641
+ "engines": {
1642
+ "node": ">=8"
1643
+ }
1644
+ },
1645
+ "node_modules/find-up": {
1646
+ "version": "5.0.0",
1647
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
1648
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
1649
+ "dev": true,
1650
+ "license": "MIT",
1651
+ "dependencies": {
1652
+ "locate-path": "^6.0.0",
1653
+ "path-exists": "^4.0.0"
1654
+ },
1655
+ "engines": {
1656
+ "node": ">=10"
1657
+ },
1658
+ "funding": {
1659
+ "url": "https://github.com/sponsors/sindresorhus"
1660
+ }
1661
+ },
1662
+ "node_modules/find-up-simple": {
1663
+ "version": "1.0.1",
1664
+ "resolved": "https://registry.npmjs.org/find-up-simple/-/find-up-simple-1.0.1.tgz",
1665
+ "integrity": "sha512-afd4O7zpqHeRyg4PfDQsXmlDe2PfdHtJt6Akt8jOWaApLOZk5JXs6VMR29lz03pRe9mpykrRCYIYxaJYcfpncQ==",
1666
+ "dev": true,
1667
+ "license": "MIT",
1668
+ "engines": {
1669
+ "node": ">=18"
1670
+ },
1671
+ "funding": {
1672
+ "url": "https://github.com/sponsors/sindresorhus"
1673
+ }
1674
+ },
1675
+ "node_modules/flat-cache": {
1676
+ "version": "4.0.1",
1677
+ "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
1678
+ "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
1679
+ "dev": true,
1680
+ "license": "MIT",
1681
+ "dependencies": {
1682
+ "flatted": "^3.2.9",
1683
+ "keyv": "^4.5.4"
1684
+ },
1685
+ "engines": {
1686
+ "node": ">=16"
1687
+ }
1688
+ },
1689
+ "node_modules/flatted": {
1690
+ "version": "3.3.3",
1691
+ "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz",
1692
+ "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==",
1693
+ "dev": true,
1694
+ "license": "ISC"
1695
+ },
1696
+ "node_modules/functional-red-black-tree": {
1697
+ "version": "1.0.1",
1698
+ "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz",
1699
+ "integrity": "sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==",
1700
+ "dev": true,
1701
+ "license": "MIT"
1702
+ },
1703
+ "node_modules/get-east-asian-width": {
1704
+ "version": "1.4.0",
1705
+ "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.4.0.tgz",
1706
+ "integrity": "sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==",
1707
+ "dev": true,
1708
+ "license": "MIT",
1709
+ "engines": {
1710
+ "node": ">=18"
1711
+ },
1712
+ "funding": {
1713
+ "url": "https://github.com/sponsors/sindresorhus"
1714
+ }
1715
+ },
1716
+ "node_modules/glob-parent": {
1717
+ "version": "6.0.2",
1718
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
1719
+ "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
1720
+ "dev": true,
1721
+ "license": "ISC",
1722
+ "dependencies": {
1723
+ "is-glob": "^4.0.3"
1724
+ },
1725
+ "engines": {
1726
+ "node": ">=10.13.0"
1727
+ }
1728
+ },
1729
+ "node_modules/globals": {
1730
+ "version": "14.0.0",
1731
+ "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
1732
+ "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
1733
+ "dev": true,
1734
+ "license": "MIT",
1735
+ "engines": {
1736
+ "node": ">=18"
1737
+ },
1738
+ "funding": {
1739
+ "url": "https://github.com/sponsors/sindresorhus"
1740
+ }
1741
+ },
1742
+ "node_modules/globby": {
1743
+ "version": "11.1.0",
1744
+ "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
1745
+ "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
1746
+ "dev": true,
1747
+ "license": "MIT",
1748
+ "dependencies": {
1749
+ "array-union": "^2.1.0",
1750
+ "dir-glob": "^3.0.1",
1751
+ "fast-glob": "^3.2.9",
1752
+ "ignore": "^5.2.0",
1753
+ "merge2": "^1.4.1",
1754
+ "slash": "^3.0.0"
1755
+ },
1756
+ "engines": {
1757
+ "node": ">=10"
1758
+ },
1759
+ "funding": {
1760
+ "url": "https://github.com/sponsors/sindresorhus"
1761
+ }
1762
+ },
1763
+ "node_modules/has-emoji": {
1764
+ "version": "1.1.0",
1765
+ "resolved": "https://registry.npmjs.org/has-emoji/-/has-emoji-1.1.0.tgz",
1766
+ "integrity": "sha512-5V4f0i0shdp6BzSE5WLBKh0EJky6wAo+b1pRS2Azm8cyJCekNxXhhAQJopYto3iMluh5rKD9n+vjQLZb7iR6+g==",
1767
+ "dev": true,
1768
+ "license": "MIT",
1769
+ "dependencies": {
1770
+ "emoji-regex": "^8.0.0"
1771
+ },
1772
+ "engines": {
1773
+ "node": ">=8"
1774
+ }
1775
+ },
1776
+ "node_modules/has-flag": {
1777
+ "version": "4.0.0",
1778
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
1779
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
1780
+ "dev": true,
1781
+ "license": "MIT",
1782
+ "engines": {
1783
+ "node": ">=8"
1784
+ }
1785
+ },
1786
+ "node_modules/ignore": {
1787
+ "version": "5.3.2",
1788
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
1789
+ "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
1790
+ "dev": true,
1791
+ "license": "MIT",
1792
+ "engines": {
1793
+ "node": ">= 4"
1794
+ }
1795
+ },
1796
+ "node_modules/import-fresh": {
1797
+ "version": "3.3.1",
1798
+ "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
1799
+ "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
1800
+ "dev": true,
1801
+ "license": "MIT",
1802
+ "dependencies": {
1803
+ "parent-module": "^1.0.0",
1804
+ "resolve-from": "^4.0.0"
1805
+ },
1806
+ "engines": {
1807
+ "node": ">=6"
1808
+ },
1809
+ "funding": {
1810
+ "url": "https://github.com/sponsors/sindresorhus"
1811
+ }
1812
+ },
1813
+ "node_modules/imurmurhash": {
1814
+ "version": "0.1.4",
1815
+ "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
1816
+ "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
1817
+ "dev": true,
1818
+ "license": "MIT",
1819
+ "engines": {
1820
+ "node": ">=0.8.19"
1821
+ }
1822
+ },
1823
+ "node_modules/indent-string": {
1824
+ "version": "5.0.0",
1825
+ "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-5.0.0.tgz",
1826
+ "integrity": "sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==",
1827
+ "dev": true,
1828
+ "license": "MIT",
1829
+ "engines": {
1830
+ "node": ">=12"
1831
+ },
1832
+ "funding": {
1833
+ "url": "https://github.com/sponsors/sindresorhus"
1834
+ }
1835
+ },
1836
+ "node_modules/irregular-plurals": {
1837
+ "version": "3.5.0",
1838
+ "resolved": "https://registry.npmjs.org/irregular-plurals/-/irregular-plurals-3.5.0.tgz",
1839
+ "integrity": "sha512-1ANGLZ+Nkv1ptFb2pa8oG8Lem4krflKuX/gINiHJHjJUKaJHk/SXk5x6K3J+39/p0h1RQ2saROclJJ+QLvETCQ==",
1840
+ "dev": true,
1841
+ "license": "MIT",
1842
+ "engines": {
1843
+ "node": ">=8"
1844
+ }
1845
+ },
1846
+ "node_modules/is-buffer": {
1847
+ "version": "1.1.6",
1848
+ "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
1849
+ "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
1850
+ "dev": true,
1851
+ "license": "MIT"
1852
+ },
1853
+ "node_modules/is-builtin-module": {
1854
+ "version": "5.0.0",
1855
+ "resolved": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-5.0.0.tgz",
1856
+ "integrity": "sha512-f4RqJKBUe5rQkJ2eJEJBXSticB3hGbN9j0yxxMQFqIW89Jp9WYFtzfTcRlstDKVUTRzSOTLKRfO9vIztenwtxA==",
1857
+ "dev": true,
1858
+ "license": "MIT",
1859
+ "dependencies": {
1860
+ "builtin-modules": "^5.0.0"
1861
+ },
1862
+ "engines": {
1863
+ "node": ">=18.20"
1864
+ },
1865
+ "funding": {
1866
+ "url": "https://github.com/sponsors/sindresorhus"
1867
+ }
1868
+ },
1869
+ "node_modules/is-builtin-module/node_modules/builtin-modules": {
1870
+ "version": "5.0.0",
1871
+ "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-5.0.0.tgz",
1872
+ "integrity": "sha512-bkXY9WsVpY7CvMhKSR6pZilZu9Ln5WDrKVBUXf2S443etkmEO4V58heTecXcUIsNsi4Rx8JUO4NfX1IcQl4deg==",
1873
+ "dev": true,
1874
+ "license": "MIT",
1875
+ "engines": {
1876
+ "node": ">=18.20"
1877
+ },
1878
+ "funding": {
1879
+ "url": "https://github.com/sponsors/sindresorhus"
1880
+ }
1881
+ },
1882
+ "node_modules/is-even": {
1883
+ "version": "1.0.0",
1884
+ "resolved": "https://registry.npmjs.org/is-even/-/is-even-1.0.0.tgz",
1885
+ "integrity": "sha512-LEhnkAdJqic4Dbqn58A0y52IXoHWlsueqQkKfMfdEnIYG8A1sm/GHidKkS6yvXlMoRrkM34csHnXQtOqcb+Jzg==",
1886
+ "dev": true,
1887
+ "license": "MIT",
1888
+ "dependencies": {
1889
+ "is-odd": "^0.1.2"
1890
+ },
1891
+ "engines": {
1892
+ "node": ">=0.10.0"
1893
+ }
1894
+ },
1895
+ "node_modules/is-extglob": {
1896
+ "version": "2.1.1",
1897
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
1898
+ "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
1899
+ "dev": true,
1900
+ "license": "MIT",
1901
+ "engines": {
1902
+ "node": ">=0.10.0"
1903
+ }
1904
+ },
1905
+ "node_modules/is-glob": {
1906
+ "version": "4.0.3",
1907
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
1908
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
1909
+ "dev": true,
1910
+ "license": "MIT",
1911
+ "dependencies": {
1912
+ "is-extglob": "^2.1.1"
1913
+ },
1914
+ "engines": {
1915
+ "node": ">=0.10.0"
1916
+ }
1917
+ },
1918
+ "node_modules/is-number": {
1919
+ "version": "3.0.0",
1920
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
1921
+ "integrity": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==",
1922
+ "dev": true,
1923
+ "license": "MIT",
1924
+ "dependencies": {
1925
+ "kind-of": "^3.0.2"
1926
+ },
1927
+ "engines": {
1928
+ "node": ">=0.10.0"
1929
+ }
1930
+ },
1931
+ "node_modules/is-odd": {
1932
+ "version": "0.1.2",
1933
+ "resolved": "https://registry.npmjs.org/is-odd/-/is-odd-0.1.2.tgz",
1934
+ "integrity": "sha512-Ri7C2K7o5IrUU9UEI8losXJCCD/UtsaIrkR5sxIcFg4xQ9cRJXlWA5DQvTE0yDc0krvSNLsRGXN11UPS6KyfBw==",
1935
+ "dev": true,
1936
+ "license": "MIT",
1937
+ "dependencies": {
1938
+ "is-number": "^3.0.0"
1939
+ },
1940
+ "engines": {
1941
+ "node": ">=0.10.0"
1942
+ }
1943
+ },
1944
+ "node_modules/is-unicode-supported": {
1945
+ "version": "2.1.0",
1946
+ "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz",
1947
+ "integrity": "sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==",
1948
+ "dev": true,
1949
+ "license": "MIT",
1950
+ "engines": {
1951
+ "node": ">=18"
1952
+ },
1953
+ "funding": {
1954
+ "url": "https://github.com/sponsors/sindresorhus"
1955
+ }
1956
+ },
1957
+ "node_modules/isexe": {
1958
+ "version": "2.0.0",
1959
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
1960
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
1961
+ "dev": true,
1962
+ "license": "ISC"
1963
+ },
1964
+ "node_modules/js-yaml": {
1965
+ "version": "4.1.1",
1966
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
1967
+ "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
1968
+ "dev": true,
1969
+ "license": "MIT",
1970
+ "dependencies": {
1971
+ "argparse": "^2.0.1"
1972
+ },
1973
+ "bin": {
1974
+ "js-yaml": "bin/js-yaml.js"
1975
+ }
1976
+ },
1977
+ "node_modules/jsesc": {
1978
+ "version": "3.1.0",
1979
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
1980
+ "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
1981
+ "dev": true,
1982
+ "license": "MIT",
1983
+ "bin": {
1984
+ "jsesc": "bin/jsesc"
1985
+ },
1986
+ "engines": {
1987
+ "node": ">=6"
1988
+ }
1989
+ },
1990
+ "node_modules/json-buffer": {
1991
+ "version": "3.0.1",
1992
+ "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
1993
+ "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
1994
+ "dev": true,
1995
+ "license": "MIT"
1996
+ },
1997
+ "node_modules/json-schema-traverse": {
1998
+ "version": "0.4.1",
1999
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
2000
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
2001
+ "dev": true,
2002
+ "license": "MIT"
2003
+ },
2004
+ "node_modules/json-stable-stringify-without-jsonify": {
2005
+ "version": "1.0.1",
2006
+ "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
2007
+ "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
2008
+ "dev": true,
2009
+ "license": "MIT"
2010
+ },
2011
+ "node_modules/jsx-ast-utils-x": {
2012
+ "version": "0.1.0",
2013
+ "resolved": "https://registry.npmjs.org/jsx-ast-utils-x/-/jsx-ast-utils-x-0.1.0.tgz",
2014
+ "integrity": "sha512-eQQBjBnsVtGacsG9uJNB8qOr3yA8rga4wAaGG1qRcBzSIvfhERLrWxMAM1hp5fcS6Abo8M4+bUBTekYR0qTPQw==",
2015
+ "dev": true,
2016
+ "license": "MIT",
2017
+ "engines": {
2018
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2019
+ }
2020
+ },
2021
+ "node_modules/keyv": {
2022
+ "version": "4.5.4",
2023
+ "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
2024
+ "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
2025
+ "dev": true,
2026
+ "license": "MIT",
2027
+ "dependencies": {
2028
+ "json-buffer": "3.0.1"
2029
+ }
2030
+ },
2031
+ "node_modules/kind-of": {
2032
+ "version": "3.2.2",
2033
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
2034
+ "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",
2035
+ "dev": true,
2036
+ "license": "MIT",
2037
+ "dependencies": {
2038
+ "is-buffer": "^1.1.5"
2039
+ },
2040
+ "engines": {
2041
+ "node": ">=0.10.0"
2042
+ }
2043
+ },
2044
+ "node_modules/left-pad": {
2045
+ "version": "1.3.0",
2046
+ "resolved": "https://registry.npmjs.org/left-pad/-/left-pad-1.3.0.tgz",
2047
+ "integrity": "sha512-XI5MPzVNApjAyhQzphX8BkmKsKUxD4LdyK24iZeQGinBN9yTQT3bFlCBy/aVx2HrNcqQGsdot8ghrjyrvMCoEA==",
2048
+ "deprecated": "use String.prototype.padStart()",
2049
+ "dev": true,
2050
+ "license": "WTFPL"
2051
+ },
2052
+ "node_modules/levn": {
2053
+ "version": "0.4.1",
2054
+ "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
2055
+ "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
2056
+ "dev": true,
2057
+ "license": "MIT",
2058
+ "dependencies": {
2059
+ "prelude-ls": "^1.2.1",
2060
+ "type-check": "~0.4.0"
2061
+ },
2062
+ "engines": {
2063
+ "node": ">= 0.8.0"
2064
+ }
2065
+ },
2066
+ "node_modules/locate-path": {
2067
+ "version": "6.0.0",
2068
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
2069
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
2070
+ "dev": true,
2071
+ "license": "MIT",
2072
+ "dependencies": {
2073
+ "p-locate": "^5.0.0"
2074
+ },
2075
+ "engines": {
2076
+ "node": ">=10"
2077
+ },
2078
+ "funding": {
2079
+ "url": "https://github.com/sponsors/sindresorhus"
2080
+ }
2081
+ },
2082
+ "node_modules/lodash.merge": {
2083
+ "version": "4.6.2",
2084
+ "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
2085
+ "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
2086
+ "dev": true,
2087
+ "license": "MIT"
2088
+ },
2089
+ "node_modules/log-symbols": {
2090
+ "version": "7.0.1",
2091
+ "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-7.0.1.tgz",
2092
+ "integrity": "sha512-ja1E3yCr9i/0hmBVaM0bfwDjnGy8I/s6PP4DFp+yP+a+mrHO4Rm7DtmnqROTUkHIkqffC84YY7AeqX6oFk0WFg==",
2093
+ "dev": true,
2094
+ "license": "MIT",
2095
+ "dependencies": {
2096
+ "is-unicode-supported": "^2.0.0",
2097
+ "yoctocolors": "^2.1.1"
2098
+ },
2099
+ "engines": {
2100
+ "node": ">=18"
2101
+ },
2102
+ "funding": {
2103
+ "url": "https://github.com/sponsors/sindresorhus"
2104
+ }
2105
+ },
2106
+ "node_modules/merge2": {
2107
+ "version": "1.4.1",
2108
+ "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
2109
+ "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
2110
+ "dev": true,
2111
+ "license": "MIT",
2112
+ "engines": {
2113
+ "node": ">= 8"
2114
+ }
2115
+ },
2116
+ "node_modules/micromatch": {
2117
+ "version": "4.0.8",
2118
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
2119
+ "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
2120
+ "dev": true,
2121
+ "license": "MIT",
2122
+ "dependencies": {
2123
+ "braces": "^3.0.3",
2124
+ "picomatch": "^2.3.1"
2125
+ },
2126
+ "engines": {
2127
+ "node": ">=8.6"
2128
+ }
2129
+ },
2130
+ "node_modules/micromatch/node_modules/picomatch": {
2131
+ "version": "2.3.1",
2132
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
2133
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
2134
+ "dev": true,
2135
+ "license": "MIT",
2136
+ "engines": {
2137
+ "node": ">=8.6"
2138
+ },
2139
+ "funding": {
2140
+ "url": "https://github.com/sponsors/jonschlinkert"
2141
+ }
2142
+ },
2143
+ "node_modules/minimatch": {
2144
+ "version": "3.1.2",
2145
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
2146
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
2147
+ "dev": true,
2148
+ "license": "ISC",
2149
+ "dependencies": {
2150
+ "brace-expansion": "^1.1.7"
2151
+ },
2152
+ "engines": {
2153
+ "node": "*"
2154
+ }
2155
+ },
2156
+ "node_modules/ms": {
2157
+ "version": "2.1.3",
2158
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
2159
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
2160
+ "dev": true,
2161
+ "license": "MIT"
2162
+ },
2163
+ "node_modules/natural-compare": {
2164
+ "version": "1.4.0",
2165
+ "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
2166
+ "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
2167
+ "dev": true,
2168
+ "license": "MIT"
2169
+ },
2170
+ "node_modules/natural-compare-lite": {
2171
+ "version": "1.4.0",
2172
+ "resolved": "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz",
2173
+ "integrity": "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==",
2174
+ "dev": true,
2175
+ "license": "MIT"
2176
+ },
2177
+ "node_modules/natural-orderby": {
2178
+ "version": "5.0.0",
2179
+ "resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-5.0.0.tgz",
2180
+ "integrity": "sha512-kKHJhxwpR/Okycz4HhQKKlhWe4ASEfPgkSWNmKFHd7+ezuQlxkA5cM3+XkBPvm1gmHen3w53qsYAv+8GwRrBlg==",
2181
+ "dev": true,
2182
+ "license": "MIT",
2183
+ "engines": {
2184
+ "node": ">=18"
2185
+ }
2186
+ },
2187
+ "node_modules/node-noop": {
2188
+ "version": "1.0.0",
2189
+ "resolved": "https://registry.npmjs.org/node-noop/-/node-noop-1.0.0.tgz",
2190
+ "integrity": "sha512-1lpWqKwZ9yUosQfW1uy3jm6St4ZbmeDKKGmdzwzedbyBI4LgHtGyL1ofDdqiSomgaYaSERi+qWtj64huJQjl7g==",
2191
+ "dev": true,
2192
+ "license": "BSD-2-Clause"
2193
+ },
2194
+ "node_modules/node-releases": {
2195
+ "version": "2.0.27",
2196
+ "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz",
2197
+ "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==",
2198
+ "dev": true,
2199
+ "license": "MIT"
2200
+ },
2201
+ "node_modules/none": {
2202
+ "version": "1.0.0",
2203
+ "resolved": "https://registry.npmjs.org/none/-/none-1.0.0.tgz",
2204
+ "integrity": "sha512-i7zGuWTL3GPeD6N6qm8dP7dpxI6Tj/NXACKZh1j2b/P0/h3Drv5r074gyAwuENJ0A7H9JJb0ic2spGbliXhMdA==",
2205
+ "license": "Apache-2.0"
2206
+ },
2207
+ "node_modules/optionator": {
2208
+ "version": "0.9.4",
2209
+ "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
2210
+ "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
2211
+ "dev": true,
2212
+ "license": "MIT",
2213
+ "dependencies": {
2214
+ "deep-is": "^0.1.3",
2215
+ "fast-levenshtein": "^2.0.6",
2216
+ "levn": "^0.4.1",
2217
+ "prelude-ls": "^1.2.1",
2218
+ "type-check": "^0.4.0",
2219
+ "word-wrap": "^1.2.5"
2220
+ },
2221
+ "engines": {
2222
+ "node": ">= 0.8.0"
2223
+ }
2224
+ },
2225
+ "node_modules/p-limit": {
2226
+ "version": "3.1.0",
2227
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
2228
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
2229
+ "dev": true,
2230
+ "license": "MIT",
2231
+ "dependencies": {
2232
+ "yocto-queue": "^0.1.0"
2233
+ },
2234
+ "engines": {
2235
+ "node": ">=10"
2236
+ },
2237
+ "funding": {
2238
+ "url": "https://github.com/sponsors/sindresorhus"
2239
+ }
2240
+ },
2241
+ "node_modules/p-locate": {
2242
+ "version": "5.0.0",
2243
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
2244
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
2245
+ "dev": true,
2246
+ "license": "MIT",
2247
+ "dependencies": {
2248
+ "p-limit": "^3.0.2"
2249
+ },
2250
+ "engines": {
2251
+ "node": ">=10"
2252
+ },
2253
+ "funding": {
2254
+ "url": "https://github.com/sponsors/sindresorhus"
2255
+ }
2256
+ },
2257
+ "node_modules/parent-module": {
2258
+ "version": "1.0.1",
2259
+ "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
2260
+ "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
2261
+ "dev": true,
2262
+ "license": "MIT",
2263
+ "dependencies": {
2264
+ "callsites": "^3.0.0"
2265
+ },
2266
+ "engines": {
2267
+ "node": ">=6"
2268
+ }
2269
+ },
2270
+ "node_modules/path-exists": {
2271
+ "version": "4.0.0",
2272
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
2273
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
2274
+ "dev": true,
2275
+ "license": "MIT",
2276
+ "engines": {
2277
+ "node": ">=8"
2278
+ }
2279
+ },
2280
+ "node_modules/path-key": {
2281
+ "version": "3.1.1",
2282
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
2283
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
2284
+ "dev": true,
2285
+ "license": "MIT",
2286
+ "engines": {
2287
+ "node": ">=8"
2288
+ }
2289
+ },
2290
+ "node_modules/path-type": {
2291
+ "version": "4.0.0",
2292
+ "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
2293
+ "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
2294
+ "dev": true,
2295
+ "license": "MIT",
2296
+ "engines": {
2297
+ "node": ">=8"
2298
+ }
2299
+ },
2300
+ "node_modules/picocolors": {
2301
+ "version": "1.1.1",
2302
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
2303
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
2304
+ "dev": true,
2305
+ "license": "ISC"
2306
+ },
2307
+ "node_modules/picomatch": {
2308
+ "version": "4.0.3",
2309
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
2310
+ "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
2311
+ "dev": true,
2312
+ "license": "MIT",
2313
+ "engines": {
2314
+ "node": ">=12"
2315
+ },
2316
+ "funding": {
2317
+ "url": "https://github.com/sponsors/jonschlinkert"
2318
+ }
2319
+ },
2320
+ "node_modules/plur": {
2321
+ "version": "5.1.0",
2322
+ "resolved": "https://registry.npmjs.org/plur/-/plur-5.1.0.tgz",
2323
+ "integrity": "sha512-VP/72JeXqak2KiOzjgKtQen5y3IZHn+9GOuLDafPv0eXa47xq0At93XahYBs26MsifCQ4enGKwbjBTKgb9QJXg==",
2324
+ "dev": true,
2325
+ "license": "MIT",
2326
+ "dependencies": {
2327
+ "irregular-plurals": "^3.3.0"
2328
+ },
2329
+ "engines": {
2330
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
2331
+ },
2332
+ "funding": {
2333
+ "url": "https://github.com/sponsors/sindresorhus"
2334
+ }
2335
+ },
2336
+ "node_modules/pluralize": {
2337
+ "version": "8.0.0",
2338
+ "resolved": "https://registry.npmjs.org/pluralize/-/pluralize-8.0.0.tgz",
2339
+ "integrity": "sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==",
2340
+ "dev": true,
2341
+ "license": "MIT",
2342
+ "engines": {
2343
+ "node": ">=4"
2344
+ }
2345
+ },
2346
+ "node_modules/prelude-ls": {
2347
+ "version": "1.2.1",
2348
+ "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
2349
+ "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
2350
+ "dev": true,
2351
+ "license": "MIT",
2352
+ "engines": {
2353
+ "node": ">= 0.8.0"
2354
+ }
2355
+ },
2356
+ "node_modules/prettier-linter-helpers": {
2357
+ "version": "1.0.1",
2358
+ "resolved": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.1.tgz",
2359
+ "integrity": "sha512-SxToR7P8Y2lWmv/kTzVLC1t/GDI2WGjMwNhLLE9qtH8Q13C+aEmuRlzDst4Up4s0Wc8sF2M+J57iB3cMLqftfg==",
2360
+ "dev": true,
2361
+ "license": "MIT",
2362
+ "dependencies": {
2363
+ "fast-diff": "^1.1.2"
2364
+ },
2365
+ "engines": {
2366
+ "node": ">=6.0.0"
2367
+ }
2368
+ },
2369
+ "node_modules/punycode": {
2370
+ "version": "2.3.1",
2371
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
2372
+ "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
2373
+ "dev": true,
2374
+ "license": "MIT",
2375
+ "engines": {
2376
+ "node": ">=6"
2377
+ }
2378
+ },
2379
+ "node_modules/queue-microtask": {
2380
+ "version": "1.2.3",
2381
+ "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
2382
+ "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
2383
+ "dev": true,
2384
+ "funding": [
2385
+ {
2386
+ "type": "github",
2387
+ "url": "https://github.com/sponsors/feross"
2388
+ },
2389
+ {
2390
+ "type": "patreon",
2391
+ "url": "https://www.patreon.com/feross"
2392
+ },
2393
+ {
2394
+ "type": "consulting",
2395
+ "url": "https://feross.org/support"
2396
+ }
2397
+ ],
2398
+ "license": "MIT"
2399
+ },
2400
+ "node_modules/refa": {
2401
+ "version": "0.12.1",
2402
+ "resolved": "https://registry.npmjs.org/refa/-/refa-0.12.1.tgz",
2403
+ "integrity": "sha512-J8rn6v4DBb2nnFqkqwy6/NnTYMcgLA+sLr0iIO41qpv0n+ngb7ksag2tMRl0inb1bbO/esUwzW1vbJi7K0sI0g==",
2404
+ "dev": true,
2405
+ "license": "MIT",
2406
+ "dependencies": {
2407
+ "@eslint-community/regexpp": "^4.8.0"
2408
+ },
2409
+ "engines": {
2410
+ "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
2411
+ }
2412
+ },
2413
+ "node_modules/regexp-ast-analysis": {
2414
+ "version": "0.7.1",
2415
+ "resolved": "https://registry.npmjs.org/regexp-ast-analysis/-/regexp-ast-analysis-0.7.1.tgz",
2416
+ "integrity": "sha512-sZuz1dYW/ZsfG17WSAG7eS85r5a0dDsvg+7BiiYR5o6lKCAtUrEwdmRmaGF6rwVj3LcmAeYkOWKEPlbPzN3Y3A==",
2417
+ "dev": true,
2418
+ "license": "MIT",
2419
+ "dependencies": {
2420
+ "@eslint-community/regexpp": "^4.8.0",
2421
+ "refa": "^0.12.1"
2422
+ },
2423
+ "engines": {
2424
+ "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
2425
+ }
2426
+ },
2427
+ "node_modules/regexp-tree": {
2428
+ "version": "0.1.27",
2429
+ "resolved": "https://registry.npmjs.org/regexp-tree/-/regexp-tree-0.1.27.tgz",
2430
+ "integrity": "sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==",
2431
+ "dev": true,
2432
+ "license": "MIT",
2433
+ "bin": {
2434
+ "regexp-tree": "bin/regexp-tree"
2435
+ }
2436
+ },
2437
+ "node_modules/regjsparser": {
2438
+ "version": "0.13.0",
2439
+ "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.13.0.tgz",
2440
+ "integrity": "sha512-NZQZdC5wOE/H3UT28fVGL+ikOZcEzfMGk/c3iN9UGxzWHMa1op7274oyiUVrAG4B2EuFhus8SvkaYnhvW92p9Q==",
2441
+ "dev": true,
2442
+ "license": "BSD-2-Clause",
2443
+ "dependencies": {
2444
+ "jsesc": "~3.1.0"
2445
+ },
2446
+ "bin": {
2447
+ "regjsparser": "bin/parser"
2448
+ }
2449
+ },
2450
+ "node_modules/resolve-from": {
2451
+ "version": "4.0.0",
2452
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
2453
+ "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
2454
+ "dev": true,
2455
+ "license": "MIT",
2456
+ "engines": {
2457
+ "node": ">=4"
2458
+ }
2459
+ },
2460
+ "node_modules/reusify": {
2461
+ "version": "1.1.0",
2462
+ "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
2463
+ "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
2464
+ "dev": true,
2465
+ "license": "MIT",
2466
+ "engines": {
2467
+ "iojs": ">=1.0.0",
2468
+ "node": ">=0.10.0"
2469
+ }
2470
+ },
2471
+ "node_modules/run-parallel": {
2472
+ "version": "1.2.0",
2473
+ "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
2474
+ "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
2475
+ "dev": true,
2476
+ "funding": [
2477
+ {
2478
+ "type": "github",
2479
+ "url": "https://github.com/sponsors/feross"
2480
+ },
2481
+ {
2482
+ "type": "patreon",
2483
+ "url": "https://www.patreon.com/feross"
2484
+ },
2485
+ {
2486
+ "type": "consulting",
2487
+ "url": "https://feross.org/support"
2488
+ }
2489
+ ],
2490
+ "license": "MIT",
2491
+ "dependencies": {
2492
+ "queue-microtask": "^1.2.2"
2493
+ }
2494
+ },
2495
+ "node_modules/scslre": {
2496
+ "version": "0.3.0",
2497
+ "resolved": "https://registry.npmjs.org/scslre/-/scslre-0.3.0.tgz",
2498
+ "integrity": "sha512-3A6sD0WYP7+QrjbfNA2FN3FsOaGGFoekCVgTyypy53gPxhbkCIjtO6YWgdrfM+n/8sI8JeXZOIxsHjMTNxQ4nQ==",
2499
+ "dev": true,
2500
+ "license": "MIT",
2501
+ "dependencies": {
2502
+ "@eslint-community/regexpp": "^4.8.0",
2503
+ "refa": "^0.12.0",
2504
+ "regexp-ast-analysis": "^0.7.0"
2505
+ },
2506
+ "engines": {
2507
+ "node": "^14.0.0 || >=16.0.0"
2508
+ }
2509
+ },
2510
+ "node_modules/semver": {
2511
+ "version": "7.7.3",
2512
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
2513
+ "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
2514
+ "dev": true,
2515
+ "license": "ISC",
2516
+ "bin": {
2517
+ "semver": "bin/semver.js"
2518
+ },
2519
+ "engines": {
2520
+ "node": ">=10"
2521
+ }
2522
+ },
2523
+ "node_modules/shebang-command": {
2524
+ "version": "2.0.0",
2525
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
2526
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
2527
+ "dev": true,
2528
+ "license": "MIT",
2529
+ "dependencies": {
2530
+ "shebang-regex": "^3.0.0"
2531
+ },
2532
+ "engines": {
2533
+ "node": ">=8"
2534
+ }
2535
+ },
2536
+ "node_modules/shebang-regex": {
2537
+ "version": "3.0.0",
2538
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
2539
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
2540
+ "dev": true,
2541
+ "license": "MIT",
2542
+ "engines": {
2543
+ "node": ">=8"
2544
+ }
2545
+ },
2546
+ "node_modules/slash": {
2547
+ "version": "3.0.0",
2548
+ "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
2549
+ "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
2550
+ "dev": true,
2551
+ "license": "MIT",
2552
+ "engines": {
2553
+ "node": ">=8"
2554
+ }
2555
+ },
2556
+ "node_modules/std-env": {
2557
+ "version": "3.10.0",
2558
+ "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.10.0.tgz",
2559
+ "integrity": "sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==",
2560
+ "dev": true,
2561
+ "license": "MIT"
2562
+ },
2563
+ "node_modules/string-width": {
2564
+ "version": "8.1.1",
2565
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-8.1.1.tgz",
2566
+ "integrity": "sha512-KpqHIdDL9KwYk22wEOg/VIqYbrnLeSApsKT/bSj6Ez7pn3CftUiLAv2Lccpq1ALcpLV9UX1Ppn92npZWu2w/aw==",
2567
+ "dev": true,
2568
+ "license": "MIT",
2569
+ "dependencies": {
2570
+ "get-east-asian-width": "^1.3.0",
2571
+ "strip-ansi": "^7.1.0"
2572
+ },
2573
+ "engines": {
2574
+ "node": ">=20"
2575
+ },
2576
+ "funding": {
2577
+ "url": "https://github.com/sponsors/sindresorhus"
2578
+ }
2579
+ },
2580
+ "node_modules/strip-ansi": {
2581
+ "version": "7.1.2",
2582
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
2583
+ "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
2584
+ "dev": true,
2585
+ "license": "MIT",
2586
+ "dependencies": {
2587
+ "ansi-regex": "^6.0.1"
2588
+ },
2589
+ "engines": {
2590
+ "node": ">=12"
2591
+ },
2592
+ "funding": {
2593
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
2594
+ }
2595
+ },
2596
+ "node_modules/strip-indent": {
2597
+ "version": "4.1.1",
2598
+ "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-4.1.1.tgz",
2599
+ "integrity": "sha512-SlyRoSkdh1dYP0PzclLE7r0M9sgbFKKMFXpFRUMNuKhQSbC6VQIGzq3E0qsfvGJaUFJPGv6Ws1NZ/haTAjfbMA==",
2600
+ "dev": true,
2601
+ "license": "MIT",
2602
+ "engines": {
2603
+ "node": ">=12"
2604
+ },
2605
+ "funding": {
2606
+ "url": "https://github.com/sponsors/sindresorhus"
2607
+ }
2608
+ },
2609
+ "node_modules/strip-json-comments": {
2610
+ "version": "3.1.1",
2611
+ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
2612
+ "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
2613
+ "dev": true,
2614
+ "license": "MIT",
2615
+ "engines": {
2616
+ "node": ">=8"
2617
+ },
2618
+ "funding": {
2619
+ "url": "https://github.com/sponsors/sindresorhus"
2620
+ }
2621
+ },
2622
+ "node_modules/supports-color": {
2623
+ "version": "7.2.0",
2624
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
2625
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
2626
+ "dev": true,
2627
+ "license": "MIT",
2628
+ "dependencies": {
2629
+ "has-flag": "^4.0.0"
2630
+ },
2631
+ "engines": {
2632
+ "node": ">=8"
2633
+ }
2634
+ },
2635
+ "node_modules/supports-hyperlinks": {
2636
+ "version": "4.4.0",
2637
+ "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-4.4.0.tgz",
2638
+ "integrity": "sha512-UKbpT93hN5Nr9go5UY7bopIB9YQlMz9nm/ct4IXt/irb5YRkn9WaqrOBJGZ5Pwvsd5FQzSVeYlGdXoCAPQZrPg==",
2639
+ "dev": true,
2640
+ "license": "MIT",
2641
+ "dependencies": {
2642
+ "has-flag": "^5.0.1",
2643
+ "supports-color": "^10.2.2"
2644
+ },
2645
+ "engines": {
2646
+ "node": ">=20"
2647
+ },
2648
+ "funding": {
2649
+ "url": "https://github.com/chalk/supports-hyperlinks?sponsor=1"
2650
+ }
2651
+ },
2652
+ "node_modules/supports-hyperlinks/node_modules/has-flag": {
2653
+ "version": "5.0.1",
2654
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-5.0.1.tgz",
2655
+ "integrity": "sha512-CsNUt5x9LUdx6hnk/E2SZLsDyvfqANZSUq4+D3D8RzDJ2M+HDTIkF60ibS1vHaK55vzgiZw1bEPFG9yH7l33wA==",
2656
+ "dev": true,
2657
+ "license": "MIT",
2658
+ "engines": {
2659
+ "node": ">=12"
2660
+ },
2661
+ "funding": {
2662
+ "url": "https://github.com/sponsors/sindresorhus"
2663
+ }
2664
+ },
2665
+ "node_modules/supports-hyperlinks/node_modules/supports-color": {
2666
+ "version": "10.2.2",
2667
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-10.2.2.tgz",
2668
+ "integrity": "sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==",
2669
+ "dev": true,
2670
+ "license": "MIT",
2671
+ "engines": {
2672
+ "node": ">=18"
2673
+ },
2674
+ "funding": {
2675
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
2676
+ }
2677
+ },
2678
+ "node_modules/tinyglobby": {
2679
+ "version": "0.2.15",
2680
+ "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
2681
+ "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
2682
+ "dev": true,
2683
+ "license": "MIT",
2684
+ "dependencies": {
2685
+ "fdir": "^6.5.0",
2686
+ "picomatch": "^4.0.3"
2687
+ },
2688
+ "engines": {
2689
+ "node": ">=12.0.0"
2690
+ },
2691
+ "funding": {
2692
+ "url": "https://github.com/sponsors/SuperchupuDev"
2693
+ }
2694
+ },
2695
+ "node_modules/to-regex-range": {
2696
+ "version": "5.0.1",
2697
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
2698
+ "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
2699
+ "dev": true,
2700
+ "license": "MIT",
2701
+ "dependencies": {
2702
+ "is-number": "^7.0.0"
2703
+ },
2704
+ "engines": {
2705
+ "node": ">=8.0"
2706
+ }
2707
+ },
2708
+ "node_modules/to-regex-range/node_modules/is-number": {
2709
+ "version": "7.0.0",
2710
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
2711
+ "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
2712
+ "dev": true,
2713
+ "license": "MIT",
2714
+ "engines": {
2715
+ "node": ">=0.12.0"
2716
+ }
2717
+ },
2718
+ "node_modules/ts-api-utils": {
2719
+ "version": "2.4.0",
2720
+ "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.4.0.tgz",
2721
+ "integrity": "sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==",
2722
+ "dev": true,
2723
+ "license": "MIT",
2724
+ "engines": {
2725
+ "node": ">=18.12"
2726
+ },
2727
+ "peerDependencies": {
2728
+ "typescript": ">=4.8.4"
2729
+ }
2730
+ },
2731
+ "node_modules/type-check": {
2732
+ "version": "0.4.0",
2733
+ "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
2734
+ "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
2735
+ "dev": true,
2736
+ "license": "MIT",
2737
+ "dependencies": {
2738
+ "prelude-ls": "^1.2.1"
2739
+ },
2740
+ "engines": {
2741
+ "node": ">= 0.8.0"
2742
+ }
2743
+ },
2744
+ "node_modules/typescript": {
2745
+ "version": "5.9.3",
2746
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
2747
+ "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
2748
+ "dev": true,
2749
+ "license": "Apache-2.0",
2750
+ "bin": {
2751
+ "tsc": "bin/tsc",
2752
+ "tsserver": "bin/tsserver"
2753
+ },
2754
+ "engines": {
2755
+ "node": ">=14.17"
2756
+ }
2757
+ },
2758
+ "node_modules/update-browserslist-db": {
2759
+ "version": "1.2.3",
2760
+ "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
2761
+ "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
2762
+ "dev": true,
2763
+ "funding": [
2764
+ {
2765
+ "type": "opencollective",
2766
+ "url": "https://opencollective.com/browserslist"
2767
+ },
2768
+ {
2769
+ "type": "tidelift",
2770
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
2771
+ },
2772
+ {
2773
+ "type": "github",
2774
+ "url": "https://github.com/sponsors/ai"
2775
+ }
2776
+ ],
2777
+ "license": "MIT",
2778
+ "dependencies": {
2779
+ "escalade": "^3.2.0",
2780
+ "picocolors": "^1.1.1"
2781
+ },
2782
+ "bin": {
2783
+ "update-browserslist-db": "cli.js"
2784
+ },
2785
+ "peerDependencies": {
2786
+ "browserslist": ">= 4.21.0"
2787
+ }
2788
+ },
2789
+ "node_modules/uri-js": {
2790
+ "version": "4.4.1",
2791
+ "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
2792
+ "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
2793
+ "dev": true,
2794
+ "license": "BSD-2-Clause",
2795
+ "dependencies": {
2796
+ "punycode": "^2.1.0"
2797
+ }
2798
+ },
2799
+ "node_modules/use-unused-vars": {
2800
+ "version": "1.0.1",
2801
+ "resolved": "https://registry.npmjs.org/use-unused-vars/-/use-unused-vars-1.0.1.tgz",
2802
+ "integrity": "sha512-Op7SuqJQT7VP5SvYmm6M7Vfv3rSKPXcvFUcHudhUSndSGovDaKXR4al5b/8vHDAEGpuceqjGfvYZ431p/1cElw==",
2803
+ "license": "ISC"
2804
+ },
2805
+ "node_modules/uuid": {
2806
+ "version": "9.0.1",
2807
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
2808
+ "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
2809
+ "dev": true,
2810
+ "funding": [
2811
+ "https://github.com/sponsors/broofa",
2812
+ "https://github.com/sponsors/ctavan"
2813
+ ],
2814
+ "license": "MIT",
2815
+ "bin": {
2816
+ "uuid": "dist/bin/uuid"
2817
+ }
2818
+ },
2819
+ "node_modules/which": {
2820
+ "version": "2.0.2",
2821
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
2822
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
2823
+ "dev": true,
2824
+ "license": "ISC",
2825
+ "dependencies": {
2826
+ "isexe": "^2.0.0"
2827
+ },
2828
+ "bin": {
2829
+ "node-which": "bin/node-which"
2830
+ },
2831
+ "engines": {
2832
+ "node": ">= 8"
2833
+ }
2834
+ },
2835
+ "node_modules/word-wrap": {
2836
+ "version": "1.2.5",
2837
+ "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
2838
+ "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
2839
+ "dev": true,
2840
+ "license": "MIT",
2841
+ "engines": {
2842
+ "node": ">=0.10.0"
2843
+ }
2844
+ },
2845
+ "node_modules/yocto-queue": {
2846
+ "version": "0.1.0",
2847
+ "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
2848
+ "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
2849
+ "dev": true,
2850
+ "license": "MIT",
2851
+ "engines": {
2852
+ "node": ">=10"
2853
+ },
2854
+ "funding": {
2855
+ "url": "https://github.com/sponsors/sindresorhus"
2856
+ }
2857
+ },
2858
+ "node_modules/yoctocolors": {
2859
+ "version": "2.1.2",
2860
+ "resolved": "https://registry.npmjs.org/yoctocolors/-/yoctocolors-2.1.2.tgz",
2861
+ "integrity": "sha512-CzhO+pFNo8ajLM2d2IW/R93ipy99LWjtwblvC1RsoSUMZgyLbYFr221TnSNT7GjGdYui6P459mw9JH/g/zW2ug==",
2862
+ "dev": true,
2863
+ "license": "MIT",
2864
+ "engines": {
2865
+ "node": ">=18"
2866
+ },
2867
+ "funding": {
2868
+ "url": "https://github.com/sponsors/sindresorhus"
2869
+ }
2870
+ }
2871
+ }
2872
+ }