tabler-react-2 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2837 @@
1
+ {
2
+ "name": "tabler-react-2",
3
+ "version": "0.0.1",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "tabler-react-2",
9
+ "version": "0.0.1",
10
+ "license": "MIT",
11
+ "dependencies": {
12
+ "@babel/cli": "^7.24.8",
13
+ "@babel/core": "^7.24.8",
14
+ "@babel/preset-env": "^7.24.8",
15
+ "@babel/preset-react": "^7.24.7",
16
+ "prop-types": "^15.8.1",
17
+ "react": "^18.3.1",
18
+ "react-dom": "^18.3.1"
19
+ }
20
+ },
21
+ "node_modules/@ampproject/remapping": {
22
+ "version": "2.3.0",
23
+ "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
24
+ "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
25
+ "license": "Apache-2.0",
26
+ "dependencies": {
27
+ "@jridgewell/gen-mapping": "^0.3.5",
28
+ "@jridgewell/trace-mapping": "^0.3.24"
29
+ },
30
+ "engines": {
31
+ "node": ">=6.0.0"
32
+ }
33
+ },
34
+ "node_modules/@babel/cli": {
35
+ "version": "7.25.6",
36
+ "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.25.6.tgz",
37
+ "integrity": "sha512-Z+Doemr4VtvSD2SNHTrkiFZ1LX+JI6tyRXAAOb4N9khIuPyoEPmTPJarPm8ljJV1D6bnMQjyHMWTT9NeKbQuXA==",
38
+ "license": "MIT",
39
+ "dependencies": {
40
+ "@jridgewell/trace-mapping": "^0.3.25",
41
+ "commander": "^6.2.0",
42
+ "convert-source-map": "^2.0.0",
43
+ "fs-readdir-recursive": "^1.1.0",
44
+ "glob": "^7.2.0",
45
+ "make-dir": "^2.1.0",
46
+ "slash": "^2.0.0"
47
+ },
48
+ "bin": {
49
+ "babel": "bin/babel.js",
50
+ "babel-external-helpers": "bin/babel-external-helpers.js"
51
+ },
52
+ "engines": {
53
+ "node": ">=6.9.0"
54
+ },
55
+ "optionalDependencies": {
56
+ "@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.3",
57
+ "chokidar": "^3.6.0"
58
+ },
59
+ "peerDependencies": {
60
+ "@babel/core": "^7.0.0-0"
61
+ }
62
+ },
63
+ "node_modules/@babel/code-frame": {
64
+ "version": "7.24.7",
65
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz",
66
+ "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==",
67
+ "license": "MIT",
68
+ "dependencies": {
69
+ "@babel/highlight": "^7.24.7",
70
+ "picocolors": "^1.0.0"
71
+ },
72
+ "engines": {
73
+ "node": ">=6.9.0"
74
+ }
75
+ },
76
+ "node_modules/@babel/compat-data": {
77
+ "version": "7.25.4",
78
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.25.4.tgz",
79
+ "integrity": "sha512-+LGRog6RAsCJrrrg/IO6LGmpphNe5DiK30dGjCoxxeGv49B10/3XYGxPsAwrDlMFcFEvdAUavDT8r9k/hSyQqQ==",
80
+ "license": "MIT",
81
+ "engines": {
82
+ "node": ">=6.9.0"
83
+ }
84
+ },
85
+ "node_modules/@babel/core": {
86
+ "version": "7.25.2",
87
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.25.2.tgz",
88
+ "integrity": "sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==",
89
+ "license": "MIT",
90
+ "dependencies": {
91
+ "@ampproject/remapping": "^2.2.0",
92
+ "@babel/code-frame": "^7.24.7",
93
+ "@babel/generator": "^7.25.0",
94
+ "@babel/helper-compilation-targets": "^7.25.2",
95
+ "@babel/helper-module-transforms": "^7.25.2",
96
+ "@babel/helpers": "^7.25.0",
97
+ "@babel/parser": "^7.25.0",
98
+ "@babel/template": "^7.25.0",
99
+ "@babel/traverse": "^7.25.2",
100
+ "@babel/types": "^7.25.2",
101
+ "convert-source-map": "^2.0.0",
102
+ "debug": "^4.1.0",
103
+ "gensync": "^1.0.0-beta.2",
104
+ "json5": "^2.2.3",
105
+ "semver": "^6.3.1"
106
+ },
107
+ "engines": {
108
+ "node": ">=6.9.0"
109
+ },
110
+ "funding": {
111
+ "type": "opencollective",
112
+ "url": "https://opencollective.com/babel"
113
+ }
114
+ },
115
+ "node_modules/@babel/generator": {
116
+ "version": "7.25.6",
117
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.6.tgz",
118
+ "integrity": "sha512-VPC82gr1seXOpkjAAKoLhP50vx4vGNlF4msF64dSFq1P8RfB+QAuJWGHPXXPc8QyfVWwwB/TNNU4+ayZmHNbZw==",
119
+ "license": "MIT",
120
+ "dependencies": {
121
+ "@babel/types": "^7.25.6",
122
+ "@jridgewell/gen-mapping": "^0.3.5",
123
+ "@jridgewell/trace-mapping": "^0.3.25",
124
+ "jsesc": "^2.5.1"
125
+ },
126
+ "engines": {
127
+ "node": ">=6.9.0"
128
+ }
129
+ },
130
+ "node_modules/@babel/helper-annotate-as-pure": {
131
+ "version": "7.24.7",
132
+ "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.7.tgz",
133
+ "integrity": "sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==",
134
+ "license": "MIT",
135
+ "dependencies": {
136
+ "@babel/types": "^7.24.7"
137
+ },
138
+ "engines": {
139
+ "node": ">=6.9.0"
140
+ }
141
+ },
142
+ "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": {
143
+ "version": "7.24.7",
144
+ "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.24.7.tgz",
145
+ "integrity": "sha512-xZeCVVdwb4MsDBkkyZ64tReWYrLRHlMN72vP7Bdm3OUOuyFZExhsHUUnuWnm2/XOlAJzR0LfPpB56WXZn0X/lA==",
146
+ "license": "MIT",
147
+ "dependencies": {
148
+ "@babel/traverse": "^7.24.7",
149
+ "@babel/types": "^7.24.7"
150
+ },
151
+ "engines": {
152
+ "node": ">=6.9.0"
153
+ }
154
+ },
155
+ "node_modules/@babel/helper-compilation-targets": {
156
+ "version": "7.25.2",
157
+ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz",
158
+ "integrity": "sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==",
159
+ "license": "MIT",
160
+ "dependencies": {
161
+ "@babel/compat-data": "^7.25.2",
162
+ "@babel/helper-validator-option": "^7.24.8",
163
+ "browserslist": "^4.23.1",
164
+ "lru-cache": "^5.1.1",
165
+ "semver": "^6.3.1"
166
+ },
167
+ "engines": {
168
+ "node": ">=6.9.0"
169
+ }
170
+ },
171
+ "node_modules/@babel/helper-create-class-features-plugin": {
172
+ "version": "7.25.4",
173
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.4.tgz",
174
+ "integrity": "sha512-ro/bFs3/84MDgDmMwbcHgDa8/E6J3QKNTk4xJJnVeFtGE+tL0K26E3pNxhYz2b67fJpt7Aphw5XcploKXuCvCQ==",
175
+ "license": "MIT",
176
+ "dependencies": {
177
+ "@babel/helper-annotate-as-pure": "^7.24.7",
178
+ "@babel/helper-member-expression-to-functions": "^7.24.8",
179
+ "@babel/helper-optimise-call-expression": "^7.24.7",
180
+ "@babel/helper-replace-supers": "^7.25.0",
181
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7",
182
+ "@babel/traverse": "^7.25.4",
183
+ "semver": "^6.3.1"
184
+ },
185
+ "engines": {
186
+ "node": ">=6.9.0"
187
+ },
188
+ "peerDependencies": {
189
+ "@babel/core": "^7.0.0"
190
+ }
191
+ },
192
+ "node_modules/@babel/helper-create-regexp-features-plugin": {
193
+ "version": "7.25.2",
194
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.2.tgz",
195
+ "integrity": "sha512-+wqVGP+DFmqwFD3EH6TMTfUNeqDehV3E/dl+Sd54eaXqm17tEUNbEIn4sVivVowbvUpOtIGxdo3GoXyDH9N/9g==",
196
+ "license": "MIT",
197
+ "dependencies": {
198
+ "@babel/helper-annotate-as-pure": "^7.24.7",
199
+ "regexpu-core": "^5.3.1",
200
+ "semver": "^6.3.1"
201
+ },
202
+ "engines": {
203
+ "node": ">=6.9.0"
204
+ },
205
+ "peerDependencies": {
206
+ "@babel/core": "^7.0.0"
207
+ }
208
+ },
209
+ "node_modules/@babel/helper-define-polyfill-provider": {
210
+ "version": "0.6.2",
211
+ "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz",
212
+ "integrity": "sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==",
213
+ "license": "MIT",
214
+ "dependencies": {
215
+ "@babel/helper-compilation-targets": "^7.22.6",
216
+ "@babel/helper-plugin-utils": "^7.22.5",
217
+ "debug": "^4.1.1",
218
+ "lodash.debounce": "^4.0.8",
219
+ "resolve": "^1.14.2"
220
+ },
221
+ "peerDependencies": {
222
+ "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
223
+ }
224
+ },
225
+ "node_modules/@babel/helper-member-expression-to-functions": {
226
+ "version": "7.24.8",
227
+ "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.8.tgz",
228
+ "integrity": "sha512-LABppdt+Lp/RlBxqrh4qgf1oEH/WxdzQNDJIu5gC/W1GyvPVrOBiItmmM8wan2fm4oYqFuFfkXmlGpLQhPY8CA==",
229
+ "license": "MIT",
230
+ "dependencies": {
231
+ "@babel/traverse": "^7.24.8",
232
+ "@babel/types": "^7.24.8"
233
+ },
234
+ "engines": {
235
+ "node": ">=6.9.0"
236
+ }
237
+ },
238
+ "node_modules/@babel/helper-module-imports": {
239
+ "version": "7.24.7",
240
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz",
241
+ "integrity": "sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==",
242
+ "license": "MIT",
243
+ "dependencies": {
244
+ "@babel/traverse": "^7.24.7",
245
+ "@babel/types": "^7.24.7"
246
+ },
247
+ "engines": {
248
+ "node": ">=6.9.0"
249
+ }
250
+ },
251
+ "node_modules/@babel/helper-module-transforms": {
252
+ "version": "7.25.2",
253
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz",
254
+ "integrity": "sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==",
255
+ "license": "MIT",
256
+ "dependencies": {
257
+ "@babel/helper-module-imports": "^7.24.7",
258
+ "@babel/helper-simple-access": "^7.24.7",
259
+ "@babel/helper-validator-identifier": "^7.24.7",
260
+ "@babel/traverse": "^7.25.2"
261
+ },
262
+ "engines": {
263
+ "node": ">=6.9.0"
264
+ },
265
+ "peerDependencies": {
266
+ "@babel/core": "^7.0.0"
267
+ }
268
+ },
269
+ "node_modules/@babel/helper-optimise-call-expression": {
270
+ "version": "7.24.7",
271
+ "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.7.tgz",
272
+ "integrity": "sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A==",
273
+ "license": "MIT",
274
+ "dependencies": {
275
+ "@babel/types": "^7.24.7"
276
+ },
277
+ "engines": {
278
+ "node": ">=6.9.0"
279
+ }
280
+ },
281
+ "node_modules/@babel/helper-plugin-utils": {
282
+ "version": "7.24.8",
283
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.8.tgz",
284
+ "integrity": "sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==",
285
+ "license": "MIT",
286
+ "engines": {
287
+ "node": ">=6.9.0"
288
+ }
289
+ },
290
+ "node_modules/@babel/helper-remap-async-to-generator": {
291
+ "version": "7.25.0",
292
+ "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.0.tgz",
293
+ "integrity": "sha512-NhavI2eWEIz/H9dbrG0TuOicDhNexze43i5z7lEqwYm0WEZVTwnPpA0EafUTP7+6/W79HWIP2cTe3Z5NiSTVpw==",
294
+ "license": "MIT",
295
+ "dependencies": {
296
+ "@babel/helper-annotate-as-pure": "^7.24.7",
297
+ "@babel/helper-wrap-function": "^7.25.0",
298
+ "@babel/traverse": "^7.25.0"
299
+ },
300
+ "engines": {
301
+ "node": ">=6.9.0"
302
+ },
303
+ "peerDependencies": {
304
+ "@babel/core": "^7.0.0"
305
+ }
306
+ },
307
+ "node_modules/@babel/helper-replace-supers": {
308
+ "version": "7.25.0",
309
+ "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.25.0.tgz",
310
+ "integrity": "sha512-q688zIvQVYtZu+i2PsdIu/uWGRpfxzr5WESsfpShfZECkO+d2o+WROWezCi/Q6kJ0tfPa5+pUGUlfx2HhrA3Bg==",
311
+ "license": "MIT",
312
+ "dependencies": {
313
+ "@babel/helper-member-expression-to-functions": "^7.24.8",
314
+ "@babel/helper-optimise-call-expression": "^7.24.7",
315
+ "@babel/traverse": "^7.25.0"
316
+ },
317
+ "engines": {
318
+ "node": ">=6.9.0"
319
+ },
320
+ "peerDependencies": {
321
+ "@babel/core": "^7.0.0"
322
+ }
323
+ },
324
+ "node_modules/@babel/helper-simple-access": {
325
+ "version": "7.24.7",
326
+ "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz",
327
+ "integrity": "sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==",
328
+ "license": "MIT",
329
+ "dependencies": {
330
+ "@babel/traverse": "^7.24.7",
331
+ "@babel/types": "^7.24.7"
332
+ },
333
+ "engines": {
334
+ "node": ">=6.9.0"
335
+ }
336
+ },
337
+ "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
338
+ "version": "7.24.7",
339
+ "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.24.7.tgz",
340
+ "integrity": "sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==",
341
+ "license": "MIT",
342
+ "dependencies": {
343
+ "@babel/traverse": "^7.24.7",
344
+ "@babel/types": "^7.24.7"
345
+ },
346
+ "engines": {
347
+ "node": ">=6.9.0"
348
+ }
349
+ },
350
+ "node_modules/@babel/helper-string-parser": {
351
+ "version": "7.24.8",
352
+ "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz",
353
+ "integrity": "sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==",
354
+ "license": "MIT",
355
+ "engines": {
356
+ "node": ">=6.9.0"
357
+ }
358
+ },
359
+ "node_modules/@babel/helper-validator-identifier": {
360
+ "version": "7.24.7",
361
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz",
362
+ "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==",
363
+ "license": "MIT",
364
+ "engines": {
365
+ "node": ">=6.9.0"
366
+ }
367
+ },
368
+ "node_modules/@babel/helper-validator-option": {
369
+ "version": "7.24.8",
370
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz",
371
+ "integrity": "sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==",
372
+ "license": "MIT",
373
+ "engines": {
374
+ "node": ">=6.9.0"
375
+ }
376
+ },
377
+ "node_modules/@babel/helper-wrap-function": {
378
+ "version": "7.25.0",
379
+ "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.25.0.tgz",
380
+ "integrity": "sha512-s6Q1ebqutSiZnEjaofc/UKDyC4SbzV5n5SrA2Gq8UawLycr3i04f1dX4OzoQVnexm6aOCh37SQNYlJ/8Ku+PMQ==",
381
+ "license": "MIT",
382
+ "dependencies": {
383
+ "@babel/template": "^7.25.0",
384
+ "@babel/traverse": "^7.25.0",
385
+ "@babel/types": "^7.25.0"
386
+ },
387
+ "engines": {
388
+ "node": ">=6.9.0"
389
+ }
390
+ },
391
+ "node_modules/@babel/helpers": {
392
+ "version": "7.25.6",
393
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.25.6.tgz",
394
+ "integrity": "sha512-Xg0tn4HcfTijTwfDwYlvVCl43V6h4KyVVX2aEm4qdO/PC6L2YvzLHFdmxhoeSA3eslcE6+ZVXHgWwopXYLNq4Q==",
395
+ "license": "MIT",
396
+ "dependencies": {
397
+ "@babel/template": "^7.25.0",
398
+ "@babel/types": "^7.25.6"
399
+ },
400
+ "engines": {
401
+ "node": ">=6.9.0"
402
+ }
403
+ },
404
+ "node_modules/@babel/highlight": {
405
+ "version": "7.24.7",
406
+ "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz",
407
+ "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==",
408
+ "license": "MIT",
409
+ "dependencies": {
410
+ "@babel/helper-validator-identifier": "^7.24.7",
411
+ "chalk": "^2.4.2",
412
+ "js-tokens": "^4.0.0",
413
+ "picocolors": "^1.0.0"
414
+ },
415
+ "engines": {
416
+ "node": ">=6.9.0"
417
+ }
418
+ },
419
+ "node_modules/@babel/parser": {
420
+ "version": "7.25.6",
421
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.6.tgz",
422
+ "integrity": "sha512-trGdfBdbD0l1ZPmcJ83eNxB9rbEax4ALFTF7fN386TMYbeCQbyme5cOEXQhbGXKebwGaB/J52w1mrklMcbgy6Q==",
423
+ "license": "MIT",
424
+ "dependencies": {
425
+ "@babel/types": "^7.25.6"
426
+ },
427
+ "bin": {
428
+ "parser": "bin/babel-parser.js"
429
+ },
430
+ "engines": {
431
+ "node": ">=6.0.0"
432
+ }
433
+ },
434
+ "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": {
435
+ "version": "7.25.3",
436
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.3.tgz",
437
+ "integrity": "sha512-wUrcsxZg6rqBXG05HG1FPYgsP6EvwF4WpBbxIpWIIYnH8wG0gzx3yZY3dtEHas4sTAOGkbTsc9EGPxwff8lRoA==",
438
+ "license": "MIT",
439
+ "dependencies": {
440
+ "@babel/helper-plugin-utils": "^7.24.8",
441
+ "@babel/traverse": "^7.25.3"
442
+ },
443
+ "engines": {
444
+ "node": ">=6.9.0"
445
+ },
446
+ "peerDependencies": {
447
+ "@babel/core": "^7.0.0"
448
+ }
449
+ },
450
+ "node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": {
451
+ "version": "7.25.0",
452
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.0.tgz",
453
+ "integrity": "sha512-Bm4bH2qsX880b/3ziJ8KD711LT7z4u8CFudmjqle65AZj/HNUFhEf90dqYv6O86buWvSBmeQDjv0Tn2aF/bIBA==",
454
+ "license": "MIT",
455
+ "dependencies": {
456
+ "@babel/helper-plugin-utils": "^7.24.8"
457
+ },
458
+ "engines": {
459
+ "node": ">=6.9.0"
460
+ },
461
+ "peerDependencies": {
462
+ "@babel/core": "^7.0.0"
463
+ }
464
+ },
465
+ "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
466
+ "version": "7.25.0",
467
+ "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.25.0.tgz",
468
+ "integrity": "sha512-lXwdNZtTmeVOOFtwM/WDe7yg1PL8sYhRk/XH0FzbR2HDQ0xC+EnQ/JHeoMYSavtU115tnUk0q9CDyq8si+LMAA==",
469
+ "license": "MIT",
470
+ "dependencies": {
471
+ "@babel/helper-plugin-utils": "^7.24.8"
472
+ },
473
+ "engines": {
474
+ "node": ">=6.9.0"
475
+ },
476
+ "peerDependencies": {
477
+ "@babel/core": "^7.0.0"
478
+ }
479
+ },
480
+ "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
481
+ "version": "7.24.7",
482
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.7.tgz",
483
+ "integrity": "sha512-+izXIbke1T33mY4MSNnrqhPXDz01WYhEf3yF5NbnUtkiNnm+XBZJl3kNfoK6NKmYlz/D07+l2GWVK/QfDkNCuQ==",
484
+ "license": "MIT",
485
+ "dependencies": {
486
+ "@babel/helper-plugin-utils": "^7.24.7",
487
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7",
488
+ "@babel/plugin-transform-optional-chaining": "^7.24.7"
489
+ },
490
+ "engines": {
491
+ "node": ">=6.9.0"
492
+ },
493
+ "peerDependencies": {
494
+ "@babel/core": "^7.13.0"
495
+ }
496
+ },
497
+ "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": {
498
+ "version": "7.25.0",
499
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.0.tgz",
500
+ "integrity": "sha512-tggFrk1AIShG/RUQbEwt2Tr/E+ObkfwrPjR6BjbRvsx24+PSjK8zrq0GWPNCjo8qpRx4DuJzlcvWJqlm+0h3kw==",
501
+ "license": "MIT",
502
+ "dependencies": {
503
+ "@babel/helper-plugin-utils": "^7.24.8",
504
+ "@babel/traverse": "^7.25.0"
505
+ },
506
+ "engines": {
507
+ "node": ">=6.9.0"
508
+ },
509
+ "peerDependencies": {
510
+ "@babel/core": "^7.0.0"
511
+ }
512
+ },
513
+ "node_modules/@babel/plugin-proposal-private-property-in-object": {
514
+ "version": "7.21.0-placeholder-for-preset-env.2",
515
+ "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",
516
+ "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==",
517
+ "license": "MIT",
518
+ "engines": {
519
+ "node": ">=6.9.0"
520
+ },
521
+ "peerDependencies": {
522
+ "@babel/core": "^7.0.0-0"
523
+ }
524
+ },
525
+ "node_modules/@babel/plugin-syntax-async-generators": {
526
+ "version": "7.8.4",
527
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
528
+ "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
529
+ "license": "MIT",
530
+ "dependencies": {
531
+ "@babel/helper-plugin-utils": "^7.8.0"
532
+ },
533
+ "peerDependencies": {
534
+ "@babel/core": "^7.0.0-0"
535
+ }
536
+ },
537
+ "node_modules/@babel/plugin-syntax-class-properties": {
538
+ "version": "7.12.13",
539
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
540
+ "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
541
+ "license": "MIT",
542
+ "dependencies": {
543
+ "@babel/helper-plugin-utils": "^7.12.13"
544
+ },
545
+ "peerDependencies": {
546
+ "@babel/core": "^7.0.0-0"
547
+ }
548
+ },
549
+ "node_modules/@babel/plugin-syntax-class-static-block": {
550
+ "version": "7.14.5",
551
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
552
+ "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",
553
+ "license": "MIT",
554
+ "dependencies": {
555
+ "@babel/helper-plugin-utils": "^7.14.5"
556
+ },
557
+ "engines": {
558
+ "node": ">=6.9.0"
559
+ },
560
+ "peerDependencies": {
561
+ "@babel/core": "^7.0.0-0"
562
+ }
563
+ },
564
+ "node_modules/@babel/plugin-syntax-dynamic-import": {
565
+ "version": "7.8.3",
566
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
567
+ "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
568
+ "license": "MIT",
569
+ "dependencies": {
570
+ "@babel/helper-plugin-utils": "^7.8.0"
571
+ },
572
+ "peerDependencies": {
573
+ "@babel/core": "^7.0.0-0"
574
+ }
575
+ },
576
+ "node_modules/@babel/plugin-syntax-export-namespace-from": {
577
+ "version": "7.8.3",
578
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
579
+ "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",
580
+ "license": "MIT",
581
+ "dependencies": {
582
+ "@babel/helper-plugin-utils": "^7.8.3"
583
+ },
584
+ "peerDependencies": {
585
+ "@babel/core": "^7.0.0-0"
586
+ }
587
+ },
588
+ "node_modules/@babel/plugin-syntax-import-assertions": {
589
+ "version": "7.25.6",
590
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.25.6.tgz",
591
+ "integrity": "sha512-aABl0jHw9bZ2karQ/uUD6XP4u0SG22SJrOHFoL6XB1R7dTovOP4TzTlsxOYC5yQ1pdscVK2JTUnF6QL3ARoAiQ==",
592
+ "license": "MIT",
593
+ "dependencies": {
594
+ "@babel/helper-plugin-utils": "^7.24.8"
595
+ },
596
+ "engines": {
597
+ "node": ">=6.9.0"
598
+ },
599
+ "peerDependencies": {
600
+ "@babel/core": "^7.0.0-0"
601
+ }
602
+ },
603
+ "node_modules/@babel/plugin-syntax-import-attributes": {
604
+ "version": "7.25.6",
605
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.25.6.tgz",
606
+ "integrity": "sha512-sXaDXaJN9SNLymBdlWFA+bjzBhFD617ZaFiY13dGt7TVslVvVgA6fkZOP7Ki3IGElC45lwHdOTrCtKZGVAWeLQ==",
607
+ "license": "MIT",
608
+ "dependencies": {
609
+ "@babel/helper-plugin-utils": "^7.24.8"
610
+ },
611
+ "engines": {
612
+ "node": ">=6.9.0"
613
+ },
614
+ "peerDependencies": {
615
+ "@babel/core": "^7.0.0-0"
616
+ }
617
+ },
618
+ "node_modules/@babel/plugin-syntax-import-meta": {
619
+ "version": "7.10.4",
620
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
621
+ "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
622
+ "license": "MIT",
623
+ "dependencies": {
624
+ "@babel/helper-plugin-utils": "^7.10.4"
625
+ },
626
+ "peerDependencies": {
627
+ "@babel/core": "^7.0.0-0"
628
+ }
629
+ },
630
+ "node_modules/@babel/plugin-syntax-json-strings": {
631
+ "version": "7.8.3",
632
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
633
+ "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
634
+ "license": "MIT",
635
+ "dependencies": {
636
+ "@babel/helper-plugin-utils": "^7.8.0"
637
+ },
638
+ "peerDependencies": {
639
+ "@babel/core": "^7.0.0-0"
640
+ }
641
+ },
642
+ "node_modules/@babel/plugin-syntax-jsx": {
643
+ "version": "7.24.7",
644
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.7.tgz",
645
+ "integrity": "sha512-6ddciUPe/mpMnOKv/U+RSd2vvVy+Yw/JfBB0ZHYjEZt9NLHmCUylNYlsbqCCS1Bffjlb0fCwC9Vqz+sBz6PsiQ==",
646
+ "license": "MIT",
647
+ "dependencies": {
648
+ "@babel/helper-plugin-utils": "^7.24.7"
649
+ },
650
+ "engines": {
651
+ "node": ">=6.9.0"
652
+ },
653
+ "peerDependencies": {
654
+ "@babel/core": "^7.0.0-0"
655
+ }
656
+ },
657
+ "node_modules/@babel/plugin-syntax-logical-assignment-operators": {
658
+ "version": "7.10.4",
659
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
660
+ "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
661
+ "license": "MIT",
662
+ "dependencies": {
663
+ "@babel/helper-plugin-utils": "^7.10.4"
664
+ },
665
+ "peerDependencies": {
666
+ "@babel/core": "^7.0.0-0"
667
+ }
668
+ },
669
+ "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
670
+ "version": "7.8.3",
671
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
672
+ "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
673
+ "license": "MIT",
674
+ "dependencies": {
675
+ "@babel/helper-plugin-utils": "^7.8.0"
676
+ },
677
+ "peerDependencies": {
678
+ "@babel/core": "^7.0.0-0"
679
+ }
680
+ },
681
+ "node_modules/@babel/plugin-syntax-numeric-separator": {
682
+ "version": "7.10.4",
683
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
684
+ "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
685
+ "license": "MIT",
686
+ "dependencies": {
687
+ "@babel/helper-plugin-utils": "^7.10.4"
688
+ },
689
+ "peerDependencies": {
690
+ "@babel/core": "^7.0.0-0"
691
+ }
692
+ },
693
+ "node_modules/@babel/plugin-syntax-object-rest-spread": {
694
+ "version": "7.8.3",
695
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
696
+ "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
697
+ "license": "MIT",
698
+ "dependencies": {
699
+ "@babel/helper-plugin-utils": "^7.8.0"
700
+ },
701
+ "peerDependencies": {
702
+ "@babel/core": "^7.0.0-0"
703
+ }
704
+ },
705
+ "node_modules/@babel/plugin-syntax-optional-catch-binding": {
706
+ "version": "7.8.3",
707
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
708
+ "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
709
+ "license": "MIT",
710
+ "dependencies": {
711
+ "@babel/helper-plugin-utils": "^7.8.0"
712
+ },
713
+ "peerDependencies": {
714
+ "@babel/core": "^7.0.0-0"
715
+ }
716
+ },
717
+ "node_modules/@babel/plugin-syntax-optional-chaining": {
718
+ "version": "7.8.3",
719
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
720
+ "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
721
+ "license": "MIT",
722
+ "dependencies": {
723
+ "@babel/helper-plugin-utils": "^7.8.0"
724
+ },
725
+ "peerDependencies": {
726
+ "@babel/core": "^7.0.0-0"
727
+ }
728
+ },
729
+ "node_modules/@babel/plugin-syntax-private-property-in-object": {
730
+ "version": "7.14.5",
731
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
732
+ "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
733
+ "license": "MIT",
734
+ "dependencies": {
735
+ "@babel/helper-plugin-utils": "^7.14.5"
736
+ },
737
+ "engines": {
738
+ "node": ">=6.9.0"
739
+ },
740
+ "peerDependencies": {
741
+ "@babel/core": "^7.0.0-0"
742
+ }
743
+ },
744
+ "node_modules/@babel/plugin-syntax-top-level-await": {
745
+ "version": "7.14.5",
746
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
747
+ "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
748
+ "license": "MIT",
749
+ "dependencies": {
750
+ "@babel/helper-plugin-utils": "^7.14.5"
751
+ },
752
+ "engines": {
753
+ "node": ">=6.9.0"
754
+ },
755
+ "peerDependencies": {
756
+ "@babel/core": "^7.0.0-0"
757
+ }
758
+ },
759
+ "node_modules/@babel/plugin-syntax-unicode-sets-regex": {
760
+ "version": "7.18.6",
761
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz",
762
+ "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==",
763
+ "license": "MIT",
764
+ "dependencies": {
765
+ "@babel/helper-create-regexp-features-plugin": "^7.18.6",
766
+ "@babel/helper-plugin-utils": "^7.18.6"
767
+ },
768
+ "engines": {
769
+ "node": ">=6.9.0"
770
+ },
771
+ "peerDependencies": {
772
+ "@babel/core": "^7.0.0"
773
+ }
774
+ },
775
+ "node_modules/@babel/plugin-transform-arrow-functions": {
776
+ "version": "7.24.7",
777
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.24.7.tgz",
778
+ "integrity": "sha512-Dt9LQs6iEY++gXUwY03DNFat5C2NbO48jj+j/bSAz6b3HgPs39qcPiYt77fDObIcFwj3/C2ICX9YMwGflUoSHQ==",
779
+ "license": "MIT",
780
+ "dependencies": {
781
+ "@babel/helper-plugin-utils": "^7.24.7"
782
+ },
783
+ "engines": {
784
+ "node": ">=6.9.0"
785
+ },
786
+ "peerDependencies": {
787
+ "@babel/core": "^7.0.0-0"
788
+ }
789
+ },
790
+ "node_modules/@babel/plugin-transform-async-generator-functions": {
791
+ "version": "7.25.4",
792
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.4.tgz",
793
+ "integrity": "sha512-jz8cV2XDDTqjKPwVPJBIjORVEmSGYhdRa8e5k5+vN+uwcjSrSxUaebBRa4ko1jqNF2uxyg8G6XYk30Jv285xzg==",
794
+ "license": "MIT",
795
+ "dependencies": {
796
+ "@babel/helper-plugin-utils": "^7.24.8",
797
+ "@babel/helper-remap-async-to-generator": "^7.25.0",
798
+ "@babel/plugin-syntax-async-generators": "^7.8.4",
799
+ "@babel/traverse": "^7.25.4"
800
+ },
801
+ "engines": {
802
+ "node": ">=6.9.0"
803
+ },
804
+ "peerDependencies": {
805
+ "@babel/core": "^7.0.0-0"
806
+ }
807
+ },
808
+ "node_modules/@babel/plugin-transform-async-to-generator": {
809
+ "version": "7.24.7",
810
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.7.tgz",
811
+ "integrity": "sha512-SQY01PcJfmQ+4Ash7NE+rpbLFbmqA2GPIgqzxfFTL4t1FKRq4zTms/7htKpoCUI9OcFYgzqfmCdH53s6/jn5fA==",
812
+ "license": "MIT",
813
+ "dependencies": {
814
+ "@babel/helper-module-imports": "^7.24.7",
815
+ "@babel/helper-plugin-utils": "^7.24.7",
816
+ "@babel/helper-remap-async-to-generator": "^7.24.7"
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-block-scoped-functions": {
826
+ "version": "7.24.7",
827
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.7.tgz",
828
+ "integrity": "sha512-yO7RAz6EsVQDaBH18IDJcMB1HnrUn2FJ/Jslc/WtPPWcjhpUJXU/rjbwmluzp7v/ZzWcEhTMXELnnsz8djWDwQ==",
829
+ "license": "MIT",
830
+ "dependencies": {
831
+ "@babel/helper-plugin-utils": "^7.24.7"
832
+ },
833
+ "engines": {
834
+ "node": ">=6.9.0"
835
+ },
836
+ "peerDependencies": {
837
+ "@babel/core": "^7.0.0-0"
838
+ }
839
+ },
840
+ "node_modules/@babel/plugin-transform-block-scoping": {
841
+ "version": "7.25.0",
842
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.0.tgz",
843
+ "integrity": "sha512-yBQjYoOjXlFv9nlXb3f1casSHOZkWr29NX+zChVanLg5Nc157CrbEX9D7hxxtTpuFy7Q0YzmmWfJxzvps4kXrQ==",
844
+ "license": "MIT",
845
+ "dependencies": {
846
+ "@babel/helper-plugin-utils": "^7.24.8"
847
+ },
848
+ "engines": {
849
+ "node": ">=6.9.0"
850
+ },
851
+ "peerDependencies": {
852
+ "@babel/core": "^7.0.0-0"
853
+ }
854
+ },
855
+ "node_modules/@babel/plugin-transform-class-properties": {
856
+ "version": "7.25.4",
857
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.4.tgz",
858
+ "integrity": "sha512-nZeZHyCWPfjkdU5pA/uHiTaDAFUEqkpzf1YoQT2NeSynCGYq9rxfyI3XpQbfx/a0hSnFH6TGlEXvae5Vi7GD8g==",
859
+ "license": "MIT",
860
+ "dependencies": {
861
+ "@babel/helper-create-class-features-plugin": "^7.25.4",
862
+ "@babel/helper-plugin-utils": "^7.24.8"
863
+ },
864
+ "engines": {
865
+ "node": ">=6.9.0"
866
+ },
867
+ "peerDependencies": {
868
+ "@babel/core": "^7.0.0-0"
869
+ }
870
+ },
871
+ "node_modules/@babel/plugin-transform-class-static-block": {
872
+ "version": "7.24.7",
873
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.7.tgz",
874
+ "integrity": "sha512-HMXK3WbBPpZQufbMG4B46A90PkuuhN9vBCb5T8+VAHqvAqvcLi+2cKoukcpmUYkszLhScU3l1iudhrks3DggRQ==",
875
+ "license": "MIT",
876
+ "dependencies": {
877
+ "@babel/helper-create-class-features-plugin": "^7.24.7",
878
+ "@babel/helper-plugin-utils": "^7.24.7",
879
+ "@babel/plugin-syntax-class-static-block": "^7.14.5"
880
+ },
881
+ "engines": {
882
+ "node": ">=6.9.0"
883
+ },
884
+ "peerDependencies": {
885
+ "@babel/core": "^7.12.0"
886
+ }
887
+ },
888
+ "node_modules/@babel/plugin-transform-classes": {
889
+ "version": "7.25.4",
890
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.4.tgz",
891
+ "integrity": "sha512-oexUfaQle2pF/b6E0dwsxQtAol9TLSO88kQvym6HHBWFliV2lGdrPieX+WgMRLSJDVzdYywk7jXbLPuO2KLTLg==",
892
+ "license": "MIT",
893
+ "dependencies": {
894
+ "@babel/helper-annotate-as-pure": "^7.24.7",
895
+ "@babel/helper-compilation-targets": "^7.25.2",
896
+ "@babel/helper-plugin-utils": "^7.24.8",
897
+ "@babel/helper-replace-supers": "^7.25.0",
898
+ "@babel/traverse": "^7.25.4",
899
+ "globals": "^11.1.0"
900
+ },
901
+ "engines": {
902
+ "node": ">=6.9.0"
903
+ },
904
+ "peerDependencies": {
905
+ "@babel/core": "^7.0.0-0"
906
+ }
907
+ },
908
+ "node_modules/@babel/plugin-transform-computed-properties": {
909
+ "version": "7.24.7",
910
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.24.7.tgz",
911
+ "integrity": "sha512-25cS7v+707Gu6Ds2oY6tCkUwsJ9YIDbggd9+cu9jzzDgiNq7hR/8dkzxWfKWnTic26vsI3EsCXNd4iEB6e8esQ==",
912
+ "license": "MIT",
913
+ "dependencies": {
914
+ "@babel/helper-plugin-utils": "^7.24.7",
915
+ "@babel/template": "^7.24.7"
916
+ },
917
+ "engines": {
918
+ "node": ">=6.9.0"
919
+ },
920
+ "peerDependencies": {
921
+ "@babel/core": "^7.0.0-0"
922
+ }
923
+ },
924
+ "node_modules/@babel/plugin-transform-destructuring": {
925
+ "version": "7.24.8",
926
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.8.tgz",
927
+ "integrity": "sha512-36e87mfY8TnRxc7yc6M9g9gOB7rKgSahqkIKwLpz4Ppk2+zC2Cy1is0uwtuSG6AE4zlTOUa+7JGz9jCJGLqQFQ==",
928
+ "license": "MIT",
929
+ "dependencies": {
930
+ "@babel/helper-plugin-utils": "^7.24.8"
931
+ },
932
+ "engines": {
933
+ "node": ">=6.9.0"
934
+ },
935
+ "peerDependencies": {
936
+ "@babel/core": "^7.0.0-0"
937
+ }
938
+ },
939
+ "node_modules/@babel/plugin-transform-dotall-regex": {
940
+ "version": "7.24.7",
941
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.24.7.tgz",
942
+ "integrity": "sha512-ZOA3W+1RRTSWvyqcMJDLqbchh7U4NRGqwRfFSVbOLS/ePIP4vHB5e8T8eXcuqyN1QkgKyj5wuW0lcS85v4CrSw==",
943
+ "license": "MIT",
944
+ "dependencies": {
945
+ "@babel/helper-create-regexp-features-plugin": "^7.24.7",
946
+ "@babel/helper-plugin-utils": "^7.24.7"
947
+ },
948
+ "engines": {
949
+ "node": ">=6.9.0"
950
+ },
951
+ "peerDependencies": {
952
+ "@babel/core": "^7.0.0-0"
953
+ }
954
+ },
955
+ "node_modules/@babel/plugin-transform-duplicate-keys": {
956
+ "version": "7.24.7",
957
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.24.7.tgz",
958
+ "integrity": "sha512-JdYfXyCRihAe46jUIliuL2/s0x0wObgwwiGxw/UbgJBr20gQBThrokO4nYKgWkD7uBaqM7+9x5TU7NkExZJyzw==",
959
+ "license": "MIT",
960
+ "dependencies": {
961
+ "@babel/helper-plugin-utils": "^7.24.7"
962
+ },
963
+ "engines": {
964
+ "node": ">=6.9.0"
965
+ },
966
+ "peerDependencies": {
967
+ "@babel/core": "^7.0.0-0"
968
+ }
969
+ },
970
+ "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": {
971
+ "version": "7.25.0",
972
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.0.tgz",
973
+ "integrity": "sha512-YLpb4LlYSc3sCUa35un84poXoraOiQucUTTu8X1j18JV+gNa8E0nyUf/CjZ171IRGr4jEguF+vzJU66QZhn29g==",
974
+ "license": "MIT",
975
+ "dependencies": {
976
+ "@babel/helper-create-regexp-features-plugin": "^7.25.0",
977
+ "@babel/helper-plugin-utils": "^7.24.8"
978
+ },
979
+ "engines": {
980
+ "node": ">=6.9.0"
981
+ },
982
+ "peerDependencies": {
983
+ "@babel/core": "^7.0.0"
984
+ }
985
+ },
986
+ "node_modules/@babel/plugin-transform-dynamic-import": {
987
+ "version": "7.24.7",
988
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.7.tgz",
989
+ "integrity": "sha512-sc3X26PhZQDb3JhORmakcbvkeInvxz+A8oda99lj7J60QRuPZvNAk9wQlTBS1ZynelDrDmTU4pw1tyc5d5ZMUg==",
990
+ "license": "MIT",
991
+ "dependencies": {
992
+ "@babel/helper-plugin-utils": "^7.24.7",
993
+ "@babel/plugin-syntax-dynamic-import": "^7.8.3"
994
+ },
995
+ "engines": {
996
+ "node": ">=6.9.0"
997
+ },
998
+ "peerDependencies": {
999
+ "@babel/core": "^7.0.0-0"
1000
+ }
1001
+ },
1002
+ "node_modules/@babel/plugin-transform-exponentiation-operator": {
1003
+ "version": "7.24.7",
1004
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.7.tgz",
1005
+ "integrity": "sha512-Rqe/vSc9OYgDajNIK35u7ot+KeCoetqQYFXM4Epf7M7ez3lWlOjrDjrwMei6caCVhfdw+mIKD4cgdGNy5JQotQ==",
1006
+ "license": "MIT",
1007
+ "dependencies": {
1008
+ "@babel/helper-builder-binary-assignment-operator-visitor": "^7.24.7",
1009
+ "@babel/helper-plugin-utils": "^7.24.7"
1010
+ },
1011
+ "engines": {
1012
+ "node": ">=6.9.0"
1013
+ },
1014
+ "peerDependencies": {
1015
+ "@babel/core": "^7.0.0-0"
1016
+ }
1017
+ },
1018
+ "node_modules/@babel/plugin-transform-export-namespace-from": {
1019
+ "version": "7.24.7",
1020
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.7.tgz",
1021
+ "integrity": "sha512-v0K9uNYsPL3oXZ/7F9NNIbAj2jv1whUEtyA6aujhekLs56R++JDQuzRcP2/z4WX5Vg/c5lE9uWZA0/iUoFhLTA==",
1022
+ "license": "MIT",
1023
+ "dependencies": {
1024
+ "@babel/helper-plugin-utils": "^7.24.7",
1025
+ "@babel/plugin-syntax-export-namespace-from": "^7.8.3"
1026
+ },
1027
+ "engines": {
1028
+ "node": ">=6.9.0"
1029
+ },
1030
+ "peerDependencies": {
1031
+ "@babel/core": "^7.0.0-0"
1032
+ }
1033
+ },
1034
+ "node_modules/@babel/plugin-transform-for-of": {
1035
+ "version": "7.24.7",
1036
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.24.7.tgz",
1037
+ "integrity": "sha512-wo9ogrDG1ITTTBsy46oGiN1dS9A7MROBTcYsfS8DtsImMkHk9JXJ3EWQM6X2SUw4x80uGPlwj0o00Uoc6nEE3g==",
1038
+ "license": "MIT",
1039
+ "dependencies": {
1040
+ "@babel/helper-plugin-utils": "^7.24.7",
1041
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7"
1042
+ },
1043
+ "engines": {
1044
+ "node": ">=6.9.0"
1045
+ },
1046
+ "peerDependencies": {
1047
+ "@babel/core": "^7.0.0-0"
1048
+ }
1049
+ },
1050
+ "node_modules/@babel/plugin-transform-function-name": {
1051
+ "version": "7.25.1",
1052
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.1.tgz",
1053
+ "integrity": "sha512-TVVJVdW9RKMNgJJlLtHsKDTydjZAbwIsn6ySBPQaEAUU5+gVvlJt/9nRmqVbsV/IBanRjzWoaAQKLoamWVOUuA==",
1054
+ "license": "MIT",
1055
+ "dependencies": {
1056
+ "@babel/helper-compilation-targets": "^7.24.8",
1057
+ "@babel/helper-plugin-utils": "^7.24.8",
1058
+ "@babel/traverse": "^7.25.1"
1059
+ },
1060
+ "engines": {
1061
+ "node": ">=6.9.0"
1062
+ },
1063
+ "peerDependencies": {
1064
+ "@babel/core": "^7.0.0-0"
1065
+ }
1066
+ },
1067
+ "node_modules/@babel/plugin-transform-json-strings": {
1068
+ "version": "7.24.7",
1069
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.24.7.tgz",
1070
+ "integrity": "sha512-2yFnBGDvRuxAaE/f0vfBKvtnvvqU8tGpMHqMNpTN2oWMKIR3NqFkjaAgGwawhqK/pIN2T3XdjGPdaG0vDhOBGw==",
1071
+ "license": "MIT",
1072
+ "dependencies": {
1073
+ "@babel/helper-plugin-utils": "^7.24.7",
1074
+ "@babel/plugin-syntax-json-strings": "^7.8.3"
1075
+ },
1076
+ "engines": {
1077
+ "node": ">=6.9.0"
1078
+ },
1079
+ "peerDependencies": {
1080
+ "@babel/core": "^7.0.0-0"
1081
+ }
1082
+ },
1083
+ "node_modules/@babel/plugin-transform-literals": {
1084
+ "version": "7.25.2",
1085
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.2.tgz",
1086
+ "integrity": "sha512-HQI+HcTbm9ur3Z2DkO+jgESMAMcYLuN/A7NRw9juzxAezN9AvqvUTnpKP/9kkYANz6u7dFlAyOu44ejuGySlfw==",
1087
+ "license": "MIT",
1088
+ "dependencies": {
1089
+ "@babel/helper-plugin-utils": "^7.24.8"
1090
+ },
1091
+ "engines": {
1092
+ "node": ">=6.9.0"
1093
+ },
1094
+ "peerDependencies": {
1095
+ "@babel/core": "^7.0.0-0"
1096
+ }
1097
+ },
1098
+ "node_modules/@babel/plugin-transform-logical-assignment-operators": {
1099
+ "version": "7.24.7",
1100
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.24.7.tgz",
1101
+ "integrity": "sha512-4D2tpwlQ1odXmTEIFWy9ELJcZHqrStlzK/dAOWYyxX3zT0iXQB6banjgeOJQXzEc4S0E0a5A+hahxPaEFYftsw==",
1102
+ "license": "MIT",
1103
+ "dependencies": {
1104
+ "@babel/helper-plugin-utils": "^7.24.7",
1105
+ "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
1106
+ },
1107
+ "engines": {
1108
+ "node": ">=6.9.0"
1109
+ },
1110
+ "peerDependencies": {
1111
+ "@babel/core": "^7.0.0-0"
1112
+ }
1113
+ },
1114
+ "node_modules/@babel/plugin-transform-member-expression-literals": {
1115
+ "version": "7.24.7",
1116
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.24.7.tgz",
1117
+ "integrity": "sha512-T/hRC1uqrzXMKLQ6UCwMT85S3EvqaBXDGf0FaMf4446Qx9vKwlghvee0+uuZcDUCZU5RuNi4781UQ7R308zzBw==",
1118
+ "license": "MIT",
1119
+ "dependencies": {
1120
+ "@babel/helper-plugin-utils": "^7.24.7"
1121
+ },
1122
+ "engines": {
1123
+ "node": ">=6.9.0"
1124
+ },
1125
+ "peerDependencies": {
1126
+ "@babel/core": "^7.0.0-0"
1127
+ }
1128
+ },
1129
+ "node_modules/@babel/plugin-transform-modules-amd": {
1130
+ "version": "7.24.7",
1131
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.24.7.tgz",
1132
+ "integrity": "sha512-9+pB1qxV3vs/8Hdmz/CulFB8w2tuu6EB94JZFsjdqxQokwGa9Unap7Bo2gGBGIvPmDIVvQrom7r5m/TCDMURhg==",
1133
+ "license": "MIT",
1134
+ "dependencies": {
1135
+ "@babel/helper-module-transforms": "^7.24.7",
1136
+ "@babel/helper-plugin-utils": "^7.24.7"
1137
+ },
1138
+ "engines": {
1139
+ "node": ">=6.9.0"
1140
+ },
1141
+ "peerDependencies": {
1142
+ "@babel/core": "^7.0.0-0"
1143
+ }
1144
+ },
1145
+ "node_modules/@babel/plugin-transform-modules-commonjs": {
1146
+ "version": "7.24.8",
1147
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.8.tgz",
1148
+ "integrity": "sha512-WHsk9H8XxRs3JXKWFiqtQebdh9b/pTk4EgueygFzYlTKAg0Ud985mSevdNjdXdFBATSKVJGQXP1tv6aGbssLKA==",
1149
+ "license": "MIT",
1150
+ "dependencies": {
1151
+ "@babel/helper-module-transforms": "^7.24.8",
1152
+ "@babel/helper-plugin-utils": "^7.24.8",
1153
+ "@babel/helper-simple-access": "^7.24.7"
1154
+ },
1155
+ "engines": {
1156
+ "node": ">=6.9.0"
1157
+ },
1158
+ "peerDependencies": {
1159
+ "@babel/core": "^7.0.0-0"
1160
+ }
1161
+ },
1162
+ "node_modules/@babel/plugin-transform-modules-systemjs": {
1163
+ "version": "7.25.0",
1164
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.0.tgz",
1165
+ "integrity": "sha512-YPJfjQPDXxyQWg/0+jHKj1llnY5f/R6a0p/vP4lPymxLu7Lvl4k2WMitqi08yxwQcCVUUdG9LCUj4TNEgAp3Jw==",
1166
+ "license": "MIT",
1167
+ "dependencies": {
1168
+ "@babel/helper-module-transforms": "^7.25.0",
1169
+ "@babel/helper-plugin-utils": "^7.24.8",
1170
+ "@babel/helper-validator-identifier": "^7.24.7",
1171
+ "@babel/traverse": "^7.25.0"
1172
+ },
1173
+ "engines": {
1174
+ "node": ">=6.9.0"
1175
+ },
1176
+ "peerDependencies": {
1177
+ "@babel/core": "^7.0.0-0"
1178
+ }
1179
+ },
1180
+ "node_modules/@babel/plugin-transform-modules-umd": {
1181
+ "version": "7.24.7",
1182
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.7.tgz",
1183
+ "integrity": "sha512-3aytQvqJ/h9z4g8AsKPLvD4Zqi2qT+L3j7XoFFu1XBlZWEl2/1kWnhmAbxpLgPrHSY0M6UA02jyTiwUVtiKR6A==",
1184
+ "license": "MIT",
1185
+ "dependencies": {
1186
+ "@babel/helper-module-transforms": "^7.24.7",
1187
+ "@babel/helper-plugin-utils": "^7.24.7"
1188
+ },
1189
+ "engines": {
1190
+ "node": ">=6.9.0"
1191
+ },
1192
+ "peerDependencies": {
1193
+ "@babel/core": "^7.0.0-0"
1194
+ }
1195
+ },
1196
+ "node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
1197
+ "version": "7.24.7",
1198
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.24.7.tgz",
1199
+ "integrity": "sha512-/jr7h/EWeJtk1U/uz2jlsCioHkZk1JJZVcc8oQsJ1dUlaJD83f4/6Zeh2aHt9BIFokHIsSeDfhUmju0+1GPd6g==",
1200
+ "license": "MIT",
1201
+ "dependencies": {
1202
+ "@babel/helper-create-regexp-features-plugin": "^7.24.7",
1203
+ "@babel/helper-plugin-utils": "^7.24.7"
1204
+ },
1205
+ "engines": {
1206
+ "node": ">=6.9.0"
1207
+ },
1208
+ "peerDependencies": {
1209
+ "@babel/core": "^7.0.0"
1210
+ }
1211
+ },
1212
+ "node_modules/@babel/plugin-transform-new-target": {
1213
+ "version": "7.24.7",
1214
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.24.7.tgz",
1215
+ "integrity": "sha512-RNKwfRIXg4Ls/8mMTza5oPF5RkOW8Wy/WgMAp1/F1yZ8mMbtwXW+HDoJiOsagWrAhI5f57Vncrmr9XeT4CVapA==",
1216
+ "license": "MIT",
1217
+ "dependencies": {
1218
+ "@babel/helper-plugin-utils": "^7.24.7"
1219
+ },
1220
+ "engines": {
1221
+ "node": ">=6.9.0"
1222
+ },
1223
+ "peerDependencies": {
1224
+ "@babel/core": "^7.0.0-0"
1225
+ }
1226
+ },
1227
+ "node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
1228
+ "version": "7.24.7",
1229
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.7.tgz",
1230
+ "integrity": "sha512-Ts7xQVk1OEocqzm8rHMXHlxvsfZ0cEF2yomUqpKENHWMF4zKk175Y4q8H5knJes6PgYad50uuRmt3UJuhBw8pQ==",
1231
+ "license": "MIT",
1232
+ "dependencies": {
1233
+ "@babel/helper-plugin-utils": "^7.24.7",
1234
+ "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
1235
+ },
1236
+ "engines": {
1237
+ "node": ">=6.9.0"
1238
+ },
1239
+ "peerDependencies": {
1240
+ "@babel/core": "^7.0.0-0"
1241
+ }
1242
+ },
1243
+ "node_modules/@babel/plugin-transform-numeric-separator": {
1244
+ "version": "7.24.7",
1245
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.7.tgz",
1246
+ "integrity": "sha512-e6q1TiVUzvH9KRvicuxdBTUj4AdKSRwzIyFFnfnezpCfP2/7Qmbb8qbU2j7GODbl4JMkblitCQjKYUaX/qkkwA==",
1247
+ "license": "MIT",
1248
+ "dependencies": {
1249
+ "@babel/helper-plugin-utils": "^7.24.7",
1250
+ "@babel/plugin-syntax-numeric-separator": "^7.10.4"
1251
+ },
1252
+ "engines": {
1253
+ "node": ">=6.9.0"
1254
+ },
1255
+ "peerDependencies": {
1256
+ "@babel/core": "^7.0.0-0"
1257
+ }
1258
+ },
1259
+ "node_modules/@babel/plugin-transform-object-rest-spread": {
1260
+ "version": "7.24.7",
1261
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.7.tgz",
1262
+ "integrity": "sha512-4QrHAr0aXQCEFni2q4DqKLD31n2DL+RxcwnNjDFkSG0eNQ/xCavnRkfCUjsyqGC2OviNJvZOF/mQqZBw7i2C5Q==",
1263
+ "license": "MIT",
1264
+ "dependencies": {
1265
+ "@babel/helper-compilation-targets": "^7.24.7",
1266
+ "@babel/helper-plugin-utils": "^7.24.7",
1267
+ "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
1268
+ "@babel/plugin-transform-parameters": "^7.24.7"
1269
+ },
1270
+ "engines": {
1271
+ "node": ">=6.9.0"
1272
+ },
1273
+ "peerDependencies": {
1274
+ "@babel/core": "^7.0.0-0"
1275
+ }
1276
+ },
1277
+ "node_modules/@babel/plugin-transform-object-super": {
1278
+ "version": "7.24.7",
1279
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.24.7.tgz",
1280
+ "integrity": "sha512-A/vVLwN6lBrMFmMDmPPz0jnE6ZGx7Jq7d6sT/Ev4H65RER6pZ+kczlf1DthF5N0qaPHBsI7UXiE8Zy66nmAovg==",
1281
+ "license": "MIT",
1282
+ "dependencies": {
1283
+ "@babel/helper-plugin-utils": "^7.24.7",
1284
+ "@babel/helper-replace-supers": "^7.24.7"
1285
+ },
1286
+ "engines": {
1287
+ "node": ">=6.9.0"
1288
+ },
1289
+ "peerDependencies": {
1290
+ "@babel/core": "^7.0.0-0"
1291
+ }
1292
+ },
1293
+ "node_modules/@babel/plugin-transform-optional-catch-binding": {
1294
+ "version": "7.24.7",
1295
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.7.tgz",
1296
+ "integrity": "sha512-uLEndKqP5BfBbC/5jTwPxLh9kqPWWgzN/f8w6UwAIirAEqiIVJWWY312X72Eub09g5KF9+Zn7+hT7sDxmhRuKA==",
1297
+ "license": "MIT",
1298
+ "dependencies": {
1299
+ "@babel/helper-plugin-utils": "^7.24.7",
1300
+ "@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
1301
+ },
1302
+ "engines": {
1303
+ "node": ">=6.9.0"
1304
+ },
1305
+ "peerDependencies": {
1306
+ "@babel/core": "^7.0.0-0"
1307
+ }
1308
+ },
1309
+ "node_modules/@babel/plugin-transform-optional-chaining": {
1310
+ "version": "7.24.8",
1311
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.8.tgz",
1312
+ "integrity": "sha512-5cTOLSMs9eypEy8JUVvIKOu6NgvbJMnpG62VpIHrTmROdQ+L5mDAaI40g25k5vXti55JWNX5jCkq3HZxXBQANw==",
1313
+ "license": "MIT",
1314
+ "dependencies": {
1315
+ "@babel/helper-plugin-utils": "^7.24.8",
1316
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7",
1317
+ "@babel/plugin-syntax-optional-chaining": "^7.8.3"
1318
+ },
1319
+ "engines": {
1320
+ "node": ">=6.9.0"
1321
+ },
1322
+ "peerDependencies": {
1323
+ "@babel/core": "^7.0.0-0"
1324
+ }
1325
+ },
1326
+ "node_modules/@babel/plugin-transform-parameters": {
1327
+ "version": "7.24.7",
1328
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.7.tgz",
1329
+ "integrity": "sha512-yGWW5Rr+sQOhK0Ot8hjDJuxU3XLRQGflvT4lhlSY0DFvdb3TwKaY26CJzHtYllU0vT9j58hc37ndFPsqT1SrzA==",
1330
+ "license": "MIT",
1331
+ "dependencies": {
1332
+ "@babel/helper-plugin-utils": "^7.24.7"
1333
+ },
1334
+ "engines": {
1335
+ "node": ">=6.9.0"
1336
+ },
1337
+ "peerDependencies": {
1338
+ "@babel/core": "^7.0.0-0"
1339
+ }
1340
+ },
1341
+ "node_modules/@babel/plugin-transform-private-methods": {
1342
+ "version": "7.25.4",
1343
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.4.tgz",
1344
+ "integrity": "sha512-ao8BG7E2b/URaUQGqN3Tlsg+M3KlHY6rJ1O1gXAEUnZoyNQnvKyH87Kfg+FoxSeyWUB8ISZZsC91C44ZuBFytw==",
1345
+ "license": "MIT",
1346
+ "dependencies": {
1347
+ "@babel/helper-create-class-features-plugin": "^7.25.4",
1348
+ "@babel/helper-plugin-utils": "^7.24.8"
1349
+ },
1350
+ "engines": {
1351
+ "node": ">=6.9.0"
1352
+ },
1353
+ "peerDependencies": {
1354
+ "@babel/core": "^7.0.0-0"
1355
+ }
1356
+ },
1357
+ "node_modules/@babel/plugin-transform-private-property-in-object": {
1358
+ "version": "7.24.7",
1359
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.7.tgz",
1360
+ "integrity": "sha512-9z76mxwnwFxMyxZWEgdgECQglF2Q7cFLm0kMf8pGwt+GSJsY0cONKj/UuO4bOH0w/uAel3ekS4ra5CEAyJRmDA==",
1361
+ "license": "MIT",
1362
+ "dependencies": {
1363
+ "@babel/helper-annotate-as-pure": "^7.24.7",
1364
+ "@babel/helper-create-class-features-plugin": "^7.24.7",
1365
+ "@babel/helper-plugin-utils": "^7.24.7",
1366
+ "@babel/plugin-syntax-private-property-in-object": "^7.14.5"
1367
+ },
1368
+ "engines": {
1369
+ "node": ">=6.9.0"
1370
+ },
1371
+ "peerDependencies": {
1372
+ "@babel/core": "^7.0.0-0"
1373
+ }
1374
+ },
1375
+ "node_modules/@babel/plugin-transform-property-literals": {
1376
+ "version": "7.24.7",
1377
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.24.7.tgz",
1378
+ "integrity": "sha512-EMi4MLQSHfd2nrCqQEWxFdha2gBCqU4ZcCng4WBGZ5CJL4bBRW0ptdqqDdeirGZcpALazVVNJqRmsO8/+oNCBA==",
1379
+ "license": "MIT",
1380
+ "dependencies": {
1381
+ "@babel/helper-plugin-utils": "^7.24.7"
1382
+ },
1383
+ "engines": {
1384
+ "node": ">=6.9.0"
1385
+ },
1386
+ "peerDependencies": {
1387
+ "@babel/core": "^7.0.0-0"
1388
+ }
1389
+ },
1390
+ "node_modules/@babel/plugin-transform-react-display-name": {
1391
+ "version": "7.24.7",
1392
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.24.7.tgz",
1393
+ "integrity": "sha512-H/Snz9PFxKsS1JLI4dJLtnJgCJRoo0AUm3chP6NYr+9En1JMKloheEiLIhlp5MDVznWo+H3AAC1Mc8lmUEpsgg==",
1394
+ "license": "MIT",
1395
+ "dependencies": {
1396
+ "@babel/helper-plugin-utils": "^7.24.7"
1397
+ },
1398
+ "engines": {
1399
+ "node": ">=6.9.0"
1400
+ },
1401
+ "peerDependencies": {
1402
+ "@babel/core": "^7.0.0-0"
1403
+ }
1404
+ },
1405
+ "node_modules/@babel/plugin-transform-react-jsx": {
1406
+ "version": "7.25.2",
1407
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.25.2.tgz",
1408
+ "integrity": "sha512-KQsqEAVBpU82NM/B/N9j9WOdphom1SZH3R+2V7INrQUH+V9EBFwZsEJl8eBIVeQE62FxJCc70jzEZwqU7RcVqA==",
1409
+ "license": "MIT",
1410
+ "dependencies": {
1411
+ "@babel/helper-annotate-as-pure": "^7.24.7",
1412
+ "@babel/helper-module-imports": "^7.24.7",
1413
+ "@babel/helper-plugin-utils": "^7.24.8",
1414
+ "@babel/plugin-syntax-jsx": "^7.24.7",
1415
+ "@babel/types": "^7.25.2"
1416
+ },
1417
+ "engines": {
1418
+ "node": ">=6.9.0"
1419
+ },
1420
+ "peerDependencies": {
1421
+ "@babel/core": "^7.0.0-0"
1422
+ }
1423
+ },
1424
+ "node_modules/@babel/plugin-transform-react-jsx-development": {
1425
+ "version": "7.24.7",
1426
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.24.7.tgz",
1427
+ "integrity": "sha512-QG9EnzoGn+Qar7rxuW+ZOsbWOt56FvvI93xInqsZDC5fsekx1AlIO4KIJ5M+D0p0SqSH156EpmZyXq630B8OlQ==",
1428
+ "license": "MIT",
1429
+ "dependencies": {
1430
+ "@babel/plugin-transform-react-jsx": "^7.24.7"
1431
+ },
1432
+ "engines": {
1433
+ "node": ">=6.9.0"
1434
+ },
1435
+ "peerDependencies": {
1436
+ "@babel/core": "^7.0.0-0"
1437
+ }
1438
+ },
1439
+ "node_modules/@babel/plugin-transform-react-pure-annotations": {
1440
+ "version": "7.24.7",
1441
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.24.7.tgz",
1442
+ "integrity": "sha512-PLgBVk3fzbmEjBJ/u8kFzOqS9tUeDjiaWud/rRym/yjCo/M9cASPlnrd2ZmmZpQT40fOOrvR8jh+n8jikrOhNA==",
1443
+ "license": "MIT",
1444
+ "dependencies": {
1445
+ "@babel/helper-annotate-as-pure": "^7.24.7",
1446
+ "@babel/helper-plugin-utils": "^7.24.7"
1447
+ },
1448
+ "engines": {
1449
+ "node": ">=6.9.0"
1450
+ },
1451
+ "peerDependencies": {
1452
+ "@babel/core": "^7.0.0-0"
1453
+ }
1454
+ },
1455
+ "node_modules/@babel/plugin-transform-regenerator": {
1456
+ "version": "7.24.7",
1457
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.24.7.tgz",
1458
+ "integrity": "sha512-lq3fvXPdimDrlg6LWBoqj+r/DEWgONuwjuOuQCSYgRroXDH/IdM1C0IZf59fL5cHLpjEH/O6opIRBbqv7ELnuA==",
1459
+ "license": "MIT",
1460
+ "dependencies": {
1461
+ "@babel/helper-plugin-utils": "^7.24.7",
1462
+ "regenerator-transform": "^0.15.2"
1463
+ },
1464
+ "engines": {
1465
+ "node": ">=6.9.0"
1466
+ },
1467
+ "peerDependencies": {
1468
+ "@babel/core": "^7.0.0-0"
1469
+ }
1470
+ },
1471
+ "node_modules/@babel/plugin-transform-reserved-words": {
1472
+ "version": "7.24.7",
1473
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.24.7.tgz",
1474
+ "integrity": "sha512-0DUq0pHcPKbjFZCfTss/pGkYMfy3vFWydkUBd9r0GHpIyfs2eCDENvqadMycRS9wZCXR41wucAfJHJmwA0UmoQ==",
1475
+ "license": "MIT",
1476
+ "dependencies": {
1477
+ "@babel/helper-plugin-utils": "^7.24.7"
1478
+ },
1479
+ "engines": {
1480
+ "node": ">=6.9.0"
1481
+ },
1482
+ "peerDependencies": {
1483
+ "@babel/core": "^7.0.0-0"
1484
+ }
1485
+ },
1486
+ "node_modules/@babel/plugin-transform-shorthand-properties": {
1487
+ "version": "7.24.7",
1488
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.7.tgz",
1489
+ "integrity": "sha512-KsDsevZMDsigzbA09+vacnLpmPH4aWjcZjXdyFKGzpplxhbeB4wYtury3vglQkg6KM/xEPKt73eCjPPf1PgXBA==",
1490
+ "license": "MIT",
1491
+ "dependencies": {
1492
+ "@babel/helper-plugin-utils": "^7.24.7"
1493
+ },
1494
+ "engines": {
1495
+ "node": ">=6.9.0"
1496
+ },
1497
+ "peerDependencies": {
1498
+ "@babel/core": "^7.0.0-0"
1499
+ }
1500
+ },
1501
+ "node_modules/@babel/plugin-transform-spread": {
1502
+ "version": "7.24.7",
1503
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.24.7.tgz",
1504
+ "integrity": "sha512-x96oO0I09dgMDxJaANcRyD4ellXFLLiWhuwDxKZX5g2rWP1bTPkBSwCYv96VDXVT1bD9aPj8tppr5ITIh8hBng==",
1505
+ "license": "MIT",
1506
+ "dependencies": {
1507
+ "@babel/helper-plugin-utils": "^7.24.7",
1508
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7"
1509
+ },
1510
+ "engines": {
1511
+ "node": ">=6.9.0"
1512
+ },
1513
+ "peerDependencies": {
1514
+ "@babel/core": "^7.0.0-0"
1515
+ }
1516
+ },
1517
+ "node_modules/@babel/plugin-transform-sticky-regex": {
1518
+ "version": "7.24.7",
1519
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.24.7.tgz",
1520
+ "integrity": "sha512-kHPSIJc9v24zEml5geKg9Mjx5ULpfncj0wRpYtxbvKyTtHCYDkVE3aHQ03FrpEo4gEe2vrJJS1Y9CJTaThA52g==",
1521
+ "license": "MIT",
1522
+ "dependencies": {
1523
+ "@babel/helper-plugin-utils": "^7.24.7"
1524
+ },
1525
+ "engines": {
1526
+ "node": ">=6.9.0"
1527
+ },
1528
+ "peerDependencies": {
1529
+ "@babel/core": "^7.0.0-0"
1530
+ }
1531
+ },
1532
+ "node_modules/@babel/plugin-transform-template-literals": {
1533
+ "version": "7.24.7",
1534
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.7.tgz",
1535
+ "integrity": "sha512-AfDTQmClklHCOLxtGoP7HkeMw56k1/bTQjwsfhL6pppo/M4TOBSq+jjBUBLmV/4oeFg4GWMavIl44ZeCtmmZTw==",
1536
+ "license": "MIT",
1537
+ "dependencies": {
1538
+ "@babel/helper-plugin-utils": "^7.24.7"
1539
+ },
1540
+ "engines": {
1541
+ "node": ">=6.9.0"
1542
+ },
1543
+ "peerDependencies": {
1544
+ "@babel/core": "^7.0.0-0"
1545
+ }
1546
+ },
1547
+ "node_modules/@babel/plugin-transform-typeof-symbol": {
1548
+ "version": "7.24.8",
1549
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.8.tgz",
1550
+ "integrity": "sha512-adNTUpDCVnmAE58VEqKlAA6ZBlNkMnWD0ZcW76lyNFN3MJniyGFZfNwERVk8Ap56MCnXztmDr19T4mPTztcuaw==",
1551
+ "license": "MIT",
1552
+ "dependencies": {
1553
+ "@babel/helper-plugin-utils": "^7.24.8"
1554
+ },
1555
+ "engines": {
1556
+ "node": ">=6.9.0"
1557
+ },
1558
+ "peerDependencies": {
1559
+ "@babel/core": "^7.0.0-0"
1560
+ }
1561
+ },
1562
+ "node_modules/@babel/plugin-transform-unicode-escapes": {
1563
+ "version": "7.24.7",
1564
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.7.tgz",
1565
+ "integrity": "sha512-U3ap1gm5+4edc2Q/P+9VrBNhGkfnf+8ZqppY71Bo/pzZmXhhLdqgaUl6cuB07O1+AQJtCLfaOmswiNbSQ9ivhw==",
1566
+ "license": "MIT",
1567
+ "dependencies": {
1568
+ "@babel/helper-plugin-utils": "^7.24.7"
1569
+ },
1570
+ "engines": {
1571
+ "node": ">=6.9.0"
1572
+ },
1573
+ "peerDependencies": {
1574
+ "@babel/core": "^7.0.0-0"
1575
+ }
1576
+ },
1577
+ "node_modules/@babel/plugin-transform-unicode-property-regex": {
1578
+ "version": "7.24.7",
1579
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.7.tgz",
1580
+ "integrity": "sha512-uH2O4OV5M9FZYQrwc7NdVmMxQJOCCzFeYudlZSzUAHRFeOujQefa92E74TQDVskNHCzOXoigEuoyzHDhaEaK5w==",
1581
+ "license": "MIT",
1582
+ "dependencies": {
1583
+ "@babel/helper-create-regexp-features-plugin": "^7.24.7",
1584
+ "@babel/helper-plugin-utils": "^7.24.7"
1585
+ },
1586
+ "engines": {
1587
+ "node": ">=6.9.0"
1588
+ },
1589
+ "peerDependencies": {
1590
+ "@babel/core": "^7.0.0-0"
1591
+ }
1592
+ },
1593
+ "node_modules/@babel/plugin-transform-unicode-regex": {
1594
+ "version": "7.24.7",
1595
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.7.tgz",
1596
+ "integrity": "sha512-hlQ96MBZSAXUq7ltkjtu3FJCCSMx/j629ns3hA3pXnBXjanNP0LHi+JpPeA81zaWgVK1VGH95Xuy7u0RyQ8kMg==",
1597
+ "license": "MIT",
1598
+ "dependencies": {
1599
+ "@babel/helper-create-regexp-features-plugin": "^7.24.7",
1600
+ "@babel/helper-plugin-utils": "^7.24.7"
1601
+ },
1602
+ "engines": {
1603
+ "node": ">=6.9.0"
1604
+ },
1605
+ "peerDependencies": {
1606
+ "@babel/core": "^7.0.0-0"
1607
+ }
1608
+ },
1609
+ "node_modules/@babel/plugin-transform-unicode-sets-regex": {
1610
+ "version": "7.25.4",
1611
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.25.4.tgz",
1612
+ "integrity": "sha512-qesBxiWkgN1Q+31xUE9RcMk79eOXXDCv6tfyGMRSs4RGlioSg2WVyQAm07k726cSE56pa+Kb0y9epX2qaXzTvA==",
1613
+ "license": "MIT",
1614
+ "dependencies": {
1615
+ "@babel/helper-create-regexp-features-plugin": "^7.25.2",
1616
+ "@babel/helper-plugin-utils": "^7.24.8"
1617
+ },
1618
+ "engines": {
1619
+ "node": ">=6.9.0"
1620
+ },
1621
+ "peerDependencies": {
1622
+ "@babel/core": "^7.0.0"
1623
+ }
1624
+ },
1625
+ "node_modules/@babel/preset-env": {
1626
+ "version": "7.25.4",
1627
+ "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.25.4.tgz",
1628
+ "integrity": "sha512-W9Gyo+KmcxjGahtt3t9fb14vFRWvPpu5pT6GBlovAK6BTBcxgjfVMSQCfJl4oi35ODrxP6xx2Wr8LNST57Mraw==",
1629
+ "license": "MIT",
1630
+ "dependencies": {
1631
+ "@babel/compat-data": "^7.25.4",
1632
+ "@babel/helper-compilation-targets": "^7.25.2",
1633
+ "@babel/helper-plugin-utils": "^7.24.8",
1634
+ "@babel/helper-validator-option": "^7.24.8",
1635
+ "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.3",
1636
+ "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.0",
1637
+ "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.25.0",
1638
+ "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.24.7",
1639
+ "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.25.0",
1640
+ "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
1641
+ "@babel/plugin-syntax-async-generators": "^7.8.4",
1642
+ "@babel/plugin-syntax-class-properties": "^7.12.13",
1643
+ "@babel/plugin-syntax-class-static-block": "^7.14.5",
1644
+ "@babel/plugin-syntax-dynamic-import": "^7.8.3",
1645
+ "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
1646
+ "@babel/plugin-syntax-import-assertions": "^7.24.7",
1647
+ "@babel/plugin-syntax-import-attributes": "^7.24.7",
1648
+ "@babel/plugin-syntax-import-meta": "^7.10.4",
1649
+ "@babel/plugin-syntax-json-strings": "^7.8.3",
1650
+ "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
1651
+ "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
1652
+ "@babel/plugin-syntax-numeric-separator": "^7.10.4",
1653
+ "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
1654
+ "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
1655
+ "@babel/plugin-syntax-optional-chaining": "^7.8.3",
1656
+ "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
1657
+ "@babel/plugin-syntax-top-level-await": "^7.14.5",
1658
+ "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
1659
+ "@babel/plugin-transform-arrow-functions": "^7.24.7",
1660
+ "@babel/plugin-transform-async-generator-functions": "^7.25.4",
1661
+ "@babel/plugin-transform-async-to-generator": "^7.24.7",
1662
+ "@babel/plugin-transform-block-scoped-functions": "^7.24.7",
1663
+ "@babel/plugin-transform-block-scoping": "^7.25.0",
1664
+ "@babel/plugin-transform-class-properties": "^7.25.4",
1665
+ "@babel/plugin-transform-class-static-block": "^7.24.7",
1666
+ "@babel/plugin-transform-classes": "^7.25.4",
1667
+ "@babel/plugin-transform-computed-properties": "^7.24.7",
1668
+ "@babel/plugin-transform-destructuring": "^7.24.8",
1669
+ "@babel/plugin-transform-dotall-regex": "^7.24.7",
1670
+ "@babel/plugin-transform-duplicate-keys": "^7.24.7",
1671
+ "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.25.0",
1672
+ "@babel/plugin-transform-dynamic-import": "^7.24.7",
1673
+ "@babel/plugin-transform-exponentiation-operator": "^7.24.7",
1674
+ "@babel/plugin-transform-export-namespace-from": "^7.24.7",
1675
+ "@babel/plugin-transform-for-of": "^7.24.7",
1676
+ "@babel/plugin-transform-function-name": "^7.25.1",
1677
+ "@babel/plugin-transform-json-strings": "^7.24.7",
1678
+ "@babel/plugin-transform-literals": "^7.25.2",
1679
+ "@babel/plugin-transform-logical-assignment-operators": "^7.24.7",
1680
+ "@babel/plugin-transform-member-expression-literals": "^7.24.7",
1681
+ "@babel/plugin-transform-modules-amd": "^7.24.7",
1682
+ "@babel/plugin-transform-modules-commonjs": "^7.24.8",
1683
+ "@babel/plugin-transform-modules-systemjs": "^7.25.0",
1684
+ "@babel/plugin-transform-modules-umd": "^7.24.7",
1685
+ "@babel/plugin-transform-named-capturing-groups-regex": "^7.24.7",
1686
+ "@babel/plugin-transform-new-target": "^7.24.7",
1687
+ "@babel/plugin-transform-nullish-coalescing-operator": "^7.24.7",
1688
+ "@babel/plugin-transform-numeric-separator": "^7.24.7",
1689
+ "@babel/plugin-transform-object-rest-spread": "^7.24.7",
1690
+ "@babel/plugin-transform-object-super": "^7.24.7",
1691
+ "@babel/plugin-transform-optional-catch-binding": "^7.24.7",
1692
+ "@babel/plugin-transform-optional-chaining": "^7.24.8",
1693
+ "@babel/plugin-transform-parameters": "^7.24.7",
1694
+ "@babel/plugin-transform-private-methods": "^7.25.4",
1695
+ "@babel/plugin-transform-private-property-in-object": "^7.24.7",
1696
+ "@babel/plugin-transform-property-literals": "^7.24.7",
1697
+ "@babel/plugin-transform-regenerator": "^7.24.7",
1698
+ "@babel/plugin-transform-reserved-words": "^7.24.7",
1699
+ "@babel/plugin-transform-shorthand-properties": "^7.24.7",
1700
+ "@babel/plugin-transform-spread": "^7.24.7",
1701
+ "@babel/plugin-transform-sticky-regex": "^7.24.7",
1702
+ "@babel/plugin-transform-template-literals": "^7.24.7",
1703
+ "@babel/plugin-transform-typeof-symbol": "^7.24.8",
1704
+ "@babel/plugin-transform-unicode-escapes": "^7.24.7",
1705
+ "@babel/plugin-transform-unicode-property-regex": "^7.24.7",
1706
+ "@babel/plugin-transform-unicode-regex": "^7.24.7",
1707
+ "@babel/plugin-transform-unicode-sets-regex": "^7.25.4",
1708
+ "@babel/preset-modules": "0.1.6-no-external-plugins",
1709
+ "babel-plugin-polyfill-corejs2": "^0.4.10",
1710
+ "babel-plugin-polyfill-corejs3": "^0.10.6",
1711
+ "babel-plugin-polyfill-regenerator": "^0.6.1",
1712
+ "core-js-compat": "^3.37.1",
1713
+ "semver": "^6.3.1"
1714
+ },
1715
+ "engines": {
1716
+ "node": ">=6.9.0"
1717
+ },
1718
+ "peerDependencies": {
1719
+ "@babel/core": "^7.0.0-0"
1720
+ }
1721
+ },
1722
+ "node_modules/@babel/preset-modules": {
1723
+ "version": "0.1.6-no-external-plugins",
1724
+ "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz",
1725
+ "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==",
1726
+ "license": "MIT",
1727
+ "dependencies": {
1728
+ "@babel/helper-plugin-utils": "^7.0.0",
1729
+ "@babel/types": "^7.4.4",
1730
+ "esutils": "^2.0.2"
1731
+ },
1732
+ "peerDependencies": {
1733
+ "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0"
1734
+ }
1735
+ },
1736
+ "node_modules/@babel/preset-react": {
1737
+ "version": "7.24.7",
1738
+ "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.24.7.tgz",
1739
+ "integrity": "sha512-AAH4lEkpmzFWrGVlHaxJB7RLH21uPQ9+He+eFLWHmF9IuFQVugz8eAsamaW0DXRrTfco5zj1wWtpdcXJUOfsag==",
1740
+ "license": "MIT",
1741
+ "dependencies": {
1742
+ "@babel/helper-plugin-utils": "^7.24.7",
1743
+ "@babel/helper-validator-option": "^7.24.7",
1744
+ "@babel/plugin-transform-react-display-name": "^7.24.7",
1745
+ "@babel/plugin-transform-react-jsx": "^7.24.7",
1746
+ "@babel/plugin-transform-react-jsx-development": "^7.24.7",
1747
+ "@babel/plugin-transform-react-pure-annotations": "^7.24.7"
1748
+ },
1749
+ "engines": {
1750
+ "node": ">=6.9.0"
1751
+ },
1752
+ "peerDependencies": {
1753
+ "@babel/core": "^7.0.0-0"
1754
+ }
1755
+ },
1756
+ "node_modules/@babel/regjsgen": {
1757
+ "version": "0.8.0",
1758
+ "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz",
1759
+ "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==",
1760
+ "license": "MIT"
1761
+ },
1762
+ "node_modules/@babel/runtime": {
1763
+ "version": "7.25.6",
1764
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.6.tgz",
1765
+ "integrity": "sha512-VBj9MYyDb9tuLq7yzqjgzt6Q+IBQLrGZfdjOekyEirZPHxXWoTSGUTMrpsfi58Up73d13NfYLv8HT9vmznjzhQ==",
1766
+ "license": "MIT",
1767
+ "dependencies": {
1768
+ "regenerator-runtime": "^0.14.0"
1769
+ },
1770
+ "engines": {
1771
+ "node": ">=6.9.0"
1772
+ }
1773
+ },
1774
+ "node_modules/@babel/template": {
1775
+ "version": "7.25.0",
1776
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.0.tgz",
1777
+ "integrity": "sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==",
1778
+ "license": "MIT",
1779
+ "dependencies": {
1780
+ "@babel/code-frame": "^7.24.7",
1781
+ "@babel/parser": "^7.25.0",
1782
+ "@babel/types": "^7.25.0"
1783
+ },
1784
+ "engines": {
1785
+ "node": ">=6.9.0"
1786
+ }
1787
+ },
1788
+ "node_modules/@babel/traverse": {
1789
+ "version": "7.25.6",
1790
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.6.tgz",
1791
+ "integrity": "sha512-9Vrcx5ZW6UwK5tvqsj0nGpp/XzqthkT0dqIc9g1AdtygFToNtTF67XzYS//dm+SAK9cp3B9R4ZO/46p63SCjlQ==",
1792
+ "license": "MIT",
1793
+ "dependencies": {
1794
+ "@babel/code-frame": "^7.24.7",
1795
+ "@babel/generator": "^7.25.6",
1796
+ "@babel/parser": "^7.25.6",
1797
+ "@babel/template": "^7.25.0",
1798
+ "@babel/types": "^7.25.6",
1799
+ "debug": "^4.3.1",
1800
+ "globals": "^11.1.0"
1801
+ },
1802
+ "engines": {
1803
+ "node": ">=6.9.0"
1804
+ }
1805
+ },
1806
+ "node_modules/@babel/types": {
1807
+ "version": "7.25.6",
1808
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.6.tgz",
1809
+ "integrity": "sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==",
1810
+ "license": "MIT",
1811
+ "dependencies": {
1812
+ "@babel/helper-string-parser": "^7.24.8",
1813
+ "@babel/helper-validator-identifier": "^7.24.7",
1814
+ "to-fast-properties": "^2.0.0"
1815
+ },
1816
+ "engines": {
1817
+ "node": ">=6.9.0"
1818
+ }
1819
+ },
1820
+ "node_modules/@jridgewell/gen-mapping": {
1821
+ "version": "0.3.5",
1822
+ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz",
1823
+ "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==",
1824
+ "license": "MIT",
1825
+ "dependencies": {
1826
+ "@jridgewell/set-array": "^1.2.1",
1827
+ "@jridgewell/sourcemap-codec": "^1.4.10",
1828
+ "@jridgewell/trace-mapping": "^0.3.24"
1829
+ },
1830
+ "engines": {
1831
+ "node": ">=6.0.0"
1832
+ }
1833
+ },
1834
+ "node_modules/@jridgewell/resolve-uri": {
1835
+ "version": "3.1.2",
1836
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
1837
+ "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
1838
+ "license": "MIT",
1839
+ "engines": {
1840
+ "node": ">=6.0.0"
1841
+ }
1842
+ },
1843
+ "node_modules/@jridgewell/set-array": {
1844
+ "version": "1.2.1",
1845
+ "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",
1846
+ "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
1847
+ "license": "MIT",
1848
+ "engines": {
1849
+ "node": ">=6.0.0"
1850
+ }
1851
+ },
1852
+ "node_modules/@jridgewell/sourcemap-codec": {
1853
+ "version": "1.5.0",
1854
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
1855
+ "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
1856
+ "license": "MIT"
1857
+ },
1858
+ "node_modules/@jridgewell/trace-mapping": {
1859
+ "version": "0.3.25",
1860
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
1861
+ "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
1862
+ "license": "MIT",
1863
+ "dependencies": {
1864
+ "@jridgewell/resolve-uri": "^3.1.0",
1865
+ "@jridgewell/sourcemap-codec": "^1.4.14"
1866
+ }
1867
+ },
1868
+ "node_modules/@nicolo-ribaudo/chokidar-2": {
1869
+ "version": "2.1.8-no-fsevents.3",
1870
+ "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.3.tgz",
1871
+ "integrity": "sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ==",
1872
+ "license": "MIT",
1873
+ "optional": true
1874
+ },
1875
+ "node_modules/ansi-styles": {
1876
+ "version": "3.2.1",
1877
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
1878
+ "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
1879
+ "license": "MIT",
1880
+ "dependencies": {
1881
+ "color-convert": "^1.9.0"
1882
+ },
1883
+ "engines": {
1884
+ "node": ">=4"
1885
+ }
1886
+ },
1887
+ "node_modules/anymatch": {
1888
+ "version": "3.1.3",
1889
+ "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
1890
+ "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
1891
+ "license": "ISC",
1892
+ "optional": true,
1893
+ "dependencies": {
1894
+ "normalize-path": "^3.0.0",
1895
+ "picomatch": "^2.0.4"
1896
+ },
1897
+ "engines": {
1898
+ "node": ">= 8"
1899
+ }
1900
+ },
1901
+ "node_modules/babel-plugin-polyfill-corejs2": {
1902
+ "version": "0.4.11",
1903
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz",
1904
+ "integrity": "sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==",
1905
+ "license": "MIT",
1906
+ "dependencies": {
1907
+ "@babel/compat-data": "^7.22.6",
1908
+ "@babel/helper-define-polyfill-provider": "^0.6.2",
1909
+ "semver": "^6.3.1"
1910
+ },
1911
+ "peerDependencies": {
1912
+ "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
1913
+ }
1914
+ },
1915
+ "node_modules/babel-plugin-polyfill-corejs3": {
1916
+ "version": "0.10.6",
1917
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.6.tgz",
1918
+ "integrity": "sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==",
1919
+ "license": "MIT",
1920
+ "dependencies": {
1921
+ "@babel/helper-define-polyfill-provider": "^0.6.2",
1922
+ "core-js-compat": "^3.38.0"
1923
+ },
1924
+ "peerDependencies": {
1925
+ "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
1926
+ }
1927
+ },
1928
+ "node_modules/babel-plugin-polyfill-regenerator": {
1929
+ "version": "0.6.2",
1930
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.2.tgz",
1931
+ "integrity": "sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==",
1932
+ "license": "MIT",
1933
+ "dependencies": {
1934
+ "@babel/helper-define-polyfill-provider": "^0.6.2"
1935
+ },
1936
+ "peerDependencies": {
1937
+ "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
1938
+ }
1939
+ },
1940
+ "node_modules/balanced-match": {
1941
+ "version": "1.0.2",
1942
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
1943
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
1944
+ "license": "MIT"
1945
+ },
1946
+ "node_modules/binary-extensions": {
1947
+ "version": "2.3.0",
1948
+ "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
1949
+ "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
1950
+ "license": "MIT",
1951
+ "optional": true,
1952
+ "engines": {
1953
+ "node": ">=8"
1954
+ },
1955
+ "funding": {
1956
+ "url": "https://github.com/sponsors/sindresorhus"
1957
+ }
1958
+ },
1959
+ "node_modules/brace-expansion": {
1960
+ "version": "1.1.11",
1961
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
1962
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
1963
+ "license": "MIT",
1964
+ "dependencies": {
1965
+ "balanced-match": "^1.0.0",
1966
+ "concat-map": "0.0.1"
1967
+ }
1968
+ },
1969
+ "node_modules/braces": {
1970
+ "version": "3.0.3",
1971
+ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
1972
+ "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
1973
+ "license": "MIT",
1974
+ "optional": true,
1975
+ "dependencies": {
1976
+ "fill-range": "^7.1.1"
1977
+ },
1978
+ "engines": {
1979
+ "node": ">=8"
1980
+ }
1981
+ },
1982
+ "node_modules/browserslist": {
1983
+ "version": "4.23.3",
1984
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.3.tgz",
1985
+ "integrity": "sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==",
1986
+ "funding": [
1987
+ {
1988
+ "type": "opencollective",
1989
+ "url": "https://opencollective.com/browserslist"
1990
+ },
1991
+ {
1992
+ "type": "tidelift",
1993
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
1994
+ },
1995
+ {
1996
+ "type": "github",
1997
+ "url": "https://github.com/sponsors/ai"
1998
+ }
1999
+ ],
2000
+ "license": "MIT",
2001
+ "dependencies": {
2002
+ "caniuse-lite": "^1.0.30001646",
2003
+ "electron-to-chromium": "^1.5.4",
2004
+ "node-releases": "^2.0.18",
2005
+ "update-browserslist-db": "^1.1.0"
2006
+ },
2007
+ "bin": {
2008
+ "browserslist": "cli.js"
2009
+ },
2010
+ "engines": {
2011
+ "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
2012
+ }
2013
+ },
2014
+ "node_modules/caniuse-lite": {
2015
+ "version": "1.0.30001655",
2016
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001655.tgz",
2017
+ "integrity": "sha512-jRGVy3iSGO5Uutn2owlb5gR6qsGngTw9ZTb4ali9f3glshcNmJ2noam4Mo9zia5P9Dk3jNNydy7vQjuE5dQmfg==",
2018
+ "funding": [
2019
+ {
2020
+ "type": "opencollective",
2021
+ "url": "https://opencollective.com/browserslist"
2022
+ },
2023
+ {
2024
+ "type": "tidelift",
2025
+ "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
2026
+ },
2027
+ {
2028
+ "type": "github",
2029
+ "url": "https://github.com/sponsors/ai"
2030
+ }
2031
+ ],
2032
+ "license": "CC-BY-4.0"
2033
+ },
2034
+ "node_modules/chalk": {
2035
+ "version": "2.4.2",
2036
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
2037
+ "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
2038
+ "license": "MIT",
2039
+ "dependencies": {
2040
+ "ansi-styles": "^3.2.1",
2041
+ "escape-string-regexp": "^1.0.5",
2042
+ "supports-color": "^5.3.0"
2043
+ },
2044
+ "engines": {
2045
+ "node": ">=4"
2046
+ }
2047
+ },
2048
+ "node_modules/chokidar": {
2049
+ "version": "3.6.0",
2050
+ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
2051
+ "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
2052
+ "license": "MIT",
2053
+ "optional": true,
2054
+ "dependencies": {
2055
+ "anymatch": "~3.1.2",
2056
+ "braces": "~3.0.2",
2057
+ "glob-parent": "~5.1.2",
2058
+ "is-binary-path": "~2.1.0",
2059
+ "is-glob": "~4.0.1",
2060
+ "normalize-path": "~3.0.0",
2061
+ "readdirp": "~3.6.0"
2062
+ },
2063
+ "engines": {
2064
+ "node": ">= 8.10.0"
2065
+ },
2066
+ "funding": {
2067
+ "url": "https://paulmillr.com/funding/"
2068
+ },
2069
+ "optionalDependencies": {
2070
+ "fsevents": "~2.3.2"
2071
+ }
2072
+ },
2073
+ "node_modules/color-convert": {
2074
+ "version": "1.9.3",
2075
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
2076
+ "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
2077
+ "license": "MIT",
2078
+ "dependencies": {
2079
+ "color-name": "1.1.3"
2080
+ }
2081
+ },
2082
+ "node_modules/color-name": {
2083
+ "version": "1.1.3",
2084
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
2085
+ "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
2086
+ "license": "MIT"
2087
+ },
2088
+ "node_modules/commander": {
2089
+ "version": "6.2.1",
2090
+ "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz",
2091
+ "integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==",
2092
+ "license": "MIT",
2093
+ "engines": {
2094
+ "node": ">= 6"
2095
+ }
2096
+ },
2097
+ "node_modules/concat-map": {
2098
+ "version": "0.0.1",
2099
+ "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
2100
+ "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
2101
+ "license": "MIT"
2102
+ },
2103
+ "node_modules/convert-source-map": {
2104
+ "version": "2.0.0",
2105
+ "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
2106
+ "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
2107
+ "license": "MIT"
2108
+ },
2109
+ "node_modules/core-js-compat": {
2110
+ "version": "3.38.1",
2111
+ "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.38.1.tgz",
2112
+ "integrity": "sha512-JRH6gfXxGmrzF3tZ57lFx97YARxCXPaMzPo6jELZhv88pBH5VXpQ+y0znKGlFnzuaihqhLbefxSJxWJMPtfDzw==",
2113
+ "license": "MIT",
2114
+ "dependencies": {
2115
+ "browserslist": "^4.23.3"
2116
+ },
2117
+ "funding": {
2118
+ "type": "opencollective",
2119
+ "url": "https://opencollective.com/core-js"
2120
+ }
2121
+ },
2122
+ "node_modules/debug": {
2123
+ "version": "4.3.6",
2124
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.6.tgz",
2125
+ "integrity": "sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==",
2126
+ "license": "MIT",
2127
+ "dependencies": {
2128
+ "ms": "2.1.2"
2129
+ },
2130
+ "engines": {
2131
+ "node": ">=6.0"
2132
+ },
2133
+ "peerDependenciesMeta": {
2134
+ "supports-color": {
2135
+ "optional": true
2136
+ }
2137
+ }
2138
+ },
2139
+ "node_modules/electron-to-chromium": {
2140
+ "version": "1.5.13",
2141
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.13.tgz",
2142
+ "integrity": "sha512-lbBcvtIJ4J6sS4tb5TLp1b4LyfCdMkwStzXPyAgVgTRAsep4bvrAGaBOP7ZJtQMNJpSQ9SqG4brWOroNaQtm7Q==",
2143
+ "license": "ISC"
2144
+ },
2145
+ "node_modules/escalade": {
2146
+ "version": "3.2.0",
2147
+ "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
2148
+ "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
2149
+ "license": "MIT",
2150
+ "engines": {
2151
+ "node": ">=6"
2152
+ }
2153
+ },
2154
+ "node_modules/escape-string-regexp": {
2155
+ "version": "1.0.5",
2156
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
2157
+ "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
2158
+ "license": "MIT",
2159
+ "engines": {
2160
+ "node": ">=0.8.0"
2161
+ }
2162
+ },
2163
+ "node_modules/esutils": {
2164
+ "version": "2.0.3",
2165
+ "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
2166
+ "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
2167
+ "license": "BSD-2-Clause",
2168
+ "engines": {
2169
+ "node": ">=0.10.0"
2170
+ }
2171
+ },
2172
+ "node_modules/fill-range": {
2173
+ "version": "7.1.1",
2174
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
2175
+ "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
2176
+ "license": "MIT",
2177
+ "optional": true,
2178
+ "dependencies": {
2179
+ "to-regex-range": "^5.0.1"
2180
+ },
2181
+ "engines": {
2182
+ "node": ">=8"
2183
+ }
2184
+ },
2185
+ "node_modules/fs-readdir-recursive": {
2186
+ "version": "1.1.0",
2187
+ "resolved": "https://registry.npmjs.org/fs-readdir-recursive/-/fs-readdir-recursive-1.1.0.tgz",
2188
+ "integrity": "sha512-GNanXlVr2pf02+sPN40XN8HG+ePaNcvM0q5mZBd668Obwb0yD5GiUbZOFgwn8kGMY6I3mdyDJzieUy3PTYyTRA==",
2189
+ "license": "MIT"
2190
+ },
2191
+ "node_modules/fs.realpath": {
2192
+ "version": "1.0.0",
2193
+ "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
2194
+ "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
2195
+ "license": "ISC"
2196
+ },
2197
+ "node_modules/fsevents": {
2198
+ "version": "2.3.3",
2199
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
2200
+ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
2201
+ "license": "MIT",
2202
+ "optional": true,
2203
+ "os": [
2204
+ "darwin"
2205
+ ],
2206
+ "engines": {
2207
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
2208
+ }
2209
+ },
2210
+ "node_modules/function-bind": {
2211
+ "version": "1.1.2",
2212
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
2213
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
2214
+ "license": "MIT",
2215
+ "funding": {
2216
+ "url": "https://github.com/sponsors/ljharb"
2217
+ }
2218
+ },
2219
+ "node_modules/gensync": {
2220
+ "version": "1.0.0-beta.2",
2221
+ "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
2222
+ "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
2223
+ "license": "MIT",
2224
+ "engines": {
2225
+ "node": ">=6.9.0"
2226
+ }
2227
+ },
2228
+ "node_modules/glob": {
2229
+ "version": "7.2.3",
2230
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
2231
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
2232
+ "license": "ISC",
2233
+ "dependencies": {
2234
+ "fs.realpath": "^1.0.0",
2235
+ "inflight": "^1.0.4",
2236
+ "inherits": "2",
2237
+ "minimatch": "^3.1.1",
2238
+ "once": "^1.3.0",
2239
+ "path-is-absolute": "^1.0.0"
2240
+ },
2241
+ "engines": {
2242
+ "node": "*"
2243
+ },
2244
+ "funding": {
2245
+ "url": "https://github.com/sponsors/isaacs"
2246
+ }
2247
+ },
2248
+ "node_modules/glob-parent": {
2249
+ "version": "5.1.2",
2250
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
2251
+ "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
2252
+ "license": "ISC",
2253
+ "optional": true,
2254
+ "dependencies": {
2255
+ "is-glob": "^4.0.1"
2256
+ },
2257
+ "engines": {
2258
+ "node": ">= 6"
2259
+ }
2260
+ },
2261
+ "node_modules/globals": {
2262
+ "version": "11.12.0",
2263
+ "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
2264
+ "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
2265
+ "license": "MIT",
2266
+ "engines": {
2267
+ "node": ">=4"
2268
+ }
2269
+ },
2270
+ "node_modules/has-flag": {
2271
+ "version": "3.0.0",
2272
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
2273
+ "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
2274
+ "license": "MIT",
2275
+ "engines": {
2276
+ "node": ">=4"
2277
+ }
2278
+ },
2279
+ "node_modules/hasown": {
2280
+ "version": "2.0.2",
2281
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
2282
+ "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
2283
+ "license": "MIT",
2284
+ "dependencies": {
2285
+ "function-bind": "^1.1.2"
2286
+ },
2287
+ "engines": {
2288
+ "node": ">= 0.4"
2289
+ }
2290
+ },
2291
+ "node_modules/inflight": {
2292
+ "version": "1.0.6",
2293
+ "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
2294
+ "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
2295
+ "license": "ISC",
2296
+ "dependencies": {
2297
+ "once": "^1.3.0",
2298
+ "wrappy": "1"
2299
+ }
2300
+ },
2301
+ "node_modules/inherits": {
2302
+ "version": "2.0.4",
2303
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
2304
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
2305
+ "license": "ISC"
2306
+ },
2307
+ "node_modules/is-binary-path": {
2308
+ "version": "2.1.0",
2309
+ "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
2310
+ "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
2311
+ "license": "MIT",
2312
+ "optional": true,
2313
+ "dependencies": {
2314
+ "binary-extensions": "^2.0.0"
2315
+ },
2316
+ "engines": {
2317
+ "node": ">=8"
2318
+ }
2319
+ },
2320
+ "node_modules/is-core-module": {
2321
+ "version": "2.15.1",
2322
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.1.tgz",
2323
+ "integrity": "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==",
2324
+ "license": "MIT",
2325
+ "dependencies": {
2326
+ "hasown": "^2.0.2"
2327
+ },
2328
+ "engines": {
2329
+ "node": ">= 0.4"
2330
+ },
2331
+ "funding": {
2332
+ "url": "https://github.com/sponsors/ljharb"
2333
+ }
2334
+ },
2335
+ "node_modules/is-extglob": {
2336
+ "version": "2.1.1",
2337
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
2338
+ "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
2339
+ "license": "MIT",
2340
+ "optional": true,
2341
+ "engines": {
2342
+ "node": ">=0.10.0"
2343
+ }
2344
+ },
2345
+ "node_modules/is-glob": {
2346
+ "version": "4.0.3",
2347
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
2348
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
2349
+ "license": "MIT",
2350
+ "optional": true,
2351
+ "dependencies": {
2352
+ "is-extglob": "^2.1.1"
2353
+ },
2354
+ "engines": {
2355
+ "node": ">=0.10.0"
2356
+ }
2357
+ },
2358
+ "node_modules/is-number": {
2359
+ "version": "7.0.0",
2360
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
2361
+ "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
2362
+ "license": "MIT",
2363
+ "optional": true,
2364
+ "engines": {
2365
+ "node": ">=0.12.0"
2366
+ }
2367
+ },
2368
+ "node_modules/js-tokens": {
2369
+ "version": "4.0.0",
2370
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
2371
+ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
2372
+ "license": "MIT"
2373
+ },
2374
+ "node_modules/jsesc": {
2375
+ "version": "2.5.2",
2376
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
2377
+ "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
2378
+ "license": "MIT",
2379
+ "bin": {
2380
+ "jsesc": "bin/jsesc"
2381
+ },
2382
+ "engines": {
2383
+ "node": ">=4"
2384
+ }
2385
+ },
2386
+ "node_modules/json5": {
2387
+ "version": "2.2.3",
2388
+ "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
2389
+ "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
2390
+ "license": "MIT",
2391
+ "bin": {
2392
+ "json5": "lib/cli.js"
2393
+ },
2394
+ "engines": {
2395
+ "node": ">=6"
2396
+ }
2397
+ },
2398
+ "node_modules/lodash.debounce": {
2399
+ "version": "4.0.8",
2400
+ "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
2401
+ "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==",
2402
+ "license": "MIT"
2403
+ },
2404
+ "node_modules/loose-envify": {
2405
+ "version": "1.4.0",
2406
+ "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
2407
+ "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
2408
+ "license": "MIT",
2409
+ "dependencies": {
2410
+ "js-tokens": "^3.0.0 || ^4.0.0"
2411
+ },
2412
+ "bin": {
2413
+ "loose-envify": "cli.js"
2414
+ }
2415
+ },
2416
+ "node_modules/lru-cache": {
2417
+ "version": "5.1.1",
2418
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
2419
+ "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
2420
+ "license": "ISC",
2421
+ "dependencies": {
2422
+ "yallist": "^3.0.2"
2423
+ }
2424
+ },
2425
+ "node_modules/make-dir": {
2426
+ "version": "2.1.0",
2427
+ "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz",
2428
+ "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==",
2429
+ "license": "MIT",
2430
+ "dependencies": {
2431
+ "pify": "^4.0.1",
2432
+ "semver": "^5.6.0"
2433
+ },
2434
+ "engines": {
2435
+ "node": ">=6"
2436
+ }
2437
+ },
2438
+ "node_modules/make-dir/node_modules/semver": {
2439
+ "version": "5.7.2",
2440
+ "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
2441
+ "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
2442
+ "license": "ISC",
2443
+ "bin": {
2444
+ "semver": "bin/semver"
2445
+ }
2446
+ },
2447
+ "node_modules/minimatch": {
2448
+ "version": "3.1.2",
2449
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
2450
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
2451
+ "license": "ISC",
2452
+ "dependencies": {
2453
+ "brace-expansion": "^1.1.7"
2454
+ },
2455
+ "engines": {
2456
+ "node": "*"
2457
+ }
2458
+ },
2459
+ "node_modules/ms": {
2460
+ "version": "2.1.2",
2461
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
2462
+ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
2463
+ "license": "MIT"
2464
+ },
2465
+ "node_modules/node-releases": {
2466
+ "version": "2.0.18",
2467
+ "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.18.tgz",
2468
+ "integrity": "sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==",
2469
+ "license": "MIT"
2470
+ },
2471
+ "node_modules/normalize-path": {
2472
+ "version": "3.0.0",
2473
+ "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
2474
+ "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
2475
+ "license": "MIT",
2476
+ "optional": true,
2477
+ "engines": {
2478
+ "node": ">=0.10.0"
2479
+ }
2480
+ },
2481
+ "node_modules/object-assign": {
2482
+ "version": "4.1.1",
2483
+ "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
2484
+ "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
2485
+ "engines": {
2486
+ "node": ">=0.10.0"
2487
+ }
2488
+ },
2489
+ "node_modules/once": {
2490
+ "version": "1.4.0",
2491
+ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
2492
+ "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
2493
+ "license": "ISC",
2494
+ "dependencies": {
2495
+ "wrappy": "1"
2496
+ }
2497
+ },
2498
+ "node_modules/path-is-absolute": {
2499
+ "version": "1.0.1",
2500
+ "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
2501
+ "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
2502
+ "license": "MIT",
2503
+ "engines": {
2504
+ "node": ">=0.10.0"
2505
+ }
2506
+ },
2507
+ "node_modules/path-parse": {
2508
+ "version": "1.0.7",
2509
+ "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
2510
+ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
2511
+ "license": "MIT"
2512
+ },
2513
+ "node_modules/picocolors": {
2514
+ "version": "1.1.0",
2515
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz",
2516
+ "integrity": "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==",
2517
+ "license": "ISC"
2518
+ },
2519
+ "node_modules/picomatch": {
2520
+ "version": "2.3.1",
2521
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
2522
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
2523
+ "license": "MIT",
2524
+ "optional": true,
2525
+ "engines": {
2526
+ "node": ">=8.6"
2527
+ },
2528
+ "funding": {
2529
+ "url": "https://github.com/sponsors/jonschlinkert"
2530
+ }
2531
+ },
2532
+ "node_modules/pify": {
2533
+ "version": "4.0.1",
2534
+ "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
2535
+ "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
2536
+ "license": "MIT",
2537
+ "engines": {
2538
+ "node": ">=6"
2539
+ }
2540
+ },
2541
+ "node_modules/prop-types": {
2542
+ "version": "15.8.1",
2543
+ "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
2544
+ "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
2545
+ "dependencies": {
2546
+ "loose-envify": "^1.4.0",
2547
+ "object-assign": "^4.1.1",
2548
+ "react-is": "^16.13.1"
2549
+ }
2550
+ },
2551
+ "node_modules/react": {
2552
+ "version": "18.3.1",
2553
+ "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz",
2554
+ "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
2555
+ "license": "MIT",
2556
+ "dependencies": {
2557
+ "loose-envify": "^1.1.0"
2558
+ },
2559
+ "engines": {
2560
+ "node": ">=0.10.0"
2561
+ }
2562
+ },
2563
+ "node_modules/react-dom": {
2564
+ "version": "18.3.1",
2565
+ "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz",
2566
+ "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==",
2567
+ "license": "MIT",
2568
+ "dependencies": {
2569
+ "loose-envify": "^1.1.0",
2570
+ "scheduler": "^0.23.2"
2571
+ },
2572
+ "peerDependencies": {
2573
+ "react": "^18.3.1"
2574
+ }
2575
+ },
2576
+ "node_modules/react-is": {
2577
+ "version": "16.13.1",
2578
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
2579
+ "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
2580
+ },
2581
+ "node_modules/readdirp": {
2582
+ "version": "3.6.0",
2583
+ "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
2584
+ "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
2585
+ "license": "MIT",
2586
+ "optional": true,
2587
+ "dependencies": {
2588
+ "picomatch": "^2.2.1"
2589
+ },
2590
+ "engines": {
2591
+ "node": ">=8.10.0"
2592
+ }
2593
+ },
2594
+ "node_modules/regenerate": {
2595
+ "version": "1.4.2",
2596
+ "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
2597
+ "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==",
2598
+ "license": "MIT"
2599
+ },
2600
+ "node_modules/regenerate-unicode-properties": {
2601
+ "version": "10.1.1",
2602
+ "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz",
2603
+ "integrity": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==",
2604
+ "license": "MIT",
2605
+ "dependencies": {
2606
+ "regenerate": "^1.4.2"
2607
+ },
2608
+ "engines": {
2609
+ "node": ">=4"
2610
+ }
2611
+ },
2612
+ "node_modules/regenerator-runtime": {
2613
+ "version": "0.14.1",
2614
+ "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
2615
+ "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==",
2616
+ "license": "MIT"
2617
+ },
2618
+ "node_modules/regenerator-transform": {
2619
+ "version": "0.15.2",
2620
+ "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz",
2621
+ "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==",
2622
+ "license": "MIT",
2623
+ "dependencies": {
2624
+ "@babel/runtime": "^7.8.4"
2625
+ }
2626
+ },
2627
+ "node_modules/regexpu-core": {
2628
+ "version": "5.3.2",
2629
+ "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz",
2630
+ "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==",
2631
+ "license": "MIT",
2632
+ "dependencies": {
2633
+ "@babel/regjsgen": "^0.8.0",
2634
+ "regenerate": "^1.4.2",
2635
+ "regenerate-unicode-properties": "^10.1.0",
2636
+ "regjsparser": "^0.9.1",
2637
+ "unicode-match-property-ecmascript": "^2.0.0",
2638
+ "unicode-match-property-value-ecmascript": "^2.1.0"
2639
+ },
2640
+ "engines": {
2641
+ "node": ">=4"
2642
+ }
2643
+ },
2644
+ "node_modules/regjsparser": {
2645
+ "version": "0.9.1",
2646
+ "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz",
2647
+ "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==",
2648
+ "license": "BSD-2-Clause",
2649
+ "dependencies": {
2650
+ "jsesc": "~0.5.0"
2651
+ },
2652
+ "bin": {
2653
+ "regjsparser": "bin/parser"
2654
+ }
2655
+ },
2656
+ "node_modules/regjsparser/node_modules/jsesc": {
2657
+ "version": "0.5.0",
2658
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz",
2659
+ "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==",
2660
+ "bin": {
2661
+ "jsesc": "bin/jsesc"
2662
+ }
2663
+ },
2664
+ "node_modules/resolve": {
2665
+ "version": "1.22.8",
2666
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
2667
+ "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
2668
+ "license": "MIT",
2669
+ "dependencies": {
2670
+ "is-core-module": "^2.13.0",
2671
+ "path-parse": "^1.0.7",
2672
+ "supports-preserve-symlinks-flag": "^1.0.0"
2673
+ },
2674
+ "bin": {
2675
+ "resolve": "bin/resolve"
2676
+ },
2677
+ "funding": {
2678
+ "url": "https://github.com/sponsors/ljharb"
2679
+ }
2680
+ },
2681
+ "node_modules/scheduler": {
2682
+ "version": "0.23.2",
2683
+ "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz",
2684
+ "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==",
2685
+ "license": "MIT",
2686
+ "dependencies": {
2687
+ "loose-envify": "^1.1.0"
2688
+ }
2689
+ },
2690
+ "node_modules/semver": {
2691
+ "version": "6.3.1",
2692
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
2693
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
2694
+ "license": "ISC",
2695
+ "bin": {
2696
+ "semver": "bin/semver.js"
2697
+ }
2698
+ },
2699
+ "node_modules/slash": {
2700
+ "version": "2.0.0",
2701
+ "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz",
2702
+ "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==",
2703
+ "license": "MIT",
2704
+ "engines": {
2705
+ "node": ">=6"
2706
+ }
2707
+ },
2708
+ "node_modules/supports-color": {
2709
+ "version": "5.5.0",
2710
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
2711
+ "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
2712
+ "license": "MIT",
2713
+ "dependencies": {
2714
+ "has-flag": "^3.0.0"
2715
+ },
2716
+ "engines": {
2717
+ "node": ">=4"
2718
+ }
2719
+ },
2720
+ "node_modules/supports-preserve-symlinks-flag": {
2721
+ "version": "1.0.0",
2722
+ "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
2723
+ "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
2724
+ "license": "MIT",
2725
+ "engines": {
2726
+ "node": ">= 0.4"
2727
+ },
2728
+ "funding": {
2729
+ "url": "https://github.com/sponsors/ljharb"
2730
+ }
2731
+ },
2732
+ "node_modules/to-fast-properties": {
2733
+ "version": "2.0.0",
2734
+ "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
2735
+ "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",
2736
+ "license": "MIT",
2737
+ "engines": {
2738
+ "node": ">=4"
2739
+ }
2740
+ },
2741
+ "node_modules/to-regex-range": {
2742
+ "version": "5.0.1",
2743
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
2744
+ "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
2745
+ "license": "MIT",
2746
+ "optional": true,
2747
+ "dependencies": {
2748
+ "is-number": "^7.0.0"
2749
+ },
2750
+ "engines": {
2751
+ "node": ">=8.0"
2752
+ }
2753
+ },
2754
+ "node_modules/unicode-canonical-property-names-ecmascript": {
2755
+ "version": "2.0.0",
2756
+ "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz",
2757
+ "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==",
2758
+ "license": "MIT",
2759
+ "engines": {
2760
+ "node": ">=4"
2761
+ }
2762
+ },
2763
+ "node_modules/unicode-match-property-ecmascript": {
2764
+ "version": "2.0.0",
2765
+ "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz",
2766
+ "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==",
2767
+ "license": "MIT",
2768
+ "dependencies": {
2769
+ "unicode-canonical-property-names-ecmascript": "^2.0.0",
2770
+ "unicode-property-aliases-ecmascript": "^2.0.0"
2771
+ },
2772
+ "engines": {
2773
+ "node": ">=4"
2774
+ }
2775
+ },
2776
+ "node_modules/unicode-match-property-value-ecmascript": {
2777
+ "version": "2.1.0",
2778
+ "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz",
2779
+ "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==",
2780
+ "license": "MIT",
2781
+ "engines": {
2782
+ "node": ">=4"
2783
+ }
2784
+ },
2785
+ "node_modules/unicode-property-aliases-ecmascript": {
2786
+ "version": "2.1.0",
2787
+ "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz",
2788
+ "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==",
2789
+ "license": "MIT",
2790
+ "engines": {
2791
+ "node": ">=4"
2792
+ }
2793
+ },
2794
+ "node_modules/update-browserslist-db": {
2795
+ "version": "1.1.0",
2796
+ "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz",
2797
+ "integrity": "sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==",
2798
+ "funding": [
2799
+ {
2800
+ "type": "opencollective",
2801
+ "url": "https://opencollective.com/browserslist"
2802
+ },
2803
+ {
2804
+ "type": "tidelift",
2805
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
2806
+ },
2807
+ {
2808
+ "type": "github",
2809
+ "url": "https://github.com/sponsors/ai"
2810
+ }
2811
+ ],
2812
+ "license": "MIT",
2813
+ "dependencies": {
2814
+ "escalade": "^3.1.2",
2815
+ "picocolors": "^1.0.1"
2816
+ },
2817
+ "bin": {
2818
+ "update-browserslist-db": "cli.js"
2819
+ },
2820
+ "peerDependencies": {
2821
+ "browserslist": ">= 4.21.0"
2822
+ }
2823
+ },
2824
+ "node_modules/wrappy": {
2825
+ "version": "1.0.2",
2826
+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
2827
+ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
2828
+ "license": "ISC"
2829
+ },
2830
+ "node_modules/yallist": {
2831
+ "version": "3.1.1",
2832
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
2833
+ "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
2834
+ "license": "ISC"
2835
+ }
2836
+ }
2837
+ }