rollerwheel 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/npm-shrinkwrap.json +2342 -0
  2. package/package.json +1 -1
@@ -0,0 +1,2342 @@
1
+ {
2
+ "name": "rollerwheel",
3
+ "version": "0.0.4",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "rollerwheel",
9
+ "version": "0.0.4",
10
+ "license": "MIT",
11
+ "dependencies": {
12
+ "@babel/core": "^7.26.7",
13
+ "@babel/plugin-proposal-pipeline-operator": "^7.26.7",
14
+ "@babel/preset-env": "^7.26.7",
15
+ "@rollup/plugin-babel": "^6.0.4",
16
+ "@rollup/plugin-commonjs": "^25.0.0",
17
+ "@rollup/plugin-json": "^6.1.0",
18
+ "@rollup/plugin-node-resolve": "^15.0.0",
19
+ "rollup": "^4.0.0",
20
+ "rollup-plugin-ignore": "^1.0.10",
21
+ "rollup-plugin-polyfill-node": "^0.13.0"
22
+ },
23
+ "bin": {
24
+ "rollerwheel": "roller.js"
25
+ },
26
+ "engines": {
27
+ "node": ">=14.0.0"
28
+ }
29
+ },
30
+ "node_modules/@babel/code-frame": {
31
+ "version": "7.27.1",
32
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
33
+ "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
34
+ "license": "MIT",
35
+ "dependencies": {
36
+ "@babel/helper-validator-identifier": "^7.27.1",
37
+ "js-tokens": "^4.0.0",
38
+ "picocolors": "^1.1.1"
39
+ },
40
+ "engines": {
41
+ "node": ">=6.9.0"
42
+ }
43
+ },
44
+ "node_modules/@babel/compat-data": {
45
+ "version": "7.28.5",
46
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.5.tgz",
47
+ "integrity": "sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==",
48
+ "license": "MIT",
49
+ "engines": {
50
+ "node": ">=6.9.0"
51
+ }
52
+ },
53
+ "node_modules/@babel/core": {
54
+ "version": "7.28.5",
55
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz",
56
+ "integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==",
57
+ "license": "MIT",
58
+ "dependencies": {
59
+ "@babel/code-frame": "^7.27.1",
60
+ "@babel/generator": "^7.28.5",
61
+ "@babel/helper-compilation-targets": "^7.27.2",
62
+ "@babel/helper-module-transforms": "^7.28.3",
63
+ "@babel/helpers": "^7.28.4",
64
+ "@babel/parser": "^7.28.5",
65
+ "@babel/template": "^7.27.2",
66
+ "@babel/traverse": "^7.28.5",
67
+ "@babel/types": "^7.28.5",
68
+ "@jridgewell/remapping": "^2.3.5",
69
+ "convert-source-map": "^2.0.0",
70
+ "debug": "^4.1.0",
71
+ "gensync": "^1.0.0-beta.2",
72
+ "json5": "^2.2.3",
73
+ "semver": "^6.3.1"
74
+ },
75
+ "engines": {
76
+ "node": ">=6.9.0"
77
+ },
78
+ "funding": {
79
+ "type": "opencollective",
80
+ "url": "https://opencollective.com/babel"
81
+ }
82
+ },
83
+ "node_modules/@babel/generator": {
84
+ "version": "7.28.5",
85
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
86
+ "integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
87
+ "license": "MIT",
88
+ "dependencies": {
89
+ "@babel/parser": "^7.28.5",
90
+ "@babel/types": "^7.28.5",
91
+ "@jridgewell/gen-mapping": "^0.3.12",
92
+ "@jridgewell/trace-mapping": "^0.3.28",
93
+ "jsesc": "^3.0.2"
94
+ },
95
+ "engines": {
96
+ "node": ">=6.9.0"
97
+ }
98
+ },
99
+ "node_modules/@babel/helper-annotate-as-pure": {
100
+ "version": "7.27.3",
101
+ "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz",
102
+ "integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==",
103
+ "license": "MIT",
104
+ "dependencies": {
105
+ "@babel/types": "^7.27.3"
106
+ },
107
+ "engines": {
108
+ "node": ">=6.9.0"
109
+ }
110
+ },
111
+ "node_modules/@babel/helper-compilation-targets": {
112
+ "version": "7.27.2",
113
+ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz",
114
+ "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==",
115
+ "license": "MIT",
116
+ "dependencies": {
117
+ "@babel/compat-data": "^7.27.2",
118
+ "@babel/helper-validator-option": "^7.27.1",
119
+ "browserslist": "^4.24.0",
120
+ "lru-cache": "^5.1.1",
121
+ "semver": "^6.3.1"
122
+ },
123
+ "engines": {
124
+ "node": ">=6.9.0"
125
+ }
126
+ },
127
+ "node_modules/@babel/helper-create-class-features-plugin": {
128
+ "version": "7.28.5",
129
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz",
130
+ "integrity": "sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ==",
131
+ "license": "MIT",
132
+ "dependencies": {
133
+ "@babel/helper-annotate-as-pure": "^7.27.3",
134
+ "@babel/helper-member-expression-to-functions": "^7.28.5",
135
+ "@babel/helper-optimise-call-expression": "^7.27.1",
136
+ "@babel/helper-replace-supers": "^7.27.1",
137
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
138
+ "@babel/traverse": "^7.28.5",
139
+ "semver": "^6.3.1"
140
+ },
141
+ "engines": {
142
+ "node": ">=6.9.0"
143
+ },
144
+ "peerDependencies": {
145
+ "@babel/core": "^7.0.0"
146
+ }
147
+ },
148
+ "node_modules/@babel/helper-create-regexp-features-plugin": {
149
+ "version": "7.28.5",
150
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.28.5.tgz",
151
+ "integrity": "sha512-N1EhvLtHzOvj7QQOUCCS3NrPJP8c5W6ZXCHDn7Yialuy1iu4r5EmIYkXlKNqT99Ciw+W0mDqWoR6HWMZlFP3hw==",
152
+ "license": "MIT",
153
+ "dependencies": {
154
+ "@babel/helper-annotate-as-pure": "^7.27.3",
155
+ "regexpu-core": "^6.3.1",
156
+ "semver": "^6.3.1"
157
+ },
158
+ "engines": {
159
+ "node": ">=6.9.0"
160
+ },
161
+ "peerDependencies": {
162
+ "@babel/core": "^7.0.0"
163
+ }
164
+ },
165
+ "node_modules/@babel/helper-define-polyfill-provider": {
166
+ "version": "0.6.5",
167
+ "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.5.tgz",
168
+ "integrity": "sha512-uJnGFcPsWQK8fvjgGP5LZUZZsYGIoPeRjSF5PGwrelYgq7Q15/Ft9NGFp1zglwgIv//W0uG4BevRuSJRyylZPg==",
169
+ "license": "MIT",
170
+ "dependencies": {
171
+ "@babel/helper-compilation-targets": "^7.27.2",
172
+ "@babel/helper-plugin-utils": "^7.27.1",
173
+ "debug": "^4.4.1",
174
+ "lodash.debounce": "^4.0.8",
175
+ "resolve": "^1.22.10"
176
+ },
177
+ "peerDependencies": {
178
+ "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
179
+ }
180
+ },
181
+ "node_modules/@babel/helper-globals": {
182
+ "version": "7.28.0",
183
+ "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
184
+ "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
185
+ "license": "MIT",
186
+ "engines": {
187
+ "node": ">=6.9.0"
188
+ }
189
+ },
190
+ "node_modules/@babel/helper-member-expression-to-functions": {
191
+ "version": "7.28.5",
192
+ "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz",
193
+ "integrity": "sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==",
194
+ "license": "MIT",
195
+ "dependencies": {
196
+ "@babel/traverse": "^7.28.5",
197
+ "@babel/types": "^7.28.5"
198
+ },
199
+ "engines": {
200
+ "node": ">=6.9.0"
201
+ }
202
+ },
203
+ "node_modules/@babel/helper-module-imports": {
204
+ "version": "7.27.1",
205
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
206
+ "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
207
+ "license": "MIT",
208
+ "dependencies": {
209
+ "@babel/traverse": "^7.27.1",
210
+ "@babel/types": "^7.27.1"
211
+ },
212
+ "engines": {
213
+ "node": ">=6.9.0"
214
+ }
215
+ },
216
+ "node_modules/@babel/helper-module-transforms": {
217
+ "version": "7.28.3",
218
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz",
219
+ "integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==",
220
+ "license": "MIT",
221
+ "dependencies": {
222
+ "@babel/helper-module-imports": "^7.27.1",
223
+ "@babel/helper-validator-identifier": "^7.27.1",
224
+ "@babel/traverse": "^7.28.3"
225
+ },
226
+ "engines": {
227
+ "node": ">=6.9.0"
228
+ },
229
+ "peerDependencies": {
230
+ "@babel/core": "^7.0.0"
231
+ }
232
+ },
233
+ "node_modules/@babel/helper-optimise-call-expression": {
234
+ "version": "7.27.1",
235
+ "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz",
236
+ "integrity": "sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==",
237
+ "license": "MIT",
238
+ "dependencies": {
239
+ "@babel/types": "^7.27.1"
240
+ },
241
+ "engines": {
242
+ "node": ">=6.9.0"
243
+ }
244
+ },
245
+ "node_modules/@babel/helper-plugin-utils": {
246
+ "version": "7.27.1",
247
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz",
248
+ "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==",
249
+ "license": "MIT",
250
+ "engines": {
251
+ "node": ">=6.9.0"
252
+ }
253
+ },
254
+ "node_modules/@babel/helper-remap-async-to-generator": {
255
+ "version": "7.27.1",
256
+ "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.27.1.tgz",
257
+ "integrity": "sha512-7fiA521aVw8lSPeI4ZOD3vRFkoqkJcS+z4hFo82bFSH/2tNd6eJ5qCVMS5OzDmZh/kaHQeBaeyxK6wljcPtveA==",
258
+ "license": "MIT",
259
+ "dependencies": {
260
+ "@babel/helper-annotate-as-pure": "^7.27.1",
261
+ "@babel/helper-wrap-function": "^7.27.1",
262
+ "@babel/traverse": "^7.27.1"
263
+ },
264
+ "engines": {
265
+ "node": ">=6.9.0"
266
+ },
267
+ "peerDependencies": {
268
+ "@babel/core": "^7.0.0"
269
+ }
270
+ },
271
+ "node_modules/@babel/helper-replace-supers": {
272
+ "version": "7.27.1",
273
+ "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz",
274
+ "integrity": "sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==",
275
+ "license": "MIT",
276
+ "dependencies": {
277
+ "@babel/helper-member-expression-to-functions": "^7.27.1",
278
+ "@babel/helper-optimise-call-expression": "^7.27.1",
279
+ "@babel/traverse": "^7.27.1"
280
+ },
281
+ "engines": {
282
+ "node": ">=6.9.0"
283
+ },
284
+ "peerDependencies": {
285
+ "@babel/core": "^7.0.0"
286
+ }
287
+ },
288
+ "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
289
+ "version": "7.27.1",
290
+ "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz",
291
+ "integrity": "sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==",
292
+ "license": "MIT",
293
+ "dependencies": {
294
+ "@babel/traverse": "^7.27.1",
295
+ "@babel/types": "^7.27.1"
296
+ },
297
+ "engines": {
298
+ "node": ">=6.9.0"
299
+ }
300
+ },
301
+ "node_modules/@babel/helper-string-parser": {
302
+ "version": "7.27.1",
303
+ "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
304
+ "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
305
+ "license": "MIT",
306
+ "engines": {
307
+ "node": ">=6.9.0"
308
+ }
309
+ },
310
+ "node_modules/@babel/helper-validator-identifier": {
311
+ "version": "7.28.5",
312
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
313
+ "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
314
+ "license": "MIT",
315
+ "engines": {
316
+ "node": ">=6.9.0"
317
+ }
318
+ },
319
+ "node_modules/@babel/helper-validator-option": {
320
+ "version": "7.27.1",
321
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
322
+ "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
323
+ "license": "MIT",
324
+ "engines": {
325
+ "node": ">=6.9.0"
326
+ }
327
+ },
328
+ "node_modules/@babel/helper-wrap-function": {
329
+ "version": "7.28.3",
330
+ "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.28.3.tgz",
331
+ "integrity": "sha512-zdf983tNfLZFletc0RRXYrHrucBEg95NIFMkn6K9dbeMYnsgHaSBGcQqdsCSStG2PYwRre0Qc2NNSCXbG+xc6g==",
332
+ "license": "MIT",
333
+ "dependencies": {
334
+ "@babel/template": "^7.27.2",
335
+ "@babel/traverse": "^7.28.3",
336
+ "@babel/types": "^7.28.2"
337
+ },
338
+ "engines": {
339
+ "node": ">=6.9.0"
340
+ }
341
+ },
342
+ "node_modules/@babel/helpers": {
343
+ "version": "7.28.4",
344
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz",
345
+ "integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==",
346
+ "license": "MIT",
347
+ "dependencies": {
348
+ "@babel/template": "^7.27.2",
349
+ "@babel/types": "^7.28.4"
350
+ },
351
+ "engines": {
352
+ "node": ">=6.9.0"
353
+ }
354
+ },
355
+ "node_modules/@babel/parser": {
356
+ "version": "7.28.5",
357
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
358
+ "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
359
+ "license": "MIT",
360
+ "dependencies": {
361
+ "@babel/types": "^7.28.5"
362
+ },
363
+ "bin": {
364
+ "parser": "bin/babel-parser.js"
365
+ },
366
+ "engines": {
367
+ "node": ">=6.0.0"
368
+ }
369
+ },
370
+ "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": {
371
+ "version": "7.28.5",
372
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.28.5.tgz",
373
+ "integrity": "sha512-87GDMS3tsmMSi/3bWOte1UblL+YUTFMV8SZPZ2eSEL17s74Cw/l63rR6NmGVKMYW2GYi85nE+/d6Hw5N0bEk2Q==",
374
+ "license": "MIT",
375
+ "dependencies": {
376
+ "@babel/helper-plugin-utils": "^7.27.1",
377
+ "@babel/traverse": "^7.28.5"
378
+ },
379
+ "engines": {
380
+ "node": ">=6.9.0"
381
+ },
382
+ "peerDependencies": {
383
+ "@babel/core": "^7.0.0"
384
+ }
385
+ },
386
+ "node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": {
387
+ "version": "7.27.1",
388
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.27.1.tgz",
389
+ "integrity": "sha512-qNeq3bCKnGgLkEXUuFry6dPlGfCdQNZbn7yUAPCInwAJHMU7THJfrBSozkcWq5sNM6RcF3S8XyQL2A52KNR9IA==",
390
+ "license": "MIT",
391
+ "dependencies": {
392
+ "@babel/helper-plugin-utils": "^7.27.1"
393
+ },
394
+ "engines": {
395
+ "node": ">=6.9.0"
396
+ },
397
+ "peerDependencies": {
398
+ "@babel/core": "^7.0.0"
399
+ }
400
+ },
401
+ "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
402
+ "version": "7.27.1",
403
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.27.1.tgz",
404
+ "integrity": "sha512-g4L7OYun04N1WyqMNjldFwlfPCLVkgB54A/YCXICZYBsvJJE3kByKv9c9+R/nAfmIfjl2rKYLNyMHboYbZaWaA==",
405
+ "license": "MIT",
406
+ "dependencies": {
407
+ "@babel/helper-plugin-utils": "^7.27.1"
408
+ },
409
+ "engines": {
410
+ "node": ">=6.9.0"
411
+ },
412
+ "peerDependencies": {
413
+ "@babel/core": "^7.0.0"
414
+ }
415
+ },
416
+ "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
417
+ "version": "7.27.1",
418
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.27.1.tgz",
419
+ "integrity": "sha512-oO02gcONcD5O1iTLi/6frMJBIwWEHceWGSGqrpCmEL8nogiS6J9PBlE48CaK20/Jx1LuRml9aDftLgdjXT8+Cw==",
420
+ "license": "MIT",
421
+ "dependencies": {
422
+ "@babel/helper-plugin-utils": "^7.27.1",
423
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
424
+ "@babel/plugin-transform-optional-chaining": "^7.27.1"
425
+ },
426
+ "engines": {
427
+ "node": ">=6.9.0"
428
+ },
429
+ "peerDependencies": {
430
+ "@babel/core": "^7.13.0"
431
+ }
432
+ },
433
+ "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": {
434
+ "version": "7.28.3",
435
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.28.3.tgz",
436
+ "integrity": "sha512-b6YTX108evsvE4YgWyQ921ZAFFQm3Bn+CA3+ZXlNVnPhx+UfsVURoPjfGAPCjBgrqo30yX/C2nZGX96DxvR9Iw==",
437
+ "license": "MIT",
438
+ "dependencies": {
439
+ "@babel/helper-plugin-utils": "^7.27.1",
440
+ "@babel/traverse": "^7.28.3"
441
+ },
442
+ "engines": {
443
+ "node": ">=6.9.0"
444
+ },
445
+ "peerDependencies": {
446
+ "@babel/core": "^7.0.0"
447
+ }
448
+ },
449
+ "node_modules/@babel/plugin-proposal-pipeline-operator": {
450
+ "version": "7.27.1",
451
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-pipeline-operator/-/plugin-proposal-pipeline-operator-7.27.1.tgz",
452
+ "integrity": "sha512-3q36hiN0qG4KI+rDVJW3HVIQWLnX09E+QkraVJYWG4QPqOgiZaeyIFOfTyzWE2ZDVo9ZO0LZeyvBM8T+nhPlZA==",
453
+ "license": "MIT",
454
+ "dependencies": {
455
+ "@babel/helper-plugin-utils": "^7.27.1",
456
+ "@babel/plugin-syntax-pipeline-operator": "^7.27.1"
457
+ },
458
+ "engines": {
459
+ "node": ">=6.9.0"
460
+ },
461
+ "peerDependencies": {
462
+ "@babel/core": "^7.0.0-0"
463
+ }
464
+ },
465
+ "node_modules/@babel/plugin-proposal-private-property-in-object": {
466
+ "version": "7.21.0-placeholder-for-preset-env.2",
467
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz",
468
+ "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==",
469
+ "license": "MIT",
470
+ "engines": {
471
+ "node": ">=6.9.0"
472
+ },
473
+ "peerDependencies": {
474
+ "@babel/core": "^7.0.0-0"
475
+ }
476
+ },
477
+ "node_modules/@babel/plugin-syntax-import-assertions": {
478
+ "version": "7.27.1",
479
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.27.1.tgz",
480
+ "integrity": "sha512-UT/Jrhw57xg4ILHLFnzFpPDlMbcdEicaAtjPQpbj9wa8T4r5KVWCimHcL/460g8Ht0DMxDyjsLgiWSkVjnwPFg==",
481
+ "license": "MIT",
482
+ "dependencies": {
483
+ "@babel/helper-plugin-utils": "^7.27.1"
484
+ },
485
+ "engines": {
486
+ "node": ">=6.9.0"
487
+ },
488
+ "peerDependencies": {
489
+ "@babel/core": "^7.0.0-0"
490
+ }
491
+ },
492
+ "node_modules/@babel/plugin-syntax-import-attributes": {
493
+ "version": "7.27.1",
494
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.27.1.tgz",
495
+ "integrity": "sha512-oFT0FrKHgF53f4vOsZGi2Hh3I35PfSmVs4IBFLFj4dnafP+hIWDLg3VyKmUHfLoLHlyxY4C7DGtmHuJgn+IGww==",
496
+ "license": "MIT",
497
+ "dependencies": {
498
+ "@babel/helper-plugin-utils": "^7.27.1"
499
+ },
500
+ "engines": {
501
+ "node": ">=6.9.0"
502
+ },
503
+ "peerDependencies": {
504
+ "@babel/core": "^7.0.0-0"
505
+ }
506
+ },
507
+ "node_modules/@babel/plugin-syntax-pipeline-operator": {
508
+ "version": "7.27.1",
509
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-pipeline-operator/-/plugin-syntax-pipeline-operator-7.27.1.tgz",
510
+ "integrity": "sha512-8HYe0Q/NCpFL9bqH2hHkKKeQsO09tGsGd1YDxrnhXgTKgJqeB2mj3a7diDQayjSlutJXDE67BlvXeudPk3XtbA==",
511
+ "license": "MIT",
512
+ "dependencies": {
513
+ "@babel/helper-plugin-utils": "^7.27.1"
514
+ },
515
+ "engines": {
516
+ "node": ">=6.9.0"
517
+ },
518
+ "peerDependencies": {
519
+ "@babel/core": "^7.0.0-0"
520
+ }
521
+ },
522
+ "node_modules/@babel/plugin-syntax-unicode-sets-regex": {
523
+ "version": "7.18.6",
524
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz",
525
+ "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==",
526
+ "license": "MIT",
527
+ "dependencies": {
528
+ "@babel/helper-create-regexp-features-plugin": "^7.18.6",
529
+ "@babel/helper-plugin-utils": "^7.18.6"
530
+ },
531
+ "engines": {
532
+ "node": ">=6.9.0"
533
+ },
534
+ "peerDependencies": {
535
+ "@babel/core": "^7.0.0"
536
+ }
537
+ },
538
+ "node_modules/@babel/plugin-transform-arrow-functions": {
539
+ "version": "7.27.1",
540
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.27.1.tgz",
541
+ "integrity": "sha512-8Z4TGic6xW70FKThA5HYEKKyBpOOsucTOD1DjU3fZxDg+K3zBJcXMFnt/4yQiZnf5+MiOMSXQ9PaEK/Ilh1DeA==",
542
+ "license": "MIT",
543
+ "dependencies": {
544
+ "@babel/helper-plugin-utils": "^7.27.1"
545
+ },
546
+ "engines": {
547
+ "node": ">=6.9.0"
548
+ },
549
+ "peerDependencies": {
550
+ "@babel/core": "^7.0.0-0"
551
+ }
552
+ },
553
+ "node_modules/@babel/plugin-transform-async-generator-functions": {
554
+ "version": "7.28.0",
555
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.28.0.tgz",
556
+ "integrity": "sha512-BEOdvX4+M765icNPZeidyADIvQ1m1gmunXufXxvRESy/jNNyfovIqUyE7MVgGBjWktCoJlzvFA1To2O4ymIO3Q==",
557
+ "license": "MIT",
558
+ "dependencies": {
559
+ "@babel/helper-plugin-utils": "^7.27.1",
560
+ "@babel/helper-remap-async-to-generator": "^7.27.1",
561
+ "@babel/traverse": "^7.28.0"
562
+ },
563
+ "engines": {
564
+ "node": ">=6.9.0"
565
+ },
566
+ "peerDependencies": {
567
+ "@babel/core": "^7.0.0-0"
568
+ }
569
+ },
570
+ "node_modules/@babel/plugin-transform-async-to-generator": {
571
+ "version": "7.27.1",
572
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.27.1.tgz",
573
+ "integrity": "sha512-NREkZsZVJS4xmTr8qzE5y8AfIPqsdQfRuUiLRTEzb7Qii8iFWCyDKaUV2c0rCuh4ljDZ98ALHP/PetiBV2nddA==",
574
+ "license": "MIT",
575
+ "dependencies": {
576
+ "@babel/helper-module-imports": "^7.27.1",
577
+ "@babel/helper-plugin-utils": "^7.27.1",
578
+ "@babel/helper-remap-async-to-generator": "^7.27.1"
579
+ },
580
+ "engines": {
581
+ "node": ">=6.9.0"
582
+ },
583
+ "peerDependencies": {
584
+ "@babel/core": "^7.0.0-0"
585
+ }
586
+ },
587
+ "node_modules/@babel/plugin-transform-block-scoped-functions": {
588
+ "version": "7.27.1",
589
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.27.1.tgz",
590
+ "integrity": "sha512-cnqkuOtZLapWYZUYM5rVIdv1nXYuFVIltZ6ZJ7nIj585QsjKM5dhL2Fu/lICXZ1OyIAFc7Qy+bvDAtTXqGrlhg==",
591
+ "license": "MIT",
592
+ "dependencies": {
593
+ "@babel/helper-plugin-utils": "^7.27.1"
594
+ },
595
+ "engines": {
596
+ "node": ">=6.9.0"
597
+ },
598
+ "peerDependencies": {
599
+ "@babel/core": "^7.0.0-0"
600
+ }
601
+ },
602
+ "node_modules/@babel/plugin-transform-block-scoping": {
603
+ "version": "7.28.5",
604
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.5.tgz",
605
+ "integrity": "sha512-45DmULpySVvmq9Pj3X9B+62Xe+DJGov27QravQJU1LLcapR6/10i+gYVAucGGJpHBp5mYxIMK4nDAT/QDLr47g==",
606
+ "license": "MIT",
607
+ "dependencies": {
608
+ "@babel/helper-plugin-utils": "^7.27.1"
609
+ },
610
+ "engines": {
611
+ "node": ">=6.9.0"
612
+ },
613
+ "peerDependencies": {
614
+ "@babel/core": "^7.0.0-0"
615
+ }
616
+ },
617
+ "node_modules/@babel/plugin-transform-class-properties": {
618
+ "version": "7.27.1",
619
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.27.1.tgz",
620
+ "integrity": "sha512-D0VcalChDMtuRvJIu3U/fwWjf8ZMykz5iZsg77Nuj821vCKI3zCyRLwRdWbsuJ/uRwZhZ002QtCqIkwC/ZkvbA==",
621
+ "license": "MIT",
622
+ "dependencies": {
623
+ "@babel/helper-create-class-features-plugin": "^7.27.1",
624
+ "@babel/helper-plugin-utils": "^7.27.1"
625
+ },
626
+ "engines": {
627
+ "node": ">=6.9.0"
628
+ },
629
+ "peerDependencies": {
630
+ "@babel/core": "^7.0.0-0"
631
+ }
632
+ },
633
+ "node_modules/@babel/plugin-transform-class-static-block": {
634
+ "version": "7.28.3",
635
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.28.3.tgz",
636
+ "integrity": "sha512-LtPXlBbRoc4Njl/oh1CeD/3jC+atytbnf/UqLoqTDcEYGUPj022+rvfkbDYieUrSj3CaV4yHDByPE+T2HwfsJg==",
637
+ "license": "MIT",
638
+ "dependencies": {
639
+ "@babel/helper-create-class-features-plugin": "^7.28.3",
640
+ "@babel/helper-plugin-utils": "^7.27.1"
641
+ },
642
+ "engines": {
643
+ "node": ">=6.9.0"
644
+ },
645
+ "peerDependencies": {
646
+ "@babel/core": "^7.12.0"
647
+ }
648
+ },
649
+ "node_modules/@babel/plugin-transform-classes": {
650
+ "version": "7.28.4",
651
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.4.tgz",
652
+ "integrity": "sha512-cFOlhIYPBv/iBoc+KS3M6et2XPtbT2HiCRfBXWtfpc9OAyostldxIf9YAYB6ypURBBbx+Qv6nyrLzASfJe+hBA==",
653
+ "license": "MIT",
654
+ "dependencies": {
655
+ "@babel/helper-annotate-as-pure": "^7.27.3",
656
+ "@babel/helper-compilation-targets": "^7.27.2",
657
+ "@babel/helper-globals": "^7.28.0",
658
+ "@babel/helper-plugin-utils": "^7.27.1",
659
+ "@babel/helper-replace-supers": "^7.27.1",
660
+ "@babel/traverse": "^7.28.4"
661
+ },
662
+ "engines": {
663
+ "node": ">=6.9.0"
664
+ },
665
+ "peerDependencies": {
666
+ "@babel/core": "^7.0.0-0"
667
+ }
668
+ },
669
+ "node_modules/@babel/plugin-transform-computed-properties": {
670
+ "version": "7.27.1",
671
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.27.1.tgz",
672
+ "integrity": "sha512-lj9PGWvMTVksbWiDT2tW68zGS/cyo4AkZ/QTp0sQT0mjPopCmrSkzxeXkznjqBxzDI6TclZhOJbBmbBLjuOZUw==",
673
+ "license": "MIT",
674
+ "dependencies": {
675
+ "@babel/helper-plugin-utils": "^7.27.1",
676
+ "@babel/template": "^7.27.1"
677
+ },
678
+ "engines": {
679
+ "node": ">=6.9.0"
680
+ },
681
+ "peerDependencies": {
682
+ "@babel/core": "^7.0.0-0"
683
+ }
684
+ },
685
+ "node_modules/@babel/plugin-transform-destructuring": {
686
+ "version": "7.28.5",
687
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.5.tgz",
688
+ "integrity": "sha512-Kl9Bc6D0zTUcFUvkNuQh4eGXPKKNDOJQXVyyM4ZAQPMveniJdxi8XMJwLo+xSoW3MIq81bD33lcUe9kZpl0MCw==",
689
+ "license": "MIT",
690
+ "dependencies": {
691
+ "@babel/helper-plugin-utils": "^7.27.1",
692
+ "@babel/traverse": "^7.28.5"
693
+ },
694
+ "engines": {
695
+ "node": ">=6.9.0"
696
+ },
697
+ "peerDependencies": {
698
+ "@babel/core": "^7.0.0-0"
699
+ }
700
+ },
701
+ "node_modules/@babel/plugin-transform-dotall-regex": {
702
+ "version": "7.27.1",
703
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.27.1.tgz",
704
+ "integrity": "sha512-gEbkDVGRvjj7+T1ivxrfgygpT7GUd4vmODtYpbs0gZATdkX8/iSnOtZSxiZnsgm1YjTgjI6VKBGSJJevkrclzw==",
705
+ "license": "MIT",
706
+ "dependencies": {
707
+ "@babel/helper-create-regexp-features-plugin": "^7.27.1",
708
+ "@babel/helper-plugin-utils": "^7.27.1"
709
+ },
710
+ "engines": {
711
+ "node": ">=6.9.0"
712
+ },
713
+ "peerDependencies": {
714
+ "@babel/core": "^7.0.0-0"
715
+ }
716
+ },
717
+ "node_modules/@babel/plugin-transform-duplicate-keys": {
718
+ "version": "7.27.1",
719
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.27.1.tgz",
720
+ "integrity": "sha512-MTyJk98sHvSs+cvZ4nOauwTTG1JeonDjSGvGGUNHreGQns+Mpt6WX/dVzWBHgg+dYZhkC4X+zTDfkTU+Vy9y7Q==",
721
+ "license": "MIT",
722
+ "dependencies": {
723
+ "@babel/helper-plugin-utils": "^7.27.1"
724
+ },
725
+ "engines": {
726
+ "node": ">=6.9.0"
727
+ },
728
+ "peerDependencies": {
729
+ "@babel/core": "^7.0.0-0"
730
+ }
731
+ },
732
+ "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": {
733
+ "version": "7.27.1",
734
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.27.1.tgz",
735
+ "integrity": "sha512-hkGcueTEzuhB30B3eJCbCYeCaaEQOmQR0AdvzpD4LoN0GXMWzzGSuRrxR2xTnCrvNbVwK9N6/jQ92GSLfiZWoQ==",
736
+ "license": "MIT",
737
+ "dependencies": {
738
+ "@babel/helper-create-regexp-features-plugin": "^7.27.1",
739
+ "@babel/helper-plugin-utils": "^7.27.1"
740
+ },
741
+ "engines": {
742
+ "node": ">=6.9.0"
743
+ },
744
+ "peerDependencies": {
745
+ "@babel/core": "^7.0.0"
746
+ }
747
+ },
748
+ "node_modules/@babel/plugin-transform-dynamic-import": {
749
+ "version": "7.27.1",
750
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.27.1.tgz",
751
+ "integrity": "sha512-MHzkWQcEmjzzVW9j2q8LGjwGWpG2mjwaaB0BNQwst3FIjqsg8Ct/mIZlvSPJvfi9y2AC8mi/ktxbFVL9pZ1I4A==",
752
+ "license": "MIT",
753
+ "dependencies": {
754
+ "@babel/helper-plugin-utils": "^7.27.1"
755
+ },
756
+ "engines": {
757
+ "node": ">=6.9.0"
758
+ },
759
+ "peerDependencies": {
760
+ "@babel/core": "^7.0.0-0"
761
+ }
762
+ },
763
+ "node_modules/@babel/plugin-transform-explicit-resource-management": {
764
+ "version": "7.28.0",
765
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-explicit-resource-management/-/plugin-transform-explicit-resource-management-7.28.0.tgz",
766
+ "integrity": "sha512-K8nhUcn3f6iB+P3gwCv/no7OdzOZQcKchW6N389V6PD8NUWKZHzndOd9sPDVbMoBsbmjMqlB4L9fm+fEFNVlwQ==",
767
+ "license": "MIT",
768
+ "dependencies": {
769
+ "@babel/helper-plugin-utils": "^7.27.1",
770
+ "@babel/plugin-transform-destructuring": "^7.28.0"
771
+ },
772
+ "engines": {
773
+ "node": ">=6.9.0"
774
+ },
775
+ "peerDependencies": {
776
+ "@babel/core": "^7.0.0-0"
777
+ }
778
+ },
779
+ "node_modules/@babel/plugin-transform-exponentiation-operator": {
780
+ "version": "7.28.5",
781
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.28.5.tgz",
782
+ "integrity": "sha512-D4WIMaFtwa2NizOp+dnoFjRez/ClKiC2BqqImwKd1X28nqBtZEyCYJ2ozQrrzlxAFrcrjxo39S6khe9RNDlGzw==",
783
+ "license": "MIT",
784
+ "dependencies": {
785
+ "@babel/helper-plugin-utils": "^7.27.1"
786
+ },
787
+ "engines": {
788
+ "node": ">=6.9.0"
789
+ },
790
+ "peerDependencies": {
791
+ "@babel/core": "^7.0.0-0"
792
+ }
793
+ },
794
+ "node_modules/@babel/plugin-transform-export-namespace-from": {
795
+ "version": "7.27.1",
796
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.27.1.tgz",
797
+ "integrity": "sha512-tQvHWSZ3/jH2xuq/vZDy0jNn+ZdXJeM8gHvX4lnJmsc3+50yPlWdZXIc5ay+umX+2/tJIqHqiEqcJvxlmIvRvQ==",
798
+ "license": "MIT",
799
+ "dependencies": {
800
+ "@babel/helper-plugin-utils": "^7.27.1"
801
+ },
802
+ "engines": {
803
+ "node": ">=6.9.0"
804
+ },
805
+ "peerDependencies": {
806
+ "@babel/core": "^7.0.0-0"
807
+ }
808
+ },
809
+ "node_modules/@babel/plugin-transform-for-of": {
810
+ "version": "7.27.1",
811
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.27.1.tgz",
812
+ "integrity": "sha512-BfbWFFEJFQzLCQ5N8VocnCtA8J1CLkNTe2Ms2wocj75dd6VpiqS5Z5quTYcUoo4Yq+DN0rtikODccuv7RU81sw==",
813
+ "license": "MIT",
814
+ "dependencies": {
815
+ "@babel/helper-plugin-utils": "^7.27.1",
816
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
817
+ },
818
+ "engines": {
819
+ "node": ">=6.9.0"
820
+ },
821
+ "peerDependencies": {
822
+ "@babel/core": "^7.0.0-0"
823
+ }
824
+ },
825
+ "node_modules/@babel/plugin-transform-function-name": {
826
+ "version": "7.27.1",
827
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.27.1.tgz",
828
+ "integrity": "sha512-1bQeydJF9Nr1eBCMMbC+hdwmRlsv5XYOMu03YSWFwNs0HsAmtSxxF1fyuYPqemVldVyFmlCU7w8UE14LupUSZQ==",
829
+ "license": "MIT",
830
+ "dependencies": {
831
+ "@babel/helper-compilation-targets": "^7.27.1",
832
+ "@babel/helper-plugin-utils": "^7.27.1",
833
+ "@babel/traverse": "^7.27.1"
834
+ },
835
+ "engines": {
836
+ "node": ">=6.9.0"
837
+ },
838
+ "peerDependencies": {
839
+ "@babel/core": "^7.0.0-0"
840
+ }
841
+ },
842
+ "node_modules/@babel/plugin-transform-json-strings": {
843
+ "version": "7.27.1",
844
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.27.1.tgz",
845
+ "integrity": "sha512-6WVLVJiTjqcQauBhn1LkICsR2H+zm62I3h9faTDKt1qP4jn2o72tSvqMwtGFKGTpojce0gJs+76eZ2uCHRZh0Q==",
846
+ "license": "MIT",
847
+ "dependencies": {
848
+ "@babel/helper-plugin-utils": "^7.27.1"
849
+ },
850
+ "engines": {
851
+ "node": ">=6.9.0"
852
+ },
853
+ "peerDependencies": {
854
+ "@babel/core": "^7.0.0-0"
855
+ }
856
+ },
857
+ "node_modules/@babel/plugin-transform-literals": {
858
+ "version": "7.27.1",
859
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.27.1.tgz",
860
+ "integrity": "sha512-0HCFSepIpLTkLcsi86GG3mTUzxV5jpmbv97hTETW3yzrAij8aqlD36toB1D0daVFJM8NK6GvKO0gslVQmm+zZA==",
861
+ "license": "MIT",
862
+ "dependencies": {
863
+ "@babel/helper-plugin-utils": "^7.27.1"
864
+ },
865
+ "engines": {
866
+ "node": ">=6.9.0"
867
+ },
868
+ "peerDependencies": {
869
+ "@babel/core": "^7.0.0-0"
870
+ }
871
+ },
872
+ "node_modules/@babel/plugin-transform-logical-assignment-operators": {
873
+ "version": "7.28.5",
874
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.28.5.tgz",
875
+ "integrity": "sha512-axUuqnUTBuXyHGcJEVVh9pORaN6wC5bYfE7FGzPiaWa3syib9m7g+/IT/4VgCOe2Upef43PHzeAvcrVek6QuuA==",
876
+ "license": "MIT",
877
+ "dependencies": {
878
+ "@babel/helper-plugin-utils": "^7.27.1"
879
+ },
880
+ "engines": {
881
+ "node": ">=6.9.0"
882
+ },
883
+ "peerDependencies": {
884
+ "@babel/core": "^7.0.0-0"
885
+ }
886
+ },
887
+ "node_modules/@babel/plugin-transform-member-expression-literals": {
888
+ "version": "7.27.1",
889
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.27.1.tgz",
890
+ "integrity": "sha512-hqoBX4dcZ1I33jCSWcXrP+1Ku7kdqXf1oeah7ooKOIiAdKQ+uqftgCFNOSzA5AMS2XIHEYeGFg4cKRCdpxzVOQ==",
891
+ "license": "MIT",
892
+ "dependencies": {
893
+ "@babel/helper-plugin-utils": "^7.27.1"
894
+ },
895
+ "engines": {
896
+ "node": ">=6.9.0"
897
+ },
898
+ "peerDependencies": {
899
+ "@babel/core": "^7.0.0-0"
900
+ }
901
+ },
902
+ "node_modules/@babel/plugin-transform-modules-amd": {
903
+ "version": "7.27.1",
904
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.27.1.tgz",
905
+ "integrity": "sha512-iCsytMg/N9/oFq6n+gFTvUYDZQOMK5kEdeYxmxt91fcJGycfxVP9CnrxoliM0oumFERba2i8ZtwRUCMhvP1LnA==",
906
+ "license": "MIT",
907
+ "dependencies": {
908
+ "@babel/helper-module-transforms": "^7.27.1",
909
+ "@babel/helper-plugin-utils": "^7.27.1"
910
+ },
911
+ "engines": {
912
+ "node": ">=6.9.0"
913
+ },
914
+ "peerDependencies": {
915
+ "@babel/core": "^7.0.0-0"
916
+ }
917
+ },
918
+ "node_modules/@babel/plugin-transform-modules-commonjs": {
919
+ "version": "7.27.1",
920
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.27.1.tgz",
921
+ "integrity": "sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==",
922
+ "license": "MIT",
923
+ "dependencies": {
924
+ "@babel/helper-module-transforms": "^7.27.1",
925
+ "@babel/helper-plugin-utils": "^7.27.1"
926
+ },
927
+ "engines": {
928
+ "node": ">=6.9.0"
929
+ },
930
+ "peerDependencies": {
931
+ "@babel/core": "^7.0.0-0"
932
+ }
933
+ },
934
+ "node_modules/@babel/plugin-transform-modules-systemjs": {
935
+ "version": "7.28.5",
936
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.28.5.tgz",
937
+ "integrity": "sha512-vn5Jma98LCOeBy/KpeQhXcV2WZgaRUtjwQmjoBuLNlOmkg0fB5pdvYVeWRYI69wWKwK2cD1QbMiUQnoujWvrew==",
938
+ "license": "MIT",
939
+ "dependencies": {
940
+ "@babel/helper-module-transforms": "^7.28.3",
941
+ "@babel/helper-plugin-utils": "^7.27.1",
942
+ "@babel/helper-validator-identifier": "^7.28.5",
943
+ "@babel/traverse": "^7.28.5"
944
+ },
945
+ "engines": {
946
+ "node": ">=6.9.0"
947
+ },
948
+ "peerDependencies": {
949
+ "@babel/core": "^7.0.0-0"
950
+ }
951
+ },
952
+ "node_modules/@babel/plugin-transform-modules-umd": {
953
+ "version": "7.27.1",
954
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.27.1.tgz",
955
+ "integrity": "sha512-iQBE/xC5BV1OxJbp6WG7jq9IWiD+xxlZhLrdwpPkTX3ydmXdvoCpyfJN7acaIBZaOqTfr76pgzqBJflNbeRK+w==",
956
+ "license": "MIT",
957
+ "dependencies": {
958
+ "@babel/helper-module-transforms": "^7.27.1",
959
+ "@babel/helper-plugin-utils": "^7.27.1"
960
+ },
961
+ "engines": {
962
+ "node": ">=6.9.0"
963
+ },
964
+ "peerDependencies": {
965
+ "@babel/core": "^7.0.0-0"
966
+ }
967
+ },
968
+ "node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
969
+ "version": "7.27.1",
970
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.27.1.tgz",
971
+ "integrity": "sha512-SstR5JYy8ddZvD6MhV0tM/j16Qds4mIpJTOd1Yu9J9pJjH93bxHECF7pgtc28XvkzTD6Pxcm/0Z73Hvk7kb3Ng==",
972
+ "license": "MIT",
973
+ "dependencies": {
974
+ "@babel/helper-create-regexp-features-plugin": "^7.27.1",
975
+ "@babel/helper-plugin-utils": "^7.27.1"
976
+ },
977
+ "engines": {
978
+ "node": ">=6.9.0"
979
+ },
980
+ "peerDependencies": {
981
+ "@babel/core": "^7.0.0"
982
+ }
983
+ },
984
+ "node_modules/@babel/plugin-transform-new-target": {
985
+ "version": "7.27.1",
986
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.27.1.tgz",
987
+ "integrity": "sha512-f6PiYeqXQ05lYq3TIfIDu/MtliKUbNwkGApPUvyo6+tc7uaR4cPjPe7DFPr15Uyycg2lZU6btZ575CuQoYh7MQ==",
988
+ "license": "MIT",
989
+ "dependencies": {
990
+ "@babel/helper-plugin-utils": "^7.27.1"
991
+ },
992
+ "engines": {
993
+ "node": ">=6.9.0"
994
+ },
995
+ "peerDependencies": {
996
+ "@babel/core": "^7.0.0-0"
997
+ }
998
+ },
999
+ "node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
1000
+ "version": "7.27.1",
1001
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.27.1.tgz",
1002
+ "integrity": "sha512-aGZh6xMo6q9vq1JGcw58lZ1Z0+i0xB2x0XaauNIUXd6O1xXc3RwoWEBlsTQrY4KQ9Jf0s5rgD6SiNkaUdJegTA==",
1003
+ "license": "MIT",
1004
+ "dependencies": {
1005
+ "@babel/helper-plugin-utils": "^7.27.1"
1006
+ },
1007
+ "engines": {
1008
+ "node": ">=6.9.0"
1009
+ },
1010
+ "peerDependencies": {
1011
+ "@babel/core": "^7.0.0-0"
1012
+ }
1013
+ },
1014
+ "node_modules/@babel/plugin-transform-numeric-separator": {
1015
+ "version": "7.27.1",
1016
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.27.1.tgz",
1017
+ "integrity": "sha512-fdPKAcujuvEChxDBJ5c+0BTaS6revLV7CJL08e4m3de8qJfNIuCc2nc7XJYOjBoTMJeqSmwXJ0ypE14RCjLwaw==",
1018
+ "license": "MIT",
1019
+ "dependencies": {
1020
+ "@babel/helper-plugin-utils": "^7.27.1"
1021
+ },
1022
+ "engines": {
1023
+ "node": ">=6.9.0"
1024
+ },
1025
+ "peerDependencies": {
1026
+ "@babel/core": "^7.0.0-0"
1027
+ }
1028
+ },
1029
+ "node_modules/@babel/plugin-transform-object-rest-spread": {
1030
+ "version": "7.28.4",
1031
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.4.tgz",
1032
+ "integrity": "sha512-373KA2HQzKhQCYiRVIRr+3MjpCObqzDlyrM6u4I201wL8Mp2wHf7uB8GhDwis03k2ti8Zr65Zyyqs1xOxUF/Ew==",
1033
+ "license": "MIT",
1034
+ "dependencies": {
1035
+ "@babel/helper-compilation-targets": "^7.27.2",
1036
+ "@babel/helper-plugin-utils": "^7.27.1",
1037
+ "@babel/plugin-transform-destructuring": "^7.28.0",
1038
+ "@babel/plugin-transform-parameters": "^7.27.7",
1039
+ "@babel/traverse": "^7.28.4"
1040
+ },
1041
+ "engines": {
1042
+ "node": ">=6.9.0"
1043
+ },
1044
+ "peerDependencies": {
1045
+ "@babel/core": "^7.0.0-0"
1046
+ }
1047
+ },
1048
+ "node_modules/@babel/plugin-transform-object-super": {
1049
+ "version": "7.27.1",
1050
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.27.1.tgz",
1051
+ "integrity": "sha512-SFy8S9plRPbIcxlJ8A6mT/CxFdJx/c04JEctz4jf8YZaVS2px34j7NXRrlGlHkN/M2gnpL37ZpGRGVFLd3l8Ng==",
1052
+ "license": "MIT",
1053
+ "dependencies": {
1054
+ "@babel/helper-plugin-utils": "^7.27.1",
1055
+ "@babel/helper-replace-supers": "^7.27.1"
1056
+ },
1057
+ "engines": {
1058
+ "node": ">=6.9.0"
1059
+ },
1060
+ "peerDependencies": {
1061
+ "@babel/core": "^7.0.0-0"
1062
+ }
1063
+ },
1064
+ "node_modules/@babel/plugin-transform-optional-catch-binding": {
1065
+ "version": "7.27.1",
1066
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.27.1.tgz",
1067
+ "integrity": "sha512-txEAEKzYrHEX4xSZN4kJ+OfKXFVSWKB2ZxM9dpcE3wT7smwkNmXo5ORRlVzMVdJbD+Q8ILTgSD7959uj+3Dm3Q==",
1068
+ "license": "MIT",
1069
+ "dependencies": {
1070
+ "@babel/helper-plugin-utils": "^7.27.1"
1071
+ },
1072
+ "engines": {
1073
+ "node": ">=6.9.0"
1074
+ },
1075
+ "peerDependencies": {
1076
+ "@babel/core": "^7.0.0-0"
1077
+ }
1078
+ },
1079
+ "node_modules/@babel/plugin-transform-optional-chaining": {
1080
+ "version": "7.28.5",
1081
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.28.5.tgz",
1082
+ "integrity": "sha512-N6fut9IZlPnjPwgiQkXNhb+cT8wQKFlJNqcZkWlcTqkcqx6/kU4ynGmLFoa4LViBSirn05YAwk+sQBbPfxtYzQ==",
1083
+ "license": "MIT",
1084
+ "dependencies": {
1085
+ "@babel/helper-plugin-utils": "^7.27.1",
1086
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
1087
+ },
1088
+ "engines": {
1089
+ "node": ">=6.9.0"
1090
+ },
1091
+ "peerDependencies": {
1092
+ "@babel/core": "^7.0.0-0"
1093
+ }
1094
+ },
1095
+ "node_modules/@babel/plugin-transform-parameters": {
1096
+ "version": "7.27.7",
1097
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.7.tgz",
1098
+ "integrity": "sha512-qBkYTYCb76RRxUM6CcZA5KRu8K4SM8ajzVeUgVdMVO9NN9uI/GaVmBg/WKJJGnNokV9SY8FxNOVWGXzqzUidBg==",
1099
+ "license": "MIT",
1100
+ "dependencies": {
1101
+ "@babel/helper-plugin-utils": "^7.27.1"
1102
+ },
1103
+ "engines": {
1104
+ "node": ">=6.9.0"
1105
+ },
1106
+ "peerDependencies": {
1107
+ "@babel/core": "^7.0.0-0"
1108
+ }
1109
+ },
1110
+ "node_modules/@babel/plugin-transform-private-methods": {
1111
+ "version": "7.27.1",
1112
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.27.1.tgz",
1113
+ "integrity": "sha512-10FVt+X55AjRAYI9BrdISN9/AQWHqldOeZDUoLyif1Kn05a56xVBXb8ZouL8pZ9jem8QpXaOt8TS7RHUIS+GPA==",
1114
+ "license": "MIT",
1115
+ "dependencies": {
1116
+ "@babel/helper-create-class-features-plugin": "^7.27.1",
1117
+ "@babel/helper-plugin-utils": "^7.27.1"
1118
+ },
1119
+ "engines": {
1120
+ "node": ">=6.9.0"
1121
+ },
1122
+ "peerDependencies": {
1123
+ "@babel/core": "^7.0.0-0"
1124
+ }
1125
+ },
1126
+ "node_modules/@babel/plugin-transform-private-property-in-object": {
1127
+ "version": "7.27.1",
1128
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.27.1.tgz",
1129
+ "integrity": "sha512-5J+IhqTi1XPa0DXF83jYOaARrX+41gOewWbkPyjMNRDqgOCqdffGh8L3f/Ek5utaEBZExjSAzcyjmV9SSAWObQ==",
1130
+ "license": "MIT",
1131
+ "dependencies": {
1132
+ "@babel/helper-annotate-as-pure": "^7.27.1",
1133
+ "@babel/helper-create-class-features-plugin": "^7.27.1",
1134
+ "@babel/helper-plugin-utils": "^7.27.1"
1135
+ },
1136
+ "engines": {
1137
+ "node": ">=6.9.0"
1138
+ },
1139
+ "peerDependencies": {
1140
+ "@babel/core": "^7.0.0-0"
1141
+ }
1142
+ },
1143
+ "node_modules/@babel/plugin-transform-property-literals": {
1144
+ "version": "7.27.1",
1145
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.27.1.tgz",
1146
+ "integrity": "sha512-oThy3BCuCha8kDZ8ZkgOg2exvPYUlprMukKQXI1r1pJ47NCvxfkEy8vK+r/hT9nF0Aa4H1WUPZZjHTFtAhGfmQ==",
1147
+ "license": "MIT",
1148
+ "dependencies": {
1149
+ "@babel/helper-plugin-utils": "^7.27.1"
1150
+ },
1151
+ "engines": {
1152
+ "node": ">=6.9.0"
1153
+ },
1154
+ "peerDependencies": {
1155
+ "@babel/core": "^7.0.0-0"
1156
+ }
1157
+ },
1158
+ "node_modules/@babel/plugin-transform-regenerator": {
1159
+ "version": "7.28.4",
1160
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.4.tgz",
1161
+ "integrity": "sha512-+ZEdQlBoRg9m2NnzvEeLgtvBMO4tkFBw5SQIUgLICgTrumLoU7lr+Oghi6km2PFj+dbUt2u1oby2w3BDO9YQnA==",
1162
+ "license": "MIT",
1163
+ "dependencies": {
1164
+ "@babel/helper-plugin-utils": "^7.27.1"
1165
+ },
1166
+ "engines": {
1167
+ "node": ">=6.9.0"
1168
+ },
1169
+ "peerDependencies": {
1170
+ "@babel/core": "^7.0.0-0"
1171
+ }
1172
+ },
1173
+ "node_modules/@babel/plugin-transform-regexp-modifiers": {
1174
+ "version": "7.27.1",
1175
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.27.1.tgz",
1176
+ "integrity": "sha512-TtEciroaiODtXvLZv4rmfMhkCv8jx3wgKpL68PuiPh2M4fvz5jhsA7697N1gMvkvr/JTF13DrFYyEbY9U7cVPA==",
1177
+ "license": "MIT",
1178
+ "dependencies": {
1179
+ "@babel/helper-create-regexp-features-plugin": "^7.27.1",
1180
+ "@babel/helper-plugin-utils": "^7.27.1"
1181
+ },
1182
+ "engines": {
1183
+ "node": ">=6.9.0"
1184
+ },
1185
+ "peerDependencies": {
1186
+ "@babel/core": "^7.0.0"
1187
+ }
1188
+ },
1189
+ "node_modules/@babel/plugin-transform-reserved-words": {
1190
+ "version": "7.27.1",
1191
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.27.1.tgz",
1192
+ "integrity": "sha512-V2ABPHIJX4kC7HegLkYoDpfg9PVmuWy/i6vUM5eGK22bx4YVFD3M5F0QQnWQoDs6AGsUWTVOopBiMFQgHaSkVw==",
1193
+ "license": "MIT",
1194
+ "dependencies": {
1195
+ "@babel/helper-plugin-utils": "^7.27.1"
1196
+ },
1197
+ "engines": {
1198
+ "node": ">=6.9.0"
1199
+ },
1200
+ "peerDependencies": {
1201
+ "@babel/core": "^7.0.0-0"
1202
+ }
1203
+ },
1204
+ "node_modules/@babel/plugin-transform-shorthand-properties": {
1205
+ "version": "7.27.1",
1206
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.27.1.tgz",
1207
+ "integrity": "sha512-N/wH1vcn4oYawbJ13Y/FxcQrWk63jhfNa7jef0ih7PHSIHX2LB7GWE1rkPrOnka9kwMxb6hMl19p7lidA+EHmQ==",
1208
+ "license": "MIT",
1209
+ "dependencies": {
1210
+ "@babel/helper-plugin-utils": "^7.27.1"
1211
+ },
1212
+ "engines": {
1213
+ "node": ">=6.9.0"
1214
+ },
1215
+ "peerDependencies": {
1216
+ "@babel/core": "^7.0.0-0"
1217
+ }
1218
+ },
1219
+ "node_modules/@babel/plugin-transform-spread": {
1220
+ "version": "7.27.1",
1221
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.27.1.tgz",
1222
+ "integrity": "sha512-kpb3HUqaILBJcRFVhFUs6Trdd4mkrzcGXss+6/mxUd273PfbWqSDHRzMT2234gIg2QYfAjvXLSquP1xECSg09Q==",
1223
+ "license": "MIT",
1224
+ "dependencies": {
1225
+ "@babel/helper-plugin-utils": "^7.27.1",
1226
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
1227
+ },
1228
+ "engines": {
1229
+ "node": ">=6.9.0"
1230
+ },
1231
+ "peerDependencies": {
1232
+ "@babel/core": "^7.0.0-0"
1233
+ }
1234
+ },
1235
+ "node_modules/@babel/plugin-transform-sticky-regex": {
1236
+ "version": "7.27.1",
1237
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.27.1.tgz",
1238
+ "integrity": "sha512-lhInBO5bi/Kowe2/aLdBAawijx+q1pQzicSgnkB6dUPc1+RC8QmJHKf2OjvU+NZWitguJHEaEmbV6VWEouT58g==",
1239
+ "license": "MIT",
1240
+ "dependencies": {
1241
+ "@babel/helper-plugin-utils": "^7.27.1"
1242
+ },
1243
+ "engines": {
1244
+ "node": ">=6.9.0"
1245
+ },
1246
+ "peerDependencies": {
1247
+ "@babel/core": "^7.0.0-0"
1248
+ }
1249
+ },
1250
+ "node_modules/@babel/plugin-transform-template-literals": {
1251
+ "version": "7.27.1",
1252
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.27.1.tgz",
1253
+ "integrity": "sha512-fBJKiV7F2DxZUkg5EtHKXQdbsbURW3DZKQUWphDum0uRP6eHGGa/He9mc0mypL680pb+e/lDIthRohlv8NCHkg==",
1254
+ "license": "MIT",
1255
+ "dependencies": {
1256
+ "@babel/helper-plugin-utils": "^7.27.1"
1257
+ },
1258
+ "engines": {
1259
+ "node": ">=6.9.0"
1260
+ },
1261
+ "peerDependencies": {
1262
+ "@babel/core": "^7.0.0-0"
1263
+ }
1264
+ },
1265
+ "node_modules/@babel/plugin-transform-typeof-symbol": {
1266
+ "version": "7.27.1",
1267
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.27.1.tgz",
1268
+ "integrity": "sha512-RiSILC+nRJM7FY5srIyc4/fGIwUhyDuuBSdWn4y6yT6gm652DpCHZjIipgn6B7MQ1ITOUnAKWixEUjQRIBIcLw==",
1269
+ "license": "MIT",
1270
+ "dependencies": {
1271
+ "@babel/helper-plugin-utils": "^7.27.1"
1272
+ },
1273
+ "engines": {
1274
+ "node": ">=6.9.0"
1275
+ },
1276
+ "peerDependencies": {
1277
+ "@babel/core": "^7.0.0-0"
1278
+ }
1279
+ },
1280
+ "node_modules/@babel/plugin-transform-unicode-escapes": {
1281
+ "version": "7.27.1",
1282
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.27.1.tgz",
1283
+ "integrity": "sha512-Ysg4v6AmF26k9vpfFuTZg8HRfVWzsh1kVfowA23y9j/Gu6dOuahdUVhkLqpObp3JIv27MLSii6noRnuKN8H0Mg==",
1284
+ "license": "MIT",
1285
+ "dependencies": {
1286
+ "@babel/helper-plugin-utils": "^7.27.1"
1287
+ },
1288
+ "engines": {
1289
+ "node": ">=6.9.0"
1290
+ },
1291
+ "peerDependencies": {
1292
+ "@babel/core": "^7.0.0-0"
1293
+ }
1294
+ },
1295
+ "node_modules/@babel/plugin-transform-unicode-property-regex": {
1296
+ "version": "7.27.1",
1297
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.27.1.tgz",
1298
+ "integrity": "sha512-uW20S39PnaTImxp39O5qFlHLS9LJEmANjMG7SxIhap8rCHqu0Ik+tLEPX5DKmHn6CsWQ7j3lix2tFOa5YtL12Q==",
1299
+ "license": "MIT",
1300
+ "dependencies": {
1301
+ "@babel/helper-create-regexp-features-plugin": "^7.27.1",
1302
+ "@babel/helper-plugin-utils": "^7.27.1"
1303
+ },
1304
+ "engines": {
1305
+ "node": ">=6.9.0"
1306
+ },
1307
+ "peerDependencies": {
1308
+ "@babel/core": "^7.0.0-0"
1309
+ }
1310
+ },
1311
+ "node_modules/@babel/plugin-transform-unicode-regex": {
1312
+ "version": "7.27.1",
1313
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.27.1.tgz",
1314
+ "integrity": "sha512-xvINq24TRojDuyt6JGtHmkVkrfVV3FPT16uytxImLeBZqW3/H52yN+kM1MGuyPkIQxrzKwPHs5U/MP3qKyzkGw==",
1315
+ "license": "MIT",
1316
+ "dependencies": {
1317
+ "@babel/helper-create-regexp-features-plugin": "^7.27.1",
1318
+ "@babel/helper-plugin-utils": "^7.27.1"
1319
+ },
1320
+ "engines": {
1321
+ "node": ">=6.9.0"
1322
+ },
1323
+ "peerDependencies": {
1324
+ "@babel/core": "^7.0.0-0"
1325
+ }
1326
+ },
1327
+ "node_modules/@babel/plugin-transform-unicode-sets-regex": {
1328
+ "version": "7.27.1",
1329
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.27.1.tgz",
1330
+ "integrity": "sha512-EtkOujbc4cgvb0mlpQefi4NTPBzhSIevblFevACNLUspmrALgmEBdL/XfnyyITfd8fKBZrZys92zOWcik7j9Tw==",
1331
+ "license": "MIT",
1332
+ "dependencies": {
1333
+ "@babel/helper-create-regexp-features-plugin": "^7.27.1",
1334
+ "@babel/helper-plugin-utils": "^7.27.1"
1335
+ },
1336
+ "engines": {
1337
+ "node": ">=6.9.0"
1338
+ },
1339
+ "peerDependencies": {
1340
+ "@babel/core": "^7.0.0"
1341
+ }
1342
+ },
1343
+ "node_modules/@babel/preset-env": {
1344
+ "version": "7.28.5",
1345
+ "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.28.5.tgz",
1346
+ "integrity": "sha512-S36mOoi1Sb6Fz98fBfE+UZSpYw5mJm0NUHtIKrOuNcqeFauy1J6dIvXm2KRVKobOSaGq4t/hBXdN4HGU3wL9Wg==",
1347
+ "license": "MIT",
1348
+ "dependencies": {
1349
+ "@babel/compat-data": "^7.28.5",
1350
+ "@babel/helper-compilation-targets": "^7.27.2",
1351
+ "@babel/helper-plugin-utils": "^7.27.1",
1352
+ "@babel/helper-validator-option": "^7.27.1",
1353
+ "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.28.5",
1354
+ "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.27.1",
1355
+ "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.27.1",
1356
+ "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.27.1",
1357
+ "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.28.3",
1358
+ "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
1359
+ "@babel/plugin-syntax-import-assertions": "^7.27.1",
1360
+ "@babel/plugin-syntax-import-attributes": "^7.27.1",
1361
+ "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
1362
+ "@babel/plugin-transform-arrow-functions": "^7.27.1",
1363
+ "@babel/plugin-transform-async-generator-functions": "^7.28.0",
1364
+ "@babel/plugin-transform-async-to-generator": "^7.27.1",
1365
+ "@babel/plugin-transform-block-scoped-functions": "^7.27.1",
1366
+ "@babel/plugin-transform-block-scoping": "^7.28.5",
1367
+ "@babel/plugin-transform-class-properties": "^7.27.1",
1368
+ "@babel/plugin-transform-class-static-block": "^7.28.3",
1369
+ "@babel/plugin-transform-classes": "^7.28.4",
1370
+ "@babel/plugin-transform-computed-properties": "^7.27.1",
1371
+ "@babel/plugin-transform-destructuring": "^7.28.5",
1372
+ "@babel/plugin-transform-dotall-regex": "^7.27.1",
1373
+ "@babel/plugin-transform-duplicate-keys": "^7.27.1",
1374
+ "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.27.1",
1375
+ "@babel/plugin-transform-dynamic-import": "^7.27.1",
1376
+ "@babel/plugin-transform-explicit-resource-management": "^7.28.0",
1377
+ "@babel/plugin-transform-exponentiation-operator": "^7.28.5",
1378
+ "@babel/plugin-transform-export-namespace-from": "^7.27.1",
1379
+ "@babel/plugin-transform-for-of": "^7.27.1",
1380
+ "@babel/plugin-transform-function-name": "^7.27.1",
1381
+ "@babel/plugin-transform-json-strings": "^7.27.1",
1382
+ "@babel/plugin-transform-literals": "^7.27.1",
1383
+ "@babel/plugin-transform-logical-assignment-operators": "^7.28.5",
1384
+ "@babel/plugin-transform-member-expression-literals": "^7.27.1",
1385
+ "@babel/plugin-transform-modules-amd": "^7.27.1",
1386
+ "@babel/plugin-transform-modules-commonjs": "^7.27.1",
1387
+ "@babel/plugin-transform-modules-systemjs": "^7.28.5",
1388
+ "@babel/plugin-transform-modules-umd": "^7.27.1",
1389
+ "@babel/plugin-transform-named-capturing-groups-regex": "^7.27.1",
1390
+ "@babel/plugin-transform-new-target": "^7.27.1",
1391
+ "@babel/plugin-transform-nullish-coalescing-operator": "^7.27.1",
1392
+ "@babel/plugin-transform-numeric-separator": "^7.27.1",
1393
+ "@babel/plugin-transform-object-rest-spread": "^7.28.4",
1394
+ "@babel/plugin-transform-object-super": "^7.27.1",
1395
+ "@babel/plugin-transform-optional-catch-binding": "^7.27.1",
1396
+ "@babel/plugin-transform-optional-chaining": "^7.28.5",
1397
+ "@babel/plugin-transform-parameters": "^7.27.7",
1398
+ "@babel/plugin-transform-private-methods": "^7.27.1",
1399
+ "@babel/plugin-transform-private-property-in-object": "^7.27.1",
1400
+ "@babel/plugin-transform-property-literals": "^7.27.1",
1401
+ "@babel/plugin-transform-regenerator": "^7.28.4",
1402
+ "@babel/plugin-transform-regexp-modifiers": "^7.27.1",
1403
+ "@babel/plugin-transform-reserved-words": "^7.27.1",
1404
+ "@babel/plugin-transform-shorthand-properties": "^7.27.1",
1405
+ "@babel/plugin-transform-spread": "^7.27.1",
1406
+ "@babel/plugin-transform-sticky-regex": "^7.27.1",
1407
+ "@babel/plugin-transform-template-literals": "^7.27.1",
1408
+ "@babel/plugin-transform-typeof-symbol": "^7.27.1",
1409
+ "@babel/plugin-transform-unicode-escapes": "^7.27.1",
1410
+ "@babel/plugin-transform-unicode-property-regex": "^7.27.1",
1411
+ "@babel/plugin-transform-unicode-regex": "^7.27.1",
1412
+ "@babel/plugin-transform-unicode-sets-regex": "^7.27.1",
1413
+ "@babel/preset-modules": "0.1.6-no-external-plugins",
1414
+ "babel-plugin-polyfill-corejs2": "^0.4.14",
1415
+ "babel-plugin-polyfill-corejs3": "^0.13.0",
1416
+ "babel-plugin-polyfill-regenerator": "^0.6.5",
1417
+ "core-js-compat": "^3.43.0",
1418
+ "semver": "^6.3.1"
1419
+ },
1420
+ "engines": {
1421
+ "node": ">=6.9.0"
1422
+ },
1423
+ "peerDependencies": {
1424
+ "@babel/core": "^7.0.0-0"
1425
+ }
1426
+ },
1427
+ "node_modules/@babel/preset-modules": {
1428
+ "version": "0.1.6-no-external-plugins",
1429
+ "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz",
1430
+ "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==",
1431
+ "license": "MIT",
1432
+ "dependencies": {
1433
+ "@babel/helper-plugin-utils": "^7.0.0",
1434
+ "@babel/types": "^7.4.4",
1435
+ "esutils": "^2.0.2"
1436
+ },
1437
+ "peerDependencies": {
1438
+ "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0"
1439
+ }
1440
+ },
1441
+ "node_modules/@babel/template": {
1442
+ "version": "7.27.2",
1443
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz",
1444
+ "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
1445
+ "license": "MIT",
1446
+ "dependencies": {
1447
+ "@babel/code-frame": "^7.27.1",
1448
+ "@babel/parser": "^7.27.2",
1449
+ "@babel/types": "^7.27.1"
1450
+ },
1451
+ "engines": {
1452
+ "node": ">=6.9.0"
1453
+ }
1454
+ },
1455
+ "node_modules/@babel/traverse": {
1456
+ "version": "7.28.5",
1457
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
1458
+ "integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
1459
+ "license": "MIT",
1460
+ "dependencies": {
1461
+ "@babel/code-frame": "^7.27.1",
1462
+ "@babel/generator": "^7.28.5",
1463
+ "@babel/helper-globals": "^7.28.0",
1464
+ "@babel/parser": "^7.28.5",
1465
+ "@babel/template": "^7.27.2",
1466
+ "@babel/types": "^7.28.5",
1467
+ "debug": "^4.3.1"
1468
+ },
1469
+ "engines": {
1470
+ "node": ">=6.9.0"
1471
+ }
1472
+ },
1473
+ "node_modules/@babel/types": {
1474
+ "version": "7.28.5",
1475
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
1476
+ "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
1477
+ "license": "MIT",
1478
+ "dependencies": {
1479
+ "@babel/helper-string-parser": "^7.27.1",
1480
+ "@babel/helper-validator-identifier": "^7.28.5"
1481
+ },
1482
+ "engines": {
1483
+ "node": ">=6.9.0"
1484
+ }
1485
+ },
1486
+ "node_modules/@jridgewell/gen-mapping": {
1487
+ "version": "0.3.13",
1488
+ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
1489
+ "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
1490
+ "license": "MIT",
1491
+ "dependencies": {
1492
+ "@jridgewell/sourcemap-codec": "^1.5.0",
1493
+ "@jridgewell/trace-mapping": "^0.3.24"
1494
+ }
1495
+ },
1496
+ "node_modules/@jridgewell/remapping": {
1497
+ "version": "2.3.5",
1498
+ "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
1499
+ "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
1500
+ "license": "MIT",
1501
+ "dependencies": {
1502
+ "@jridgewell/gen-mapping": "^0.3.5",
1503
+ "@jridgewell/trace-mapping": "^0.3.24"
1504
+ }
1505
+ },
1506
+ "node_modules/@jridgewell/resolve-uri": {
1507
+ "version": "3.1.2",
1508
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
1509
+ "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
1510
+ "license": "MIT",
1511
+ "engines": {
1512
+ "node": ">=6.0.0"
1513
+ }
1514
+ },
1515
+ "node_modules/@jridgewell/sourcemap-codec": {
1516
+ "version": "1.5.5",
1517
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
1518
+ "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
1519
+ "license": "MIT"
1520
+ },
1521
+ "node_modules/@jridgewell/trace-mapping": {
1522
+ "version": "0.3.31",
1523
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
1524
+ "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
1525
+ "license": "MIT",
1526
+ "dependencies": {
1527
+ "@jridgewell/resolve-uri": "^3.1.0",
1528
+ "@jridgewell/sourcemap-codec": "^1.4.14"
1529
+ }
1530
+ },
1531
+ "node_modules/@rollup/plugin-babel": {
1532
+ "version": "6.1.0",
1533
+ "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-6.1.0.tgz",
1534
+ "integrity": "sha512-dFZNuFD2YRcoomP4oYf+DvQNSUA9ih+A3vUqopQx5EdtPGo3WBnQcI/S8pwpz91UsGfL0HsMSOlaMld8HrbubA==",
1535
+ "license": "MIT",
1536
+ "dependencies": {
1537
+ "@babel/helper-module-imports": "^7.18.6",
1538
+ "@rollup/pluginutils": "^5.0.1"
1539
+ },
1540
+ "engines": {
1541
+ "node": ">=14.0.0"
1542
+ },
1543
+ "peerDependencies": {
1544
+ "@babel/core": "^7.0.0",
1545
+ "@types/babel__core": "^7.1.9",
1546
+ "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
1547
+ },
1548
+ "peerDependenciesMeta": {
1549
+ "@types/babel__core": {
1550
+ "optional": true
1551
+ },
1552
+ "rollup": {
1553
+ "optional": true
1554
+ }
1555
+ }
1556
+ },
1557
+ "node_modules/@rollup/plugin-commonjs": {
1558
+ "version": "25.0.8",
1559
+ "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-25.0.8.tgz",
1560
+ "integrity": "sha512-ZEZWTK5n6Qde0to4vS9Mr5x/0UZoqCxPVR9KRUjU4kA2sO7GEUn1fop0DAwpO6z0Nw/kJON9bDmSxdWxO/TT1A==",
1561
+ "license": "MIT",
1562
+ "dependencies": {
1563
+ "@rollup/pluginutils": "^5.0.1",
1564
+ "commondir": "^1.0.1",
1565
+ "estree-walker": "^2.0.2",
1566
+ "glob": "^8.0.3",
1567
+ "is-reference": "1.2.1",
1568
+ "magic-string": "^0.30.3"
1569
+ },
1570
+ "engines": {
1571
+ "node": ">=14.0.0"
1572
+ },
1573
+ "peerDependencies": {
1574
+ "rollup": "^2.68.0||^3.0.0||^4.0.0"
1575
+ },
1576
+ "peerDependenciesMeta": {
1577
+ "rollup": {
1578
+ "optional": true
1579
+ }
1580
+ }
1581
+ },
1582
+ "node_modules/@rollup/plugin-inject": {
1583
+ "version": "5.0.5",
1584
+ "resolved": "https://registry.npmjs.org/@rollup/plugin-inject/-/plugin-inject-5.0.5.tgz",
1585
+ "integrity": "sha512-2+DEJbNBoPROPkgTDNe8/1YXWcqxbN5DTjASVIOx8HS+pITXushyNiBV56RB08zuptzz8gT3YfkqriTBVycepg==",
1586
+ "license": "MIT",
1587
+ "dependencies": {
1588
+ "@rollup/pluginutils": "^5.0.1",
1589
+ "estree-walker": "^2.0.2",
1590
+ "magic-string": "^0.30.3"
1591
+ },
1592
+ "engines": {
1593
+ "node": ">=14.0.0"
1594
+ },
1595
+ "peerDependencies": {
1596
+ "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
1597
+ },
1598
+ "peerDependenciesMeta": {
1599
+ "rollup": {
1600
+ "optional": true
1601
+ }
1602
+ }
1603
+ },
1604
+ "node_modules/@rollup/plugin-json": {
1605
+ "version": "6.1.0",
1606
+ "resolved": "https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-6.1.0.tgz",
1607
+ "integrity": "sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==",
1608
+ "license": "MIT",
1609
+ "dependencies": {
1610
+ "@rollup/pluginutils": "^5.1.0"
1611
+ },
1612
+ "engines": {
1613
+ "node": ">=14.0.0"
1614
+ },
1615
+ "peerDependencies": {
1616
+ "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
1617
+ },
1618
+ "peerDependenciesMeta": {
1619
+ "rollup": {
1620
+ "optional": true
1621
+ }
1622
+ }
1623
+ },
1624
+ "node_modules/@rollup/plugin-node-resolve": {
1625
+ "version": "15.3.1",
1626
+ "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.3.1.tgz",
1627
+ "integrity": "sha512-tgg6b91pAybXHJQMAAwW9VuWBO6Thi+q7BCNARLwSqlmsHz0XYURtGvh/AuwSADXSI4h/2uHbs7s4FzlZDGSGA==",
1628
+ "license": "MIT",
1629
+ "dependencies": {
1630
+ "@rollup/pluginutils": "^5.0.1",
1631
+ "@types/resolve": "1.20.2",
1632
+ "deepmerge": "^4.2.2",
1633
+ "is-module": "^1.0.0",
1634
+ "resolve": "^1.22.1"
1635
+ },
1636
+ "engines": {
1637
+ "node": ">=14.0.0"
1638
+ },
1639
+ "peerDependencies": {
1640
+ "rollup": "^2.78.0||^3.0.0||^4.0.0"
1641
+ },
1642
+ "peerDependenciesMeta": {
1643
+ "rollup": {
1644
+ "optional": true
1645
+ }
1646
+ }
1647
+ },
1648
+ "node_modules/@rollup/pluginutils": {
1649
+ "version": "5.3.0",
1650
+ "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.3.0.tgz",
1651
+ "integrity": "sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==",
1652
+ "license": "MIT",
1653
+ "dependencies": {
1654
+ "@types/estree": "^1.0.0",
1655
+ "estree-walker": "^2.0.2",
1656
+ "picomatch": "^4.0.2"
1657
+ },
1658
+ "engines": {
1659
+ "node": ">=14.0.0"
1660
+ },
1661
+ "peerDependencies": {
1662
+ "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
1663
+ },
1664
+ "peerDependenciesMeta": {
1665
+ "rollup": {
1666
+ "optional": true
1667
+ }
1668
+ }
1669
+ },
1670
+ "node_modules/@rollup/rollup-linux-x64-gnu": {
1671
+ "version": "4.54.0",
1672
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.54.0.tgz",
1673
+ "integrity": "sha512-WGt5J8Ij/rvyqpFexxk3ffKqqbLf9AqrTBbWDk7ApGUzaIs6V+s2s84kAxklFwmMF/vBNGrVdYgbblCOFFezMQ==",
1674
+ "cpu": [
1675
+ "x64"
1676
+ ],
1677
+ "license": "MIT",
1678
+ "optional": true,
1679
+ "os": [
1680
+ "linux"
1681
+ ]
1682
+ },
1683
+ "node_modules/@types/estree": {
1684
+ "version": "1.0.8",
1685
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
1686
+ "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
1687
+ "license": "MIT"
1688
+ },
1689
+ "node_modules/@types/resolve": {
1690
+ "version": "1.20.2",
1691
+ "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.2.tgz",
1692
+ "integrity": "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==",
1693
+ "license": "MIT"
1694
+ },
1695
+ "node_modules/babel-plugin-polyfill-corejs2": {
1696
+ "version": "0.4.14",
1697
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.14.tgz",
1698
+ "integrity": "sha512-Co2Y9wX854ts6U8gAAPXfn0GmAyctHuK8n0Yhfjd6t30g7yvKjspvvOo9yG+z52PZRgFErt7Ka2pYnXCjLKEpg==",
1699
+ "license": "MIT",
1700
+ "dependencies": {
1701
+ "@babel/compat-data": "^7.27.7",
1702
+ "@babel/helper-define-polyfill-provider": "^0.6.5",
1703
+ "semver": "^6.3.1"
1704
+ },
1705
+ "peerDependencies": {
1706
+ "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
1707
+ }
1708
+ },
1709
+ "node_modules/babel-plugin-polyfill-corejs3": {
1710
+ "version": "0.13.0",
1711
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.13.0.tgz",
1712
+ "integrity": "sha512-U+GNwMdSFgzVmfhNm8GJUX88AadB3uo9KpJqS3FaqNIPKgySuvMb+bHPsOmmuWyIcuqZj/pzt1RUIUZns4y2+A==",
1713
+ "license": "MIT",
1714
+ "dependencies": {
1715
+ "@babel/helper-define-polyfill-provider": "^0.6.5",
1716
+ "core-js-compat": "^3.43.0"
1717
+ },
1718
+ "peerDependencies": {
1719
+ "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
1720
+ }
1721
+ },
1722
+ "node_modules/babel-plugin-polyfill-regenerator": {
1723
+ "version": "0.6.5",
1724
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.5.tgz",
1725
+ "integrity": "sha512-ISqQ2frbiNU9vIJkzg7dlPpznPZ4jOiUQ1uSmB0fEHeowtN3COYRsXr/xexn64NpU13P06jc/L5TgiJXOgrbEg==",
1726
+ "license": "MIT",
1727
+ "dependencies": {
1728
+ "@babel/helper-define-polyfill-provider": "^0.6.5"
1729
+ },
1730
+ "peerDependencies": {
1731
+ "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
1732
+ }
1733
+ },
1734
+ "node_modules/balanced-match": {
1735
+ "version": "1.0.2",
1736
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
1737
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
1738
+ "license": "MIT"
1739
+ },
1740
+ "node_modules/baseline-browser-mapping": {
1741
+ "version": "2.9.11",
1742
+ "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.11.tgz",
1743
+ "integrity": "sha512-Sg0xJUNDU1sJNGdfGWhVHX0kkZ+HWcvmVymJbj6NSgZZmW/8S9Y2HQ5euytnIgakgxN6papOAWiwDo1ctFDcoQ==",
1744
+ "license": "Apache-2.0",
1745
+ "bin": {
1746
+ "baseline-browser-mapping": "dist/cli.js"
1747
+ }
1748
+ },
1749
+ "node_modules/brace-expansion": {
1750
+ "version": "2.0.2",
1751
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
1752
+ "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
1753
+ "license": "MIT",
1754
+ "dependencies": {
1755
+ "balanced-match": "^1.0.0"
1756
+ }
1757
+ },
1758
+ "node_modules/browserslist": {
1759
+ "version": "4.28.1",
1760
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.1.tgz",
1761
+ "integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==",
1762
+ "funding": [
1763
+ {
1764
+ "type": "opencollective",
1765
+ "url": "https://opencollective.com/browserslist"
1766
+ },
1767
+ {
1768
+ "type": "tidelift",
1769
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
1770
+ },
1771
+ {
1772
+ "type": "github",
1773
+ "url": "https://github.com/sponsors/ai"
1774
+ }
1775
+ ],
1776
+ "license": "MIT",
1777
+ "dependencies": {
1778
+ "baseline-browser-mapping": "^2.9.0",
1779
+ "caniuse-lite": "^1.0.30001759",
1780
+ "electron-to-chromium": "^1.5.263",
1781
+ "node-releases": "^2.0.27",
1782
+ "update-browserslist-db": "^1.2.0"
1783
+ },
1784
+ "bin": {
1785
+ "browserslist": "cli.js"
1786
+ },
1787
+ "engines": {
1788
+ "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
1789
+ }
1790
+ },
1791
+ "node_modules/caniuse-lite": {
1792
+ "version": "1.0.30001762",
1793
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001762.tgz",
1794
+ "integrity": "sha512-PxZwGNvH7Ak8WX5iXzoK1KPZttBXNPuaOvI2ZYU7NrlM+d9Ov+TUvlLOBNGzVXAntMSMMlJPd+jY6ovrVjSmUw==",
1795
+ "funding": [
1796
+ {
1797
+ "type": "opencollective",
1798
+ "url": "https://opencollective.com/browserslist"
1799
+ },
1800
+ {
1801
+ "type": "tidelift",
1802
+ "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
1803
+ },
1804
+ {
1805
+ "type": "github",
1806
+ "url": "https://github.com/sponsors/ai"
1807
+ }
1808
+ ],
1809
+ "license": "CC-BY-4.0"
1810
+ },
1811
+ "node_modules/commondir": {
1812
+ "version": "1.0.1",
1813
+ "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
1814
+ "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==",
1815
+ "license": "MIT"
1816
+ },
1817
+ "node_modules/convert-source-map": {
1818
+ "version": "2.0.0",
1819
+ "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
1820
+ "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
1821
+ "license": "MIT"
1822
+ },
1823
+ "node_modules/core-js-compat": {
1824
+ "version": "3.47.0",
1825
+ "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.47.0.tgz",
1826
+ "integrity": "sha512-IGfuznZ/n7Kp9+nypamBhvwdwLsW6KC8IOaURw2doAK5e98AG3acVLdh0woOnEqCfUtS+Vu882JE4k/DAm3ItQ==",
1827
+ "license": "MIT",
1828
+ "dependencies": {
1829
+ "browserslist": "^4.28.0"
1830
+ },
1831
+ "funding": {
1832
+ "type": "opencollective",
1833
+ "url": "https://opencollective.com/core-js"
1834
+ }
1835
+ },
1836
+ "node_modules/debug": {
1837
+ "version": "4.4.3",
1838
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
1839
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
1840
+ "license": "MIT",
1841
+ "dependencies": {
1842
+ "ms": "^2.1.3"
1843
+ },
1844
+ "engines": {
1845
+ "node": ">=6.0"
1846
+ },
1847
+ "peerDependenciesMeta": {
1848
+ "supports-color": {
1849
+ "optional": true
1850
+ }
1851
+ }
1852
+ },
1853
+ "node_modules/deepmerge": {
1854
+ "version": "4.3.1",
1855
+ "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
1856
+ "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
1857
+ "license": "MIT",
1858
+ "engines": {
1859
+ "node": ">=0.10.0"
1860
+ }
1861
+ },
1862
+ "node_modules/electron-to-chromium": {
1863
+ "version": "1.5.267",
1864
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.267.tgz",
1865
+ "integrity": "sha512-0Drusm6MVRXSOJpGbaSVgcQsuB4hEkMpHXaVstcPmhu5LIedxs1xNK/nIxmQIU/RPC0+1/o0AVZfBTkTNJOdUw==",
1866
+ "license": "ISC"
1867
+ },
1868
+ "node_modules/escalade": {
1869
+ "version": "3.2.0",
1870
+ "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
1871
+ "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
1872
+ "license": "MIT",
1873
+ "engines": {
1874
+ "node": ">=6"
1875
+ }
1876
+ },
1877
+ "node_modules/estree-walker": {
1878
+ "version": "2.0.2",
1879
+ "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
1880
+ "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
1881
+ "license": "MIT"
1882
+ },
1883
+ "node_modules/esutils": {
1884
+ "version": "2.0.3",
1885
+ "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
1886
+ "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
1887
+ "license": "BSD-2-Clause",
1888
+ "engines": {
1889
+ "node": ">=0.10.0"
1890
+ }
1891
+ },
1892
+ "node_modules/fs.realpath": {
1893
+ "version": "1.0.0",
1894
+ "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
1895
+ "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
1896
+ "license": "ISC"
1897
+ },
1898
+ "node_modules/function-bind": {
1899
+ "version": "1.1.2",
1900
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
1901
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
1902
+ "license": "MIT",
1903
+ "funding": {
1904
+ "url": "https://github.com/sponsors/ljharb"
1905
+ }
1906
+ },
1907
+ "node_modules/gensync": {
1908
+ "version": "1.0.0-beta.2",
1909
+ "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
1910
+ "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
1911
+ "license": "MIT",
1912
+ "engines": {
1913
+ "node": ">=6.9.0"
1914
+ }
1915
+ },
1916
+ "node_modules/glob": {
1917
+ "version": "8.1.0",
1918
+ "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz",
1919
+ "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==",
1920
+ "deprecated": "Glob versions prior to v9 are no longer supported",
1921
+ "license": "ISC",
1922
+ "dependencies": {
1923
+ "fs.realpath": "^1.0.0",
1924
+ "inflight": "^1.0.4",
1925
+ "inherits": "2",
1926
+ "minimatch": "^5.0.1",
1927
+ "once": "^1.3.0"
1928
+ },
1929
+ "engines": {
1930
+ "node": ">=12"
1931
+ },
1932
+ "funding": {
1933
+ "url": "https://github.com/sponsors/isaacs"
1934
+ }
1935
+ },
1936
+ "node_modules/hasown": {
1937
+ "version": "2.0.2",
1938
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
1939
+ "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
1940
+ "license": "MIT",
1941
+ "dependencies": {
1942
+ "function-bind": "^1.1.2"
1943
+ },
1944
+ "engines": {
1945
+ "node": ">= 0.4"
1946
+ }
1947
+ },
1948
+ "node_modules/inflight": {
1949
+ "version": "1.0.6",
1950
+ "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
1951
+ "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
1952
+ "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.",
1953
+ "license": "ISC",
1954
+ "dependencies": {
1955
+ "once": "^1.3.0",
1956
+ "wrappy": "1"
1957
+ }
1958
+ },
1959
+ "node_modules/inherits": {
1960
+ "version": "2.0.4",
1961
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
1962
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
1963
+ "license": "ISC"
1964
+ },
1965
+ "node_modules/is-core-module": {
1966
+ "version": "2.16.1",
1967
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
1968
+ "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
1969
+ "license": "MIT",
1970
+ "dependencies": {
1971
+ "hasown": "^2.0.2"
1972
+ },
1973
+ "engines": {
1974
+ "node": ">= 0.4"
1975
+ },
1976
+ "funding": {
1977
+ "url": "https://github.com/sponsors/ljharb"
1978
+ }
1979
+ },
1980
+ "node_modules/is-module": {
1981
+ "version": "1.0.0",
1982
+ "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz",
1983
+ "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==",
1984
+ "license": "MIT"
1985
+ },
1986
+ "node_modules/is-reference": {
1987
+ "version": "1.2.1",
1988
+ "resolved": "https://registry.npmjs.org/is-reference/-/is-reference-1.2.1.tgz",
1989
+ "integrity": "sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==",
1990
+ "license": "MIT",
1991
+ "dependencies": {
1992
+ "@types/estree": "*"
1993
+ }
1994
+ },
1995
+ "node_modules/js-tokens": {
1996
+ "version": "4.0.0",
1997
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
1998
+ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
1999
+ "license": "MIT"
2000
+ },
2001
+ "node_modules/jsesc": {
2002
+ "version": "3.1.0",
2003
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
2004
+ "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
2005
+ "license": "MIT",
2006
+ "bin": {
2007
+ "jsesc": "bin/jsesc"
2008
+ },
2009
+ "engines": {
2010
+ "node": ">=6"
2011
+ }
2012
+ },
2013
+ "node_modules/json5": {
2014
+ "version": "2.2.3",
2015
+ "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
2016
+ "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
2017
+ "license": "MIT",
2018
+ "bin": {
2019
+ "json5": "lib/cli.js"
2020
+ },
2021
+ "engines": {
2022
+ "node": ">=6"
2023
+ }
2024
+ },
2025
+ "node_modules/lodash.debounce": {
2026
+ "version": "4.0.8",
2027
+ "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
2028
+ "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==",
2029
+ "license": "MIT"
2030
+ },
2031
+ "node_modules/lru-cache": {
2032
+ "version": "5.1.1",
2033
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
2034
+ "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
2035
+ "license": "ISC",
2036
+ "dependencies": {
2037
+ "yallist": "^3.0.2"
2038
+ }
2039
+ },
2040
+ "node_modules/magic-string": {
2041
+ "version": "0.30.21",
2042
+ "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
2043
+ "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
2044
+ "license": "MIT",
2045
+ "dependencies": {
2046
+ "@jridgewell/sourcemap-codec": "^1.5.5"
2047
+ }
2048
+ },
2049
+ "node_modules/minimatch": {
2050
+ "version": "5.1.6",
2051
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
2052
+ "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
2053
+ "license": "ISC",
2054
+ "dependencies": {
2055
+ "brace-expansion": "^2.0.1"
2056
+ },
2057
+ "engines": {
2058
+ "node": ">=10"
2059
+ }
2060
+ },
2061
+ "node_modules/ms": {
2062
+ "version": "2.1.3",
2063
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
2064
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
2065
+ "license": "MIT"
2066
+ },
2067
+ "node_modules/node-releases": {
2068
+ "version": "2.0.27",
2069
+ "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz",
2070
+ "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==",
2071
+ "license": "MIT"
2072
+ },
2073
+ "node_modules/once": {
2074
+ "version": "1.4.0",
2075
+ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
2076
+ "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
2077
+ "license": "ISC",
2078
+ "dependencies": {
2079
+ "wrappy": "1"
2080
+ }
2081
+ },
2082
+ "node_modules/path-parse": {
2083
+ "version": "1.0.7",
2084
+ "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
2085
+ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
2086
+ "license": "MIT"
2087
+ },
2088
+ "node_modules/picocolors": {
2089
+ "version": "1.1.1",
2090
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
2091
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
2092
+ "license": "ISC"
2093
+ },
2094
+ "node_modules/picomatch": {
2095
+ "version": "4.0.3",
2096
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
2097
+ "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
2098
+ "license": "MIT",
2099
+ "engines": {
2100
+ "node": ">=12"
2101
+ },
2102
+ "funding": {
2103
+ "url": "https://github.com/sponsors/jonschlinkert"
2104
+ }
2105
+ },
2106
+ "node_modules/regenerate": {
2107
+ "version": "1.4.2",
2108
+ "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
2109
+ "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==",
2110
+ "license": "MIT"
2111
+ },
2112
+ "node_modules/regenerate-unicode-properties": {
2113
+ "version": "10.2.2",
2114
+ "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.2.tgz",
2115
+ "integrity": "sha512-m03P+zhBeQd1RGnYxrGyDAPpWX/epKirLrp8e3qevZdVkKtnCrjjWczIbYc8+xd6vcTStVlqfycTx1KR4LOr0g==",
2116
+ "license": "MIT",
2117
+ "dependencies": {
2118
+ "regenerate": "^1.4.2"
2119
+ },
2120
+ "engines": {
2121
+ "node": ">=4"
2122
+ }
2123
+ },
2124
+ "node_modules/regexpu-core": {
2125
+ "version": "6.4.0",
2126
+ "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.4.0.tgz",
2127
+ "integrity": "sha512-0ghuzq67LI9bLXpOX/ISfve/Mq33a4aFRzoQYhnnok1JOFpmE/A2TBGkNVenOGEeSBCjIiWcc6MVOG5HEQv0sA==",
2128
+ "license": "MIT",
2129
+ "dependencies": {
2130
+ "regenerate": "^1.4.2",
2131
+ "regenerate-unicode-properties": "^10.2.2",
2132
+ "regjsgen": "^0.8.0",
2133
+ "regjsparser": "^0.13.0",
2134
+ "unicode-match-property-ecmascript": "^2.0.0",
2135
+ "unicode-match-property-value-ecmascript": "^2.2.1"
2136
+ },
2137
+ "engines": {
2138
+ "node": ">=4"
2139
+ }
2140
+ },
2141
+ "node_modules/regjsgen": {
2142
+ "version": "0.8.0",
2143
+ "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.8.0.tgz",
2144
+ "integrity": "sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==",
2145
+ "license": "MIT"
2146
+ },
2147
+ "node_modules/regjsparser": {
2148
+ "version": "0.13.0",
2149
+ "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.13.0.tgz",
2150
+ "integrity": "sha512-NZQZdC5wOE/H3UT28fVGL+ikOZcEzfMGk/c3iN9UGxzWHMa1op7274oyiUVrAG4B2EuFhus8SvkaYnhvW92p9Q==",
2151
+ "license": "BSD-2-Clause",
2152
+ "dependencies": {
2153
+ "jsesc": "~3.1.0"
2154
+ },
2155
+ "bin": {
2156
+ "regjsparser": "bin/parser"
2157
+ }
2158
+ },
2159
+ "node_modules/resolve": {
2160
+ "version": "1.22.11",
2161
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz",
2162
+ "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
2163
+ "license": "MIT",
2164
+ "dependencies": {
2165
+ "is-core-module": "^2.16.1",
2166
+ "path-parse": "^1.0.7",
2167
+ "supports-preserve-symlinks-flag": "^1.0.0"
2168
+ },
2169
+ "bin": {
2170
+ "resolve": "bin/resolve"
2171
+ },
2172
+ "engines": {
2173
+ "node": ">= 0.4"
2174
+ },
2175
+ "funding": {
2176
+ "url": "https://github.com/sponsors/ljharb"
2177
+ }
2178
+ },
2179
+ "node_modules/rollup": {
2180
+ "version": "4.54.0",
2181
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.54.0.tgz",
2182
+ "integrity": "sha512-3nk8Y3a9Ea8szgKhinMlGMhGMw89mqule3KWczxhIzqudyHdCIOHw8WJlj/r329fACjKLEh13ZSk7oE22kyeIw==",
2183
+ "license": "MIT",
2184
+ "dependencies": {
2185
+ "@types/estree": "1.0.8"
2186
+ },
2187
+ "bin": {
2188
+ "rollup": "dist/bin/rollup"
2189
+ },
2190
+ "engines": {
2191
+ "node": ">=18.0.0",
2192
+ "npm": ">=8.0.0"
2193
+ },
2194
+ "optionalDependencies": {
2195
+ "@rollup/rollup-android-arm-eabi": "4.54.0",
2196
+ "@rollup/rollup-android-arm64": "4.54.0",
2197
+ "@rollup/rollup-darwin-arm64": "4.54.0",
2198
+ "@rollup/rollup-darwin-x64": "4.54.0",
2199
+ "@rollup/rollup-freebsd-arm64": "4.54.0",
2200
+ "@rollup/rollup-freebsd-x64": "4.54.0",
2201
+ "@rollup/rollup-linux-arm-gnueabihf": "4.54.0",
2202
+ "@rollup/rollup-linux-arm-musleabihf": "4.54.0",
2203
+ "@rollup/rollup-linux-arm64-gnu": "4.54.0",
2204
+ "@rollup/rollup-linux-arm64-musl": "4.54.0",
2205
+ "@rollup/rollup-linux-loong64-gnu": "4.54.0",
2206
+ "@rollup/rollup-linux-ppc64-gnu": "4.54.0",
2207
+ "@rollup/rollup-linux-riscv64-gnu": "4.54.0",
2208
+ "@rollup/rollup-linux-riscv64-musl": "4.54.0",
2209
+ "@rollup/rollup-linux-s390x-gnu": "4.54.0",
2210
+ "@rollup/rollup-linux-x64-gnu": "4.54.0",
2211
+ "@rollup/rollup-linux-x64-musl": "4.54.0",
2212
+ "@rollup/rollup-openharmony-arm64": "4.54.0",
2213
+ "@rollup/rollup-win32-arm64-msvc": "4.54.0",
2214
+ "@rollup/rollup-win32-ia32-msvc": "4.54.0",
2215
+ "@rollup/rollup-win32-x64-gnu": "4.54.0",
2216
+ "@rollup/rollup-win32-x64-msvc": "4.54.0",
2217
+ "fsevents": "~2.3.2"
2218
+ }
2219
+ },
2220
+ "node_modules/rollup-plugin-ignore": {
2221
+ "version": "1.0.10",
2222
+ "resolved": "https://registry.npmjs.org/rollup-plugin-ignore/-/rollup-plugin-ignore-1.0.10.tgz",
2223
+ "integrity": "sha512-VsbnfwwaTv2Dxl2onubetX/3RnSnplNnjdix0hvF8y2YpqdzlZrjIq6zkcuVJ08XysS8zqW3gt3ORBndFDgsrg==",
2224
+ "license": "MIT"
2225
+ },
2226
+ "node_modules/rollup-plugin-polyfill-node": {
2227
+ "version": "0.13.0",
2228
+ "resolved": "https://registry.npmjs.org/rollup-plugin-polyfill-node/-/rollup-plugin-polyfill-node-0.13.0.tgz",
2229
+ "integrity": "sha512-FYEvpCaD5jGtyBuBFcQImEGmTxDTPbiHjJdrYIp+mFIwgXiXabxvKUK7ZT9P31ozu2Tqm9llYQMRWsfvTMTAOw==",
2230
+ "license": "MIT",
2231
+ "dependencies": {
2232
+ "@rollup/plugin-inject": "^5.0.4"
2233
+ },
2234
+ "peerDependencies": {
2235
+ "rollup": "^1.20.0 || ^2.0.0 || ^3.0.0 || ^4.0.0"
2236
+ }
2237
+ },
2238
+ "node_modules/semver": {
2239
+ "version": "6.3.1",
2240
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
2241
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
2242
+ "license": "ISC",
2243
+ "bin": {
2244
+ "semver": "bin/semver.js"
2245
+ }
2246
+ },
2247
+ "node_modules/supports-preserve-symlinks-flag": {
2248
+ "version": "1.0.0",
2249
+ "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
2250
+ "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
2251
+ "license": "MIT",
2252
+ "engines": {
2253
+ "node": ">= 0.4"
2254
+ },
2255
+ "funding": {
2256
+ "url": "https://github.com/sponsors/ljharb"
2257
+ }
2258
+ },
2259
+ "node_modules/unicode-canonical-property-names-ecmascript": {
2260
+ "version": "2.0.1",
2261
+ "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz",
2262
+ "integrity": "sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==",
2263
+ "license": "MIT",
2264
+ "engines": {
2265
+ "node": ">=4"
2266
+ }
2267
+ },
2268
+ "node_modules/unicode-match-property-ecmascript": {
2269
+ "version": "2.0.0",
2270
+ "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz",
2271
+ "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==",
2272
+ "license": "MIT",
2273
+ "dependencies": {
2274
+ "unicode-canonical-property-names-ecmascript": "^2.0.0",
2275
+ "unicode-property-aliases-ecmascript": "^2.0.0"
2276
+ },
2277
+ "engines": {
2278
+ "node": ">=4"
2279
+ }
2280
+ },
2281
+ "node_modules/unicode-match-property-value-ecmascript": {
2282
+ "version": "2.2.1",
2283
+ "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.1.tgz",
2284
+ "integrity": "sha512-JQ84qTuMg4nVkx8ga4A16a1epI9H6uTXAknqxkGF/aFfRLw1xC/Bp24HNLaZhHSkWd3+84t8iXnp1J0kYcZHhg==",
2285
+ "license": "MIT",
2286
+ "engines": {
2287
+ "node": ">=4"
2288
+ }
2289
+ },
2290
+ "node_modules/unicode-property-aliases-ecmascript": {
2291
+ "version": "2.2.0",
2292
+ "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.2.0.tgz",
2293
+ "integrity": "sha512-hpbDzxUY9BFwX+UeBnxv3Sh1q7HFxj48DTmXchNgRa46lO8uj3/1iEn3MiNUYTg1g9ctIqXCCERn8gYZhHC5lQ==",
2294
+ "license": "MIT",
2295
+ "engines": {
2296
+ "node": ">=4"
2297
+ }
2298
+ },
2299
+ "node_modules/update-browserslist-db": {
2300
+ "version": "1.2.3",
2301
+ "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
2302
+ "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
2303
+ "funding": [
2304
+ {
2305
+ "type": "opencollective",
2306
+ "url": "https://opencollective.com/browserslist"
2307
+ },
2308
+ {
2309
+ "type": "tidelift",
2310
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
2311
+ },
2312
+ {
2313
+ "type": "github",
2314
+ "url": "https://github.com/sponsors/ai"
2315
+ }
2316
+ ],
2317
+ "license": "MIT",
2318
+ "dependencies": {
2319
+ "escalade": "^3.2.0",
2320
+ "picocolors": "^1.1.1"
2321
+ },
2322
+ "bin": {
2323
+ "update-browserslist-db": "cli.js"
2324
+ },
2325
+ "peerDependencies": {
2326
+ "browserslist": ">= 4.21.0"
2327
+ }
2328
+ },
2329
+ "node_modules/wrappy": {
2330
+ "version": "1.0.2",
2331
+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
2332
+ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
2333
+ "license": "ISC"
2334
+ },
2335
+ "node_modules/yallist": {
2336
+ "version": "3.1.1",
2337
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
2338
+ "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
2339
+ "license": "ISC"
2340
+ }
2341
+ }
2342
+ }