tabler-react-2 0.1.29 → 0.1.31

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.
package/package-lock.json DELETED
@@ -1,4533 +0,0 @@
1
- {
2
- "name": "tabler-react-2",
3
- "version": "0.1.1",
4
- "lockfileVersion": 3,
5
- "requires": true,
6
- "packages": {
7
- "": {
8
- "name": "tabler-react-2",
9
- "version": "0.1.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
- "@tabler/icons-react": "^3.14.0",
17
- "classnames": "^2.5.1",
18
- "prop-types": "^15.8.1",
19
- "react": "^18.3.1",
20
- "react-dom": "^18.3.1"
21
- },
22
- "devDependencies": {
23
- "babel-plugin-react-css-modules": "^5.2.6",
24
- "babel-plugin-transform-assets": "^1.0.2",
25
- "babel-plugin-transform-css-import-to-string": "^0.0.2",
26
- "postcss-cli": "^11.0.0"
27
- }
28
- },
29
- "node_modules/@ampproject/remapping": {
30
- "version": "2.3.0",
31
- "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
32
- "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
33
- "license": "Apache-2.0",
34
- "dependencies": {
35
- "@jridgewell/gen-mapping": "^0.3.5",
36
- "@jridgewell/trace-mapping": "^0.3.24"
37
- },
38
- "engines": {
39
- "node": ">=6.0.0"
40
- }
41
- },
42
- "node_modules/@babel/cli": {
43
- "version": "7.25.6",
44
- "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.25.6.tgz",
45
- "integrity": "sha512-Z+Doemr4VtvSD2SNHTrkiFZ1LX+JI6tyRXAAOb4N9khIuPyoEPmTPJarPm8ljJV1D6bnMQjyHMWTT9NeKbQuXA==",
46
- "license": "MIT",
47
- "dependencies": {
48
- "@jridgewell/trace-mapping": "^0.3.25",
49
- "commander": "^6.2.0",
50
- "convert-source-map": "^2.0.0",
51
- "fs-readdir-recursive": "^1.1.0",
52
- "glob": "^7.2.0",
53
- "make-dir": "^2.1.0",
54
- "slash": "^2.0.0"
55
- },
56
- "bin": {
57
- "babel": "bin/babel.js",
58
- "babel-external-helpers": "bin/babel-external-helpers.js"
59
- },
60
- "engines": {
61
- "node": ">=6.9.0"
62
- },
63
- "optionalDependencies": {
64
- "@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.3",
65
- "chokidar": "^3.6.0"
66
- },
67
- "peerDependencies": {
68
- "@babel/core": "^7.0.0-0"
69
- }
70
- },
71
- "node_modules/@babel/code-frame": {
72
- "version": "7.24.7",
73
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz",
74
- "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==",
75
- "license": "MIT",
76
- "dependencies": {
77
- "@babel/highlight": "^7.24.7",
78
- "picocolors": "^1.0.0"
79
- },
80
- "engines": {
81
- "node": ">=6.9.0"
82
- }
83
- },
84
- "node_modules/@babel/compat-data": {
85
- "version": "7.25.4",
86
- "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.25.4.tgz",
87
- "integrity": "sha512-+LGRog6RAsCJrrrg/IO6LGmpphNe5DiK30dGjCoxxeGv49B10/3XYGxPsAwrDlMFcFEvdAUavDT8r9k/hSyQqQ==",
88
- "license": "MIT",
89
- "engines": {
90
- "node": ">=6.9.0"
91
- }
92
- },
93
- "node_modules/@babel/core": {
94
- "version": "7.25.2",
95
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.25.2.tgz",
96
- "integrity": "sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==",
97
- "license": "MIT",
98
- "dependencies": {
99
- "@ampproject/remapping": "^2.2.0",
100
- "@babel/code-frame": "^7.24.7",
101
- "@babel/generator": "^7.25.0",
102
- "@babel/helper-compilation-targets": "^7.25.2",
103
- "@babel/helper-module-transforms": "^7.25.2",
104
- "@babel/helpers": "^7.25.0",
105
- "@babel/parser": "^7.25.0",
106
- "@babel/template": "^7.25.0",
107
- "@babel/traverse": "^7.25.2",
108
- "@babel/types": "^7.25.2",
109
- "convert-source-map": "^2.0.0",
110
- "debug": "^4.1.0",
111
- "gensync": "^1.0.0-beta.2",
112
- "json5": "^2.2.3",
113
- "semver": "^6.3.1"
114
- },
115
- "engines": {
116
- "node": ">=6.9.0"
117
- },
118
- "funding": {
119
- "type": "opencollective",
120
- "url": "https://opencollective.com/babel"
121
- }
122
- },
123
- "node_modules/@babel/generator": {
124
- "version": "7.25.6",
125
- "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.6.tgz",
126
- "integrity": "sha512-VPC82gr1seXOpkjAAKoLhP50vx4vGNlF4msF64dSFq1P8RfB+QAuJWGHPXXPc8QyfVWwwB/TNNU4+ayZmHNbZw==",
127
- "license": "MIT",
128
- "dependencies": {
129
- "@babel/types": "^7.25.6",
130
- "@jridgewell/gen-mapping": "^0.3.5",
131
- "@jridgewell/trace-mapping": "^0.3.25",
132
- "jsesc": "^2.5.1"
133
- },
134
- "engines": {
135
- "node": ">=6.9.0"
136
- }
137
- },
138
- "node_modules/@babel/helper-annotate-as-pure": {
139
- "version": "7.24.7",
140
- "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.7.tgz",
141
- "integrity": "sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==",
142
- "license": "MIT",
143
- "dependencies": {
144
- "@babel/types": "^7.24.7"
145
- },
146
- "engines": {
147
- "node": ">=6.9.0"
148
- }
149
- },
150
- "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": {
151
- "version": "7.24.7",
152
- "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.24.7.tgz",
153
- "integrity": "sha512-xZeCVVdwb4MsDBkkyZ64tReWYrLRHlMN72vP7Bdm3OUOuyFZExhsHUUnuWnm2/XOlAJzR0LfPpB56WXZn0X/lA==",
154
- "license": "MIT",
155
- "dependencies": {
156
- "@babel/traverse": "^7.24.7",
157
- "@babel/types": "^7.24.7"
158
- },
159
- "engines": {
160
- "node": ">=6.9.0"
161
- }
162
- },
163
- "node_modules/@babel/helper-compilation-targets": {
164
- "version": "7.25.2",
165
- "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz",
166
- "integrity": "sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==",
167
- "license": "MIT",
168
- "dependencies": {
169
- "@babel/compat-data": "^7.25.2",
170
- "@babel/helper-validator-option": "^7.24.8",
171
- "browserslist": "^4.23.1",
172
- "lru-cache": "^5.1.1",
173
- "semver": "^6.3.1"
174
- },
175
- "engines": {
176
- "node": ">=6.9.0"
177
- }
178
- },
179
- "node_modules/@babel/helper-create-class-features-plugin": {
180
- "version": "7.25.4",
181
- "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.4.tgz",
182
- "integrity": "sha512-ro/bFs3/84MDgDmMwbcHgDa8/E6J3QKNTk4xJJnVeFtGE+tL0K26E3pNxhYz2b67fJpt7Aphw5XcploKXuCvCQ==",
183
- "license": "MIT",
184
- "dependencies": {
185
- "@babel/helper-annotate-as-pure": "^7.24.7",
186
- "@babel/helper-member-expression-to-functions": "^7.24.8",
187
- "@babel/helper-optimise-call-expression": "^7.24.7",
188
- "@babel/helper-replace-supers": "^7.25.0",
189
- "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7",
190
- "@babel/traverse": "^7.25.4",
191
- "semver": "^6.3.1"
192
- },
193
- "engines": {
194
- "node": ">=6.9.0"
195
- },
196
- "peerDependencies": {
197
- "@babel/core": "^7.0.0"
198
- }
199
- },
200
- "node_modules/@babel/helper-create-regexp-features-plugin": {
201
- "version": "7.25.2",
202
- "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.2.tgz",
203
- "integrity": "sha512-+wqVGP+DFmqwFD3EH6TMTfUNeqDehV3E/dl+Sd54eaXqm17tEUNbEIn4sVivVowbvUpOtIGxdo3GoXyDH9N/9g==",
204
- "license": "MIT",
205
- "dependencies": {
206
- "@babel/helper-annotate-as-pure": "^7.24.7",
207
- "regexpu-core": "^5.3.1",
208
- "semver": "^6.3.1"
209
- },
210
- "engines": {
211
- "node": ">=6.9.0"
212
- },
213
- "peerDependencies": {
214
- "@babel/core": "^7.0.0"
215
- }
216
- },
217
- "node_modules/@babel/helper-define-polyfill-provider": {
218
- "version": "0.6.2",
219
- "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz",
220
- "integrity": "sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==",
221
- "license": "MIT",
222
- "dependencies": {
223
- "@babel/helper-compilation-targets": "^7.22.6",
224
- "@babel/helper-plugin-utils": "^7.22.5",
225
- "debug": "^4.1.1",
226
- "lodash.debounce": "^4.0.8",
227
- "resolve": "^1.14.2"
228
- },
229
- "peerDependencies": {
230
- "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
231
- }
232
- },
233
- "node_modules/@babel/helper-member-expression-to-functions": {
234
- "version": "7.24.8",
235
- "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.8.tgz",
236
- "integrity": "sha512-LABppdt+Lp/RlBxqrh4qgf1oEH/WxdzQNDJIu5gC/W1GyvPVrOBiItmmM8wan2fm4oYqFuFfkXmlGpLQhPY8CA==",
237
- "license": "MIT",
238
- "dependencies": {
239
- "@babel/traverse": "^7.24.8",
240
- "@babel/types": "^7.24.8"
241
- },
242
- "engines": {
243
- "node": ">=6.9.0"
244
- }
245
- },
246
- "node_modules/@babel/helper-module-imports": {
247
- "version": "7.24.7",
248
- "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz",
249
- "integrity": "sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==",
250
- "license": "MIT",
251
- "dependencies": {
252
- "@babel/traverse": "^7.24.7",
253
- "@babel/types": "^7.24.7"
254
- },
255
- "engines": {
256
- "node": ">=6.9.0"
257
- }
258
- },
259
- "node_modules/@babel/helper-module-transforms": {
260
- "version": "7.25.2",
261
- "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz",
262
- "integrity": "sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==",
263
- "license": "MIT",
264
- "dependencies": {
265
- "@babel/helper-module-imports": "^7.24.7",
266
- "@babel/helper-simple-access": "^7.24.7",
267
- "@babel/helper-validator-identifier": "^7.24.7",
268
- "@babel/traverse": "^7.25.2"
269
- },
270
- "engines": {
271
- "node": ">=6.9.0"
272
- },
273
- "peerDependencies": {
274
- "@babel/core": "^7.0.0"
275
- }
276
- },
277
- "node_modules/@babel/helper-optimise-call-expression": {
278
- "version": "7.24.7",
279
- "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.7.tgz",
280
- "integrity": "sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A==",
281
- "license": "MIT",
282
- "dependencies": {
283
- "@babel/types": "^7.24.7"
284
- },
285
- "engines": {
286
- "node": ">=6.9.0"
287
- }
288
- },
289
- "node_modules/@babel/helper-plugin-utils": {
290
- "version": "7.24.8",
291
- "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.8.tgz",
292
- "integrity": "sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==",
293
- "license": "MIT",
294
- "engines": {
295
- "node": ">=6.9.0"
296
- }
297
- },
298
- "node_modules/@babel/helper-remap-async-to-generator": {
299
- "version": "7.25.0",
300
- "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.0.tgz",
301
- "integrity": "sha512-NhavI2eWEIz/H9dbrG0TuOicDhNexze43i5z7lEqwYm0WEZVTwnPpA0EafUTP7+6/W79HWIP2cTe3Z5NiSTVpw==",
302
- "license": "MIT",
303
- "dependencies": {
304
- "@babel/helper-annotate-as-pure": "^7.24.7",
305
- "@babel/helper-wrap-function": "^7.25.0",
306
- "@babel/traverse": "^7.25.0"
307
- },
308
- "engines": {
309
- "node": ">=6.9.0"
310
- },
311
- "peerDependencies": {
312
- "@babel/core": "^7.0.0"
313
- }
314
- },
315
- "node_modules/@babel/helper-replace-supers": {
316
- "version": "7.25.0",
317
- "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.25.0.tgz",
318
- "integrity": "sha512-q688zIvQVYtZu+i2PsdIu/uWGRpfxzr5WESsfpShfZECkO+d2o+WROWezCi/Q6kJ0tfPa5+pUGUlfx2HhrA3Bg==",
319
- "license": "MIT",
320
- "dependencies": {
321
- "@babel/helper-member-expression-to-functions": "^7.24.8",
322
- "@babel/helper-optimise-call-expression": "^7.24.7",
323
- "@babel/traverse": "^7.25.0"
324
- },
325
- "engines": {
326
- "node": ">=6.9.0"
327
- },
328
- "peerDependencies": {
329
- "@babel/core": "^7.0.0"
330
- }
331
- },
332
- "node_modules/@babel/helper-simple-access": {
333
- "version": "7.24.7",
334
- "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz",
335
- "integrity": "sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==",
336
- "license": "MIT",
337
- "dependencies": {
338
- "@babel/traverse": "^7.24.7",
339
- "@babel/types": "^7.24.7"
340
- },
341
- "engines": {
342
- "node": ">=6.9.0"
343
- }
344
- },
345
- "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
346
- "version": "7.24.7",
347
- "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.24.7.tgz",
348
- "integrity": "sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==",
349
- "license": "MIT",
350
- "dependencies": {
351
- "@babel/traverse": "^7.24.7",
352
- "@babel/types": "^7.24.7"
353
- },
354
- "engines": {
355
- "node": ">=6.9.0"
356
- }
357
- },
358
- "node_modules/@babel/helper-string-parser": {
359
- "version": "7.24.8",
360
- "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz",
361
- "integrity": "sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==",
362
- "license": "MIT",
363
- "engines": {
364
- "node": ">=6.9.0"
365
- }
366
- },
367
- "node_modules/@babel/helper-validator-identifier": {
368
- "version": "7.24.7",
369
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz",
370
- "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==",
371
- "license": "MIT",
372
- "engines": {
373
- "node": ">=6.9.0"
374
- }
375
- },
376
- "node_modules/@babel/helper-validator-option": {
377
- "version": "7.24.8",
378
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz",
379
- "integrity": "sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==",
380
- "license": "MIT",
381
- "engines": {
382
- "node": ">=6.9.0"
383
- }
384
- },
385
- "node_modules/@babel/helper-wrap-function": {
386
- "version": "7.25.0",
387
- "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.25.0.tgz",
388
- "integrity": "sha512-s6Q1ebqutSiZnEjaofc/UKDyC4SbzV5n5SrA2Gq8UawLycr3i04f1dX4OzoQVnexm6aOCh37SQNYlJ/8Ku+PMQ==",
389
- "license": "MIT",
390
- "dependencies": {
391
- "@babel/template": "^7.25.0",
392
- "@babel/traverse": "^7.25.0",
393
- "@babel/types": "^7.25.0"
394
- },
395
- "engines": {
396
- "node": ">=6.9.0"
397
- }
398
- },
399
- "node_modules/@babel/helpers": {
400
- "version": "7.25.6",
401
- "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.25.6.tgz",
402
- "integrity": "sha512-Xg0tn4HcfTijTwfDwYlvVCl43V6h4KyVVX2aEm4qdO/PC6L2YvzLHFdmxhoeSA3eslcE6+ZVXHgWwopXYLNq4Q==",
403
- "license": "MIT",
404
- "dependencies": {
405
- "@babel/template": "^7.25.0",
406
- "@babel/types": "^7.25.6"
407
- },
408
- "engines": {
409
- "node": ">=6.9.0"
410
- }
411
- },
412
- "node_modules/@babel/highlight": {
413
- "version": "7.24.7",
414
- "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz",
415
- "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==",
416
- "license": "MIT",
417
- "dependencies": {
418
- "@babel/helper-validator-identifier": "^7.24.7",
419
- "chalk": "^2.4.2",
420
- "js-tokens": "^4.0.0",
421
- "picocolors": "^1.0.0"
422
- },
423
- "engines": {
424
- "node": ">=6.9.0"
425
- }
426
- },
427
- "node_modules/@babel/parser": {
428
- "version": "7.25.6",
429
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.6.tgz",
430
- "integrity": "sha512-trGdfBdbD0l1ZPmcJ83eNxB9rbEax4ALFTF7fN386TMYbeCQbyme5cOEXQhbGXKebwGaB/J52w1mrklMcbgy6Q==",
431
- "license": "MIT",
432
- "dependencies": {
433
- "@babel/types": "^7.25.6"
434
- },
435
- "bin": {
436
- "parser": "bin/babel-parser.js"
437
- },
438
- "engines": {
439
- "node": ">=6.0.0"
440
- }
441
- },
442
- "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": {
443
- "version": "7.25.3",
444
- "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",
445
- "integrity": "sha512-wUrcsxZg6rqBXG05HG1FPYgsP6EvwF4WpBbxIpWIIYnH8wG0gzx3yZY3dtEHas4sTAOGkbTsc9EGPxwff8lRoA==",
446
- "license": "MIT",
447
- "dependencies": {
448
- "@babel/helper-plugin-utils": "^7.24.8",
449
- "@babel/traverse": "^7.25.3"
450
- },
451
- "engines": {
452
- "node": ">=6.9.0"
453
- },
454
- "peerDependencies": {
455
- "@babel/core": "^7.0.0"
456
- }
457
- },
458
- "node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": {
459
- "version": "7.25.0",
460
- "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.0.tgz",
461
- "integrity": "sha512-Bm4bH2qsX880b/3ziJ8KD711LT7z4u8CFudmjqle65AZj/HNUFhEf90dqYv6O86buWvSBmeQDjv0Tn2aF/bIBA==",
462
- "license": "MIT",
463
- "dependencies": {
464
- "@babel/helper-plugin-utils": "^7.24.8"
465
- },
466
- "engines": {
467
- "node": ">=6.9.0"
468
- },
469
- "peerDependencies": {
470
- "@babel/core": "^7.0.0"
471
- }
472
- },
473
- "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
474
- "version": "7.25.0",
475
- "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",
476
- "integrity": "sha512-lXwdNZtTmeVOOFtwM/WDe7yg1PL8sYhRk/XH0FzbR2HDQ0xC+EnQ/JHeoMYSavtU115tnUk0q9CDyq8si+LMAA==",
477
- "license": "MIT",
478
- "dependencies": {
479
- "@babel/helper-plugin-utils": "^7.24.8"
480
- },
481
- "engines": {
482
- "node": ">=6.9.0"
483
- },
484
- "peerDependencies": {
485
- "@babel/core": "^7.0.0"
486
- }
487
- },
488
- "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
489
- "version": "7.24.7",
490
- "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",
491
- "integrity": "sha512-+izXIbke1T33mY4MSNnrqhPXDz01WYhEf3yF5NbnUtkiNnm+XBZJl3kNfoK6NKmYlz/D07+l2GWVK/QfDkNCuQ==",
492
- "license": "MIT",
493
- "dependencies": {
494
- "@babel/helper-plugin-utils": "^7.24.7",
495
- "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7",
496
- "@babel/plugin-transform-optional-chaining": "^7.24.7"
497
- },
498
- "engines": {
499
- "node": ">=6.9.0"
500
- },
501
- "peerDependencies": {
502
- "@babel/core": "^7.13.0"
503
- }
504
- },
505
- "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": {
506
- "version": "7.25.0",
507
- "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",
508
- "integrity": "sha512-tggFrk1AIShG/RUQbEwt2Tr/E+ObkfwrPjR6BjbRvsx24+PSjK8zrq0GWPNCjo8qpRx4DuJzlcvWJqlm+0h3kw==",
509
- "license": "MIT",
510
- "dependencies": {
511
- "@babel/helper-plugin-utils": "^7.24.8",
512
- "@babel/traverse": "^7.25.0"
513
- },
514
- "engines": {
515
- "node": ">=6.9.0"
516
- },
517
- "peerDependencies": {
518
- "@babel/core": "^7.0.0"
519
- }
520
- },
521
- "node_modules/@babel/plugin-proposal-private-property-in-object": {
522
- "version": "7.21.0-placeholder-for-preset-env.2",
523
- "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",
524
- "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==",
525
- "license": "MIT",
526
- "engines": {
527
- "node": ">=6.9.0"
528
- },
529
- "peerDependencies": {
530
- "@babel/core": "^7.0.0-0"
531
- }
532
- },
533
- "node_modules/@babel/plugin-syntax-async-generators": {
534
- "version": "7.8.4",
535
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
536
- "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
537
- "license": "MIT",
538
- "dependencies": {
539
- "@babel/helper-plugin-utils": "^7.8.0"
540
- },
541
- "peerDependencies": {
542
- "@babel/core": "^7.0.0-0"
543
- }
544
- },
545
- "node_modules/@babel/plugin-syntax-class-properties": {
546
- "version": "7.12.13",
547
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
548
- "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
549
- "license": "MIT",
550
- "dependencies": {
551
- "@babel/helper-plugin-utils": "^7.12.13"
552
- },
553
- "peerDependencies": {
554
- "@babel/core": "^7.0.0-0"
555
- }
556
- },
557
- "node_modules/@babel/plugin-syntax-class-static-block": {
558
- "version": "7.14.5",
559
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
560
- "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",
561
- "license": "MIT",
562
- "dependencies": {
563
- "@babel/helper-plugin-utils": "^7.14.5"
564
- },
565
- "engines": {
566
- "node": ">=6.9.0"
567
- },
568
- "peerDependencies": {
569
- "@babel/core": "^7.0.0-0"
570
- }
571
- },
572
- "node_modules/@babel/plugin-syntax-dynamic-import": {
573
- "version": "7.8.3",
574
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
575
- "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
576
- "license": "MIT",
577
- "dependencies": {
578
- "@babel/helper-plugin-utils": "^7.8.0"
579
- },
580
- "peerDependencies": {
581
- "@babel/core": "^7.0.0-0"
582
- }
583
- },
584
- "node_modules/@babel/plugin-syntax-export-namespace-from": {
585
- "version": "7.8.3",
586
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
587
- "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",
588
- "license": "MIT",
589
- "dependencies": {
590
- "@babel/helper-plugin-utils": "^7.8.3"
591
- },
592
- "peerDependencies": {
593
- "@babel/core": "^7.0.0-0"
594
- }
595
- },
596
- "node_modules/@babel/plugin-syntax-import-assertions": {
597
- "version": "7.25.6",
598
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.25.6.tgz",
599
- "integrity": "sha512-aABl0jHw9bZ2karQ/uUD6XP4u0SG22SJrOHFoL6XB1R7dTovOP4TzTlsxOYC5yQ1pdscVK2JTUnF6QL3ARoAiQ==",
600
- "license": "MIT",
601
- "dependencies": {
602
- "@babel/helper-plugin-utils": "^7.24.8"
603
- },
604
- "engines": {
605
- "node": ">=6.9.0"
606
- },
607
- "peerDependencies": {
608
- "@babel/core": "^7.0.0-0"
609
- }
610
- },
611
- "node_modules/@babel/plugin-syntax-import-attributes": {
612
- "version": "7.25.6",
613
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.25.6.tgz",
614
- "integrity": "sha512-sXaDXaJN9SNLymBdlWFA+bjzBhFD617ZaFiY13dGt7TVslVvVgA6fkZOP7Ki3IGElC45lwHdOTrCtKZGVAWeLQ==",
615
- "license": "MIT",
616
- "dependencies": {
617
- "@babel/helper-plugin-utils": "^7.24.8"
618
- },
619
- "engines": {
620
- "node": ">=6.9.0"
621
- },
622
- "peerDependencies": {
623
- "@babel/core": "^7.0.0-0"
624
- }
625
- },
626
- "node_modules/@babel/plugin-syntax-import-meta": {
627
- "version": "7.10.4",
628
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
629
- "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
630
- "license": "MIT",
631
- "dependencies": {
632
- "@babel/helper-plugin-utils": "^7.10.4"
633
- },
634
- "peerDependencies": {
635
- "@babel/core": "^7.0.0-0"
636
- }
637
- },
638
- "node_modules/@babel/plugin-syntax-json-strings": {
639
- "version": "7.8.3",
640
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
641
- "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
642
- "license": "MIT",
643
- "dependencies": {
644
- "@babel/helper-plugin-utils": "^7.8.0"
645
- },
646
- "peerDependencies": {
647
- "@babel/core": "^7.0.0-0"
648
- }
649
- },
650
- "node_modules/@babel/plugin-syntax-jsx": {
651
- "version": "7.24.7",
652
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.7.tgz",
653
- "integrity": "sha512-6ddciUPe/mpMnOKv/U+RSd2vvVy+Yw/JfBB0ZHYjEZt9NLHmCUylNYlsbqCCS1Bffjlb0fCwC9Vqz+sBz6PsiQ==",
654
- "license": "MIT",
655
- "dependencies": {
656
- "@babel/helper-plugin-utils": "^7.24.7"
657
- },
658
- "engines": {
659
- "node": ">=6.9.0"
660
- },
661
- "peerDependencies": {
662
- "@babel/core": "^7.0.0-0"
663
- }
664
- },
665
- "node_modules/@babel/plugin-syntax-logical-assignment-operators": {
666
- "version": "7.10.4",
667
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
668
- "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
669
- "license": "MIT",
670
- "dependencies": {
671
- "@babel/helper-plugin-utils": "^7.10.4"
672
- },
673
- "peerDependencies": {
674
- "@babel/core": "^7.0.0-0"
675
- }
676
- },
677
- "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
678
- "version": "7.8.3",
679
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
680
- "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
681
- "license": "MIT",
682
- "dependencies": {
683
- "@babel/helper-plugin-utils": "^7.8.0"
684
- },
685
- "peerDependencies": {
686
- "@babel/core": "^7.0.0-0"
687
- }
688
- },
689
- "node_modules/@babel/plugin-syntax-numeric-separator": {
690
- "version": "7.10.4",
691
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
692
- "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
693
- "license": "MIT",
694
- "dependencies": {
695
- "@babel/helper-plugin-utils": "^7.10.4"
696
- },
697
- "peerDependencies": {
698
- "@babel/core": "^7.0.0-0"
699
- }
700
- },
701
- "node_modules/@babel/plugin-syntax-object-rest-spread": {
702
- "version": "7.8.3",
703
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
704
- "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
705
- "license": "MIT",
706
- "dependencies": {
707
- "@babel/helper-plugin-utils": "^7.8.0"
708
- },
709
- "peerDependencies": {
710
- "@babel/core": "^7.0.0-0"
711
- }
712
- },
713
- "node_modules/@babel/plugin-syntax-optional-catch-binding": {
714
- "version": "7.8.3",
715
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
716
- "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
717
- "license": "MIT",
718
- "dependencies": {
719
- "@babel/helper-plugin-utils": "^7.8.0"
720
- },
721
- "peerDependencies": {
722
- "@babel/core": "^7.0.0-0"
723
- }
724
- },
725
- "node_modules/@babel/plugin-syntax-optional-chaining": {
726
- "version": "7.8.3",
727
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
728
- "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
729
- "license": "MIT",
730
- "dependencies": {
731
- "@babel/helper-plugin-utils": "^7.8.0"
732
- },
733
- "peerDependencies": {
734
- "@babel/core": "^7.0.0-0"
735
- }
736
- },
737
- "node_modules/@babel/plugin-syntax-private-property-in-object": {
738
- "version": "7.14.5",
739
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
740
- "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
741
- "license": "MIT",
742
- "dependencies": {
743
- "@babel/helper-plugin-utils": "^7.14.5"
744
- },
745
- "engines": {
746
- "node": ">=6.9.0"
747
- },
748
- "peerDependencies": {
749
- "@babel/core": "^7.0.0-0"
750
- }
751
- },
752
- "node_modules/@babel/plugin-syntax-top-level-await": {
753
- "version": "7.14.5",
754
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
755
- "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
756
- "license": "MIT",
757
- "dependencies": {
758
- "@babel/helper-plugin-utils": "^7.14.5"
759
- },
760
- "engines": {
761
- "node": ">=6.9.0"
762
- },
763
- "peerDependencies": {
764
- "@babel/core": "^7.0.0-0"
765
- }
766
- },
767
- "node_modules/@babel/plugin-syntax-unicode-sets-regex": {
768
- "version": "7.18.6",
769
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz",
770
- "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==",
771
- "license": "MIT",
772
- "dependencies": {
773
- "@babel/helper-create-regexp-features-plugin": "^7.18.6",
774
- "@babel/helper-plugin-utils": "^7.18.6"
775
- },
776
- "engines": {
777
- "node": ">=6.9.0"
778
- },
779
- "peerDependencies": {
780
- "@babel/core": "^7.0.0"
781
- }
782
- },
783
- "node_modules/@babel/plugin-transform-arrow-functions": {
784
- "version": "7.24.7",
785
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.24.7.tgz",
786
- "integrity": "sha512-Dt9LQs6iEY++gXUwY03DNFat5C2NbO48jj+j/bSAz6b3HgPs39qcPiYt77fDObIcFwj3/C2ICX9YMwGflUoSHQ==",
787
- "license": "MIT",
788
- "dependencies": {
789
- "@babel/helper-plugin-utils": "^7.24.7"
790
- },
791
- "engines": {
792
- "node": ">=6.9.0"
793
- },
794
- "peerDependencies": {
795
- "@babel/core": "^7.0.0-0"
796
- }
797
- },
798
- "node_modules/@babel/plugin-transform-async-generator-functions": {
799
- "version": "7.25.4",
800
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.4.tgz",
801
- "integrity": "sha512-jz8cV2XDDTqjKPwVPJBIjORVEmSGYhdRa8e5k5+vN+uwcjSrSxUaebBRa4ko1jqNF2uxyg8G6XYk30Jv285xzg==",
802
- "license": "MIT",
803
- "dependencies": {
804
- "@babel/helper-plugin-utils": "^7.24.8",
805
- "@babel/helper-remap-async-to-generator": "^7.25.0",
806
- "@babel/plugin-syntax-async-generators": "^7.8.4",
807
- "@babel/traverse": "^7.25.4"
808
- },
809
- "engines": {
810
- "node": ">=6.9.0"
811
- },
812
- "peerDependencies": {
813
- "@babel/core": "^7.0.0-0"
814
- }
815
- },
816
- "node_modules/@babel/plugin-transform-async-to-generator": {
817
- "version": "7.24.7",
818
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.7.tgz",
819
- "integrity": "sha512-SQY01PcJfmQ+4Ash7NE+rpbLFbmqA2GPIgqzxfFTL4t1FKRq4zTms/7htKpoCUI9OcFYgzqfmCdH53s6/jn5fA==",
820
- "license": "MIT",
821
- "dependencies": {
822
- "@babel/helper-module-imports": "^7.24.7",
823
- "@babel/helper-plugin-utils": "^7.24.7",
824
- "@babel/helper-remap-async-to-generator": "^7.24.7"
825
- },
826
- "engines": {
827
- "node": ">=6.9.0"
828
- },
829
- "peerDependencies": {
830
- "@babel/core": "^7.0.0-0"
831
- }
832
- },
833
- "node_modules/@babel/plugin-transform-block-scoped-functions": {
834
- "version": "7.24.7",
835
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.7.tgz",
836
- "integrity": "sha512-yO7RAz6EsVQDaBH18IDJcMB1HnrUn2FJ/Jslc/WtPPWcjhpUJXU/rjbwmluzp7v/ZzWcEhTMXELnnsz8djWDwQ==",
837
- "license": "MIT",
838
- "dependencies": {
839
- "@babel/helper-plugin-utils": "^7.24.7"
840
- },
841
- "engines": {
842
- "node": ">=6.9.0"
843
- },
844
- "peerDependencies": {
845
- "@babel/core": "^7.0.0-0"
846
- }
847
- },
848
- "node_modules/@babel/plugin-transform-block-scoping": {
849
- "version": "7.25.0",
850
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.0.tgz",
851
- "integrity": "sha512-yBQjYoOjXlFv9nlXb3f1casSHOZkWr29NX+zChVanLg5Nc157CrbEX9D7hxxtTpuFy7Q0YzmmWfJxzvps4kXrQ==",
852
- "license": "MIT",
853
- "dependencies": {
854
- "@babel/helper-plugin-utils": "^7.24.8"
855
- },
856
- "engines": {
857
- "node": ">=6.9.0"
858
- },
859
- "peerDependencies": {
860
- "@babel/core": "^7.0.0-0"
861
- }
862
- },
863
- "node_modules/@babel/plugin-transform-class-properties": {
864
- "version": "7.25.4",
865
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.4.tgz",
866
- "integrity": "sha512-nZeZHyCWPfjkdU5pA/uHiTaDAFUEqkpzf1YoQT2NeSynCGYq9rxfyI3XpQbfx/a0hSnFH6TGlEXvae5Vi7GD8g==",
867
- "license": "MIT",
868
- "dependencies": {
869
- "@babel/helper-create-class-features-plugin": "^7.25.4",
870
- "@babel/helper-plugin-utils": "^7.24.8"
871
- },
872
- "engines": {
873
- "node": ">=6.9.0"
874
- },
875
- "peerDependencies": {
876
- "@babel/core": "^7.0.0-0"
877
- }
878
- },
879
- "node_modules/@babel/plugin-transform-class-static-block": {
880
- "version": "7.24.7",
881
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.7.tgz",
882
- "integrity": "sha512-HMXK3WbBPpZQufbMG4B46A90PkuuhN9vBCb5T8+VAHqvAqvcLi+2cKoukcpmUYkszLhScU3l1iudhrks3DggRQ==",
883
- "license": "MIT",
884
- "dependencies": {
885
- "@babel/helper-create-class-features-plugin": "^7.24.7",
886
- "@babel/helper-plugin-utils": "^7.24.7",
887
- "@babel/plugin-syntax-class-static-block": "^7.14.5"
888
- },
889
- "engines": {
890
- "node": ">=6.9.0"
891
- },
892
- "peerDependencies": {
893
- "@babel/core": "^7.12.0"
894
- }
895
- },
896
- "node_modules/@babel/plugin-transform-classes": {
897
- "version": "7.25.4",
898
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.4.tgz",
899
- "integrity": "sha512-oexUfaQle2pF/b6E0dwsxQtAol9TLSO88kQvym6HHBWFliV2lGdrPieX+WgMRLSJDVzdYywk7jXbLPuO2KLTLg==",
900
- "license": "MIT",
901
- "dependencies": {
902
- "@babel/helper-annotate-as-pure": "^7.24.7",
903
- "@babel/helper-compilation-targets": "^7.25.2",
904
- "@babel/helper-plugin-utils": "^7.24.8",
905
- "@babel/helper-replace-supers": "^7.25.0",
906
- "@babel/traverse": "^7.25.4",
907
- "globals": "^11.1.0"
908
- },
909
- "engines": {
910
- "node": ">=6.9.0"
911
- },
912
- "peerDependencies": {
913
- "@babel/core": "^7.0.0-0"
914
- }
915
- },
916
- "node_modules/@babel/plugin-transform-computed-properties": {
917
- "version": "7.24.7",
918
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.24.7.tgz",
919
- "integrity": "sha512-25cS7v+707Gu6Ds2oY6tCkUwsJ9YIDbggd9+cu9jzzDgiNq7hR/8dkzxWfKWnTic26vsI3EsCXNd4iEB6e8esQ==",
920
- "license": "MIT",
921
- "dependencies": {
922
- "@babel/helper-plugin-utils": "^7.24.7",
923
- "@babel/template": "^7.24.7"
924
- },
925
- "engines": {
926
- "node": ">=6.9.0"
927
- },
928
- "peerDependencies": {
929
- "@babel/core": "^7.0.0-0"
930
- }
931
- },
932
- "node_modules/@babel/plugin-transform-destructuring": {
933
- "version": "7.24.8",
934
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.8.tgz",
935
- "integrity": "sha512-36e87mfY8TnRxc7yc6M9g9gOB7rKgSahqkIKwLpz4Ppk2+zC2Cy1is0uwtuSG6AE4zlTOUa+7JGz9jCJGLqQFQ==",
936
- "license": "MIT",
937
- "dependencies": {
938
- "@babel/helper-plugin-utils": "^7.24.8"
939
- },
940
- "engines": {
941
- "node": ">=6.9.0"
942
- },
943
- "peerDependencies": {
944
- "@babel/core": "^7.0.0-0"
945
- }
946
- },
947
- "node_modules/@babel/plugin-transform-dotall-regex": {
948
- "version": "7.24.7",
949
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.24.7.tgz",
950
- "integrity": "sha512-ZOA3W+1RRTSWvyqcMJDLqbchh7U4NRGqwRfFSVbOLS/ePIP4vHB5e8T8eXcuqyN1QkgKyj5wuW0lcS85v4CrSw==",
951
- "license": "MIT",
952
- "dependencies": {
953
- "@babel/helper-create-regexp-features-plugin": "^7.24.7",
954
- "@babel/helper-plugin-utils": "^7.24.7"
955
- },
956
- "engines": {
957
- "node": ">=6.9.0"
958
- },
959
- "peerDependencies": {
960
- "@babel/core": "^7.0.0-0"
961
- }
962
- },
963
- "node_modules/@babel/plugin-transform-duplicate-keys": {
964
- "version": "7.24.7",
965
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.24.7.tgz",
966
- "integrity": "sha512-JdYfXyCRihAe46jUIliuL2/s0x0wObgwwiGxw/UbgJBr20gQBThrokO4nYKgWkD7uBaqM7+9x5TU7NkExZJyzw==",
967
- "license": "MIT",
968
- "dependencies": {
969
- "@babel/helper-plugin-utils": "^7.24.7"
970
- },
971
- "engines": {
972
- "node": ">=6.9.0"
973
- },
974
- "peerDependencies": {
975
- "@babel/core": "^7.0.0-0"
976
- }
977
- },
978
- "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": {
979
- "version": "7.25.0",
980
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.0.tgz",
981
- "integrity": "sha512-YLpb4LlYSc3sCUa35un84poXoraOiQucUTTu8X1j18JV+gNa8E0nyUf/CjZ171IRGr4jEguF+vzJU66QZhn29g==",
982
- "license": "MIT",
983
- "dependencies": {
984
- "@babel/helper-create-regexp-features-plugin": "^7.25.0",
985
- "@babel/helper-plugin-utils": "^7.24.8"
986
- },
987
- "engines": {
988
- "node": ">=6.9.0"
989
- },
990
- "peerDependencies": {
991
- "@babel/core": "^7.0.0"
992
- }
993
- },
994
- "node_modules/@babel/plugin-transform-dynamic-import": {
995
- "version": "7.24.7",
996
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.7.tgz",
997
- "integrity": "sha512-sc3X26PhZQDb3JhORmakcbvkeInvxz+A8oda99lj7J60QRuPZvNAk9wQlTBS1ZynelDrDmTU4pw1tyc5d5ZMUg==",
998
- "license": "MIT",
999
- "dependencies": {
1000
- "@babel/helper-plugin-utils": "^7.24.7",
1001
- "@babel/plugin-syntax-dynamic-import": "^7.8.3"
1002
- },
1003
- "engines": {
1004
- "node": ">=6.9.0"
1005
- },
1006
- "peerDependencies": {
1007
- "@babel/core": "^7.0.0-0"
1008
- }
1009
- },
1010
- "node_modules/@babel/plugin-transform-exponentiation-operator": {
1011
- "version": "7.24.7",
1012
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.7.tgz",
1013
- "integrity": "sha512-Rqe/vSc9OYgDajNIK35u7ot+KeCoetqQYFXM4Epf7M7ez3lWlOjrDjrwMei6caCVhfdw+mIKD4cgdGNy5JQotQ==",
1014
- "license": "MIT",
1015
- "dependencies": {
1016
- "@babel/helper-builder-binary-assignment-operator-visitor": "^7.24.7",
1017
- "@babel/helper-plugin-utils": "^7.24.7"
1018
- },
1019
- "engines": {
1020
- "node": ">=6.9.0"
1021
- },
1022
- "peerDependencies": {
1023
- "@babel/core": "^7.0.0-0"
1024
- }
1025
- },
1026
- "node_modules/@babel/plugin-transform-export-namespace-from": {
1027
- "version": "7.24.7",
1028
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.7.tgz",
1029
- "integrity": "sha512-v0K9uNYsPL3oXZ/7F9NNIbAj2jv1whUEtyA6aujhekLs56R++JDQuzRcP2/z4WX5Vg/c5lE9uWZA0/iUoFhLTA==",
1030
- "license": "MIT",
1031
- "dependencies": {
1032
- "@babel/helper-plugin-utils": "^7.24.7",
1033
- "@babel/plugin-syntax-export-namespace-from": "^7.8.3"
1034
- },
1035
- "engines": {
1036
- "node": ">=6.9.0"
1037
- },
1038
- "peerDependencies": {
1039
- "@babel/core": "^7.0.0-0"
1040
- }
1041
- },
1042
- "node_modules/@babel/plugin-transform-for-of": {
1043
- "version": "7.24.7",
1044
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.24.7.tgz",
1045
- "integrity": "sha512-wo9ogrDG1ITTTBsy46oGiN1dS9A7MROBTcYsfS8DtsImMkHk9JXJ3EWQM6X2SUw4x80uGPlwj0o00Uoc6nEE3g==",
1046
- "license": "MIT",
1047
- "dependencies": {
1048
- "@babel/helper-plugin-utils": "^7.24.7",
1049
- "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7"
1050
- },
1051
- "engines": {
1052
- "node": ">=6.9.0"
1053
- },
1054
- "peerDependencies": {
1055
- "@babel/core": "^7.0.0-0"
1056
- }
1057
- },
1058
- "node_modules/@babel/plugin-transform-function-name": {
1059
- "version": "7.25.1",
1060
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.1.tgz",
1061
- "integrity": "sha512-TVVJVdW9RKMNgJJlLtHsKDTydjZAbwIsn6ySBPQaEAUU5+gVvlJt/9nRmqVbsV/IBanRjzWoaAQKLoamWVOUuA==",
1062
- "license": "MIT",
1063
- "dependencies": {
1064
- "@babel/helper-compilation-targets": "^7.24.8",
1065
- "@babel/helper-plugin-utils": "^7.24.8",
1066
- "@babel/traverse": "^7.25.1"
1067
- },
1068
- "engines": {
1069
- "node": ">=6.9.0"
1070
- },
1071
- "peerDependencies": {
1072
- "@babel/core": "^7.0.0-0"
1073
- }
1074
- },
1075
- "node_modules/@babel/plugin-transform-json-strings": {
1076
- "version": "7.24.7",
1077
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.24.7.tgz",
1078
- "integrity": "sha512-2yFnBGDvRuxAaE/f0vfBKvtnvvqU8tGpMHqMNpTN2oWMKIR3NqFkjaAgGwawhqK/pIN2T3XdjGPdaG0vDhOBGw==",
1079
- "license": "MIT",
1080
- "dependencies": {
1081
- "@babel/helper-plugin-utils": "^7.24.7",
1082
- "@babel/plugin-syntax-json-strings": "^7.8.3"
1083
- },
1084
- "engines": {
1085
- "node": ">=6.9.0"
1086
- },
1087
- "peerDependencies": {
1088
- "@babel/core": "^7.0.0-0"
1089
- }
1090
- },
1091
- "node_modules/@babel/plugin-transform-literals": {
1092
- "version": "7.25.2",
1093
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.2.tgz",
1094
- "integrity": "sha512-HQI+HcTbm9ur3Z2DkO+jgESMAMcYLuN/A7NRw9juzxAezN9AvqvUTnpKP/9kkYANz6u7dFlAyOu44ejuGySlfw==",
1095
- "license": "MIT",
1096
- "dependencies": {
1097
- "@babel/helper-plugin-utils": "^7.24.8"
1098
- },
1099
- "engines": {
1100
- "node": ">=6.9.0"
1101
- },
1102
- "peerDependencies": {
1103
- "@babel/core": "^7.0.0-0"
1104
- }
1105
- },
1106
- "node_modules/@babel/plugin-transform-logical-assignment-operators": {
1107
- "version": "7.24.7",
1108
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.24.7.tgz",
1109
- "integrity": "sha512-4D2tpwlQ1odXmTEIFWy9ELJcZHqrStlzK/dAOWYyxX3zT0iXQB6banjgeOJQXzEc4S0E0a5A+hahxPaEFYftsw==",
1110
- "license": "MIT",
1111
- "dependencies": {
1112
- "@babel/helper-plugin-utils": "^7.24.7",
1113
- "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
1114
- },
1115
- "engines": {
1116
- "node": ">=6.9.0"
1117
- },
1118
- "peerDependencies": {
1119
- "@babel/core": "^7.0.0-0"
1120
- }
1121
- },
1122
- "node_modules/@babel/plugin-transform-member-expression-literals": {
1123
- "version": "7.24.7",
1124
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.24.7.tgz",
1125
- "integrity": "sha512-T/hRC1uqrzXMKLQ6UCwMT85S3EvqaBXDGf0FaMf4446Qx9vKwlghvee0+uuZcDUCZU5RuNi4781UQ7R308zzBw==",
1126
- "license": "MIT",
1127
- "dependencies": {
1128
- "@babel/helper-plugin-utils": "^7.24.7"
1129
- },
1130
- "engines": {
1131
- "node": ">=6.9.0"
1132
- },
1133
- "peerDependencies": {
1134
- "@babel/core": "^7.0.0-0"
1135
- }
1136
- },
1137
- "node_modules/@babel/plugin-transform-modules-amd": {
1138
- "version": "7.24.7",
1139
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.24.7.tgz",
1140
- "integrity": "sha512-9+pB1qxV3vs/8Hdmz/CulFB8w2tuu6EB94JZFsjdqxQokwGa9Unap7Bo2gGBGIvPmDIVvQrom7r5m/TCDMURhg==",
1141
- "license": "MIT",
1142
- "dependencies": {
1143
- "@babel/helper-module-transforms": "^7.24.7",
1144
- "@babel/helper-plugin-utils": "^7.24.7"
1145
- },
1146
- "engines": {
1147
- "node": ">=6.9.0"
1148
- },
1149
- "peerDependencies": {
1150
- "@babel/core": "^7.0.0-0"
1151
- }
1152
- },
1153
- "node_modules/@babel/plugin-transform-modules-commonjs": {
1154
- "version": "7.24.8",
1155
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.8.tgz",
1156
- "integrity": "sha512-WHsk9H8XxRs3JXKWFiqtQebdh9b/pTk4EgueygFzYlTKAg0Ud985mSevdNjdXdFBATSKVJGQXP1tv6aGbssLKA==",
1157
- "license": "MIT",
1158
- "dependencies": {
1159
- "@babel/helper-module-transforms": "^7.24.8",
1160
- "@babel/helper-plugin-utils": "^7.24.8",
1161
- "@babel/helper-simple-access": "^7.24.7"
1162
- },
1163
- "engines": {
1164
- "node": ">=6.9.0"
1165
- },
1166
- "peerDependencies": {
1167
- "@babel/core": "^7.0.0-0"
1168
- }
1169
- },
1170
- "node_modules/@babel/plugin-transform-modules-systemjs": {
1171
- "version": "7.25.0",
1172
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.0.tgz",
1173
- "integrity": "sha512-YPJfjQPDXxyQWg/0+jHKj1llnY5f/R6a0p/vP4lPymxLu7Lvl4k2WMitqi08yxwQcCVUUdG9LCUj4TNEgAp3Jw==",
1174
- "license": "MIT",
1175
- "dependencies": {
1176
- "@babel/helper-module-transforms": "^7.25.0",
1177
- "@babel/helper-plugin-utils": "^7.24.8",
1178
- "@babel/helper-validator-identifier": "^7.24.7",
1179
- "@babel/traverse": "^7.25.0"
1180
- },
1181
- "engines": {
1182
- "node": ">=6.9.0"
1183
- },
1184
- "peerDependencies": {
1185
- "@babel/core": "^7.0.0-0"
1186
- }
1187
- },
1188
- "node_modules/@babel/plugin-transform-modules-umd": {
1189
- "version": "7.24.7",
1190
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.7.tgz",
1191
- "integrity": "sha512-3aytQvqJ/h9z4g8AsKPLvD4Zqi2qT+L3j7XoFFu1XBlZWEl2/1kWnhmAbxpLgPrHSY0M6UA02jyTiwUVtiKR6A==",
1192
- "license": "MIT",
1193
- "dependencies": {
1194
- "@babel/helper-module-transforms": "^7.24.7",
1195
- "@babel/helper-plugin-utils": "^7.24.7"
1196
- },
1197
- "engines": {
1198
- "node": ">=6.9.0"
1199
- },
1200
- "peerDependencies": {
1201
- "@babel/core": "^7.0.0-0"
1202
- }
1203
- },
1204
- "node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
1205
- "version": "7.24.7",
1206
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.24.7.tgz",
1207
- "integrity": "sha512-/jr7h/EWeJtk1U/uz2jlsCioHkZk1JJZVcc8oQsJ1dUlaJD83f4/6Zeh2aHt9BIFokHIsSeDfhUmju0+1GPd6g==",
1208
- "license": "MIT",
1209
- "dependencies": {
1210
- "@babel/helper-create-regexp-features-plugin": "^7.24.7",
1211
- "@babel/helper-plugin-utils": "^7.24.7"
1212
- },
1213
- "engines": {
1214
- "node": ">=6.9.0"
1215
- },
1216
- "peerDependencies": {
1217
- "@babel/core": "^7.0.0"
1218
- }
1219
- },
1220
- "node_modules/@babel/plugin-transform-new-target": {
1221
- "version": "7.24.7",
1222
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.24.7.tgz",
1223
- "integrity": "sha512-RNKwfRIXg4Ls/8mMTza5oPF5RkOW8Wy/WgMAp1/F1yZ8mMbtwXW+HDoJiOsagWrAhI5f57Vncrmr9XeT4CVapA==",
1224
- "license": "MIT",
1225
- "dependencies": {
1226
- "@babel/helper-plugin-utils": "^7.24.7"
1227
- },
1228
- "engines": {
1229
- "node": ">=6.9.0"
1230
- },
1231
- "peerDependencies": {
1232
- "@babel/core": "^7.0.0-0"
1233
- }
1234
- },
1235
- "node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
1236
- "version": "7.24.7",
1237
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.7.tgz",
1238
- "integrity": "sha512-Ts7xQVk1OEocqzm8rHMXHlxvsfZ0cEF2yomUqpKENHWMF4zKk175Y4q8H5knJes6PgYad50uuRmt3UJuhBw8pQ==",
1239
- "license": "MIT",
1240
- "dependencies": {
1241
- "@babel/helper-plugin-utils": "^7.24.7",
1242
- "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
1243
- },
1244
- "engines": {
1245
- "node": ">=6.9.0"
1246
- },
1247
- "peerDependencies": {
1248
- "@babel/core": "^7.0.0-0"
1249
- }
1250
- },
1251
- "node_modules/@babel/plugin-transform-numeric-separator": {
1252
- "version": "7.24.7",
1253
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.7.tgz",
1254
- "integrity": "sha512-e6q1TiVUzvH9KRvicuxdBTUj4AdKSRwzIyFFnfnezpCfP2/7Qmbb8qbU2j7GODbl4JMkblitCQjKYUaX/qkkwA==",
1255
- "license": "MIT",
1256
- "dependencies": {
1257
- "@babel/helper-plugin-utils": "^7.24.7",
1258
- "@babel/plugin-syntax-numeric-separator": "^7.10.4"
1259
- },
1260
- "engines": {
1261
- "node": ">=6.9.0"
1262
- },
1263
- "peerDependencies": {
1264
- "@babel/core": "^7.0.0-0"
1265
- }
1266
- },
1267
- "node_modules/@babel/plugin-transform-object-rest-spread": {
1268
- "version": "7.24.7",
1269
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.7.tgz",
1270
- "integrity": "sha512-4QrHAr0aXQCEFni2q4DqKLD31n2DL+RxcwnNjDFkSG0eNQ/xCavnRkfCUjsyqGC2OviNJvZOF/mQqZBw7i2C5Q==",
1271
- "license": "MIT",
1272
- "dependencies": {
1273
- "@babel/helper-compilation-targets": "^7.24.7",
1274
- "@babel/helper-plugin-utils": "^7.24.7",
1275
- "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
1276
- "@babel/plugin-transform-parameters": "^7.24.7"
1277
- },
1278
- "engines": {
1279
- "node": ">=6.9.0"
1280
- },
1281
- "peerDependencies": {
1282
- "@babel/core": "^7.0.0-0"
1283
- }
1284
- },
1285
- "node_modules/@babel/plugin-transform-object-super": {
1286
- "version": "7.24.7",
1287
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.24.7.tgz",
1288
- "integrity": "sha512-A/vVLwN6lBrMFmMDmPPz0jnE6ZGx7Jq7d6sT/Ev4H65RER6pZ+kczlf1DthF5N0qaPHBsI7UXiE8Zy66nmAovg==",
1289
- "license": "MIT",
1290
- "dependencies": {
1291
- "@babel/helper-plugin-utils": "^7.24.7",
1292
- "@babel/helper-replace-supers": "^7.24.7"
1293
- },
1294
- "engines": {
1295
- "node": ">=6.9.0"
1296
- },
1297
- "peerDependencies": {
1298
- "@babel/core": "^7.0.0-0"
1299
- }
1300
- },
1301
- "node_modules/@babel/plugin-transform-optional-catch-binding": {
1302
- "version": "7.24.7",
1303
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.7.tgz",
1304
- "integrity": "sha512-uLEndKqP5BfBbC/5jTwPxLh9kqPWWgzN/f8w6UwAIirAEqiIVJWWY312X72Eub09g5KF9+Zn7+hT7sDxmhRuKA==",
1305
- "license": "MIT",
1306
- "dependencies": {
1307
- "@babel/helper-plugin-utils": "^7.24.7",
1308
- "@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
1309
- },
1310
- "engines": {
1311
- "node": ">=6.9.0"
1312
- },
1313
- "peerDependencies": {
1314
- "@babel/core": "^7.0.0-0"
1315
- }
1316
- },
1317
- "node_modules/@babel/plugin-transform-optional-chaining": {
1318
- "version": "7.24.8",
1319
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.8.tgz",
1320
- "integrity": "sha512-5cTOLSMs9eypEy8JUVvIKOu6NgvbJMnpG62VpIHrTmROdQ+L5mDAaI40g25k5vXti55JWNX5jCkq3HZxXBQANw==",
1321
- "license": "MIT",
1322
- "dependencies": {
1323
- "@babel/helper-plugin-utils": "^7.24.8",
1324
- "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7",
1325
- "@babel/plugin-syntax-optional-chaining": "^7.8.3"
1326
- },
1327
- "engines": {
1328
- "node": ">=6.9.0"
1329
- },
1330
- "peerDependencies": {
1331
- "@babel/core": "^7.0.0-0"
1332
- }
1333
- },
1334
- "node_modules/@babel/plugin-transform-parameters": {
1335
- "version": "7.24.7",
1336
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.7.tgz",
1337
- "integrity": "sha512-yGWW5Rr+sQOhK0Ot8hjDJuxU3XLRQGflvT4lhlSY0DFvdb3TwKaY26CJzHtYllU0vT9j58hc37ndFPsqT1SrzA==",
1338
- "license": "MIT",
1339
- "dependencies": {
1340
- "@babel/helper-plugin-utils": "^7.24.7"
1341
- },
1342
- "engines": {
1343
- "node": ">=6.9.0"
1344
- },
1345
- "peerDependencies": {
1346
- "@babel/core": "^7.0.0-0"
1347
- }
1348
- },
1349
- "node_modules/@babel/plugin-transform-private-methods": {
1350
- "version": "7.25.4",
1351
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.4.tgz",
1352
- "integrity": "sha512-ao8BG7E2b/URaUQGqN3Tlsg+M3KlHY6rJ1O1gXAEUnZoyNQnvKyH87Kfg+FoxSeyWUB8ISZZsC91C44ZuBFytw==",
1353
- "license": "MIT",
1354
- "dependencies": {
1355
- "@babel/helper-create-class-features-plugin": "^7.25.4",
1356
- "@babel/helper-plugin-utils": "^7.24.8"
1357
- },
1358
- "engines": {
1359
- "node": ">=6.9.0"
1360
- },
1361
- "peerDependencies": {
1362
- "@babel/core": "^7.0.0-0"
1363
- }
1364
- },
1365
- "node_modules/@babel/plugin-transform-private-property-in-object": {
1366
- "version": "7.24.7",
1367
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.7.tgz",
1368
- "integrity": "sha512-9z76mxwnwFxMyxZWEgdgECQglF2Q7cFLm0kMf8pGwt+GSJsY0cONKj/UuO4bOH0w/uAel3ekS4ra5CEAyJRmDA==",
1369
- "license": "MIT",
1370
- "dependencies": {
1371
- "@babel/helper-annotate-as-pure": "^7.24.7",
1372
- "@babel/helper-create-class-features-plugin": "^7.24.7",
1373
- "@babel/helper-plugin-utils": "^7.24.7",
1374
- "@babel/plugin-syntax-private-property-in-object": "^7.14.5"
1375
- },
1376
- "engines": {
1377
- "node": ">=6.9.0"
1378
- },
1379
- "peerDependencies": {
1380
- "@babel/core": "^7.0.0-0"
1381
- }
1382
- },
1383
- "node_modules/@babel/plugin-transform-property-literals": {
1384
- "version": "7.24.7",
1385
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.24.7.tgz",
1386
- "integrity": "sha512-EMi4MLQSHfd2nrCqQEWxFdha2gBCqU4ZcCng4WBGZ5CJL4bBRW0ptdqqDdeirGZcpALazVVNJqRmsO8/+oNCBA==",
1387
- "license": "MIT",
1388
- "dependencies": {
1389
- "@babel/helper-plugin-utils": "^7.24.7"
1390
- },
1391
- "engines": {
1392
- "node": ">=6.9.0"
1393
- },
1394
- "peerDependencies": {
1395
- "@babel/core": "^7.0.0-0"
1396
- }
1397
- },
1398
- "node_modules/@babel/plugin-transform-react-display-name": {
1399
- "version": "7.24.7",
1400
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.24.7.tgz",
1401
- "integrity": "sha512-H/Snz9PFxKsS1JLI4dJLtnJgCJRoo0AUm3chP6NYr+9En1JMKloheEiLIhlp5MDVznWo+H3AAC1Mc8lmUEpsgg==",
1402
- "license": "MIT",
1403
- "dependencies": {
1404
- "@babel/helper-plugin-utils": "^7.24.7"
1405
- },
1406
- "engines": {
1407
- "node": ">=6.9.0"
1408
- },
1409
- "peerDependencies": {
1410
- "@babel/core": "^7.0.0-0"
1411
- }
1412
- },
1413
- "node_modules/@babel/plugin-transform-react-jsx": {
1414
- "version": "7.25.2",
1415
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.25.2.tgz",
1416
- "integrity": "sha512-KQsqEAVBpU82NM/B/N9j9WOdphom1SZH3R+2V7INrQUH+V9EBFwZsEJl8eBIVeQE62FxJCc70jzEZwqU7RcVqA==",
1417
- "license": "MIT",
1418
- "dependencies": {
1419
- "@babel/helper-annotate-as-pure": "^7.24.7",
1420
- "@babel/helper-module-imports": "^7.24.7",
1421
- "@babel/helper-plugin-utils": "^7.24.8",
1422
- "@babel/plugin-syntax-jsx": "^7.24.7",
1423
- "@babel/types": "^7.25.2"
1424
- },
1425
- "engines": {
1426
- "node": ">=6.9.0"
1427
- },
1428
- "peerDependencies": {
1429
- "@babel/core": "^7.0.0-0"
1430
- }
1431
- },
1432
- "node_modules/@babel/plugin-transform-react-jsx-development": {
1433
- "version": "7.24.7",
1434
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.24.7.tgz",
1435
- "integrity": "sha512-QG9EnzoGn+Qar7rxuW+ZOsbWOt56FvvI93xInqsZDC5fsekx1AlIO4KIJ5M+D0p0SqSH156EpmZyXq630B8OlQ==",
1436
- "license": "MIT",
1437
- "dependencies": {
1438
- "@babel/plugin-transform-react-jsx": "^7.24.7"
1439
- },
1440
- "engines": {
1441
- "node": ">=6.9.0"
1442
- },
1443
- "peerDependencies": {
1444
- "@babel/core": "^7.0.0-0"
1445
- }
1446
- },
1447
- "node_modules/@babel/plugin-transform-react-pure-annotations": {
1448
- "version": "7.24.7",
1449
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.24.7.tgz",
1450
- "integrity": "sha512-PLgBVk3fzbmEjBJ/u8kFzOqS9tUeDjiaWud/rRym/yjCo/M9cASPlnrd2ZmmZpQT40fOOrvR8jh+n8jikrOhNA==",
1451
- "license": "MIT",
1452
- "dependencies": {
1453
- "@babel/helper-annotate-as-pure": "^7.24.7",
1454
- "@babel/helper-plugin-utils": "^7.24.7"
1455
- },
1456
- "engines": {
1457
- "node": ">=6.9.0"
1458
- },
1459
- "peerDependencies": {
1460
- "@babel/core": "^7.0.0-0"
1461
- }
1462
- },
1463
- "node_modules/@babel/plugin-transform-regenerator": {
1464
- "version": "7.24.7",
1465
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.24.7.tgz",
1466
- "integrity": "sha512-lq3fvXPdimDrlg6LWBoqj+r/DEWgONuwjuOuQCSYgRroXDH/IdM1C0IZf59fL5cHLpjEH/O6opIRBbqv7ELnuA==",
1467
- "license": "MIT",
1468
- "dependencies": {
1469
- "@babel/helper-plugin-utils": "^7.24.7",
1470
- "regenerator-transform": "^0.15.2"
1471
- },
1472
- "engines": {
1473
- "node": ">=6.9.0"
1474
- },
1475
- "peerDependencies": {
1476
- "@babel/core": "^7.0.0-0"
1477
- }
1478
- },
1479
- "node_modules/@babel/plugin-transform-reserved-words": {
1480
- "version": "7.24.7",
1481
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.24.7.tgz",
1482
- "integrity": "sha512-0DUq0pHcPKbjFZCfTss/pGkYMfy3vFWydkUBd9r0GHpIyfs2eCDENvqadMycRS9wZCXR41wucAfJHJmwA0UmoQ==",
1483
- "license": "MIT",
1484
- "dependencies": {
1485
- "@babel/helper-plugin-utils": "^7.24.7"
1486
- },
1487
- "engines": {
1488
- "node": ">=6.9.0"
1489
- },
1490
- "peerDependencies": {
1491
- "@babel/core": "^7.0.0-0"
1492
- }
1493
- },
1494
- "node_modules/@babel/plugin-transform-shorthand-properties": {
1495
- "version": "7.24.7",
1496
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.7.tgz",
1497
- "integrity": "sha512-KsDsevZMDsigzbA09+vacnLpmPH4aWjcZjXdyFKGzpplxhbeB4wYtury3vglQkg6KM/xEPKt73eCjPPf1PgXBA==",
1498
- "license": "MIT",
1499
- "dependencies": {
1500
- "@babel/helper-plugin-utils": "^7.24.7"
1501
- },
1502
- "engines": {
1503
- "node": ">=6.9.0"
1504
- },
1505
- "peerDependencies": {
1506
- "@babel/core": "^7.0.0-0"
1507
- }
1508
- },
1509
- "node_modules/@babel/plugin-transform-spread": {
1510
- "version": "7.24.7",
1511
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.24.7.tgz",
1512
- "integrity": "sha512-x96oO0I09dgMDxJaANcRyD4ellXFLLiWhuwDxKZX5g2rWP1bTPkBSwCYv96VDXVT1bD9aPj8tppr5ITIh8hBng==",
1513
- "license": "MIT",
1514
- "dependencies": {
1515
- "@babel/helper-plugin-utils": "^7.24.7",
1516
- "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7"
1517
- },
1518
- "engines": {
1519
- "node": ">=6.9.0"
1520
- },
1521
- "peerDependencies": {
1522
- "@babel/core": "^7.0.0-0"
1523
- }
1524
- },
1525
- "node_modules/@babel/plugin-transform-sticky-regex": {
1526
- "version": "7.24.7",
1527
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.24.7.tgz",
1528
- "integrity": "sha512-kHPSIJc9v24zEml5geKg9Mjx5ULpfncj0wRpYtxbvKyTtHCYDkVE3aHQ03FrpEo4gEe2vrJJS1Y9CJTaThA52g==",
1529
- "license": "MIT",
1530
- "dependencies": {
1531
- "@babel/helper-plugin-utils": "^7.24.7"
1532
- },
1533
- "engines": {
1534
- "node": ">=6.9.0"
1535
- },
1536
- "peerDependencies": {
1537
- "@babel/core": "^7.0.0-0"
1538
- }
1539
- },
1540
- "node_modules/@babel/plugin-transform-template-literals": {
1541
- "version": "7.24.7",
1542
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.7.tgz",
1543
- "integrity": "sha512-AfDTQmClklHCOLxtGoP7HkeMw56k1/bTQjwsfhL6pppo/M4TOBSq+jjBUBLmV/4oeFg4GWMavIl44ZeCtmmZTw==",
1544
- "license": "MIT",
1545
- "dependencies": {
1546
- "@babel/helper-plugin-utils": "^7.24.7"
1547
- },
1548
- "engines": {
1549
- "node": ">=6.9.0"
1550
- },
1551
- "peerDependencies": {
1552
- "@babel/core": "^7.0.0-0"
1553
- }
1554
- },
1555
- "node_modules/@babel/plugin-transform-typeof-symbol": {
1556
- "version": "7.24.8",
1557
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.8.tgz",
1558
- "integrity": "sha512-adNTUpDCVnmAE58VEqKlAA6ZBlNkMnWD0ZcW76lyNFN3MJniyGFZfNwERVk8Ap56MCnXztmDr19T4mPTztcuaw==",
1559
- "license": "MIT",
1560
- "dependencies": {
1561
- "@babel/helper-plugin-utils": "^7.24.8"
1562
- },
1563
- "engines": {
1564
- "node": ">=6.9.0"
1565
- },
1566
- "peerDependencies": {
1567
- "@babel/core": "^7.0.0-0"
1568
- }
1569
- },
1570
- "node_modules/@babel/plugin-transform-unicode-escapes": {
1571
- "version": "7.24.7",
1572
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.7.tgz",
1573
- "integrity": "sha512-U3ap1gm5+4edc2Q/P+9VrBNhGkfnf+8ZqppY71Bo/pzZmXhhLdqgaUl6cuB07O1+AQJtCLfaOmswiNbSQ9ivhw==",
1574
- "license": "MIT",
1575
- "dependencies": {
1576
- "@babel/helper-plugin-utils": "^7.24.7"
1577
- },
1578
- "engines": {
1579
- "node": ">=6.9.0"
1580
- },
1581
- "peerDependencies": {
1582
- "@babel/core": "^7.0.0-0"
1583
- }
1584
- },
1585
- "node_modules/@babel/plugin-transform-unicode-property-regex": {
1586
- "version": "7.24.7",
1587
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.7.tgz",
1588
- "integrity": "sha512-uH2O4OV5M9FZYQrwc7NdVmMxQJOCCzFeYudlZSzUAHRFeOujQefa92E74TQDVskNHCzOXoigEuoyzHDhaEaK5w==",
1589
- "license": "MIT",
1590
- "dependencies": {
1591
- "@babel/helper-create-regexp-features-plugin": "^7.24.7",
1592
- "@babel/helper-plugin-utils": "^7.24.7"
1593
- },
1594
- "engines": {
1595
- "node": ">=6.9.0"
1596
- },
1597
- "peerDependencies": {
1598
- "@babel/core": "^7.0.0-0"
1599
- }
1600
- },
1601
- "node_modules/@babel/plugin-transform-unicode-regex": {
1602
- "version": "7.24.7",
1603
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.7.tgz",
1604
- "integrity": "sha512-hlQ96MBZSAXUq7ltkjtu3FJCCSMx/j629ns3hA3pXnBXjanNP0LHi+JpPeA81zaWgVK1VGH95Xuy7u0RyQ8kMg==",
1605
- "license": "MIT",
1606
- "dependencies": {
1607
- "@babel/helper-create-regexp-features-plugin": "^7.24.7",
1608
- "@babel/helper-plugin-utils": "^7.24.7"
1609
- },
1610
- "engines": {
1611
- "node": ">=6.9.0"
1612
- },
1613
- "peerDependencies": {
1614
- "@babel/core": "^7.0.0-0"
1615
- }
1616
- },
1617
- "node_modules/@babel/plugin-transform-unicode-sets-regex": {
1618
- "version": "7.25.4",
1619
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.25.4.tgz",
1620
- "integrity": "sha512-qesBxiWkgN1Q+31xUE9RcMk79eOXXDCv6tfyGMRSs4RGlioSg2WVyQAm07k726cSE56pa+Kb0y9epX2qaXzTvA==",
1621
- "license": "MIT",
1622
- "dependencies": {
1623
- "@babel/helper-create-regexp-features-plugin": "^7.25.2",
1624
- "@babel/helper-plugin-utils": "^7.24.8"
1625
- },
1626
- "engines": {
1627
- "node": ">=6.9.0"
1628
- },
1629
- "peerDependencies": {
1630
- "@babel/core": "^7.0.0"
1631
- }
1632
- },
1633
- "node_modules/@babel/preset-env": {
1634
- "version": "7.25.4",
1635
- "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.25.4.tgz",
1636
- "integrity": "sha512-W9Gyo+KmcxjGahtt3t9fb14vFRWvPpu5pT6GBlovAK6BTBcxgjfVMSQCfJl4oi35ODrxP6xx2Wr8LNST57Mraw==",
1637
- "license": "MIT",
1638
- "dependencies": {
1639
- "@babel/compat-data": "^7.25.4",
1640
- "@babel/helper-compilation-targets": "^7.25.2",
1641
- "@babel/helper-plugin-utils": "^7.24.8",
1642
- "@babel/helper-validator-option": "^7.24.8",
1643
- "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.3",
1644
- "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.0",
1645
- "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.25.0",
1646
- "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.24.7",
1647
- "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.25.0",
1648
- "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
1649
- "@babel/plugin-syntax-async-generators": "^7.8.4",
1650
- "@babel/plugin-syntax-class-properties": "^7.12.13",
1651
- "@babel/plugin-syntax-class-static-block": "^7.14.5",
1652
- "@babel/plugin-syntax-dynamic-import": "^7.8.3",
1653
- "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
1654
- "@babel/plugin-syntax-import-assertions": "^7.24.7",
1655
- "@babel/plugin-syntax-import-attributes": "^7.24.7",
1656
- "@babel/plugin-syntax-import-meta": "^7.10.4",
1657
- "@babel/plugin-syntax-json-strings": "^7.8.3",
1658
- "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
1659
- "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
1660
- "@babel/plugin-syntax-numeric-separator": "^7.10.4",
1661
- "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
1662
- "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
1663
- "@babel/plugin-syntax-optional-chaining": "^7.8.3",
1664
- "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
1665
- "@babel/plugin-syntax-top-level-await": "^7.14.5",
1666
- "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
1667
- "@babel/plugin-transform-arrow-functions": "^7.24.7",
1668
- "@babel/plugin-transform-async-generator-functions": "^7.25.4",
1669
- "@babel/plugin-transform-async-to-generator": "^7.24.7",
1670
- "@babel/plugin-transform-block-scoped-functions": "^7.24.7",
1671
- "@babel/plugin-transform-block-scoping": "^7.25.0",
1672
- "@babel/plugin-transform-class-properties": "^7.25.4",
1673
- "@babel/plugin-transform-class-static-block": "^7.24.7",
1674
- "@babel/plugin-transform-classes": "^7.25.4",
1675
- "@babel/plugin-transform-computed-properties": "^7.24.7",
1676
- "@babel/plugin-transform-destructuring": "^7.24.8",
1677
- "@babel/plugin-transform-dotall-regex": "^7.24.7",
1678
- "@babel/plugin-transform-duplicate-keys": "^7.24.7",
1679
- "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.25.0",
1680
- "@babel/plugin-transform-dynamic-import": "^7.24.7",
1681
- "@babel/plugin-transform-exponentiation-operator": "^7.24.7",
1682
- "@babel/plugin-transform-export-namespace-from": "^7.24.7",
1683
- "@babel/plugin-transform-for-of": "^7.24.7",
1684
- "@babel/plugin-transform-function-name": "^7.25.1",
1685
- "@babel/plugin-transform-json-strings": "^7.24.7",
1686
- "@babel/plugin-transform-literals": "^7.25.2",
1687
- "@babel/plugin-transform-logical-assignment-operators": "^7.24.7",
1688
- "@babel/plugin-transform-member-expression-literals": "^7.24.7",
1689
- "@babel/plugin-transform-modules-amd": "^7.24.7",
1690
- "@babel/plugin-transform-modules-commonjs": "^7.24.8",
1691
- "@babel/plugin-transform-modules-systemjs": "^7.25.0",
1692
- "@babel/plugin-transform-modules-umd": "^7.24.7",
1693
- "@babel/plugin-transform-named-capturing-groups-regex": "^7.24.7",
1694
- "@babel/plugin-transform-new-target": "^7.24.7",
1695
- "@babel/plugin-transform-nullish-coalescing-operator": "^7.24.7",
1696
- "@babel/plugin-transform-numeric-separator": "^7.24.7",
1697
- "@babel/plugin-transform-object-rest-spread": "^7.24.7",
1698
- "@babel/plugin-transform-object-super": "^7.24.7",
1699
- "@babel/plugin-transform-optional-catch-binding": "^7.24.7",
1700
- "@babel/plugin-transform-optional-chaining": "^7.24.8",
1701
- "@babel/plugin-transform-parameters": "^7.24.7",
1702
- "@babel/plugin-transform-private-methods": "^7.25.4",
1703
- "@babel/plugin-transform-private-property-in-object": "^7.24.7",
1704
- "@babel/plugin-transform-property-literals": "^7.24.7",
1705
- "@babel/plugin-transform-regenerator": "^7.24.7",
1706
- "@babel/plugin-transform-reserved-words": "^7.24.7",
1707
- "@babel/plugin-transform-shorthand-properties": "^7.24.7",
1708
- "@babel/plugin-transform-spread": "^7.24.7",
1709
- "@babel/plugin-transform-sticky-regex": "^7.24.7",
1710
- "@babel/plugin-transform-template-literals": "^7.24.7",
1711
- "@babel/plugin-transform-typeof-symbol": "^7.24.8",
1712
- "@babel/plugin-transform-unicode-escapes": "^7.24.7",
1713
- "@babel/plugin-transform-unicode-property-regex": "^7.24.7",
1714
- "@babel/plugin-transform-unicode-regex": "^7.24.7",
1715
- "@babel/plugin-transform-unicode-sets-regex": "^7.25.4",
1716
- "@babel/preset-modules": "0.1.6-no-external-plugins",
1717
- "babel-plugin-polyfill-corejs2": "^0.4.10",
1718
- "babel-plugin-polyfill-corejs3": "^0.10.6",
1719
- "babel-plugin-polyfill-regenerator": "^0.6.1",
1720
- "core-js-compat": "^3.37.1",
1721
- "semver": "^6.3.1"
1722
- },
1723
- "engines": {
1724
- "node": ">=6.9.0"
1725
- },
1726
- "peerDependencies": {
1727
- "@babel/core": "^7.0.0-0"
1728
- }
1729
- },
1730
- "node_modules/@babel/preset-modules": {
1731
- "version": "0.1.6-no-external-plugins",
1732
- "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz",
1733
- "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==",
1734
- "license": "MIT",
1735
- "dependencies": {
1736
- "@babel/helper-plugin-utils": "^7.0.0",
1737
- "@babel/types": "^7.4.4",
1738
- "esutils": "^2.0.2"
1739
- },
1740
- "peerDependencies": {
1741
- "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0"
1742
- }
1743
- },
1744
- "node_modules/@babel/preset-react": {
1745
- "version": "7.24.7",
1746
- "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.24.7.tgz",
1747
- "integrity": "sha512-AAH4lEkpmzFWrGVlHaxJB7RLH21uPQ9+He+eFLWHmF9IuFQVugz8eAsamaW0DXRrTfco5zj1wWtpdcXJUOfsag==",
1748
- "license": "MIT",
1749
- "dependencies": {
1750
- "@babel/helper-plugin-utils": "^7.24.7",
1751
- "@babel/helper-validator-option": "^7.24.7",
1752
- "@babel/plugin-transform-react-display-name": "^7.24.7",
1753
- "@babel/plugin-transform-react-jsx": "^7.24.7",
1754
- "@babel/plugin-transform-react-jsx-development": "^7.24.7",
1755
- "@babel/plugin-transform-react-pure-annotations": "^7.24.7"
1756
- },
1757
- "engines": {
1758
- "node": ">=6.9.0"
1759
- },
1760
- "peerDependencies": {
1761
- "@babel/core": "^7.0.0-0"
1762
- }
1763
- },
1764
- "node_modules/@babel/regjsgen": {
1765
- "version": "0.8.0",
1766
- "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz",
1767
- "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==",
1768
- "license": "MIT"
1769
- },
1770
- "node_modules/@babel/runtime": {
1771
- "version": "7.25.6",
1772
- "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.6.tgz",
1773
- "integrity": "sha512-VBj9MYyDb9tuLq7yzqjgzt6Q+IBQLrGZfdjOekyEirZPHxXWoTSGUTMrpsfi58Up73d13NfYLv8HT9vmznjzhQ==",
1774
- "license": "MIT",
1775
- "dependencies": {
1776
- "regenerator-runtime": "^0.14.0"
1777
- },
1778
- "engines": {
1779
- "node": ">=6.9.0"
1780
- }
1781
- },
1782
- "node_modules/@babel/template": {
1783
- "version": "7.25.0",
1784
- "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.0.tgz",
1785
- "integrity": "sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==",
1786
- "license": "MIT",
1787
- "dependencies": {
1788
- "@babel/code-frame": "^7.24.7",
1789
- "@babel/parser": "^7.25.0",
1790
- "@babel/types": "^7.25.0"
1791
- },
1792
- "engines": {
1793
- "node": ">=6.9.0"
1794
- }
1795
- },
1796
- "node_modules/@babel/traverse": {
1797
- "version": "7.25.6",
1798
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.6.tgz",
1799
- "integrity": "sha512-9Vrcx5ZW6UwK5tvqsj0nGpp/XzqthkT0dqIc9g1AdtygFToNtTF67XzYS//dm+SAK9cp3B9R4ZO/46p63SCjlQ==",
1800
- "license": "MIT",
1801
- "dependencies": {
1802
- "@babel/code-frame": "^7.24.7",
1803
- "@babel/generator": "^7.25.6",
1804
- "@babel/parser": "^7.25.6",
1805
- "@babel/template": "^7.25.0",
1806
- "@babel/types": "^7.25.6",
1807
- "debug": "^4.3.1",
1808
- "globals": "^11.1.0"
1809
- },
1810
- "engines": {
1811
- "node": ">=6.9.0"
1812
- }
1813
- },
1814
- "node_modules/@babel/types": {
1815
- "version": "7.25.6",
1816
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.6.tgz",
1817
- "integrity": "sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==",
1818
- "license": "MIT",
1819
- "dependencies": {
1820
- "@babel/helper-string-parser": "^7.24.8",
1821
- "@babel/helper-validator-identifier": "^7.24.7",
1822
- "to-fast-properties": "^2.0.0"
1823
- },
1824
- "engines": {
1825
- "node": ">=6.9.0"
1826
- }
1827
- },
1828
- "node_modules/@jridgewell/gen-mapping": {
1829
- "version": "0.3.5",
1830
- "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz",
1831
- "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==",
1832
- "license": "MIT",
1833
- "dependencies": {
1834
- "@jridgewell/set-array": "^1.2.1",
1835
- "@jridgewell/sourcemap-codec": "^1.4.10",
1836
- "@jridgewell/trace-mapping": "^0.3.24"
1837
- },
1838
- "engines": {
1839
- "node": ">=6.0.0"
1840
- }
1841
- },
1842
- "node_modules/@jridgewell/resolve-uri": {
1843
- "version": "3.1.2",
1844
- "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
1845
- "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
1846
- "license": "MIT",
1847
- "engines": {
1848
- "node": ">=6.0.0"
1849
- }
1850
- },
1851
- "node_modules/@jridgewell/set-array": {
1852
- "version": "1.2.1",
1853
- "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",
1854
- "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
1855
- "license": "MIT",
1856
- "engines": {
1857
- "node": ">=6.0.0"
1858
- }
1859
- },
1860
- "node_modules/@jridgewell/sourcemap-codec": {
1861
- "version": "1.5.0",
1862
- "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
1863
- "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
1864
- "license": "MIT"
1865
- },
1866
- "node_modules/@jridgewell/trace-mapping": {
1867
- "version": "0.3.25",
1868
- "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
1869
- "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
1870
- "license": "MIT",
1871
- "dependencies": {
1872
- "@jridgewell/resolve-uri": "^3.1.0",
1873
- "@jridgewell/sourcemap-codec": "^1.4.14"
1874
- }
1875
- },
1876
- "node_modules/@nicolo-ribaudo/chokidar-2": {
1877
- "version": "2.1.8-no-fsevents.3",
1878
- "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.3.tgz",
1879
- "integrity": "sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ==",
1880
- "license": "MIT",
1881
- "optional": true
1882
- },
1883
- "node_modules/@nodelib/fs.scandir": {
1884
- "version": "2.1.5",
1885
- "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
1886
- "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
1887
- "dev": true,
1888
- "dependencies": {
1889
- "@nodelib/fs.stat": "2.0.5",
1890
- "run-parallel": "^1.1.9"
1891
- },
1892
- "engines": {
1893
- "node": ">= 8"
1894
- }
1895
- },
1896
- "node_modules/@nodelib/fs.stat": {
1897
- "version": "2.0.5",
1898
- "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
1899
- "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
1900
- "dev": true,
1901
- "engines": {
1902
- "node": ">= 8"
1903
- }
1904
- },
1905
- "node_modules/@nodelib/fs.walk": {
1906
- "version": "1.2.8",
1907
- "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
1908
- "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
1909
- "dev": true,
1910
- "dependencies": {
1911
- "@nodelib/fs.scandir": "2.1.5",
1912
- "fastq": "^1.6.0"
1913
- },
1914
- "engines": {
1915
- "node": ">= 8"
1916
- }
1917
- },
1918
- "node_modules/@sindresorhus/merge-streams": {
1919
- "version": "2.3.0",
1920
- "resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz",
1921
- "integrity": "sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==",
1922
- "dev": true,
1923
- "engines": {
1924
- "node": ">=18"
1925
- },
1926
- "funding": {
1927
- "url": "https://github.com/sponsors/sindresorhus"
1928
- }
1929
- },
1930
- "node_modules/@tabler/icons": {
1931
- "version": "3.16.0",
1932
- "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.16.0.tgz",
1933
- "integrity": "sha512-GU7MSx4uQEr55BmyON6hD/QYTl6k1v0YlRhM91gBWDoKAbyCt6QIYw7rpJ/ecdh5zrHaTOJKPenZ4+luoutwFA==",
1934
- "funding": {
1935
- "type": "github",
1936
- "url": "https://github.com/sponsors/codecalm"
1937
- }
1938
- },
1939
- "node_modules/@tabler/icons-react": {
1940
- "version": "3.16.0",
1941
- "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.16.0.tgz",
1942
- "integrity": "sha512-u2ABvvw71+VZMmkQ9PXsBQb+xoox8YSV8+96Xbg5jocE+gqIrAJD/3dJxWN9YhEP3TBhbcFQdkY4svvhhE+FBw==",
1943
- "dependencies": {
1944
- "@tabler/icons": "3.16.0"
1945
- },
1946
- "funding": {
1947
- "type": "github",
1948
- "url": "https://github.com/sponsors/codecalm"
1949
- },
1950
- "peerDependencies": {
1951
- "react": ">= 16"
1952
- }
1953
- },
1954
- "node_modules/ajv": {
1955
- "version": "6.12.6",
1956
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
1957
- "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
1958
- "dev": true,
1959
- "dependencies": {
1960
- "fast-deep-equal": "^3.1.1",
1961
- "fast-json-stable-stringify": "^2.0.0",
1962
- "json-schema-traverse": "^0.4.1",
1963
- "uri-js": "^4.2.2"
1964
- },
1965
- "funding": {
1966
- "type": "github",
1967
- "url": "https://github.com/sponsors/epoberezkin"
1968
- }
1969
- },
1970
- "node_modules/ajv-keywords": {
1971
- "version": "3.5.2",
1972
- "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
1973
- "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
1974
- "dev": true,
1975
- "peerDependencies": {
1976
- "ajv": "^6.9.1"
1977
- }
1978
- },
1979
- "node_modules/ansi-regex": {
1980
- "version": "2.1.1",
1981
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
1982
- "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==",
1983
- "dev": true,
1984
- "engines": {
1985
- "node": ">=0.10.0"
1986
- }
1987
- },
1988
- "node_modules/ansi-styles": {
1989
- "version": "3.2.1",
1990
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
1991
- "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
1992
- "license": "MIT",
1993
- "dependencies": {
1994
- "color-convert": "^1.9.0"
1995
- },
1996
- "engines": {
1997
- "node": ">=4"
1998
- }
1999
- },
2000
- "node_modules/anymatch": {
2001
- "version": "3.1.3",
2002
- "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
2003
- "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
2004
- "devOptional": true,
2005
- "license": "ISC",
2006
- "dependencies": {
2007
- "normalize-path": "^3.0.0",
2008
- "picomatch": "^2.0.4"
2009
- },
2010
- "engines": {
2011
- "node": ">= 8"
2012
- }
2013
- },
2014
- "node_modules/array-union": {
2015
- "version": "1.0.2",
2016
- "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz",
2017
- "integrity": "sha512-Dxr6QJj/RdU/hCaBjOfxW+q6lyuVE6JFWIrAUpuOOhoJJoQ99cUn3igRaHVB5P9WrgFVN0FfArM3x0cueOU8ng==",
2018
- "dev": true,
2019
- "dependencies": {
2020
- "array-uniq": "^1.0.1"
2021
- },
2022
- "engines": {
2023
- "node": ">=0.10.0"
2024
- }
2025
- },
2026
- "node_modules/array-uniq": {
2027
- "version": "1.0.3",
2028
- "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz",
2029
- "integrity": "sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q==",
2030
- "dev": true,
2031
- "engines": {
2032
- "node": ">=0.10.0"
2033
- }
2034
- },
2035
- "node_modules/asset-require-hook": {
2036
- "version": "1.2.0",
2037
- "resolved": "https://registry.npmjs.org/asset-require-hook/-/asset-require-hook-1.2.0.tgz",
2038
- "integrity": "sha512-MgFMBC6SaYKiE0CqkYd5kZaKyWgxYErnoAmjAhJ8RZt7GKIvx0OvXIsqCqk3fo+wxjeA+tz4/QPS23s3WW/+jA==",
2039
- "dev": true,
2040
- "dependencies": {
2041
- "loader-utils": "^0.2.12",
2042
- "lodash.assign": "^4.0.0",
2043
- "mime": "^1.3.4"
2044
- },
2045
- "engines": {
2046
- "node": ">=0.12"
2047
- }
2048
- },
2049
- "node_modules/async": {
2050
- "version": "1.5.2",
2051
- "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz",
2052
- "integrity": "sha512-nSVgobk4rv61R9PUSDtYt7mPVB2olxNR5RWJcAsH676/ef11bUZwvu7+RGYrYauVdDPcO519v68wRhXQtxsV9w==",
2053
- "dev": true
2054
- },
2055
- "node_modules/atob": {
2056
- "version": "2.1.2",
2057
- "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz",
2058
- "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==",
2059
- "dev": true,
2060
- "bin": {
2061
- "atob": "bin/atob.js"
2062
- },
2063
- "engines": {
2064
- "node": ">= 4.5.0"
2065
- }
2066
- },
2067
- "node_modules/babel-plugin-polyfill-corejs2": {
2068
- "version": "0.4.11",
2069
- "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz",
2070
- "integrity": "sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==",
2071
- "license": "MIT",
2072
- "dependencies": {
2073
- "@babel/compat-data": "^7.22.6",
2074
- "@babel/helper-define-polyfill-provider": "^0.6.2",
2075
- "semver": "^6.3.1"
2076
- },
2077
- "peerDependencies": {
2078
- "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
2079
- }
2080
- },
2081
- "node_modules/babel-plugin-polyfill-corejs3": {
2082
- "version": "0.10.6",
2083
- "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.6.tgz",
2084
- "integrity": "sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==",
2085
- "license": "MIT",
2086
- "dependencies": {
2087
- "@babel/helper-define-polyfill-provider": "^0.6.2",
2088
- "core-js-compat": "^3.38.0"
2089
- },
2090
- "peerDependencies": {
2091
- "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
2092
- }
2093
- },
2094
- "node_modules/babel-plugin-polyfill-regenerator": {
2095
- "version": "0.6.2",
2096
- "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.2.tgz",
2097
- "integrity": "sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==",
2098
- "license": "MIT",
2099
- "dependencies": {
2100
- "@babel/helper-define-polyfill-provider": "^0.6.2"
2101
- },
2102
- "peerDependencies": {
2103
- "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
2104
- }
2105
- },
2106
- "node_modules/babel-plugin-react-css-modules": {
2107
- "version": "5.2.6",
2108
- "resolved": "https://registry.npmjs.org/babel-plugin-react-css-modules/-/babel-plugin-react-css-modules-5.2.6.tgz",
2109
- "integrity": "sha512-jBU/oVgoEg/58Dcu0tjyNvaXBllxJXip7hlpiX+e0CYTmDADWB484P4pJb7d0L6nWKSzyEqtePcBaq3SKalG/g==",
2110
- "dev": true,
2111
- "dependencies": {
2112
- "@babel/plugin-syntax-jsx": "^7.0.0",
2113
- "@babel/types": "^7.0.0",
2114
- "ajv": "^6.5.3",
2115
- "ajv-keywords": "^3.2.0",
2116
- "generic-names": "^2.0.1",
2117
- "postcss": "^7.0.2",
2118
- "postcss-modules": "^1.3.2",
2119
- "postcss-modules-extract-imports": "^1.2.0",
2120
- "postcss-modules-local-by-default": "^1.2.0",
2121
- "postcss-modules-parser": "^1.1.1",
2122
- "postcss-modules-scope": "^1.1.0",
2123
- "postcss-modules-values": "^1.3.0"
2124
- },
2125
- "engines": {
2126
- "node": ">8.0.0"
2127
- }
2128
- },
2129
- "node_modules/babel-plugin-react-css-modules/node_modules/picocolors": {
2130
- "version": "0.2.1",
2131
- "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz",
2132
- "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
2133
- "dev": true
2134
- },
2135
- "node_modules/babel-plugin-react-css-modules/node_modules/postcss": {
2136
- "version": "7.0.39",
2137
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
2138
- "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
2139
- "dev": true,
2140
- "dependencies": {
2141
- "picocolors": "^0.2.1",
2142
- "source-map": "^0.6.1"
2143
- },
2144
- "engines": {
2145
- "node": ">=6.0.0"
2146
- },
2147
- "funding": {
2148
- "type": "opencollective",
2149
- "url": "https://opencollective.com/postcss/"
2150
- }
2151
- },
2152
- "node_modules/babel-plugin-transform-assets": {
2153
- "version": "1.0.2",
2154
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-assets/-/babel-plugin-transform-assets-1.0.2.tgz",
2155
- "integrity": "sha512-nvsoKEdfEDoMx88K1KKGbP8pmkv1a6+QMea/HrlYNkm0bP1Y7vjHj0Ir0cu8DeiZ+UPssbM1piaRVzSLLlA0SA==",
2156
- "dev": true,
2157
- "dependencies": {
2158
- "asset-require-hook": "^1.0.2"
2159
- },
2160
- "engines": {
2161
- "node": ">=6.0.0"
2162
- }
2163
- },
2164
- "node_modules/babel-plugin-transform-css-import-to-string": {
2165
- "version": "0.0.2",
2166
- "resolved": "https://registry.npmjs.org/babel-plugin-transform-css-import-to-string/-/babel-plugin-transform-css-import-to-string-0.0.2.tgz",
2167
- "integrity": "sha512-D3ZO/x7xL0sTcsrSmfN1dkXiJ3CzV5EHsa/RkeEQxOdENvzLVCeLiA/ec83aomlm8FaWKFseLjO7JDsgjufkig==",
2168
- "dev": true,
2169
- "dependencies": {
2170
- "rework": "^1.0.1",
2171
- "rework-import": "^2.1.0"
2172
- }
2173
- },
2174
- "node_modules/balanced-match": {
2175
- "version": "1.0.2",
2176
- "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
2177
- "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
2178
- "license": "MIT"
2179
- },
2180
- "node_modules/big.js": {
2181
- "version": "3.2.0",
2182
- "resolved": "https://registry.npmjs.org/big.js/-/big.js-3.2.0.tgz",
2183
- "integrity": "sha512-+hN/Zh2D08Mx65pZ/4g5bsmNiZUuChDiQfTUQ7qJr4/kuopCr88xZsAXv6mBoZEsUI4OuGHlX59qE94K2mMW8Q==",
2184
- "dev": true,
2185
- "engines": {
2186
- "node": "*"
2187
- }
2188
- },
2189
- "node_modules/binary-extensions": {
2190
- "version": "2.3.0",
2191
- "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
2192
- "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
2193
- "devOptional": true,
2194
- "license": "MIT",
2195
- "engines": {
2196
- "node": ">=8"
2197
- },
2198
- "funding": {
2199
- "url": "https://github.com/sponsors/sindresorhus"
2200
- }
2201
- },
2202
- "node_modules/brace-expansion": {
2203
- "version": "1.1.11",
2204
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
2205
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
2206
- "license": "MIT",
2207
- "dependencies": {
2208
- "balanced-match": "^1.0.0",
2209
- "concat-map": "0.0.1"
2210
- }
2211
- },
2212
- "node_modules/braces": {
2213
- "version": "3.0.3",
2214
- "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
2215
- "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
2216
- "devOptional": true,
2217
- "license": "MIT",
2218
- "dependencies": {
2219
- "fill-range": "^7.1.1"
2220
- },
2221
- "engines": {
2222
- "node": ">=8"
2223
- }
2224
- },
2225
- "node_modules/browserslist": {
2226
- "version": "4.23.3",
2227
- "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.3.tgz",
2228
- "integrity": "sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==",
2229
- "funding": [
2230
- {
2231
- "type": "opencollective",
2232
- "url": "https://opencollective.com/browserslist"
2233
- },
2234
- {
2235
- "type": "tidelift",
2236
- "url": "https://tidelift.com/funding/github/npm/browserslist"
2237
- },
2238
- {
2239
- "type": "github",
2240
- "url": "https://github.com/sponsors/ai"
2241
- }
2242
- ],
2243
- "license": "MIT",
2244
- "dependencies": {
2245
- "caniuse-lite": "^1.0.30001646",
2246
- "electron-to-chromium": "^1.5.4",
2247
- "node-releases": "^2.0.18",
2248
- "update-browserslist-db": "^1.1.0"
2249
- },
2250
- "bin": {
2251
- "browserslist": "cli.js"
2252
- },
2253
- "engines": {
2254
- "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
2255
- }
2256
- },
2257
- "node_modules/caniuse-lite": {
2258
- "version": "1.0.30001655",
2259
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001655.tgz",
2260
- "integrity": "sha512-jRGVy3iSGO5Uutn2owlb5gR6qsGngTw9ZTb4ali9f3glshcNmJ2noam4Mo9zia5P9Dk3jNNydy7vQjuE5dQmfg==",
2261
- "funding": [
2262
- {
2263
- "type": "opencollective",
2264
- "url": "https://opencollective.com/browserslist"
2265
- },
2266
- {
2267
- "type": "tidelift",
2268
- "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
2269
- },
2270
- {
2271
- "type": "github",
2272
- "url": "https://github.com/sponsors/ai"
2273
- }
2274
- ],
2275
- "license": "CC-BY-4.0"
2276
- },
2277
- "node_modules/chalk": {
2278
- "version": "2.4.2",
2279
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
2280
- "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
2281
- "license": "MIT",
2282
- "dependencies": {
2283
- "ansi-styles": "^3.2.1",
2284
- "escape-string-regexp": "^1.0.5",
2285
- "supports-color": "^5.3.0"
2286
- },
2287
- "engines": {
2288
- "node": ">=4"
2289
- }
2290
- },
2291
- "node_modules/chokidar": {
2292
- "version": "3.6.0",
2293
- "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
2294
- "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
2295
- "devOptional": true,
2296
- "license": "MIT",
2297
- "dependencies": {
2298
- "anymatch": "~3.1.2",
2299
- "braces": "~3.0.2",
2300
- "glob-parent": "~5.1.2",
2301
- "is-binary-path": "~2.1.0",
2302
- "is-glob": "~4.0.1",
2303
- "normalize-path": "~3.0.0",
2304
- "readdirp": "~3.6.0"
2305
- },
2306
- "engines": {
2307
- "node": ">= 8.10.0"
2308
- },
2309
- "funding": {
2310
- "url": "https://paulmillr.com/funding/"
2311
- },
2312
- "optionalDependencies": {
2313
- "fsevents": "~2.3.2"
2314
- }
2315
- },
2316
- "node_modules/classnames": {
2317
- "version": "2.5.1",
2318
- "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz",
2319
- "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow=="
2320
- },
2321
- "node_modules/cliui": {
2322
- "version": "8.0.1",
2323
- "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
2324
- "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
2325
- "dev": true,
2326
- "dependencies": {
2327
- "string-width": "^4.2.0",
2328
- "strip-ansi": "^6.0.1",
2329
- "wrap-ansi": "^7.0.0"
2330
- },
2331
- "engines": {
2332
- "node": ">=12"
2333
- }
2334
- },
2335
- "node_modules/cliui/node_modules/ansi-regex": {
2336
- "version": "5.0.1",
2337
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
2338
- "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
2339
- "dev": true,
2340
- "engines": {
2341
- "node": ">=8"
2342
- }
2343
- },
2344
- "node_modules/cliui/node_modules/strip-ansi": {
2345
- "version": "6.0.1",
2346
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
2347
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
2348
- "dev": true,
2349
- "dependencies": {
2350
- "ansi-regex": "^5.0.1"
2351
- },
2352
- "engines": {
2353
- "node": ">=8"
2354
- }
2355
- },
2356
- "node_modules/color-convert": {
2357
- "version": "1.9.3",
2358
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
2359
- "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
2360
- "license": "MIT",
2361
- "dependencies": {
2362
- "color-name": "1.1.3"
2363
- }
2364
- },
2365
- "node_modules/color-name": {
2366
- "version": "1.1.3",
2367
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
2368
- "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
2369
- "license": "MIT"
2370
- },
2371
- "node_modules/commander": {
2372
- "version": "6.2.1",
2373
- "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz",
2374
- "integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==",
2375
- "license": "MIT",
2376
- "engines": {
2377
- "node": ">= 6"
2378
- }
2379
- },
2380
- "node_modules/concat-map": {
2381
- "version": "0.0.1",
2382
- "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
2383
- "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
2384
- "license": "MIT"
2385
- },
2386
- "node_modules/convert-source-map": {
2387
- "version": "2.0.0",
2388
- "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
2389
- "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
2390
- "license": "MIT"
2391
- },
2392
- "node_modules/core-js-compat": {
2393
- "version": "3.38.1",
2394
- "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.38.1.tgz",
2395
- "integrity": "sha512-JRH6gfXxGmrzF3tZ57lFx97YARxCXPaMzPo6jELZhv88pBH5VXpQ+y0znKGlFnzuaihqhLbefxSJxWJMPtfDzw==",
2396
- "license": "MIT",
2397
- "dependencies": {
2398
- "browserslist": "^4.23.3"
2399
- },
2400
- "funding": {
2401
- "type": "opencollective",
2402
- "url": "https://opencollective.com/core-js"
2403
- }
2404
- },
2405
- "node_modules/css": {
2406
- "version": "2.2.4",
2407
- "resolved": "https://registry.npmjs.org/css/-/css-2.2.4.tgz",
2408
- "integrity": "sha512-oUnjmWpy0niI3x/mPL8dVEI1l7MnG3+HHyRPHf+YFSbK+svOhXpmSOcDURUh2aOCgl2grzrOPt1nHLuCVFULLw==",
2409
- "dev": true,
2410
- "dependencies": {
2411
- "inherits": "^2.0.3",
2412
- "source-map": "^0.6.1",
2413
- "source-map-resolve": "^0.5.2",
2414
- "urix": "^0.1.0"
2415
- }
2416
- },
2417
- "node_modules/css-modules-loader-core": {
2418
- "version": "1.1.0",
2419
- "resolved": "https://registry.npmjs.org/css-modules-loader-core/-/css-modules-loader-core-1.1.0.tgz",
2420
- "integrity": "sha512-XWOBwgy5nwBn76aA+6ybUGL/3JBnCtBX9Ay9/OWIpzKYWlVHMazvJ+WtHumfi+xxdPF440cWK7JCYtt8xDifew==",
2421
- "dev": true,
2422
- "dependencies": {
2423
- "icss-replace-symbols": "1.1.0",
2424
- "postcss": "6.0.1",
2425
- "postcss-modules-extract-imports": "1.1.0",
2426
- "postcss-modules-local-by-default": "1.2.0",
2427
- "postcss-modules-scope": "1.1.0",
2428
- "postcss-modules-values": "1.3.0"
2429
- }
2430
- },
2431
- "node_modules/css-modules-loader-core/node_modules/ansi-styles": {
2432
- "version": "2.2.1",
2433
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
2434
- "integrity": "sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA==",
2435
- "dev": true,
2436
- "engines": {
2437
- "node": ">=0.10.0"
2438
- }
2439
- },
2440
- "node_modules/css-modules-loader-core/node_modules/chalk": {
2441
- "version": "1.1.3",
2442
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
2443
- "integrity": "sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A==",
2444
- "dev": true,
2445
- "dependencies": {
2446
- "ansi-styles": "^2.2.1",
2447
- "escape-string-regexp": "^1.0.2",
2448
- "has-ansi": "^2.0.0",
2449
- "strip-ansi": "^3.0.0",
2450
- "supports-color": "^2.0.0"
2451
- },
2452
- "engines": {
2453
- "node": ">=0.10.0"
2454
- }
2455
- },
2456
- "node_modules/css-modules-loader-core/node_modules/chalk/node_modules/supports-color": {
2457
- "version": "2.0.0",
2458
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
2459
- "integrity": "sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g==",
2460
- "dev": true,
2461
- "engines": {
2462
- "node": ">=0.8.0"
2463
- }
2464
- },
2465
- "node_modules/css-modules-loader-core/node_modules/has-flag": {
2466
- "version": "1.0.0",
2467
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
2468
- "integrity": "sha512-DyYHfIYwAJmjAjSSPKANxI8bFY9YtFrgkAfinBojQ8YJTOuOuav64tMUJv584SES4xl74PmuaevIyaLESHdTAA==",
2469
- "dev": true,
2470
- "engines": {
2471
- "node": ">=0.10.0"
2472
- }
2473
- },
2474
- "node_modules/css-modules-loader-core/node_modules/postcss": {
2475
- "version": "6.0.1",
2476
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-6.0.1.tgz",
2477
- "integrity": "sha512-VbGX1LQgQbf9l3cZ3qbUuC3hGqIEOGQFHAEHQ/Diaeo0yLgpgK5Rb8J+OcamIfQ9PbAU/fzBjVtQX3AhJHUvZw==",
2478
- "dev": true,
2479
- "dependencies": {
2480
- "chalk": "^1.1.3",
2481
- "source-map": "^0.5.6",
2482
- "supports-color": "^3.2.3"
2483
- },
2484
- "engines": {
2485
- "node": ">=4.0.0"
2486
- }
2487
- },
2488
- "node_modules/css-modules-loader-core/node_modules/postcss-modules-extract-imports": {
2489
- "version": "1.1.0",
2490
- "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.1.0.tgz",
2491
- "integrity": "sha512-zF9+UIEvtpeqMGxhpeT9XaIevQSrBBCz9fi7SwfkmjVacsSj8DY5eFVgn+wY8I9vvdDDwK5xC8Myq4UkoLFIkA==",
2492
- "dev": true,
2493
- "dependencies": {
2494
- "postcss": "^6.0.1"
2495
- }
2496
- },
2497
- "node_modules/css-modules-loader-core/node_modules/source-map": {
2498
- "version": "0.5.7",
2499
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
2500
- "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==",
2501
- "dev": true,
2502
- "engines": {
2503
- "node": ">=0.10.0"
2504
- }
2505
- },
2506
- "node_modules/css-modules-loader-core/node_modules/supports-color": {
2507
- "version": "3.2.3",
2508
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
2509
- "integrity": "sha512-Jds2VIYDrlp5ui7t8abHN2bjAu4LV/q4N2KivFPpGH0lrka0BMq/33AmECUXlKPcHigkNaqfXRENFju+rlcy+A==",
2510
- "dev": true,
2511
- "dependencies": {
2512
- "has-flag": "^1.0.0"
2513
- },
2514
- "engines": {
2515
- "node": ">=0.8.0"
2516
- }
2517
- },
2518
- "node_modules/css-selector-tokenizer": {
2519
- "version": "0.7.3",
2520
- "resolved": "https://registry.npmjs.org/css-selector-tokenizer/-/css-selector-tokenizer-0.7.3.tgz",
2521
- "integrity": "sha512-jWQv3oCEL5kMErj4wRnK/OPoBi0D+P1FR2cDCKYPaMeD2eW3/mttav8HT4hT1CKopiJI/psEULjkClhvJo4Lvg==",
2522
- "dev": true,
2523
- "dependencies": {
2524
- "cssesc": "^3.0.0",
2525
- "fastparse": "^1.1.2"
2526
- }
2527
- },
2528
- "node_modules/cssesc": {
2529
- "version": "3.0.0",
2530
- "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
2531
- "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
2532
- "dev": true,
2533
- "bin": {
2534
- "cssesc": "bin/cssesc"
2535
- },
2536
- "engines": {
2537
- "node": ">=4"
2538
- }
2539
- },
2540
- "node_modules/debug": {
2541
- "version": "4.3.6",
2542
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.6.tgz",
2543
- "integrity": "sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==",
2544
- "license": "MIT",
2545
- "dependencies": {
2546
- "ms": "2.1.2"
2547
- },
2548
- "engines": {
2549
- "node": ">=6.0"
2550
- },
2551
- "peerDependenciesMeta": {
2552
- "supports-color": {
2553
- "optional": true
2554
- }
2555
- }
2556
- },
2557
- "node_modules/decode-uri-component": {
2558
- "version": "0.2.2",
2559
- "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz",
2560
- "integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==",
2561
- "dev": true,
2562
- "engines": {
2563
- "node": ">=0.10"
2564
- }
2565
- },
2566
- "node_modules/dependency-graph": {
2567
- "version": "0.11.0",
2568
- "resolved": "https://registry.npmjs.org/dependency-graph/-/dependency-graph-0.11.0.tgz",
2569
- "integrity": "sha512-JeMq7fEshyepOWDfcfHK06N3MhyPhz++vtqWhMT5O9A3K42rdsEDpfdVqjaqaAhsw6a+ZqeDvQVtD0hFHQWrzg==",
2570
- "dev": true,
2571
- "engines": {
2572
- "node": ">= 0.6.0"
2573
- }
2574
- },
2575
- "node_modules/electron-to-chromium": {
2576
- "version": "1.5.13",
2577
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.13.tgz",
2578
- "integrity": "sha512-lbBcvtIJ4J6sS4tb5TLp1b4LyfCdMkwStzXPyAgVgTRAsep4bvrAGaBOP7ZJtQMNJpSQ9SqG4brWOroNaQtm7Q==",
2579
- "license": "ISC"
2580
- },
2581
- "node_modules/emoji-regex": {
2582
- "version": "8.0.0",
2583
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
2584
- "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
2585
- "dev": true
2586
- },
2587
- "node_modules/emojis-list": {
2588
- "version": "2.1.0",
2589
- "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-2.1.0.tgz",
2590
- "integrity": "sha512-knHEZMgs8BB+MInokmNTg/OyPlAddghe1YBgNwJBc5zsJi/uyIcXoSDsL/W9ymOsBoBGdPIHXYJ9+qKFwRwDng==",
2591
- "dev": true,
2592
- "engines": {
2593
- "node": ">= 0.10"
2594
- }
2595
- },
2596
- "node_modules/escalade": {
2597
- "version": "3.2.0",
2598
- "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
2599
- "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
2600
- "license": "MIT",
2601
- "engines": {
2602
- "node": ">=6"
2603
- }
2604
- },
2605
- "node_modules/escape-string-regexp": {
2606
- "version": "1.0.5",
2607
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
2608
- "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
2609
- "license": "MIT",
2610
- "engines": {
2611
- "node": ">=0.8.0"
2612
- }
2613
- },
2614
- "node_modules/esutils": {
2615
- "version": "2.0.3",
2616
- "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
2617
- "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
2618
- "license": "BSD-2-Clause",
2619
- "engines": {
2620
- "node": ">=0.10.0"
2621
- }
2622
- },
2623
- "node_modules/fast-deep-equal": {
2624
- "version": "3.1.3",
2625
- "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
2626
- "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
2627
- "dev": true
2628
- },
2629
- "node_modules/fast-glob": {
2630
- "version": "3.3.2",
2631
- "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
2632
- "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
2633
- "dev": true,
2634
- "dependencies": {
2635
- "@nodelib/fs.stat": "^2.0.2",
2636
- "@nodelib/fs.walk": "^1.2.3",
2637
- "glob-parent": "^5.1.2",
2638
- "merge2": "^1.3.0",
2639
- "micromatch": "^4.0.4"
2640
- },
2641
- "engines": {
2642
- "node": ">=8.6.0"
2643
- }
2644
- },
2645
- "node_modules/fast-json-stable-stringify": {
2646
- "version": "2.1.0",
2647
- "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
2648
- "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
2649
- "dev": true
2650
- },
2651
- "node_modules/fastparse": {
2652
- "version": "1.1.2",
2653
- "resolved": "https://registry.npmjs.org/fastparse/-/fastparse-1.1.2.tgz",
2654
- "integrity": "sha512-483XLLxTVIwWK3QTrMGRqUfUpoOs/0hbQrl2oz4J0pAcm3A3bu84wxTFqGqkJzewCLdME38xJLJAxBABfQT8sQ==",
2655
- "dev": true
2656
- },
2657
- "node_modules/fastq": {
2658
- "version": "1.17.1",
2659
- "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz",
2660
- "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==",
2661
- "dev": true,
2662
- "dependencies": {
2663
- "reusify": "^1.0.4"
2664
- }
2665
- },
2666
- "node_modules/fill-range": {
2667
- "version": "7.1.1",
2668
- "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
2669
- "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
2670
- "devOptional": true,
2671
- "license": "MIT",
2672
- "dependencies": {
2673
- "to-regex-range": "^5.0.1"
2674
- },
2675
- "engines": {
2676
- "node": ">=8"
2677
- }
2678
- },
2679
- "node_modules/fs-extra": {
2680
- "version": "11.2.0",
2681
- "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz",
2682
- "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==",
2683
- "dev": true,
2684
- "dependencies": {
2685
- "graceful-fs": "^4.2.0",
2686
- "jsonfile": "^6.0.1",
2687
- "universalify": "^2.0.0"
2688
- },
2689
- "engines": {
2690
- "node": ">=14.14"
2691
- }
2692
- },
2693
- "node_modules/fs-readdir-recursive": {
2694
- "version": "1.1.0",
2695
- "resolved": "https://registry.npmjs.org/fs-readdir-recursive/-/fs-readdir-recursive-1.1.0.tgz",
2696
- "integrity": "sha512-GNanXlVr2pf02+sPN40XN8HG+ePaNcvM0q5mZBd668Obwb0yD5GiUbZOFgwn8kGMY6I3mdyDJzieUy3PTYyTRA==",
2697
- "license": "MIT"
2698
- },
2699
- "node_modules/fs.realpath": {
2700
- "version": "1.0.0",
2701
- "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
2702
- "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
2703
- "license": "ISC"
2704
- },
2705
- "node_modules/fsevents": {
2706
- "version": "2.3.3",
2707
- "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
2708
- "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
2709
- "dev": true,
2710
- "license": "MIT",
2711
- "optional": true,
2712
- "os": [
2713
- "darwin"
2714
- ],
2715
- "engines": {
2716
- "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
2717
- }
2718
- },
2719
- "node_modules/function-bind": {
2720
- "version": "1.1.2",
2721
- "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
2722
- "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
2723
- "license": "MIT",
2724
- "funding": {
2725
- "url": "https://github.com/sponsors/ljharb"
2726
- }
2727
- },
2728
- "node_modules/generic-names": {
2729
- "version": "2.0.1",
2730
- "resolved": "https://registry.npmjs.org/generic-names/-/generic-names-2.0.1.tgz",
2731
- "integrity": "sha512-kPCHWa1m9wGG/OwQpeweTwM/PYiQLrUIxXbt/P4Nic3LbGjCP0YwrALHW1uNLKZ0LIMg+RF+XRlj2ekT9ZlZAQ==",
2732
- "dev": true,
2733
- "dependencies": {
2734
- "loader-utils": "^1.1.0"
2735
- }
2736
- },
2737
- "node_modules/generic-names/node_modules/big.js": {
2738
- "version": "5.2.2",
2739
- "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz",
2740
- "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==",
2741
- "dev": true,
2742
- "engines": {
2743
- "node": "*"
2744
- }
2745
- },
2746
- "node_modules/generic-names/node_modules/emojis-list": {
2747
- "version": "3.0.0",
2748
- "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz",
2749
- "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==",
2750
- "dev": true,
2751
- "engines": {
2752
- "node": ">= 4"
2753
- }
2754
- },
2755
- "node_modules/generic-names/node_modules/json5": {
2756
- "version": "1.0.2",
2757
- "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz",
2758
- "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
2759
- "dev": true,
2760
- "dependencies": {
2761
- "minimist": "^1.2.0"
2762
- },
2763
- "bin": {
2764
- "json5": "lib/cli.js"
2765
- }
2766
- },
2767
- "node_modules/generic-names/node_modules/loader-utils": {
2768
- "version": "1.4.2",
2769
- "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.2.tgz",
2770
- "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==",
2771
- "dev": true,
2772
- "dependencies": {
2773
- "big.js": "^5.2.2",
2774
- "emojis-list": "^3.0.0",
2775
- "json5": "^1.0.1"
2776
- },
2777
- "engines": {
2778
- "node": ">=4.0.0"
2779
- }
2780
- },
2781
- "node_modules/gensync": {
2782
- "version": "1.0.0-beta.2",
2783
- "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
2784
- "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
2785
- "license": "MIT",
2786
- "engines": {
2787
- "node": ">=6.9.0"
2788
- }
2789
- },
2790
- "node_modules/get-caller-file": {
2791
- "version": "2.0.5",
2792
- "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
2793
- "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
2794
- "dev": true,
2795
- "engines": {
2796
- "node": "6.* || 8.* || >= 10.*"
2797
- }
2798
- },
2799
- "node_modules/get-imports": {
2800
- "version": "1.0.0",
2801
- "resolved": "https://registry.npmjs.org/get-imports/-/get-imports-1.0.0.tgz",
2802
- "integrity": "sha512-9FjKG2Os+o/EuOIh3B/LNMbU2FWPGHVy/gs9TJpytK95IPl7lLqiu+VAU7JX6VZimqdmpLemgsGMdQWdKvqYGQ==",
2803
- "dev": true,
2804
- "dependencies": {
2805
- "array-uniq": "^1.0.1",
2806
- "import-regex": "^1.1.0"
2807
- },
2808
- "engines": {
2809
- "node": ">=0.10.0"
2810
- }
2811
- },
2812
- "node_modules/get-stdin": {
2813
- "version": "9.0.0",
2814
- "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-9.0.0.tgz",
2815
- "integrity": "sha512-dVKBjfWisLAicarI2Sf+JuBE/DghV4UzNAVe9yhEJuzeREd3JhOTE9cUaJTeSa77fsbQUK3pcOpJfM59+VKZaA==",
2816
- "dev": true,
2817
- "engines": {
2818
- "node": ">=12"
2819
- },
2820
- "funding": {
2821
- "url": "https://github.com/sponsors/sindresorhus"
2822
- }
2823
- },
2824
- "node_modules/glob": {
2825
- "version": "7.2.3",
2826
- "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
2827
- "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
2828
- "license": "ISC",
2829
- "dependencies": {
2830
- "fs.realpath": "^1.0.0",
2831
- "inflight": "^1.0.4",
2832
- "inherits": "2",
2833
- "minimatch": "^3.1.1",
2834
- "once": "^1.3.0",
2835
- "path-is-absolute": "^1.0.0"
2836
- },
2837
- "engines": {
2838
- "node": "*"
2839
- },
2840
- "funding": {
2841
- "url": "https://github.com/sponsors/isaacs"
2842
- }
2843
- },
2844
- "node_modules/glob-parent": {
2845
- "version": "5.1.2",
2846
- "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
2847
- "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
2848
- "devOptional": true,
2849
- "license": "ISC",
2850
- "dependencies": {
2851
- "is-glob": "^4.0.1"
2852
- },
2853
- "engines": {
2854
- "node": ">= 6"
2855
- }
2856
- },
2857
- "node_modules/globals": {
2858
- "version": "11.12.0",
2859
- "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
2860
- "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
2861
- "license": "MIT",
2862
- "engines": {
2863
- "node": ">=4"
2864
- }
2865
- },
2866
- "node_modules/globby": {
2867
- "version": "2.1.0",
2868
- "resolved": "https://registry.npmjs.org/globby/-/globby-2.1.0.tgz",
2869
- "integrity": "sha512-CqRID2dMaN4Zi9PANiQHhmKaGu7ZASehBLnaDogjR9L3L1EqAGFhflafT0IrSN/zm9xFk+KMTXZCN8pUYOiO/Q==",
2870
- "dev": true,
2871
- "dependencies": {
2872
- "array-union": "^1.0.1",
2873
- "async": "^1.2.1",
2874
- "glob": "^5.0.3",
2875
- "object-assign": "^3.0.0"
2876
- },
2877
- "engines": {
2878
- "node": ">=0.10.0"
2879
- }
2880
- },
2881
- "node_modules/globby/node_modules/glob": {
2882
- "version": "5.0.15",
2883
- "resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz",
2884
- "integrity": "sha512-c9IPMazfRITpmAAKi22dK1VKxGDX9ehhqfABDriL/lzO92xcUKEJPQHrVA/2YHSNFB4iFlykVmWvwo48nr3OxA==",
2885
- "deprecated": "Glob versions prior to v9 are no longer supported",
2886
- "dev": true,
2887
- "dependencies": {
2888
- "inflight": "^1.0.4",
2889
- "inherits": "2",
2890
- "minimatch": "2 || 3",
2891
- "once": "^1.3.0",
2892
- "path-is-absolute": "^1.0.0"
2893
- },
2894
- "engines": {
2895
- "node": "*"
2896
- }
2897
- },
2898
- "node_modules/globby/node_modules/object-assign": {
2899
- "version": "3.0.0",
2900
- "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-3.0.0.tgz",
2901
- "integrity": "sha512-jHP15vXVGeVh1HuaA2wY6lxk+whK/x4KBG88VXeRma7CCun7iGD5qPc4eYykQ9sdQvg8jkwFKsSxHln2ybW3xQ==",
2902
- "dev": true,
2903
- "engines": {
2904
- "node": ">=0.10.0"
2905
- }
2906
- },
2907
- "node_modules/graceful-fs": {
2908
- "version": "4.2.11",
2909
- "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
2910
- "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
2911
- "dev": true
2912
- },
2913
- "node_modules/has-ansi": {
2914
- "version": "2.0.0",
2915
- "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
2916
- "integrity": "sha512-C8vBJ8DwUCx19vhm7urhTuUsr4/IyP6l4VzNQDv+ryHQObW3TTTp9yB68WpYgRe2bbaGuZ/se74IqFeVnMnLZg==",
2917
- "dev": true,
2918
- "dependencies": {
2919
- "ansi-regex": "^2.0.0"
2920
- },
2921
- "engines": {
2922
- "node": ">=0.10.0"
2923
- }
2924
- },
2925
- "node_modules/has-flag": {
2926
- "version": "3.0.0",
2927
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
2928
- "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
2929
- "license": "MIT",
2930
- "engines": {
2931
- "node": ">=4"
2932
- }
2933
- },
2934
- "node_modules/hasown": {
2935
- "version": "2.0.2",
2936
- "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
2937
- "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
2938
- "license": "MIT",
2939
- "dependencies": {
2940
- "function-bind": "^1.1.2"
2941
- },
2942
- "engines": {
2943
- "node": ">= 0.4"
2944
- }
2945
- },
2946
- "node_modules/icss-replace-symbols": {
2947
- "version": "1.1.0",
2948
- "resolved": "https://registry.npmjs.org/icss-replace-symbols/-/icss-replace-symbols-1.1.0.tgz",
2949
- "integrity": "sha512-chIaY3Vh2mh2Q3RGXttaDIzeiPvaVXJ+C4DAh/w3c37SKZ/U6PGMmuicR2EQQp9bKG8zLMCl7I+PtIoOOPp8Gg==",
2950
- "dev": true
2951
- },
2952
- "node_modules/ignore": {
2953
- "version": "5.3.2",
2954
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
2955
- "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
2956
- "dev": true,
2957
- "engines": {
2958
- "node": ">= 4"
2959
- }
2960
- },
2961
- "node_modules/import-regex": {
2962
- "version": "1.1.0",
2963
- "resolved": "https://registry.npmjs.org/import-regex/-/import-regex-1.1.0.tgz",
2964
- "integrity": "sha512-EblpleIyIdATUKj8ovFojUHyToxgjeKXQgTHZBGZ4cEkbtV21BlO1PSrzZQ6Fei2fgk7uhDeEx656yvPhlRGeA==",
2965
- "dev": true,
2966
- "engines": {
2967
- "node": ">=0.10.0"
2968
- }
2969
- },
2970
- "node_modules/inflight": {
2971
- "version": "1.0.6",
2972
- "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
2973
- "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
2974
- "license": "ISC",
2975
- "dependencies": {
2976
- "once": "^1.3.0",
2977
- "wrappy": "1"
2978
- }
2979
- },
2980
- "node_modules/inherits": {
2981
- "version": "2.0.4",
2982
- "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
2983
- "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
2984
- "license": "ISC"
2985
- },
2986
- "node_modules/ip-regex": {
2987
- "version": "1.0.3",
2988
- "resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-1.0.3.tgz",
2989
- "integrity": "sha512-HjpCHTuxbR/6jWJroc/VN+npo5j0T4Vv2TAI5qdEHQx7hsL767MeccGFSsLtF694EiZKTSEqgoeU6DtGFCcuqQ==",
2990
- "dev": true,
2991
- "engines": {
2992
- "node": ">=0.10.0"
2993
- }
2994
- },
2995
- "node_modules/is-binary-path": {
2996
- "version": "2.1.0",
2997
- "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
2998
- "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
2999
- "devOptional": true,
3000
- "license": "MIT",
3001
- "dependencies": {
3002
- "binary-extensions": "^2.0.0"
3003
- },
3004
- "engines": {
3005
- "node": ">=8"
3006
- }
3007
- },
3008
- "node_modules/is-core-module": {
3009
- "version": "2.15.1",
3010
- "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.1.tgz",
3011
- "integrity": "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==",
3012
- "license": "MIT",
3013
- "dependencies": {
3014
- "hasown": "^2.0.2"
3015
- },
3016
- "engines": {
3017
- "node": ">= 0.4"
3018
- },
3019
- "funding": {
3020
- "url": "https://github.com/sponsors/ljharb"
3021
- }
3022
- },
3023
- "node_modules/is-extglob": {
3024
- "version": "2.1.1",
3025
- "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
3026
- "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
3027
- "devOptional": true,
3028
- "license": "MIT",
3029
- "engines": {
3030
- "node": ">=0.10.0"
3031
- }
3032
- },
3033
- "node_modules/is-fullwidth-code-point": {
3034
- "version": "3.0.0",
3035
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
3036
- "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
3037
- "dev": true,
3038
- "engines": {
3039
- "node": ">=8"
3040
- }
3041
- },
3042
- "node_modules/is-glob": {
3043
- "version": "4.0.3",
3044
- "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
3045
- "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
3046
- "devOptional": true,
3047
- "license": "MIT",
3048
- "dependencies": {
3049
- "is-extglob": "^2.1.1"
3050
- },
3051
- "engines": {
3052
- "node": ">=0.10.0"
3053
- }
3054
- },
3055
- "node_modules/is-number": {
3056
- "version": "7.0.0",
3057
- "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
3058
- "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
3059
- "devOptional": true,
3060
- "license": "MIT",
3061
- "engines": {
3062
- "node": ">=0.12.0"
3063
- }
3064
- },
3065
- "node_modules/js-base64": {
3066
- "version": "2.6.4",
3067
- "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.6.4.tgz",
3068
- "integrity": "sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==",
3069
- "dev": true
3070
- },
3071
- "node_modules/js-tokens": {
3072
- "version": "4.0.0",
3073
- "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
3074
- "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
3075
- "license": "MIT"
3076
- },
3077
- "node_modules/jsesc": {
3078
- "version": "2.5.2",
3079
- "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
3080
- "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
3081
- "license": "MIT",
3082
- "bin": {
3083
- "jsesc": "bin/jsesc"
3084
- },
3085
- "engines": {
3086
- "node": ">=4"
3087
- }
3088
- },
3089
- "node_modules/json-schema-traverse": {
3090
- "version": "0.4.1",
3091
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
3092
- "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
3093
- "dev": true
3094
- },
3095
- "node_modules/json5": {
3096
- "version": "2.2.3",
3097
- "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
3098
- "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
3099
- "license": "MIT",
3100
- "bin": {
3101
- "json5": "lib/cli.js"
3102
- },
3103
- "engines": {
3104
- "node": ">=6"
3105
- }
3106
- },
3107
- "node_modules/jsonfile": {
3108
- "version": "6.1.0",
3109
- "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
3110
- "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
3111
- "dev": true,
3112
- "dependencies": {
3113
- "universalify": "^2.0.0"
3114
- },
3115
- "optionalDependencies": {
3116
- "graceful-fs": "^4.1.6"
3117
- }
3118
- },
3119
- "node_modules/lilconfig": {
3120
- "version": "3.1.2",
3121
- "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.2.tgz",
3122
- "integrity": "sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==",
3123
- "dev": true,
3124
- "engines": {
3125
- "node": ">=14"
3126
- },
3127
- "funding": {
3128
- "url": "https://github.com/sponsors/antonk52"
3129
- }
3130
- },
3131
- "node_modules/loader-utils": {
3132
- "version": "0.2.17",
3133
- "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-0.2.17.tgz",
3134
- "integrity": "sha512-tiv66G0SmiOx+pLWMtGEkfSEejxvb6N6uRrQjfWJIT79W9GMpgKeCAmm9aVBKtd4WEgntciI8CsGqjpDoCWJug==",
3135
- "dev": true,
3136
- "dependencies": {
3137
- "big.js": "^3.1.3",
3138
- "emojis-list": "^2.0.0",
3139
- "json5": "^0.5.0",
3140
- "object-assign": "^4.0.1"
3141
- }
3142
- },
3143
- "node_modules/loader-utils/node_modules/json5": {
3144
- "version": "0.5.1",
3145
- "resolved": "https://registry.npmjs.org/json5/-/json5-0.5.1.tgz",
3146
- "integrity": "sha512-4xrs1aW+6N5DalkqSVA8fxh458CXvR99WU8WLKmq4v8eWAL86Xo3BVqyd3SkA9wEVjCMqyvvRRkshAdOnBp5rw==",
3147
- "dev": true,
3148
- "bin": {
3149
- "json5": "lib/cli.js"
3150
- }
3151
- },
3152
- "node_modules/lodash._arrayeach": {
3153
- "version": "3.0.0",
3154
- "resolved": "https://registry.npmjs.org/lodash._arrayeach/-/lodash._arrayeach-3.0.0.tgz",
3155
- "integrity": "sha512-Mn7HidOVcl3mkQtbPsuKR0Fj0N6Q6DQB77CtYncZcJc0bx5qv2q4Gl6a0LC1AN+GSxpnBDNnK3CKEm9XNA4zqQ==",
3156
- "dev": true
3157
- },
3158
- "node_modules/lodash._baseeach": {
3159
- "version": "3.0.4",
3160
- "resolved": "https://registry.npmjs.org/lodash._baseeach/-/lodash._baseeach-3.0.4.tgz",
3161
- "integrity": "sha512-IqUZ9MQo2UT1XPGuBntInqTOlc+oV+bCo0kMp+yuKGsfvRSNgUW0YjWVZUrG/gs+8z/Eyuc0jkJjOBESt9BXxg==",
3162
- "dev": true,
3163
- "dependencies": {
3164
- "lodash.keys": "^3.0.0"
3165
- }
3166
- },
3167
- "node_modules/lodash._bindcallback": {
3168
- "version": "3.0.1",
3169
- "resolved": "https://registry.npmjs.org/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz",
3170
- "integrity": "sha512-2wlI0JRAGX8WEf4Gm1p/mv/SZ+jLijpj0jyaE/AXeuQphzCgD8ZQW4oSpoN8JAopujOFGU3KMuq7qfHBWlGpjQ==",
3171
- "dev": true
3172
- },
3173
- "node_modules/lodash._getnative": {
3174
- "version": "3.9.1",
3175
- "resolved": "https://registry.npmjs.org/lodash._getnative/-/lodash._getnative-3.9.1.tgz",
3176
- "integrity": "sha512-RrL9VxMEPyDMHOd9uFbvMe8X55X16/cGM5IgOKgRElQZutpX89iS6vwl64duTV1/16w5JY7tuFNXqoekmh1EmA==",
3177
- "dev": true
3178
- },
3179
- "node_modules/lodash.assign": {
3180
- "version": "4.2.0",
3181
- "resolved": "https://registry.npmjs.org/lodash.assign/-/lodash.assign-4.2.0.tgz",
3182
- "integrity": "sha512-hFuH8TY+Yji7Eja3mGiuAxBqLagejScbG8GbG0j6o9vzn0YL14My+ktnqtZgFTosKymC9/44wP6s7xyuLfnClw==",
3183
- "dev": true
3184
- },
3185
- "node_modules/lodash.camelcase": {
3186
- "version": "4.3.0",
3187
- "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz",
3188
- "integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==",
3189
- "dev": true
3190
- },
3191
- "node_modules/lodash.debounce": {
3192
- "version": "4.0.8",
3193
- "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
3194
- "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==",
3195
- "license": "MIT"
3196
- },
3197
- "node_modules/lodash.foreach": {
3198
- "version": "3.0.3",
3199
- "resolved": "https://registry.npmjs.org/lodash.foreach/-/lodash.foreach-3.0.3.tgz",
3200
- "integrity": "sha512-PA7Lp7pe2HMJBoB1vELegEIF3waUFnM0fWDKJVYolwZ4zHh6WTmnq0xmzfQksD66gx2quhDNyBdyaE2T8/DP3Q==",
3201
- "dev": true,
3202
- "dependencies": {
3203
- "lodash._arrayeach": "^3.0.0",
3204
- "lodash._baseeach": "^3.0.0",
3205
- "lodash._bindcallback": "^3.0.0",
3206
- "lodash.isarray": "^3.0.0"
3207
- }
3208
- },
3209
- "node_modules/lodash.isarguments": {
3210
- "version": "3.1.0",
3211
- "resolved": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz",
3212
- "integrity": "sha512-chi4NHZlZqZD18a0imDHnZPrDeBbTtVN7GXMwuGdRH9qotxAjYs3aVLKc7zNOG9eddR5Ksd8rvFEBc9SsggPpg==",
3213
- "dev": true
3214
- },
3215
- "node_modules/lodash.isarray": {
3216
- "version": "3.0.4",
3217
- "resolved": "https://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz",
3218
- "integrity": "sha512-JwObCrNJuT0Nnbuecmqr5DgtuBppuCvGD9lxjFpAzwnVtdGoDQ1zig+5W8k5/6Gcn0gZ3936HDAlGd28i7sOGQ==",
3219
- "dev": true
3220
- },
3221
- "node_modules/lodash.keys": {
3222
- "version": "3.1.2",
3223
- "resolved": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.tgz",
3224
- "integrity": "sha512-CuBsapFjcubOGMn3VD+24HOAPxM79tH+V6ivJL3CHYjtrawauDJHUk//Yew9Hvc6e9rbCrURGk8z6PC+8WJBfQ==",
3225
- "dev": true,
3226
- "dependencies": {
3227
- "lodash._getnative": "^3.0.0",
3228
- "lodash.isarguments": "^3.0.0",
3229
- "lodash.isarray": "^3.0.0"
3230
- }
3231
- },
3232
- "node_modules/loose-envify": {
3233
- "version": "1.4.0",
3234
- "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
3235
- "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
3236
- "license": "MIT",
3237
- "dependencies": {
3238
- "js-tokens": "^3.0.0 || ^4.0.0"
3239
- },
3240
- "bin": {
3241
- "loose-envify": "cli.js"
3242
- }
3243
- },
3244
- "node_modules/lru-cache": {
3245
- "version": "5.1.1",
3246
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
3247
- "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
3248
- "license": "ISC",
3249
- "dependencies": {
3250
- "yallist": "^3.0.2"
3251
- }
3252
- },
3253
- "node_modules/make-dir": {
3254
- "version": "2.1.0",
3255
- "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz",
3256
- "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==",
3257
- "license": "MIT",
3258
- "dependencies": {
3259
- "pify": "^4.0.1",
3260
- "semver": "^5.6.0"
3261
- },
3262
- "engines": {
3263
- "node": ">=6"
3264
- }
3265
- },
3266
- "node_modules/make-dir/node_modules/semver": {
3267
- "version": "5.7.2",
3268
- "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
3269
- "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
3270
- "license": "ISC",
3271
- "bin": {
3272
- "semver": "bin/semver"
3273
- }
3274
- },
3275
- "node_modules/merge2": {
3276
- "version": "1.4.1",
3277
- "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
3278
- "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
3279
- "dev": true,
3280
- "engines": {
3281
- "node": ">= 8"
3282
- }
3283
- },
3284
- "node_modules/micromatch": {
3285
- "version": "4.0.8",
3286
- "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
3287
- "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
3288
- "dev": true,
3289
- "dependencies": {
3290
- "braces": "^3.0.3",
3291
- "picomatch": "^2.3.1"
3292
- },
3293
- "engines": {
3294
- "node": ">=8.6"
3295
- }
3296
- },
3297
- "node_modules/mime": {
3298
- "version": "1.6.0",
3299
- "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
3300
- "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
3301
- "dev": true,
3302
- "bin": {
3303
- "mime": "cli.js"
3304
- },
3305
- "engines": {
3306
- "node": ">=4"
3307
- }
3308
- },
3309
- "node_modules/minimatch": {
3310
- "version": "3.1.2",
3311
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
3312
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
3313
- "license": "ISC",
3314
- "dependencies": {
3315
- "brace-expansion": "^1.1.7"
3316
- },
3317
- "engines": {
3318
- "node": "*"
3319
- }
3320
- },
3321
- "node_modules/minimist": {
3322
- "version": "1.2.8",
3323
- "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
3324
- "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
3325
- "dev": true,
3326
- "funding": {
3327
- "url": "https://github.com/sponsors/ljharb"
3328
- }
3329
- },
3330
- "node_modules/ms": {
3331
- "version": "2.1.2",
3332
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
3333
- "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
3334
- "license": "MIT"
3335
- },
3336
- "node_modules/nanoid": {
3337
- "version": "3.3.7",
3338
- "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
3339
- "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
3340
- "dev": true,
3341
- "funding": [
3342
- {
3343
- "type": "github",
3344
- "url": "https://github.com/sponsors/ai"
3345
- }
3346
- ],
3347
- "peer": true,
3348
- "bin": {
3349
- "nanoid": "bin/nanoid.cjs"
3350
- },
3351
- "engines": {
3352
- "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
3353
- }
3354
- },
3355
- "node_modules/node-releases": {
3356
- "version": "2.0.18",
3357
- "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.18.tgz",
3358
- "integrity": "sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==",
3359
- "license": "MIT"
3360
- },
3361
- "node_modules/normalize-path": {
3362
- "version": "3.0.0",
3363
- "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
3364
- "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
3365
- "devOptional": true,
3366
- "license": "MIT",
3367
- "engines": {
3368
- "node": ">=0.10.0"
3369
- }
3370
- },
3371
- "node_modules/object-assign": {
3372
- "version": "4.1.1",
3373
- "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
3374
- "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
3375
- "engines": {
3376
- "node": ">=0.10.0"
3377
- }
3378
- },
3379
- "node_modules/once": {
3380
- "version": "1.4.0",
3381
- "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
3382
- "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
3383
- "license": "ISC",
3384
- "dependencies": {
3385
- "wrappy": "1"
3386
- }
3387
- },
3388
- "node_modules/parse-import": {
3389
- "version": "2.0.0",
3390
- "resolved": "https://registry.npmjs.org/parse-import/-/parse-import-2.0.0.tgz",
3391
- "integrity": "sha512-c59vdx1LiQT+majNKMyfFLrNMAVS9U1bychTv3CEuxbKspgnVTrzLRtgtfCWyAmTuFAxQVSJFasVv8svJLksIg==",
3392
- "dev": true,
3393
- "dependencies": {
3394
- "get-imports": "^1.0.0"
3395
- },
3396
- "engines": {
3397
- "node": ">=0.10.0"
3398
- }
3399
- },
3400
- "node_modules/path-is-absolute": {
3401
- "version": "1.0.1",
3402
- "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
3403
- "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
3404
- "license": "MIT",
3405
- "engines": {
3406
- "node": ">=0.10.0"
3407
- }
3408
- },
3409
- "node_modules/path-parse": {
3410
- "version": "1.0.7",
3411
- "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
3412
- "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
3413
- "license": "MIT"
3414
- },
3415
- "node_modules/path-type": {
3416
- "version": "5.0.0",
3417
- "resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
3418
- "integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==",
3419
- "dev": true,
3420
- "engines": {
3421
- "node": ">=12"
3422
- },
3423
- "funding": {
3424
- "url": "https://github.com/sponsors/sindresorhus"
3425
- }
3426
- },
3427
- "node_modules/picocolors": {
3428
- "version": "1.1.0",
3429
- "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz",
3430
- "integrity": "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==",
3431
- "license": "ISC"
3432
- },
3433
- "node_modules/picomatch": {
3434
- "version": "2.3.1",
3435
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
3436
- "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
3437
- "devOptional": true,
3438
- "license": "MIT",
3439
- "engines": {
3440
- "node": ">=8.6"
3441
- },
3442
- "funding": {
3443
- "url": "https://github.com/sponsors/jonschlinkert"
3444
- }
3445
- },
3446
- "node_modules/pify": {
3447
- "version": "4.0.1",
3448
- "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
3449
- "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
3450
- "license": "MIT",
3451
- "engines": {
3452
- "node": ">=6"
3453
- }
3454
- },
3455
- "node_modules/postcss": {
3456
- "version": "8.4.45",
3457
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.45.tgz",
3458
- "integrity": "sha512-7KTLTdzdZZYscUc65XmjFiB73vBhBfbPztCYdUNvlaso9PrzjzcmjqBPR0lNGkcVlcO4BjiO5rK/qNz+XAen1Q==",
3459
- "dev": true,
3460
- "funding": [
3461
- {
3462
- "type": "opencollective",
3463
- "url": "https://opencollective.com/postcss/"
3464
- },
3465
- {
3466
- "type": "tidelift",
3467
- "url": "https://tidelift.com/funding/github/npm/postcss"
3468
- },
3469
- {
3470
- "type": "github",
3471
- "url": "https://github.com/sponsors/ai"
3472
- }
3473
- ],
3474
- "peer": true,
3475
- "dependencies": {
3476
- "nanoid": "^3.3.7",
3477
- "picocolors": "^1.0.1",
3478
- "source-map-js": "^1.2.0"
3479
- },
3480
- "engines": {
3481
- "node": "^10 || ^12 || >=14"
3482
- }
3483
- },
3484
- "node_modules/postcss-cli": {
3485
- "version": "11.0.0",
3486
- "resolved": "https://registry.npmjs.org/postcss-cli/-/postcss-cli-11.0.0.tgz",
3487
- "integrity": "sha512-xMITAI7M0u1yolVcXJ9XTZiO9aO49mcoKQy6pCDFdMh9kGqhzLVpWxeD/32M/QBmkhcGypZFFOLNLmIW4Pg4RA==",
3488
- "dev": true,
3489
- "dependencies": {
3490
- "chokidar": "^3.3.0",
3491
- "dependency-graph": "^0.11.0",
3492
- "fs-extra": "^11.0.0",
3493
- "get-stdin": "^9.0.0",
3494
- "globby": "^14.0.0",
3495
- "picocolors": "^1.0.0",
3496
- "postcss-load-config": "^5.0.0",
3497
- "postcss-reporter": "^7.0.0",
3498
- "pretty-hrtime": "^1.0.3",
3499
- "read-cache": "^1.0.0",
3500
- "slash": "^5.0.0",
3501
- "yargs": "^17.0.0"
3502
- },
3503
- "bin": {
3504
- "postcss": "index.js"
3505
- },
3506
- "engines": {
3507
- "node": ">=18"
3508
- },
3509
- "peerDependencies": {
3510
- "postcss": "^8.0.0"
3511
- }
3512
- },
3513
- "node_modules/postcss-cli/node_modules/globby": {
3514
- "version": "14.0.2",
3515
- "resolved": "https://registry.npmjs.org/globby/-/globby-14.0.2.tgz",
3516
- "integrity": "sha512-s3Fq41ZVh7vbbe2PN3nrW7yC7U7MFVc5c98/iTl9c2GawNMKx/J648KQRW6WKkuU8GIbbh2IXfIRQjOZnXcTnw==",
3517
- "dev": true,
3518
- "dependencies": {
3519
- "@sindresorhus/merge-streams": "^2.1.0",
3520
- "fast-glob": "^3.3.2",
3521
- "ignore": "^5.2.4",
3522
- "path-type": "^5.0.0",
3523
- "slash": "^5.1.0",
3524
- "unicorn-magic": "^0.1.0"
3525
- },
3526
- "engines": {
3527
- "node": ">=18"
3528
- },
3529
- "funding": {
3530
- "url": "https://github.com/sponsors/sindresorhus"
3531
- }
3532
- },
3533
- "node_modules/postcss-cli/node_modules/slash": {
3534
- "version": "5.1.0",
3535
- "resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz",
3536
- "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==",
3537
- "dev": true,
3538
- "engines": {
3539
- "node": ">=14.16"
3540
- },
3541
- "funding": {
3542
- "url": "https://github.com/sponsors/sindresorhus"
3543
- }
3544
- },
3545
- "node_modules/postcss-load-config": {
3546
- "version": "5.1.0",
3547
- "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-5.1.0.tgz",
3548
- "integrity": "sha512-G5AJ+IX0aD0dygOE0yFZQ/huFFMSNneyfp0e3/bT05a8OfPC5FUoZRPfGijUdGOJNMewJiwzcHJXFafFzeKFVA==",
3549
- "dev": true,
3550
- "funding": [
3551
- {
3552
- "type": "opencollective",
3553
- "url": "https://opencollective.com/postcss/"
3554
- },
3555
- {
3556
- "type": "github",
3557
- "url": "https://github.com/sponsors/ai"
3558
- }
3559
- ],
3560
- "dependencies": {
3561
- "lilconfig": "^3.1.1",
3562
- "yaml": "^2.4.2"
3563
- },
3564
- "engines": {
3565
- "node": ">= 18"
3566
- },
3567
- "peerDependencies": {
3568
- "jiti": ">=1.21.0",
3569
- "postcss": ">=8.0.9",
3570
- "tsx": "^4.8.1"
3571
- },
3572
- "peerDependenciesMeta": {
3573
- "jiti": {
3574
- "optional": true
3575
- },
3576
- "postcss": {
3577
- "optional": true
3578
- },
3579
- "tsx": {
3580
- "optional": true
3581
- }
3582
- }
3583
- },
3584
- "node_modules/postcss-modules": {
3585
- "version": "1.5.0",
3586
- "resolved": "https://registry.npmjs.org/postcss-modules/-/postcss-modules-1.5.0.tgz",
3587
- "integrity": "sha512-KiAihzcV0TxTTNA5OXreyIXctuHOfR50WIhqBpc8pe0Q5dcs/Uap9EVlifOI9am7zGGdGOJQ6B1MPYKo2UxgOg==",
3588
- "dev": true,
3589
- "dependencies": {
3590
- "css-modules-loader-core": "^1.1.0",
3591
- "generic-names": "^2.0.1",
3592
- "lodash.camelcase": "^4.3.0",
3593
- "postcss": "^7.0.1",
3594
- "string-hash": "^1.1.1"
3595
- }
3596
- },
3597
- "node_modules/postcss-modules-extract-imports": {
3598
- "version": "1.2.1",
3599
- "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.2.1.tgz",
3600
- "integrity": "sha512-6jt9XZwUhwmRUhb/CkyJY020PYaPJsCyt3UjbaWo6XEbH/94Hmv6MP7fG2C5NDU/BcHzyGYxNtHvM+LTf9HrYw==",
3601
- "dev": true,
3602
- "dependencies": {
3603
- "postcss": "^6.0.1"
3604
- }
3605
- },
3606
- "node_modules/postcss-modules-extract-imports/node_modules/postcss": {
3607
- "version": "6.0.23",
3608
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-6.0.23.tgz",
3609
- "integrity": "sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag==",
3610
- "dev": true,
3611
- "dependencies": {
3612
- "chalk": "^2.4.1",
3613
- "source-map": "^0.6.1",
3614
- "supports-color": "^5.4.0"
3615
- },
3616
- "engines": {
3617
- "node": ">=4.0.0"
3618
- }
3619
- },
3620
- "node_modules/postcss-modules-local-by-default": {
3621
- "version": "1.2.0",
3622
- "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-1.2.0.tgz",
3623
- "integrity": "sha512-X4cquUPIaAd86raVrBwO8fwRfkIdbwFu7CTfEOjiZQHVQwlHRSkTgH5NLDmMm5+1hQO8u6dZ+TOOJDbay1hYpA==",
3624
- "dev": true,
3625
- "dependencies": {
3626
- "css-selector-tokenizer": "^0.7.0",
3627
- "postcss": "^6.0.1"
3628
- }
3629
- },
3630
- "node_modules/postcss-modules-local-by-default/node_modules/postcss": {
3631
- "version": "6.0.23",
3632
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-6.0.23.tgz",
3633
- "integrity": "sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag==",
3634
- "dev": true,
3635
- "dependencies": {
3636
- "chalk": "^2.4.1",
3637
- "source-map": "^0.6.1",
3638
- "supports-color": "^5.4.0"
3639
- },
3640
- "engines": {
3641
- "node": ">=4.0.0"
3642
- }
3643
- },
3644
- "node_modules/postcss-modules-parser": {
3645
- "version": "1.1.1",
3646
- "resolved": "https://registry.npmjs.org/postcss-modules-parser/-/postcss-modules-parser-1.1.1.tgz",
3647
- "integrity": "sha512-UQbh3X/SIEOVtZWllzYm+gb+v3TukgMZJK9cUtb3kFwzWkgYQVb/N0zTUNOrodIVXox9wo7yuzmaOMJKYYndtA==",
3648
- "dev": true,
3649
- "dependencies": {
3650
- "icss-replace-symbols": "^1.0.2",
3651
- "lodash.foreach": "^3.0.3",
3652
- "postcss": "^5.0.10"
3653
- },
3654
- "engines": {
3655
- "node": ">=0.12"
3656
- }
3657
- },
3658
- "node_modules/postcss-modules-parser/node_modules/ansi-styles": {
3659
- "version": "2.2.1",
3660
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
3661
- "integrity": "sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA==",
3662
- "dev": true,
3663
- "engines": {
3664
- "node": ">=0.10.0"
3665
- }
3666
- },
3667
- "node_modules/postcss-modules-parser/node_modules/chalk": {
3668
- "version": "1.1.3",
3669
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
3670
- "integrity": "sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A==",
3671
- "dev": true,
3672
- "dependencies": {
3673
- "ansi-styles": "^2.2.1",
3674
- "escape-string-regexp": "^1.0.2",
3675
- "has-ansi": "^2.0.0",
3676
- "strip-ansi": "^3.0.0",
3677
- "supports-color": "^2.0.0"
3678
- },
3679
- "engines": {
3680
- "node": ">=0.10.0"
3681
- }
3682
- },
3683
- "node_modules/postcss-modules-parser/node_modules/chalk/node_modules/supports-color": {
3684
- "version": "2.0.0",
3685
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
3686
- "integrity": "sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g==",
3687
- "dev": true,
3688
- "engines": {
3689
- "node": ">=0.8.0"
3690
- }
3691
- },
3692
- "node_modules/postcss-modules-parser/node_modules/has-flag": {
3693
- "version": "1.0.0",
3694
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
3695
- "integrity": "sha512-DyYHfIYwAJmjAjSSPKANxI8bFY9YtFrgkAfinBojQ8YJTOuOuav64tMUJv584SES4xl74PmuaevIyaLESHdTAA==",
3696
- "dev": true,
3697
- "engines": {
3698
- "node": ">=0.10.0"
3699
- }
3700
- },
3701
- "node_modules/postcss-modules-parser/node_modules/postcss": {
3702
- "version": "5.2.18",
3703
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
3704
- "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==",
3705
- "dev": true,
3706
- "dependencies": {
3707
- "chalk": "^1.1.3",
3708
- "js-base64": "^2.1.9",
3709
- "source-map": "^0.5.6",
3710
- "supports-color": "^3.2.3"
3711
- },
3712
- "engines": {
3713
- "node": ">=0.12"
3714
- }
3715
- },
3716
- "node_modules/postcss-modules-parser/node_modules/source-map": {
3717
- "version": "0.5.7",
3718
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
3719
- "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==",
3720
- "dev": true,
3721
- "engines": {
3722
- "node": ">=0.10.0"
3723
- }
3724
- },
3725
- "node_modules/postcss-modules-parser/node_modules/supports-color": {
3726
- "version": "3.2.3",
3727
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
3728
- "integrity": "sha512-Jds2VIYDrlp5ui7t8abHN2bjAu4LV/q4N2KivFPpGH0lrka0BMq/33AmECUXlKPcHigkNaqfXRENFju+rlcy+A==",
3729
- "dev": true,
3730
- "dependencies": {
3731
- "has-flag": "^1.0.0"
3732
- },
3733
- "engines": {
3734
- "node": ">=0.8.0"
3735
- }
3736
- },
3737
- "node_modules/postcss-modules-scope": {
3738
- "version": "1.1.0",
3739
- "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-1.1.0.tgz",
3740
- "integrity": "sha512-LTYwnA4C1He1BKZXIx1CYiHixdSe9LWYVKadq9lK5aCCMkoOkFyZ7aigt+srfjlRplJY3gIol6KUNefdMQJdlw==",
3741
- "dev": true,
3742
- "dependencies": {
3743
- "css-selector-tokenizer": "^0.7.0",
3744
- "postcss": "^6.0.1"
3745
- }
3746
- },
3747
- "node_modules/postcss-modules-scope/node_modules/postcss": {
3748
- "version": "6.0.23",
3749
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-6.0.23.tgz",
3750
- "integrity": "sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag==",
3751
- "dev": true,
3752
- "dependencies": {
3753
- "chalk": "^2.4.1",
3754
- "source-map": "^0.6.1",
3755
- "supports-color": "^5.4.0"
3756
- },
3757
- "engines": {
3758
- "node": ">=4.0.0"
3759
- }
3760
- },
3761
- "node_modules/postcss-modules-values": {
3762
- "version": "1.3.0",
3763
- "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-1.3.0.tgz",
3764
- "integrity": "sha512-i7IFaR9hlQ6/0UgFuqM6YWaCfA1Ej8WMg8A5DggnH1UGKJvTV/ugqq/KaULixzzOi3T/tF6ClBXcHGCzdd5unA==",
3765
- "dev": true,
3766
- "dependencies": {
3767
- "icss-replace-symbols": "^1.1.0",
3768
- "postcss": "^6.0.1"
3769
- }
3770
- },
3771
- "node_modules/postcss-modules-values/node_modules/postcss": {
3772
- "version": "6.0.23",
3773
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-6.0.23.tgz",
3774
- "integrity": "sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag==",
3775
- "dev": true,
3776
- "dependencies": {
3777
- "chalk": "^2.4.1",
3778
- "source-map": "^0.6.1",
3779
- "supports-color": "^5.4.0"
3780
- },
3781
- "engines": {
3782
- "node": ">=4.0.0"
3783
- }
3784
- },
3785
- "node_modules/postcss-modules/node_modules/picocolors": {
3786
- "version": "0.2.1",
3787
- "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz",
3788
- "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
3789
- "dev": true
3790
- },
3791
- "node_modules/postcss-modules/node_modules/postcss": {
3792
- "version": "7.0.39",
3793
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
3794
- "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
3795
- "dev": true,
3796
- "dependencies": {
3797
- "picocolors": "^0.2.1",
3798
- "source-map": "^0.6.1"
3799
- },
3800
- "engines": {
3801
- "node": ">=6.0.0"
3802
- },
3803
- "funding": {
3804
- "type": "opencollective",
3805
- "url": "https://opencollective.com/postcss/"
3806
- }
3807
- },
3808
- "node_modules/postcss-reporter": {
3809
- "version": "7.1.0",
3810
- "resolved": "https://registry.npmjs.org/postcss-reporter/-/postcss-reporter-7.1.0.tgz",
3811
- "integrity": "sha512-/eoEylGWyy6/DOiMP5lmFRdmDKThqgn7D6hP2dXKJI/0rJSO1ADFNngZfDzxL0YAxFvws+Rtpuji1YIHj4mySA==",
3812
- "dev": true,
3813
- "funding": [
3814
- {
3815
- "type": "opencollective",
3816
- "url": "https://opencollective.com/postcss/"
3817
- },
3818
- {
3819
- "type": "github",
3820
- "url": "https://github.com/sponsors/ai"
3821
- }
3822
- ],
3823
- "dependencies": {
3824
- "picocolors": "^1.0.0",
3825
- "thenby": "^1.3.4"
3826
- },
3827
- "engines": {
3828
- "node": ">=10"
3829
- },
3830
- "peerDependencies": {
3831
- "postcss": "^8.1.0"
3832
- }
3833
- },
3834
- "node_modules/pretty-hrtime": {
3835
- "version": "1.0.3",
3836
- "resolved": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz",
3837
- "integrity": "sha512-66hKPCr+72mlfiSjlEB1+45IjXSqvVAIy6mocupoww4tBFE9R9IhwwUGoI4G++Tc9Aq+2rxOt0RFU6gPcrte0A==",
3838
- "dev": true,
3839
- "engines": {
3840
- "node": ">= 0.8"
3841
- }
3842
- },
3843
- "node_modules/prop-types": {
3844
- "version": "15.8.1",
3845
- "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
3846
- "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
3847
- "dependencies": {
3848
- "loose-envify": "^1.4.0",
3849
- "object-assign": "^4.1.1",
3850
- "react-is": "^16.13.1"
3851
- }
3852
- },
3853
- "node_modules/punycode": {
3854
- "version": "2.3.1",
3855
- "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
3856
- "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
3857
- "dev": true,
3858
- "engines": {
3859
- "node": ">=6"
3860
- }
3861
- },
3862
- "node_modules/queue-microtask": {
3863
- "version": "1.2.3",
3864
- "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
3865
- "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
3866
- "dev": true,
3867
- "funding": [
3868
- {
3869
- "type": "github",
3870
- "url": "https://github.com/sponsors/feross"
3871
- },
3872
- {
3873
- "type": "patreon",
3874
- "url": "https://www.patreon.com/feross"
3875
- },
3876
- {
3877
- "type": "consulting",
3878
- "url": "https://feross.org/support"
3879
- }
3880
- ]
3881
- },
3882
- "node_modules/react": {
3883
- "version": "18.3.1",
3884
- "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz",
3885
- "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
3886
- "license": "MIT",
3887
- "dependencies": {
3888
- "loose-envify": "^1.1.0"
3889
- },
3890
- "engines": {
3891
- "node": ">=0.10.0"
3892
- }
3893
- },
3894
- "node_modules/react-dom": {
3895
- "version": "18.3.1",
3896
- "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz",
3897
- "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==",
3898
- "license": "MIT",
3899
- "dependencies": {
3900
- "loose-envify": "^1.1.0",
3901
- "scheduler": "^0.23.2"
3902
- },
3903
- "peerDependencies": {
3904
- "react": "^18.3.1"
3905
- }
3906
- },
3907
- "node_modules/react-is": {
3908
- "version": "16.13.1",
3909
- "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
3910
- "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
3911
- },
3912
- "node_modules/read-cache": {
3913
- "version": "1.0.0",
3914
- "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
3915
- "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==",
3916
- "dev": true,
3917
- "dependencies": {
3918
- "pify": "^2.3.0"
3919
- }
3920
- },
3921
- "node_modules/read-cache/node_modules/pify": {
3922
- "version": "2.3.0",
3923
- "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
3924
- "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
3925
- "dev": true,
3926
- "engines": {
3927
- "node": ">=0.10.0"
3928
- }
3929
- },
3930
- "node_modules/readdirp": {
3931
- "version": "3.6.0",
3932
- "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
3933
- "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
3934
- "devOptional": true,
3935
- "license": "MIT",
3936
- "dependencies": {
3937
- "picomatch": "^2.2.1"
3938
- },
3939
- "engines": {
3940
- "node": ">=8.10.0"
3941
- }
3942
- },
3943
- "node_modules/regenerate": {
3944
- "version": "1.4.2",
3945
- "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
3946
- "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==",
3947
- "license": "MIT"
3948
- },
3949
- "node_modules/regenerate-unicode-properties": {
3950
- "version": "10.1.1",
3951
- "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz",
3952
- "integrity": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==",
3953
- "license": "MIT",
3954
- "dependencies": {
3955
- "regenerate": "^1.4.2"
3956
- },
3957
- "engines": {
3958
- "node": ">=4"
3959
- }
3960
- },
3961
- "node_modules/regenerator-runtime": {
3962
- "version": "0.14.1",
3963
- "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
3964
- "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==",
3965
- "license": "MIT"
3966
- },
3967
- "node_modules/regenerator-transform": {
3968
- "version": "0.15.2",
3969
- "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz",
3970
- "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==",
3971
- "license": "MIT",
3972
- "dependencies": {
3973
- "@babel/runtime": "^7.8.4"
3974
- }
3975
- },
3976
- "node_modules/regexpu-core": {
3977
- "version": "5.3.2",
3978
- "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz",
3979
- "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==",
3980
- "license": "MIT",
3981
- "dependencies": {
3982
- "@babel/regjsgen": "^0.8.0",
3983
- "regenerate": "^1.4.2",
3984
- "regenerate-unicode-properties": "^10.1.0",
3985
- "regjsparser": "^0.9.1",
3986
- "unicode-match-property-ecmascript": "^2.0.0",
3987
- "unicode-match-property-value-ecmascript": "^2.1.0"
3988
- },
3989
- "engines": {
3990
- "node": ">=4"
3991
- }
3992
- },
3993
- "node_modules/regjsparser": {
3994
- "version": "0.9.1",
3995
- "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz",
3996
- "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==",
3997
- "license": "BSD-2-Clause",
3998
- "dependencies": {
3999
- "jsesc": "~0.5.0"
4000
- },
4001
- "bin": {
4002
- "regjsparser": "bin/parser"
4003
- }
4004
- },
4005
- "node_modules/regjsparser/node_modules/jsesc": {
4006
- "version": "0.5.0",
4007
- "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz",
4008
- "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==",
4009
- "bin": {
4010
- "jsesc": "bin/jsesc"
4011
- }
4012
- },
4013
- "node_modules/require-directory": {
4014
- "version": "2.1.1",
4015
- "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
4016
- "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
4017
- "dev": true,
4018
- "engines": {
4019
- "node": ">=0.10.0"
4020
- }
4021
- },
4022
- "node_modules/resolve": {
4023
- "version": "1.22.8",
4024
- "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
4025
- "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
4026
- "license": "MIT",
4027
- "dependencies": {
4028
- "is-core-module": "^2.13.0",
4029
- "path-parse": "^1.0.7",
4030
- "supports-preserve-symlinks-flag": "^1.0.0"
4031
- },
4032
- "bin": {
4033
- "resolve": "bin/resolve"
4034
- },
4035
- "funding": {
4036
- "url": "https://github.com/sponsors/ljharb"
4037
- }
4038
- },
4039
- "node_modules/resolve-url": {
4040
- "version": "0.2.1",
4041
- "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz",
4042
- "integrity": "sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg==",
4043
- "deprecated": "https://github.com/lydell/resolve-url#deprecated",
4044
- "dev": true
4045
- },
4046
- "node_modules/reusify": {
4047
- "version": "1.0.4",
4048
- "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
4049
- "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
4050
- "dev": true,
4051
- "engines": {
4052
- "iojs": ">=1.0.0",
4053
- "node": ">=0.10.0"
4054
- }
4055
- },
4056
- "node_modules/rework": {
4057
- "version": "1.0.1",
4058
- "resolved": "https://registry.npmjs.org/rework/-/rework-1.0.1.tgz",
4059
- "integrity": "sha512-eEjL8FdkdsxApd0yWVZgBGzfCQiT8yqSc2H1p4jpZpQdtz7ohETiDMoje5PlM8I9WgkqkreVxFUKYOiJdVWDXw==",
4060
- "dev": true,
4061
- "dependencies": {
4062
- "convert-source-map": "^0.3.3",
4063
- "css": "^2.0.0"
4064
- }
4065
- },
4066
- "node_modules/rework-import": {
4067
- "version": "2.1.0",
4068
- "resolved": "https://registry.npmjs.org/rework-import/-/rework-import-2.1.0.tgz",
4069
- "integrity": "sha512-ufvoQX6cDhrqYc8ZXvJ+6FqimwyI4qn8cH1ypAiS9Mn41iVPN/9RGwRvscBtUEkHA09w8voTIakRJKslgWcTEQ==",
4070
- "dev": true,
4071
- "dependencies": {
4072
- "css": "^2.0.0",
4073
- "globby": "^2.0.0",
4074
- "parse-import": "^2.0.0",
4075
- "url-regex": "^3.0.0"
4076
- },
4077
- "engines": {
4078
- "node": ">=0.10.0"
4079
- }
4080
- },
4081
- "node_modules/rework/node_modules/convert-source-map": {
4082
- "version": "0.3.5",
4083
- "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-0.3.5.tgz",
4084
- "integrity": "sha512-+4nRk0k3oEpwUB7/CalD7xE2z4VmtEnnq0GO2IPTkrooTrAhEsWvuLF5iWP1dXrwluki/azwXV1ve7gtYuPldg==",
4085
- "dev": true
4086
- },
4087
- "node_modules/run-parallel": {
4088
- "version": "1.2.0",
4089
- "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
4090
- "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
4091
- "dev": true,
4092
- "funding": [
4093
- {
4094
- "type": "github",
4095
- "url": "https://github.com/sponsors/feross"
4096
- },
4097
- {
4098
- "type": "patreon",
4099
- "url": "https://www.patreon.com/feross"
4100
- },
4101
- {
4102
- "type": "consulting",
4103
- "url": "https://feross.org/support"
4104
- }
4105
- ],
4106
- "dependencies": {
4107
- "queue-microtask": "^1.2.2"
4108
- }
4109
- },
4110
- "node_modules/scheduler": {
4111
- "version": "0.23.2",
4112
- "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz",
4113
- "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==",
4114
- "license": "MIT",
4115
- "dependencies": {
4116
- "loose-envify": "^1.1.0"
4117
- }
4118
- },
4119
- "node_modules/semver": {
4120
- "version": "6.3.1",
4121
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
4122
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
4123
- "license": "ISC",
4124
- "bin": {
4125
- "semver": "bin/semver.js"
4126
- }
4127
- },
4128
- "node_modules/slash": {
4129
- "version": "2.0.0",
4130
- "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz",
4131
- "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==",
4132
- "license": "MIT",
4133
- "engines": {
4134
- "node": ">=6"
4135
- }
4136
- },
4137
- "node_modules/source-map": {
4138
- "version": "0.6.1",
4139
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
4140
- "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
4141
- "dev": true,
4142
- "engines": {
4143
- "node": ">=0.10.0"
4144
- }
4145
- },
4146
- "node_modules/source-map-js": {
4147
- "version": "1.2.1",
4148
- "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
4149
- "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
4150
- "dev": true,
4151
- "peer": true,
4152
- "engines": {
4153
- "node": ">=0.10.0"
4154
- }
4155
- },
4156
- "node_modules/source-map-resolve": {
4157
- "version": "0.5.3",
4158
- "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz",
4159
- "integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==",
4160
- "deprecated": "See https://github.com/lydell/source-map-resolve#deprecated",
4161
- "dev": true,
4162
- "dependencies": {
4163
- "atob": "^2.1.2",
4164
- "decode-uri-component": "^0.2.0",
4165
- "resolve-url": "^0.2.1",
4166
- "source-map-url": "^0.4.0",
4167
- "urix": "^0.1.0"
4168
- }
4169
- },
4170
- "node_modules/source-map-url": {
4171
- "version": "0.4.1",
4172
- "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz",
4173
- "integrity": "sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==",
4174
- "deprecated": "See https://github.com/lydell/source-map-url#deprecated",
4175
- "dev": true
4176
- },
4177
- "node_modules/string-hash": {
4178
- "version": "1.1.3",
4179
- "resolved": "https://registry.npmjs.org/string-hash/-/string-hash-1.1.3.tgz",
4180
- "integrity": "sha512-kJUvRUFK49aub+a7T1nNE66EJbZBMnBgoC1UbCZ5n6bsZKBRga4KgBRTMn/pFkeCZSYtNeSyMxPDM0AXWELk2A==",
4181
- "dev": true
4182
- },
4183
- "node_modules/string-width": {
4184
- "version": "4.2.3",
4185
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
4186
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
4187
- "dev": true,
4188
- "dependencies": {
4189
- "emoji-regex": "^8.0.0",
4190
- "is-fullwidth-code-point": "^3.0.0",
4191
- "strip-ansi": "^6.0.1"
4192
- },
4193
- "engines": {
4194
- "node": ">=8"
4195
- }
4196
- },
4197
- "node_modules/string-width/node_modules/ansi-regex": {
4198
- "version": "5.0.1",
4199
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
4200
- "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
4201
- "dev": true,
4202
- "engines": {
4203
- "node": ">=8"
4204
- }
4205
- },
4206
- "node_modules/string-width/node_modules/strip-ansi": {
4207
- "version": "6.0.1",
4208
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
4209
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
4210
- "dev": true,
4211
- "dependencies": {
4212
- "ansi-regex": "^5.0.1"
4213
- },
4214
- "engines": {
4215
- "node": ">=8"
4216
- }
4217
- },
4218
- "node_modules/strip-ansi": {
4219
- "version": "3.0.1",
4220
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
4221
- "integrity": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==",
4222
- "dev": true,
4223
- "dependencies": {
4224
- "ansi-regex": "^2.0.0"
4225
- },
4226
- "engines": {
4227
- "node": ">=0.10.0"
4228
- }
4229
- },
4230
- "node_modules/supports-color": {
4231
- "version": "5.5.0",
4232
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
4233
- "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
4234
- "license": "MIT",
4235
- "dependencies": {
4236
- "has-flag": "^3.0.0"
4237
- },
4238
- "engines": {
4239
- "node": ">=4"
4240
- }
4241
- },
4242
- "node_modules/supports-preserve-symlinks-flag": {
4243
- "version": "1.0.0",
4244
- "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
4245
- "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
4246
- "license": "MIT",
4247
- "engines": {
4248
- "node": ">= 0.4"
4249
- },
4250
- "funding": {
4251
- "url": "https://github.com/sponsors/ljharb"
4252
- }
4253
- },
4254
- "node_modules/thenby": {
4255
- "version": "1.3.4",
4256
- "resolved": "https://registry.npmjs.org/thenby/-/thenby-1.3.4.tgz",
4257
- "integrity": "sha512-89Gi5raiWA3QZ4b2ePcEwswC3me9JIg+ToSgtE0JWeCynLnLxNr/f9G+xfo9K+Oj4AFdom8YNJjibIARTJmapQ==",
4258
- "dev": true
4259
- },
4260
- "node_modules/to-fast-properties": {
4261
- "version": "2.0.0",
4262
- "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
4263
- "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",
4264
- "license": "MIT",
4265
- "engines": {
4266
- "node": ">=4"
4267
- }
4268
- },
4269
- "node_modules/to-regex-range": {
4270
- "version": "5.0.1",
4271
- "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
4272
- "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
4273
- "devOptional": true,
4274
- "license": "MIT",
4275
- "dependencies": {
4276
- "is-number": "^7.0.0"
4277
- },
4278
- "engines": {
4279
- "node": ">=8.0"
4280
- }
4281
- },
4282
- "node_modules/unicode-canonical-property-names-ecmascript": {
4283
- "version": "2.0.0",
4284
- "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz",
4285
- "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==",
4286
- "license": "MIT",
4287
- "engines": {
4288
- "node": ">=4"
4289
- }
4290
- },
4291
- "node_modules/unicode-match-property-ecmascript": {
4292
- "version": "2.0.0",
4293
- "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz",
4294
- "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==",
4295
- "license": "MIT",
4296
- "dependencies": {
4297
- "unicode-canonical-property-names-ecmascript": "^2.0.0",
4298
- "unicode-property-aliases-ecmascript": "^2.0.0"
4299
- },
4300
- "engines": {
4301
- "node": ">=4"
4302
- }
4303
- },
4304
- "node_modules/unicode-match-property-value-ecmascript": {
4305
- "version": "2.1.0",
4306
- "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz",
4307
- "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==",
4308
- "license": "MIT",
4309
- "engines": {
4310
- "node": ">=4"
4311
- }
4312
- },
4313
- "node_modules/unicode-property-aliases-ecmascript": {
4314
- "version": "2.1.0",
4315
- "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz",
4316
- "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==",
4317
- "license": "MIT",
4318
- "engines": {
4319
- "node": ">=4"
4320
- }
4321
- },
4322
- "node_modules/unicorn-magic": {
4323
- "version": "0.1.0",
4324
- "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz",
4325
- "integrity": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==",
4326
- "dev": true,
4327
- "engines": {
4328
- "node": ">=18"
4329
- },
4330
- "funding": {
4331
- "url": "https://github.com/sponsors/sindresorhus"
4332
- }
4333
- },
4334
- "node_modules/universalify": {
4335
- "version": "2.0.1",
4336
- "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
4337
- "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
4338
- "dev": true,
4339
- "engines": {
4340
- "node": ">= 10.0.0"
4341
- }
4342
- },
4343
- "node_modules/update-browserslist-db": {
4344
- "version": "1.1.0",
4345
- "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz",
4346
- "integrity": "sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==",
4347
- "funding": [
4348
- {
4349
- "type": "opencollective",
4350
- "url": "https://opencollective.com/browserslist"
4351
- },
4352
- {
4353
- "type": "tidelift",
4354
- "url": "https://tidelift.com/funding/github/npm/browserslist"
4355
- },
4356
- {
4357
- "type": "github",
4358
- "url": "https://github.com/sponsors/ai"
4359
- }
4360
- ],
4361
- "license": "MIT",
4362
- "dependencies": {
4363
- "escalade": "^3.1.2",
4364
- "picocolors": "^1.0.1"
4365
- },
4366
- "bin": {
4367
- "update-browserslist-db": "cli.js"
4368
- },
4369
- "peerDependencies": {
4370
- "browserslist": ">= 4.21.0"
4371
- }
4372
- },
4373
- "node_modules/uri-js": {
4374
- "version": "4.4.1",
4375
- "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
4376
- "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
4377
- "dev": true,
4378
- "dependencies": {
4379
- "punycode": "^2.1.0"
4380
- }
4381
- },
4382
- "node_modules/urix": {
4383
- "version": "0.1.0",
4384
- "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz",
4385
- "integrity": "sha512-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg==",
4386
- "deprecated": "Please see https://github.com/lydell/urix#deprecated",
4387
- "dev": true
4388
- },
4389
- "node_modules/url-regex": {
4390
- "version": "3.2.0",
4391
- "resolved": "https://registry.npmjs.org/url-regex/-/url-regex-3.2.0.tgz",
4392
- "integrity": "sha512-dQ9cJzMou5OKr6ZzfvwJkCq3rC72PNXhqz0v3EIhF4a3Np+ujr100AhUx2cKx5ei3iymoJpJrPB3sVSEMdqAeg==",
4393
- "dev": true,
4394
- "dependencies": {
4395
- "ip-regex": "^1.0.1"
4396
- },
4397
- "engines": {
4398
- "node": ">=0.10.0"
4399
- }
4400
- },
4401
- "node_modules/wrap-ansi": {
4402
- "version": "7.0.0",
4403
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
4404
- "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
4405
- "dev": true,
4406
- "dependencies": {
4407
- "ansi-styles": "^4.0.0",
4408
- "string-width": "^4.1.0",
4409
- "strip-ansi": "^6.0.0"
4410
- },
4411
- "engines": {
4412
- "node": ">=10"
4413
- },
4414
- "funding": {
4415
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
4416
- }
4417
- },
4418
- "node_modules/wrap-ansi/node_modules/ansi-regex": {
4419
- "version": "5.0.1",
4420
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
4421
- "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
4422
- "dev": true,
4423
- "engines": {
4424
- "node": ">=8"
4425
- }
4426
- },
4427
- "node_modules/wrap-ansi/node_modules/ansi-styles": {
4428
- "version": "4.3.0",
4429
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
4430
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
4431
- "dev": true,
4432
- "dependencies": {
4433
- "color-convert": "^2.0.1"
4434
- },
4435
- "engines": {
4436
- "node": ">=8"
4437
- },
4438
- "funding": {
4439
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
4440
- }
4441
- },
4442
- "node_modules/wrap-ansi/node_modules/color-convert": {
4443
- "version": "2.0.1",
4444
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
4445
- "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
4446
- "dev": true,
4447
- "dependencies": {
4448
- "color-name": "~1.1.4"
4449
- },
4450
- "engines": {
4451
- "node": ">=7.0.0"
4452
- }
4453
- },
4454
- "node_modules/wrap-ansi/node_modules/color-name": {
4455
- "version": "1.1.4",
4456
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
4457
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
4458
- "dev": true
4459
- },
4460
- "node_modules/wrap-ansi/node_modules/strip-ansi": {
4461
- "version": "6.0.1",
4462
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
4463
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
4464
- "dev": true,
4465
- "dependencies": {
4466
- "ansi-regex": "^5.0.1"
4467
- },
4468
- "engines": {
4469
- "node": ">=8"
4470
- }
4471
- },
4472
- "node_modules/wrappy": {
4473
- "version": "1.0.2",
4474
- "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
4475
- "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
4476
- "license": "ISC"
4477
- },
4478
- "node_modules/y18n": {
4479
- "version": "5.0.8",
4480
- "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
4481
- "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
4482
- "dev": true,
4483
- "engines": {
4484
- "node": ">=10"
4485
- }
4486
- },
4487
- "node_modules/yallist": {
4488
- "version": "3.1.1",
4489
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
4490
- "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
4491
- "license": "ISC"
4492
- },
4493
- "node_modules/yaml": {
4494
- "version": "2.5.1",
4495
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.5.1.tgz",
4496
- "integrity": "sha512-bLQOjaX/ADgQ20isPJRvF0iRUHIxVhYvr53Of7wGcWlO2jvtUlH5m87DsmulFVxRpNLOnI4tB6p/oh8D7kpn9Q==",
4497
- "dev": true,
4498
- "bin": {
4499
- "yaml": "bin.mjs"
4500
- },
4501
- "engines": {
4502
- "node": ">= 14"
4503
- }
4504
- },
4505
- "node_modules/yargs": {
4506
- "version": "17.7.2",
4507
- "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
4508
- "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
4509
- "dev": true,
4510
- "dependencies": {
4511
- "cliui": "^8.0.1",
4512
- "escalade": "^3.1.1",
4513
- "get-caller-file": "^2.0.5",
4514
- "require-directory": "^2.1.1",
4515
- "string-width": "^4.2.3",
4516
- "y18n": "^5.0.5",
4517
- "yargs-parser": "^21.1.1"
4518
- },
4519
- "engines": {
4520
- "node": ">=12"
4521
- }
4522
- },
4523
- "node_modules/yargs-parser": {
4524
- "version": "21.1.1",
4525
- "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
4526
- "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
4527
- "dev": true,
4528
- "engines": {
4529
- "node": ">=12"
4530
- }
4531
- }
4532
- }
4533
- }