@zenuml/core 3.8.5 → 3.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.js +4 -1
- package/dist/StylePanel.1cb79e61.js +1737 -0
- package/dist/core.0ce2e684.js +33644 -0
- package/dist/zenuml.esm.mjs +4 -33565
- package/dist/zenuml.js +60 -55
- package/index.html +45 -30
- package/package.json +3 -1
- package/pnpm-lock.yaml +549 -604
- package/vite.config.js +3 -2
- package/vite.config.lib.js +1 -8
package/pnpm-lock.yaml
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
lockfileVersion: "6.0"
|
|
2
2
|
|
|
3
3
|
dependencies:
|
|
4
|
+
"@headlessui-float/vue":
|
|
5
|
+
specifier: ^0.11.3
|
|
6
|
+
version: 0.11.3(vue@3.2.45)
|
|
4
7
|
"@headlessui/tailwindcss":
|
|
5
8
|
specifier: ^0.2.0
|
|
6
9
|
version: 0.2.0(tailwindcss@3.2.4)
|
|
@@ -62,10 +65,10 @@ dependencies:
|
|
|
62
65
|
devDependencies:
|
|
63
66
|
"@babel/eslint-parser":
|
|
64
67
|
specifier: ^7.19.1
|
|
65
|
-
version: 7.19.1(@babel/core@7.22.
|
|
68
|
+
version: 7.19.1(@babel/core@7.22.1)(eslint@8.30.0)
|
|
66
69
|
"@babel/preset-env":
|
|
67
70
|
specifier: ^7.20.2
|
|
68
|
-
version: 7.20.2(@babel/core@7.22.
|
|
71
|
+
version: 7.20.2(@babel/core@7.22.1)
|
|
69
72
|
"@types/antlr4":
|
|
70
73
|
specifier: ~4.11.2
|
|
71
74
|
version: 4.11.2
|
|
@@ -77,7 +80,7 @@ devDependencies:
|
|
|
77
80
|
version: 4.14.191
|
|
78
81
|
"@types/node":
|
|
79
82
|
specifier: latest
|
|
80
|
-
version: 20.8.
|
|
83
|
+
version: 20.8.3
|
|
81
84
|
"@typescript-eslint/eslint-plugin":
|
|
82
85
|
specifier: ^6.7.4
|
|
83
86
|
version: 6.7.4(@typescript-eslint/parser@6.7.4)(eslint@8.30.0)(typescript@4.9.4)
|
|
@@ -114,6 +117,9 @@ devDependencies:
|
|
|
114
117
|
eslint-config-prettier:
|
|
115
118
|
specifier: ^9.0.0
|
|
116
119
|
version: 9.0.0(eslint@8.30.0)
|
|
120
|
+
eslint-plugin-html:
|
|
121
|
+
specifier: ^7.1.0
|
|
122
|
+
version: 7.1.0
|
|
117
123
|
eslint-plugin-prettier:
|
|
118
124
|
specifier: ^5.0.0
|
|
119
125
|
version: 5.0.0(eslint-config-prettier@9.0.0)(eslint@8.30.0)(prettier@3.0.3)
|
|
@@ -134,7 +140,7 @@ devDependencies:
|
|
|
134
140
|
version: 4.1.3
|
|
135
141
|
less-loader:
|
|
136
142
|
specifier: ^11.1.3
|
|
137
|
-
version: 11.1.3(less@4.1.3)(webpack@5.
|
|
143
|
+
version: 11.1.3(less@4.1.3)(webpack@5.85.0)
|
|
138
144
|
lint-staged:
|
|
139
145
|
specifier: ^14.0.1
|
|
140
146
|
version: 14.0.1
|
|
@@ -152,19 +158,19 @@ devDependencies:
|
|
|
152
158
|
version: 1.57.0
|
|
153
159
|
svg-url-loader:
|
|
154
160
|
specifier: ^6.0.0
|
|
155
|
-
version: 6.0.0(webpack@5.
|
|
161
|
+
version: 6.0.0(webpack@5.85.0)
|
|
156
162
|
terser-webpack-plugin:
|
|
157
163
|
specifier: ^3.1.0
|
|
158
|
-
version: 3.1.0(webpack@5.
|
|
164
|
+
version: 3.1.0(webpack@5.85.0)
|
|
159
165
|
ts-node:
|
|
160
166
|
specifier: ^10.9.1
|
|
161
|
-
version: 10.9.1(@types/node@20.8.
|
|
167
|
+
version: 10.9.1(@types/node@20.8.3)(typescript@4.9.4)
|
|
162
168
|
typescript:
|
|
163
169
|
specifier: ^4.9.4
|
|
164
170
|
version: 4.9.4
|
|
165
171
|
vite:
|
|
166
172
|
specifier: ^3.2.7
|
|
167
|
-
version: 3.2.7(@types/node@20.8.
|
|
173
|
+
version: 3.2.7(@types/node@20.8.3)(less@4.1.3)(sass@1.57.0)
|
|
168
174
|
vite-plugin-css-injected-by-js:
|
|
169
175
|
specifier: ^2.2.0
|
|
170
176
|
version: 2.2.0(vite@3.2.7)
|
|
@@ -183,8 +189,8 @@ packages:
|
|
|
183
189
|
}
|
|
184
190
|
engines: { node: ">=6.0.0" }
|
|
185
191
|
dependencies:
|
|
186
|
-
"@jridgewell/gen-mapping": 0.3.
|
|
187
|
-
"@jridgewell/trace-mapping": 0.3.
|
|
192
|
+
"@jridgewell/gen-mapping": 0.3.2
|
|
193
|
+
"@jridgewell/trace-mapping": 0.3.17
|
|
188
194
|
dev: true
|
|
189
195
|
|
|
190
196
|
/@babel/code-frame@7.18.6:
|
|
@@ -207,17 +213,6 @@ packages:
|
|
|
207
213
|
"@babel/highlight": 7.18.6
|
|
208
214
|
dev: true
|
|
209
215
|
|
|
210
|
-
/@babel/code-frame@7.22.13:
|
|
211
|
-
resolution:
|
|
212
|
-
{
|
|
213
|
-
integrity: sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==,
|
|
214
|
-
}
|
|
215
|
-
engines: { node: ">=6.9.0" }
|
|
216
|
-
dependencies:
|
|
217
|
-
"@babel/highlight": 7.22.20
|
|
218
|
-
chalk: 2.4.2
|
|
219
|
-
dev: true
|
|
220
|
-
|
|
221
216
|
/@babel/compat-data@7.20.5:
|
|
222
217
|
resolution:
|
|
223
218
|
{
|
|
@@ -226,41 +221,41 @@ packages:
|
|
|
226
221
|
engines: { node: ">=6.9.0" }
|
|
227
222
|
dev: true
|
|
228
223
|
|
|
229
|
-
/@babel/compat-data@7.22.
|
|
224
|
+
/@babel/compat-data@7.22.3:
|
|
230
225
|
resolution:
|
|
231
226
|
{
|
|
232
|
-
integrity: sha512-
|
|
227
|
+
integrity: sha512-aNtko9OPOwVESUFp3MZfD8Uzxl7JzSeJpd7npIoxCasU37PFbAQRpKglkaKwlHOyeJdrREpo8TW8ldrkYWwvIQ==,
|
|
233
228
|
}
|
|
234
229
|
engines: { node: ">=6.9.0" }
|
|
235
230
|
dev: true
|
|
236
231
|
|
|
237
|
-
/@babel/core@7.22.
|
|
232
|
+
/@babel/core@7.22.1:
|
|
238
233
|
resolution:
|
|
239
234
|
{
|
|
240
|
-
integrity: sha512-
|
|
235
|
+
integrity: sha512-Hkqu7J4ynysSXxmAahpN1jjRwVJ+NdpraFLIWflgjpVob3KNyK3/tIUc7Q7szed8WMp0JNa7Qtd1E9Oo22F9gA==,
|
|
241
236
|
}
|
|
242
237
|
engines: { node: ">=6.9.0" }
|
|
243
238
|
dependencies:
|
|
244
239
|
"@ampproject/remapping": 2.2.1
|
|
245
|
-
"@babel/code-frame": 7.
|
|
246
|
-
"@babel/generator": 7.22.
|
|
247
|
-
"@babel/helper-compilation-targets": 7.22.
|
|
248
|
-
"@babel/helper-module-transforms": 7.22.
|
|
249
|
-
"@babel/helpers": 7.22.
|
|
250
|
-
"@babel/parser": 7.22.
|
|
251
|
-
"@babel/template": 7.
|
|
252
|
-
"@babel/traverse": 7.22.
|
|
253
|
-
"@babel/types": 7.22.
|
|
240
|
+
"@babel/code-frame": 7.21.4
|
|
241
|
+
"@babel/generator": 7.22.3
|
|
242
|
+
"@babel/helper-compilation-targets": 7.22.1(@babel/core@7.22.1)
|
|
243
|
+
"@babel/helper-module-transforms": 7.22.1
|
|
244
|
+
"@babel/helpers": 7.22.3
|
|
245
|
+
"@babel/parser": 7.22.4
|
|
246
|
+
"@babel/template": 7.21.9
|
|
247
|
+
"@babel/traverse": 7.22.4
|
|
248
|
+
"@babel/types": 7.22.4
|
|
254
249
|
convert-source-map: 1.9.0
|
|
255
250
|
debug: 4.3.4(supports-color@8.1.1)
|
|
256
251
|
gensync: 1.0.0-beta.2
|
|
257
|
-
json5: 2.2.
|
|
258
|
-
semver: 6.3.
|
|
252
|
+
json5: 2.2.2
|
|
253
|
+
semver: 6.3.0
|
|
259
254
|
transitivePeerDependencies:
|
|
260
255
|
- supports-color
|
|
261
256
|
dev: true
|
|
262
257
|
|
|
263
|
-
/@babel/eslint-parser@7.19.1(@babel/core@7.22.
|
|
258
|
+
/@babel/eslint-parser@7.19.1(@babel/core@7.22.1)(eslint@8.30.0):
|
|
264
259
|
resolution:
|
|
265
260
|
{
|
|
266
261
|
integrity: sha512-AqNf2QWt1rtu2/1rLswy6CDP7H9Oh3mMhk177Y67Rg8d7RD9WfOLLv8CGn6tisFvS2htm86yIe1yLF6I1UDaGQ==,
|
|
@@ -270,7 +265,7 @@ packages:
|
|
|
270
265
|
"@babel/core": ">=7.11.0"
|
|
271
266
|
eslint: ^7.5.0 || ^8.0.0
|
|
272
267
|
dependencies:
|
|
273
|
-
"@babel/core": 7.22.
|
|
268
|
+
"@babel/core": 7.22.1
|
|
274
269
|
"@nicolo-ribaudo/eslint-scope-5-internals": 5.1.1-v1
|
|
275
270
|
eslint: 8.30.0
|
|
276
271
|
eslint-visitor-keys: 2.1.0
|
|
@@ -289,16 +284,16 @@ packages:
|
|
|
289
284
|
jsesc: 2.5.2
|
|
290
285
|
dev: true
|
|
291
286
|
|
|
292
|
-
/@babel/generator@7.22.
|
|
287
|
+
/@babel/generator@7.22.3:
|
|
293
288
|
resolution:
|
|
294
289
|
{
|
|
295
|
-
integrity: sha512-
|
|
290
|
+
integrity: sha512-C17MW4wlk//ES/CJDL51kPNwl+qiBQyN7b9SKyVp11BLGFeSPoVaHrv+MNt8jwQFhQWowW88z1eeBx3pFz9v8A==,
|
|
296
291
|
}
|
|
297
292
|
engines: { node: ">=6.9.0" }
|
|
298
293
|
dependencies:
|
|
299
|
-
"@babel/types": 7.22.
|
|
300
|
-
"@jridgewell/gen-mapping": 0.3.
|
|
301
|
-
"@jridgewell/trace-mapping": 0.3.
|
|
294
|
+
"@babel/types": 7.22.4
|
|
295
|
+
"@jridgewell/gen-mapping": 0.3.2
|
|
296
|
+
"@jridgewell/trace-mapping": 0.3.17
|
|
302
297
|
jsesc: 2.5.2
|
|
303
298
|
dev: true
|
|
304
299
|
|
|
@@ -323,7 +318,7 @@ packages:
|
|
|
323
318
|
"@babel/types": 7.20.5
|
|
324
319
|
dev: true
|
|
325
320
|
|
|
326
|
-
/@babel/helper-compilation-targets@7.20.0(@babel/core@7.22.
|
|
321
|
+
/@babel/helper-compilation-targets@7.20.0(@babel/core@7.22.1):
|
|
327
322
|
resolution:
|
|
328
323
|
{
|
|
329
324
|
integrity: sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ==,
|
|
@@ -333,27 +328,30 @@ packages:
|
|
|
333
328
|
"@babel/core": ^7.0.0
|
|
334
329
|
dependencies:
|
|
335
330
|
"@babel/compat-data": 7.20.5
|
|
336
|
-
"@babel/core": 7.22.
|
|
331
|
+
"@babel/core": 7.22.1
|
|
337
332
|
"@babel/helper-validator-option": 7.18.6
|
|
338
333
|
browserslist: 4.21.4
|
|
339
334
|
semver: 6.3.0
|
|
340
335
|
dev: true
|
|
341
336
|
|
|
342
|
-
/@babel/helper-compilation-targets@7.22.
|
|
337
|
+
/@babel/helper-compilation-targets@7.22.1(@babel/core@7.22.1):
|
|
343
338
|
resolution:
|
|
344
339
|
{
|
|
345
|
-
integrity: sha512-
|
|
340
|
+
integrity: sha512-Rqx13UM3yVB5q0D/KwQ8+SPfX/+Rnsy1Lw1k/UwOC4KC6qrzIQoY3lYnBu5EHKBlEHHcj0M0W8ltPSkD8rqfsQ==,
|
|
346
341
|
}
|
|
347
342
|
engines: { node: ">=6.9.0" }
|
|
343
|
+
peerDependencies:
|
|
344
|
+
"@babel/core": ^7.0.0
|
|
348
345
|
dependencies:
|
|
349
|
-
"@babel/compat-data": 7.22.
|
|
350
|
-
"@babel/
|
|
351
|
-
|
|
346
|
+
"@babel/compat-data": 7.22.3
|
|
347
|
+
"@babel/core": 7.22.1
|
|
348
|
+
"@babel/helper-validator-option": 7.21.0
|
|
349
|
+
browserslist: 4.21.4
|
|
352
350
|
lru-cache: 5.1.1
|
|
353
|
-
semver: 6.3.
|
|
351
|
+
semver: 6.3.0
|
|
354
352
|
dev: true
|
|
355
353
|
|
|
356
|
-
/@babel/helper-create-class-features-plugin@7.20.5(@babel/core@7.22.
|
|
354
|
+
/@babel/helper-create-class-features-plugin@7.20.5(@babel/core@7.22.1):
|
|
357
355
|
resolution:
|
|
358
356
|
{
|
|
359
357
|
integrity: sha512-3RCdA/EmEaikrhayahwToF0fpweU/8o2p8vhc1c/1kftHOdTKuC65kik/TLc+qfbS8JKw4qqJbne4ovICDhmww==,
|
|
@@ -362,7 +360,7 @@ packages:
|
|
|
362
360
|
peerDependencies:
|
|
363
361
|
"@babel/core": ^7.0.0
|
|
364
362
|
dependencies:
|
|
365
|
-
"@babel/core": 7.22.
|
|
363
|
+
"@babel/core": 7.22.1
|
|
366
364
|
"@babel/helper-annotate-as-pure": 7.18.6
|
|
367
365
|
"@babel/helper-environment-visitor": 7.18.9
|
|
368
366
|
"@babel/helper-function-name": 7.19.0
|
|
@@ -374,7 +372,7 @@ packages:
|
|
|
374
372
|
- supports-color
|
|
375
373
|
dev: true
|
|
376
374
|
|
|
377
|
-
/@babel/helper-create-regexp-features-plugin@7.20.5(@babel/core@7.22.
|
|
375
|
+
/@babel/helper-create-regexp-features-plugin@7.20.5(@babel/core@7.22.1):
|
|
378
376
|
resolution:
|
|
379
377
|
{
|
|
380
378
|
integrity: sha512-m68B1lkg3XDGX5yCvGO0kPx3v9WIYLnzjKfPcQiwntEQa5ZeRkPmo2X/ISJc8qxWGfwUr+kvZAeEzAwLec2r2w==,
|
|
@@ -383,12 +381,12 @@ packages:
|
|
|
383
381
|
peerDependencies:
|
|
384
382
|
"@babel/core": ^7.0.0
|
|
385
383
|
dependencies:
|
|
386
|
-
"@babel/core": 7.22.
|
|
384
|
+
"@babel/core": 7.22.1
|
|
387
385
|
"@babel/helper-annotate-as-pure": 7.18.6
|
|
388
386
|
regexpu-core: 5.2.2
|
|
389
387
|
dev: true
|
|
390
388
|
|
|
391
|
-
/@babel/helper-define-polyfill-provider@0.3.3(@babel/core@7.22.
|
|
389
|
+
/@babel/helper-define-polyfill-provider@0.3.3(@babel/core@7.22.1):
|
|
392
390
|
resolution:
|
|
393
391
|
{
|
|
394
392
|
integrity: sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==,
|
|
@@ -396,13 +394,13 @@ packages:
|
|
|
396
394
|
peerDependencies:
|
|
397
395
|
"@babel/core": ^7.4.0-0
|
|
398
396
|
dependencies:
|
|
399
|
-
"@babel/core": 7.22.
|
|
400
|
-
"@babel/helper-compilation-targets": 7.20.0(@babel/core@7.22.
|
|
397
|
+
"@babel/core": 7.22.1
|
|
398
|
+
"@babel/helper-compilation-targets": 7.20.0(@babel/core@7.22.1)
|
|
401
399
|
"@babel/helper-plugin-utils": 7.20.2
|
|
402
400
|
debug: 4.3.4(supports-color@8.1.1)
|
|
403
401
|
lodash.debounce: 4.0.8
|
|
404
402
|
resolve: 1.22.1
|
|
405
|
-
semver: 6.3.
|
|
403
|
+
semver: 6.3.0
|
|
406
404
|
transitivePeerDependencies:
|
|
407
405
|
- supports-color
|
|
408
406
|
dev: true
|
|
@@ -415,10 +413,10 @@ packages:
|
|
|
415
413
|
engines: { node: ">=6.9.0" }
|
|
416
414
|
dev: true
|
|
417
415
|
|
|
418
|
-
/@babel/helper-environment-visitor@7.22.
|
|
416
|
+
/@babel/helper-environment-visitor@7.22.1:
|
|
419
417
|
resolution:
|
|
420
418
|
{
|
|
421
|
-
integrity: sha512-
|
|
419
|
+
integrity: sha512-Z2tgopurB/kTbidvzeBrc2To3PUP/9i5MUe+fU6QJCQDyPwSH2oRapkLw3KGECDYSjhQZCNxEvNvZlLw8JjGwA==,
|
|
422
420
|
}
|
|
423
421
|
engines: { node: ">=6.9.0" }
|
|
424
422
|
dev: true
|
|
@@ -444,15 +442,15 @@ packages:
|
|
|
444
442
|
"@babel/types": 7.20.5
|
|
445
443
|
dev: true
|
|
446
444
|
|
|
447
|
-
/@babel/helper-function-name@7.
|
|
445
|
+
/@babel/helper-function-name@7.21.0:
|
|
448
446
|
resolution:
|
|
449
447
|
{
|
|
450
|
-
integrity: sha512-
|
|
448
|
+
integrity: sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==,
|
|
451
449
|
}
|
|
452
450
|
engines: { node: ">=6.9.0" }
|
|
453
451
|
dependencies:
|
|
454
|
-
"@babel/template": 7.
|
|
455
|
-
"@babel/types": 7.22.
|
|
452
|
+
"@babel/template": 7.21.9
|
|
453
|
+
"@babel/types": 7.22.4
|
|
456
454
|
dev: true
|
|
457
455
|
|
|
458
456
|
/@babel/helper-hoist-variables@7.18.6:
|
|
@@ -465,16 +463,6 @@ packages:
|
|
|
465
463
|
"@babel/types": 7.20.5
|
|
466
464
|
dev: true
|
|
467
465
|
|
|
468
|
-
/@babel/helper-hoist-variables@7.22.5:
|
|
469
|
-
resolution:
|
|
470
|
-
{
|
|
471
|
-
integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==,
|
|
472
|
-
}
|
|
473
|
-
engines: { node: ">=6.9.0" }
|
|
474
|
-
dependencies:
|
|
475
|
-
"@babel/types": 7.22.19
|
|
476
|
-
dev: true
|
|
477
|
-
|
|
478
466
|
/@babel/helper-member-expression-to-functions@7.18.9:
|
|
479
467
|
resolution:
|
|
480
468
|
{
|
|
@@ -495,14 +483,14 @@ packages:
|
|
|
495
483
|
"@babel/types": 7.20.5
|
|
496
484
|
dev: true
|
|
497
485
|
|
|
498
|
-
/@babel/helper-module-imports@7.
|
|
486
|
+
/@babel/helper-module-imports@7.21.4:
|
|
499
487
|
resolution:
|
|
500
488
|
{
|
|
501
|
-
integrity: sha512-
|
|
489
|
+
integrity: sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg==,
|
|
502
490
|
}
|
|
503
491
|
engines: { node: ">=6.9.0" }
|
|
504
492
|
dependencies:
|
|
505
|
-
"@babel/types": 7.22.
|
|
493
|
+
"@babel/types": 7.22.4
|
|
506
494
|
dev: true
|
|
507
495
|
|
|
508
496
|
/@babel/helper-module-transforms@7.20.2:
|
|
@@ -524,21 +512,23 @@ packages:
|
|
|
524
512
|
- supports-color
|
|
525
513
|
dev: true
|
|
526
514
|
|
|
527
|
-
/@babel/helper-module-transforms@7.22.
|
|
515
|
+
/@babel/helper-module-transforms@7.22.1:
|
|
528
516
|
resolution:
|
|
529
517
|
{
|
|
530
|
-
integrity: sha512-
|
|
518
|
+
integrity: sha512-dxAe9E7ySDGbQdCVOY/4+UcD8M9ZFqZcZhSPsPacvCG4M+9lwtDDQfI2EoaSvmf7W/8yCBkGU0m7Pvt1ru3UZw==,
|
|
531
519
|
}
|
|
532
520
|
engines: { node: ">=6.9.0" }
|
|
533
|
-
peerDependencies:
|
|
534
|
-
"@babel/core": ^7.0.0
|
|
535
521
|
dependencies:
|
|
536
|
-
"@babel/
|
|
537
|
-
"@babel/helper-
|
|
538
|
-
"@babel/helper-
|
|
539
|
-
"@babel/helper-
|
|
540
|
-
"@babel/helper-
|
|
541
|
-
"@babel/
|
|
522
|
+
"@babel/helper-environment-visitor": 7.22.1
|
|
523
|
+
"@babel/helper-module-imports": 7.21.4
|
|
524
|
+
"@babel/helper-simple-access": 7.21.5
|
|
525
|
+
"@babel/helper-split-export-declaration": 7.18.6
|
|
526
|
+
"@babel/helper-validator-identifier": 7.19.1
|
|
527
|
+
"@babel/template": 7.21.9
|
|
528
|
+
"@babel/traverse": 7.22.4
|
|
529
|
+
"@babel/types": 7.22.4
|
|
530
|
+
transitivePeerDependencies:
|
|
531
|
+
- supports-color
|
|
542
532
|
dev: true
|
|
543
533
|
|
|
544
534
|
/@babel/helper-optimise-call-expression@7.18.6:
|
|
@@ -559,7 +549,7 @@ packages:
|
|
|
559
549
|
engines: { node: ">=6.9.0" }
|
|
560
550
|
dev: true
|
|
561
551
|
|
|
562
|
-
/@babel/helper-remap-async-to-generator@7.18.9(@babel/core@7.22.
|
|
552
|
+
/@babel/helper-remap-async-to-generator@7.18.9(@babel/core@7.22.1):
|
|
563
553
|
resolution:
|
|
564
554
|
{
|
|
565
555
|
integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==,
|
|
@@ -568,7 +558,7 @@ packages:
|
|
|
568
558
|
peerDependencies:
|
|
569
559
|
"@babel/core": ^7.0.0
|
|
570
560
|
dependencies:
|
|
571
|
-
"@babel/core": 7.22.
|
|
561
|
+
"@babel/core": 7.22.1
|
|
572
562
|
"@babel/helper-annotate-as-pure": 7.18.6
|
|
573
563
|
"@babel/helper-environment-visitor": 7.18.9
|
|
574
564
|
"@babel/helper-wrap-function": 7.20.5
|
|
@@ -603,14 +593,14 @@ packages:
|
|
|
603
593
|
"@babel/types": 7.20.5
|
|
604
594
|
dev: true
|
|
605
595
|
|
|
606
|
-
/@babel/helper-simple-access@7.
|
|
596
|
+
/@babel/helper-simple-access@7.21.5:
|
|
607
597
|
resolution:
|
|
608
598
|
{
|
|
609
|
-
integrity: sha512-
|
|
599
|
+
integrity: sha512-ENPDAMC1wAjR0uaCUwliBdiSl1KBJAVnMTzXqi64c2MG8MPR6ii4qf7bSXDqSFbr4W6W028/rf5ivoHop5/mkg==,
|
|
610
600
|
}
|
|
611
601
|
engines: { node: ">=6.9.0" }
|
|
612
602
|
dependencies:
|
|
613
|
-
"@babel/types": 7.22.
|
|
603
|
+
"@babel/types": 7.22.4
|
|
614
604
|
dev: true
|
|
615
605
|
|
|
616
606
|
/@babel/helper-skip-transparent-expression-wrappers@7.20.0:
|
|
@@ -633,16 +623,6 @@ packages:
|
|
|
633
623
|
"@babel/types": 7.20.5
|
|
634
624
|
dev: true
|
|
635
625
|
|
|
636
|
-
/@babel/helper-split-export-declaration@7.22.6:
|
|
637
|
-
resolution:
|
|
638
|
-
{
|
|
639
|
-
integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==,
|
|
640
|
-
}
|
|
641
|
-
engines: { node: ">=6.9.0" }
|
|
642
|
-
dependencies:
|
|
643
|
-
"@babel/types": 7.22.19
|
|
644
|
-
dev: true
|
|
645
|
-
|
|
646
626
|
/@babel/helper-string-parser@7.19.4:
|
|
647
627
|
resolution:
|
|
648
628
|
{
|
|
@@ -650,10 +630,10 @@ packages:
|
|
|
650
630
|
}
|
|
651
631
|
engines: { node: ">=6.9.0" }
|
|
652
632
|
|
|
653
|
-
/@babel/helper-string-parser@7.
|
|
633
|
+
/@babel/helper-string-parser@7.21.5:
|
|
654
634
|
resolution:
|
|
655
635
|
{
|
|
656
|
-
integrity: sha512-
|
|
636
|
+
integrity: sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==,
|
|
657
637
|
}
|
|
658
638
|
engines: { node: ">=6.9.0" }
|
|
659
639
|
dev: true
|
|
@@ -665,14 +645,6 @@ packages:
|
|
|
665
645
|
}
|
|
666
646
|
engines: { node: ">=6.9.0" }
|
|
667
647
|
|
|
668
|
-
/@babel/helper-validator-identifier@7.22.20:
|
|
669
|
-
resolution:
|
|
670
|
-
{
|
|
671
|
-
integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==,
|
|
672
|
-
}
|
|
673
|
-
engines: { node: ">=6.9.0" }
|
|
674
|
-
dev: true
|
|
675
|
-
|
|
676
648
|
/@babel/helper-validator-option@7.18.6:
|
|
677
649
|
resolution:
|
|
678
650
|
{
|
|
@@ -681,10 +653,10 @@ packages:
|
|
|
681
653
|
engines: { node: ">=6.9.0" }
|
|
682
654
|
dev: true
|
|
683
655
|
|
|
684
|
-
/@babel/helper-validator-option@7.
|
|
656
|
+
/@babel/helper-validator-option@7.21.0:
|
|
685
657
|
resolution:
|
|
686
658
|
{
|
|
687
|
-
integrity: sha512-
|
|
659
|
+
integrity: sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ==,
|
|
688
660
|
}
|
|
689
661
|
engines: { node: ">=6.9.0" }
|
|
690
662
|
dev: true
|
|
@@ -704,16 +676,16 @@ packages:
|
|
|
704
676
|
- supports-color
|
|
705
677
|
dev: true
|
|
706
678
|
|
|
707
|
-
/@babel/helpers@7.22.
|
|
679
|
+
/@babel/helpers@7.22.3:
|
|
708
680
|
resolution:
|
|
709
681
|
{
|
|
710
|
-
integrity: sha512-
|
|
682
|
+
integrity: sha512-jBJ7jWblbgr7r6wYZHMdIqKc73ycaTcCaWRq4/2LpuPHcx7xMlZvpGQkOYc9HeSjn6rcx15CPlgVcBtZ4WZJ2w==,
|
|
711
683
|
}
|
|
712
684
|
engines: { node: ">=6.9.0" }
|
|
713
685
|
dependencies:
|
|
714
|
-
"@babel/template": 7.
|
|
715
|
-
"@babel/traverse": 7.22.
|
|
716
|
-
"@babel/types": 7.22.
|
|
686
|
+
"@babel/template": 7.21.9
|
|
687
|
+
"@babel/traverse": 7.22.4
|
|
688
|
+
"@babel/types": 7.22.4
|
|
717
689
|
transitivePeerDependencies:
|
|
718
690
|
- supports-color
|
|
719
691
|
dev: true
|
|
@@ -730,18 +702,6 @@ packages:
|
|
|
730
702
|
js-tokens: 4.0.0
|
|
731
703
|
dev: true
|
|
732
704
|
|
|
733
|
-
/@babel/highlight@7.22.20:
|
|
734
|
-
resolution:
|
|
735
|
-
{
|
|
736
|
-
integrity: sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==,
|
|
737
|
-
}
|
|
738
|
-
engines: { node: ">=6.9.0" }
|
|
739
|
-
dependencies:
|
|
740
|
-
"@babel/helper-validator-identifier": 7.22.20
|
|
741
|
-
chalk: 2.4.2
|
|
742
|
-
js-tokens: 4.0.0
|
|
743
|
-
dev: true
|
|
744
|
-
|
|
745
705
|
/@babel/parser@7.20.5:
|
|
746
706
|
resolution:
|
|
747
707
|
{
|
|
@@ -752,18 +712,18 @@ packages:
|
|
|
752
712
|
dependencies:
|
|
753
713
|
"@babel/types": 7.20.5
|
|
754
714
|
|
|
755
|
-
/@babel/parser@7.22.
|
|
715
|
+
/@babel/parser@7.22.4:
|
|
756
716
|
resolution:
|
|
757
717
|
{
|
|
758
|
-
integrity: sha512
|
|
718
|
+
integrity: sha512-VLLsx06XkEYqBtE5YGPwfSGwfrjnyPP5oiGty3S8pQLFDFLaS8VwWSIxkTXpcvr5zeYLE6+MBNl2npl/YnfofA==,
|
|
759
719
|
}
|
|
760
720
|
engines: { node: ">=6.0.0" }
|
|
761
721
|
hasBin: true
|
|
762
722
|
dependencies:
|
|
763
|
-
"@babel/types": 7.22.
|
|
723
|
+
"@babel/types": 7.22.4
|
|
764
724
|
dev: true
|
|
765
725
|
|
|
766
|
-
/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6(@babel/core@7.22.
|
|
726
|
+
/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6(@babel/core@7.22.1):
|
|
767
727
|
resolution:
|
|
768
728
|
{
|
|
769
729
|
integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==,
|
|
@@ -772,11 +732,11 @@ packages:
|
|
|
772
732
|
peerDependencies:
|
|
773
733
|
"@babel/core": ^7.0.0
|
|
774
734
|
dependencies:
|
|
775
|
-
"@babel/core": 7.22.
|
|
735
|
+
"@babel/core": 7.22.1
|
|
776
736
|
"@babel/helper-plugin-utils": 7.20.2
|
|
777
737
|
dev: true
|
|
778
738
|
|
|
779
|
-
/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.18.9(@babel/core@7.22.
|
|
739
|
+
/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.18.9(@babel/core@7.22.1):
|
|
780
740
|
resolution:
|
|
781
741
|
{
|
|
782
742
|
integrity: sha512-AHrP9jadvH7qlOj6PINbgSuphjQUAK7AOT7DPjBo9EHoLhQTnnK5u45e1Hd4DbSQEO9nqPWtQ89r+XEOWFScKg==,
|
|
@@ -785,13 +745,13 @@ packages:
|
|
|
785
745
|
peerDependencies:
|
|
786
746
|
"@babel/core": ^7.13.0
|
|
787
747
|
dependencies:
|
|
788
|
-
"@babel/core": 7.22.
|
|
748
|
+
"@babel/core": 7.22.1
|
|
789
749
|
"@babel/helper-plugin-utils": 7.20.2
|
|
790
750
|
"@babel/helper-skip-transparent-expression-wrappers": 7.20.0
|
|
791
|
-
"@babel/plugin-proposal-optional-chaining": 7.18.9(@babel/core@7.22.
|
|
751
|
+
"@babel/plugin-proposal-optional-chaining": 7.18.9(@babel/core@7.22.1)
|
|
792
752
|
dev: true
|
|
793
753
|
|
|
794
|
-
/@babel/plugin-proposal-async-generator-functions@7.20.1(@babel/core@7.22.
|
|
754
|
+
/@babel/plugin-proposal-async-generator-functions@7.20.1(@babel/core@7.22.1):
|
|
795
755
|
resolution:
|
|
796
756
|
{
|
|
797
757
|
integrity: sha512-Gh5rchzSwE4kC+o/6T8waD0WHEQIsDmjltY8WnWRXHUdH8axZhuH86Ov9M72YhJfDrZseQwuuWaaIT/TmePp3g==,
|
|
@@ -800,16 +760,16 @@ packages:
|
|
|
800
760
|
peerDependencies:
|
|
801
761
|
"@babel/core": ^7.0.0-0
|
|
802
762
|
dependencies:
|
|
803
|
-
"@babel/core": 7.22.
|
|
763
|
+
"@babel/core": 7.22.1
|
|
804
764
|
"@babel/helper-environment-visitor": 7.18.9
|
|
805
765
|
"@babel/helper-plugin-utils": 7.20.2
|
|
806
|
-
"@babel/helper-remap-async-to-generator": 7.18.9(@babel/core@7.22.
|
|
807
|
-
"@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.22.
|
|
766
|
+
"@babel/helper-remap-async-to-generator": 7.18.9(@babel/core@7.22.1)
|
|
767
|
+
"@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.22.1)
|
|
808
768
|
transitivePeerDependencies:
|
|
809
769
|
- supports-color
|
|
810
770
|
dev: true
|
|
811
771
|
|
|
812
|
-
/@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.22.
|
|
772
|
+
/@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.22.1):
|
|
813
773
|
resolution:
|
|
814
774
|
{
|
|
815
775
|
integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==,
|
|
@@ -818,14 +778,14 @@ packages:
|
|
|
818
778
|
peerDependencies:
|
|
819
779
|
"@babel/core": ^7.0.0-0
|
|
820
780
|
dependencies:
|
|
821
|
-
"@babel/core": 7.22.
|
|
822
|
-
"@babel/helper-create-class-features-plugin": 7.20.5(@babel/core@7.22.
|
|
781
|
+
"@babel/core": 7.22.1
|
|
782
|
+
"@babel/helper-create-class-features-plugin": 7.20.5(@babel/core@7.22.1)
|
|
823
783
|
"@babel/helper-plugin-utils": 7.20.2
|
|
824
784
|
transitivePeerDependencies:
|
|
825
785
|
- supports-color
|
|
826
786
|
dev: true
|
|
827
787
|
|
|
828
|
-
/@babel/plugin-proposal-class-static-block@7.18.6(@babel/core@7.22.
|
|
788
|
+
/@babel/plugin-proposal-class-static-block@7.18.6(@babel/core@7.22.1):
|
|
829
789
|
resolution:
|
|
830
790
|
{
|
|
831
791
|
integrity: sha512-+I3oIiNxrCpup3Gi8n5IGMwj0gOCAjcJUSQEcotNnCCPMEnixawOQ+KeJPlgfjzx+FKQ1QSyZOWe7wmoJp7vhw==,
|
|
@@ -834,15 +794,15 @@ packages:
|
|
|
834
794
|
peerDependencies:
|
|
835
795
|
"@babel/core": ^7.12.0
|
|
836
796
|
dependencies:
|
|
837
|
-
"@babel/core": 7.22.
|
|
838
|
-
"@babel/helper-create-class-features-plugin": 7.20.5(@babel/core@7.22.
|
|
797
|
+
"@babel/core": 7.22.1
|
|
798
|
+
"@babel/helper-create-class-features-plugin": 7.20.5(@babel/core@7.22.1)
|
|
839
799
|
"@babel/helper-plugin-utils": 7.20.2
|
|
840
|
-
"@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.22.
|
|
800
|
+
"@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.22.1)
|
|
841
801
|
transitivePeerDependencies:
|
|
842
802
|
- supports-color
|
|
843
803
|
dev: true
|
|
844
804
|
|
|
845
|
-
/@babel/plugin-proposal-dynamic-import@7.18.6(@babel/core@7.22.
|
|
805
|
+
/@babel/plugin-proposal-dynamic-import@7.18.6(@babel/core@7.22.1):
|
|
846
806
|
resolution:
|
|
847
807
|
{
|
|
848
808
|
integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==,
|
|
@@ -851,12 +811,12 @@ packages:
|
|
|
851
811
|
peerDependencies:
|
|
852
812
|
"@babel/core": ^7.0.0-0
|
|
853
813
|
dependencies:
|
|
854
|
-
"@babel/core": 7.22.
|
|
814
|
+
"@babel/core": 7.22.1
|
|
855
815
|
"@babel/helper-plugin-utils": 7.20.2
|
|
856
|
-
"@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.22.
|
|
816
|
+
"@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.22.1)
|
|
857
817
|
dev: true
|
|
858
818
|
|
|
859
|
-
/@babel/plugin-proposal-export-namespace-from@7.18.9(@babel/core@7.22.
|
|
819
|
+
/@babel/plugin-proposal-export-namespace-from@7.18.9(@babel/core@7.22.1):
|
|
860
820
|
resolution:
|
|
861
821
|
{
|
|
862
822
|
integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==,
|
|
@@ -865,12 +825,12 @@ packages:
|
|
|
865
825
|
peerDependencies:
|
|
866
826
|
"@babel/core": ^7.0.0-0
|
|
867
827
|
dependencies:
|
|
868
|
-
"@babel/core": 7.22.
|
|
828
|
+
"@babel/core": 7.22.1
|
|
869
829
|
"@babel/helper-plugin-utils": 7.20.2
|
|
870
|
-
"@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.22.
|
|
830
|
+
"@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.22.1)
|
|
871
831
|
dev: true
|
|
872
832
|
|
|
873
|
-
/@babel/plugin-proposal-json-strings@7.18.6(@babel/core@7.22.
|
|
833
|
+
/@babel/plugin-proposal-json-strings@7.18.6(@babel/core@7.22.1):
|
|
874
834
|
resolution:
|
|
875
835
|
{
|
|
876
836
|
integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==,
|
|
@@ -879,12 +839,12 @@ packages:
|
|
|
879
839
|
peerDependencies:
|
|
880
840
|
"@babel/core": ^7.0.0-0
|
|
881
841
|
dependencies:
|
|
882
|
-
"@babel/core": 7.22.
|
|
842
|
+
"@babel/core": 7.22.1
|
|
883
843
|
"@babel/helper-plugin-utils": 7.20.2
|
|
884
|
-
"@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.22.
|
|
844
|
+
"@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.22.1)
|
|
885
845
|
dev: true
|
|
886
846
|
|
|
887
|
-
/@babel/plugin-proposal-logical-assignment-operators@7.18.9(@babel/core@7.22.
|
|
847
|
+
/@babel/plugin-proposal-logical-assignment-operators@7.18.9(@babel/core@7.22.1):
|
|
888
848
|
resolution:
|
|
889
849
|
{
|
|
890
850
|
integrity: sha512-128YbMpjCrP35IOExw2Fq+x55LMP42DzhOhX2aNNIdI9avSWl2PI0yuBWarr3RYpZBSPtabfadkH2yeRiMD61Q==,
|
|
@@ -893,12 +853,12 @@ packages:
|
|
|
893
853
|
peerDependencies:
|
|
894
854
|
"@babel/core": ^7.0.0-0
|
|
895
855
|
dependencies:
|
|
896
|
-
"@babel/core": 7.22.
|
|
856
|
+
"@babel/core": 7.22.1
|
|
897
857
|
"@babel/helper-plugin-utils": 7.20.2
|
|
898
|
-
"@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.22.
|
|
858
|
+
"@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.22.1)
|
|
899
859
|
dev: true
|
|
900
860
|
|
|
901
|
-
/@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.22.
|
|
861
|
+
/@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.22.1):
|
|
902
862
|
resolution:
|
|
903
863
|
{
|
|
904
864
|
integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==,
|
|
@@ -907,12 +867,12 @@ packages:
|
|
|
907
867
|
peerDependencies:
|
|
908
868
|
"@babel/core": ^7.0.0-0
|
|
909
869
|
dependencies:
|
|
910
|
-
"@babel/core": 7.22.
|
|
870
|
+
"@babel/core": 7.22.1
|
|
911
871
|
"@babel/helper-plugin-utils": 7.20.2
|
|
912
|
-
"@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.22.
|
|
872
|
+
"@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.22.1)
|
|
913
873
|
dev: true
|
|
914
874
|
|
|
915
|
-
/@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.22.
|
|
875
|
+
/@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.22.1):
|
|
916
876
|
resolution:
|
|
917
877
|
{
|
|
918
878
|
integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==,
|
|
@@ -921,12 +881,12 @@ packages:
|
|
|
921
881
|
peerDependencies:
|
|
922
882
|
"@babel/core": ^7.0.0-0
|
|
923
883
|
dependencies:
|
|
924
|
-
"@babel/core": 7.22.
|
|
884
|
+
"@babel/core": 7.22.1
|
|
925
885
|
"@babel/helper-plugin-utils": 7.20.2
|
|
926
|
-
"@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.22.
|
|
886
|
+
"@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.22.1)
|
|
927
887
|
dev: true
|
|
928
888
|
|
|
929
|
-
/@babel/plugin-proposal-object-rest-spread@7.20.2(@babel/core@7.22.
|
|
889
|
+
/@babel/plugin-proposal-object-rest-spread@7.20.2(@babel/core@7.22.1):
|
|
930
890
|
resolution:
|
|
931
891
|
{
|
|
932
892
|
integrity: sha512-Ks6uej9WFK+fvIMesSqbAto5dD8Dz4VuuFvGJFKgIGSkJuRGcrwGECPA1fDgQK3/DbExBJpEkTeYeB8geIFCSQ==,
|
|
@@ -936,14 +896,14 @@ packages:
|
|
|
936
896
|
"@babel/core": ^7.0.0-0
|
|
937
897
|
dependencies:
|
|
938
898
|
"@babel/compat-data": 7.20.5
|
|
939
|
-
"@babel/core": 7.22.
|
|
940
|
-
"@babel/helper-compilation-targets": 7.20.0(@babel/core@7.22.
|
|
899
|
+
"@babel/core": 7.22.1
|
|
900
|
+
"@babel/helper-compilation-targets": 7.20.0(@babel/core@7.22.1)
|
|
941
901
|
"@babel/helper-plugin-utils": 7.20.2
|
|
942
|
-
"@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.22.
|
|
943
|
-
"@babel/plugin-transform-parameters": 7.20.5(@babel/core@7.22.
|
|
902
|
+
"@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.22.1)
|
|
903
|
+
"@babel/plugin-transform-parameters": 7.20.5(@babel/core@7.22.1)
|
|
944
904
|
dev: true
|
|
945
905
|
|
|
946
|
-
/@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.22.
|
|
906
|
+
/@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.22.1):
|
|
947
907
|
resolution:
|
|
948
908
|
{
|
|
949
909
|
integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==,
|
|
@@ -952,12 +912,12 @@ packages:
|
|
|
952
912
|
peerDependencies:
|
|
953
913
|
"@babel/core": ^7.0.0-0
|
|
954
914
|
dependencies:
|
|
955
|
-
"@babel/core": 7.22.
|
|
915
|
+
"@babel/core": 7.22.1
|
|
956
916
|
"@babel/helper-plugin-utils": 7.20.2
|
|
957
|
-
"@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.22.
|
|
917
|
+
"@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.22.1)
|
|
958
918
|
dev: true
|
|
959
919
|
|
|
960
|
-
/@babel/plugin-proposal-optional-chaining@7.18.9(@babel/core@7.22.
|
|
920
|
+
/@babel/plugin-proposal-optional-chaining@7.18.9(@babel/core@7.22.1):
|
|
961
921
|
resolution:
|
|
962
922
|
{
|
|
963
923
|
integrity: sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w==,
|
|
@@ -966,13 +926,13 @@ packages:
|
|
|
966
926
|
peerDependencies:
|
|
967
927
|
"@babel/core": ^7.0.0-0
|
|
968
928
|
dependencies:
|
|
969
|
-
"@babel/core": 7.22.
|
|
929
|
+
"@babel/core": 7.22.1
|
|
970
930
|
"@babel/helper-plugin-utils": 7.20.2
|
|
971
931
|
"@babel/helper-skip-transparent-expression-wrappers": 7.20.0
|
|
972
|
-
"@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.22.
|
|
932
|
+
"@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.22.1)
|
|
973
933
|
dev: true
|
|
974
934
|
|
|
975
|
-
/@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.22.
|
|
935
|
+
/@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.22.1):
|
|
976
936
|
resolution:
|
|
977
937
|
{
|
|
978
938
|
integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==,
|
|
@@ -981,14 +941,14 @@ packages:
|
|
|
981
941
|
peerDependencies:
|
|
982
942
|
"@babel/core": ^7.0.0-0
|
|
983
943
|
dependencies:
|
|
984
|
-
"@babel/core": 7.22.
|
|
985
|
-
"@babel/helper-create-class-features-plugin": 7.20.5(@babel/core@7.22.
|
|
944
|
+
"@babel/core": 7.22.1
|
|
945
|
+
"@babel/helper-create-class-features-plugin": 7.20.5(@babel/core@7.22.1)
|
|
986
946
|
"@babel/helper-plugin-utils": 7.20.2
|
|
987
947
|
transitivePeerDependencies:
|
|
988
948
|
- supports-color
|
|
989
949
|
dev: true
|
|
990
950
|
|
|
991
|
-
/@babel/plugin-proposal-private-property-in-object@7.20.5(@babel/core@7.22.
|
|
951
|
+
/@babel/plugin-proposal-private-property-in-object@7.20.5(@babel/core@7.22.1):
|
|
992
952
|
resolution:
|
|
993
953
|
{
|
|
994
954
|
integrity: sha512-Vq7b9dUA12ByzB4EjQTPo25sFhY+08pQDBSZRtUAkj7lb7jahaHR5igera16QZ+3my1nYR4dKsNdYj5IjPHilQ==,
|
|
@@ -997,16 +957,16 @@ packages:
|
|
|
997
957
|
peerDependencies:
|
|
998
958
|
"@babel/core": ^7.0.0-0
|
|
999
959
|
dependencies:
|
|
1000
|
-
"@babel/core": 7.22.
|
|
960
|
+
"@babel/core": 7.22.1
|
|
1001
961
|
"@babel/helper-annotate-as-pure": 7.18.6
|
|
1002
|
-
"@babel/helper-create-class-features-plugin": 7.20.5(@babel/core@7.22.
|
|
962
|
+
"@babel/helper-create-class-features-plugin": 7.20.5(@babel/core@7.22.1)
|
|
1003
963
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1004
|
-
"@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.22.
|
|
964
|
+
"@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.22.1)
|
|
1005
965
|
transitivePeerDependencies:
|
|
1006
966
|
- supports-color
|
|
1007
967
|
dev: true
|
|
1008
968
|
|
|
1009
|
-
/@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.22.
|
|
969
|
+
/@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.22.1):
|
|
1010
970
|
resolution:
|
|
1011
971
|
{
|
|
1012
972
|
integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==,
|
|
@@ -1015,12 +975,12 @@ packages:
|
|
|
1015
975
|
peerDependencies:
|
|
1016
976
|
"@babel/core": ^7.0.0-0
|
|
1017
977
|
dependencies:
|
|
1018
|
-
"@babel/core": 7.22.
|
|
1019
|
-
"@babel/helper-create-regexp-features-plugin": 7.20.5(@babel/core@7.22.
|
|
978
|
+
"@babel/core": 7.22.1
|
|
979
|
+
"@babel/helper-create-regexp-features-plugin": 7.20.5(@babel/core@7.22.1)
|
|
1020
980
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1021
981
|
dev: true
|
|
1022
982
|
|
|
1023
|
-
/@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.22.
|
|
983
|
+
/@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.22.1):
|
|
1024
984
|
resolution:
|
|
1025
985
|
{
|
|
1026
986
|
integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==,
|
|
@@ -1028,11 +988,11 @@ packages:
|
|
|
1028
988
|
peerDependencies:
|
|
1029
989
|
"@babel/core": ^7.0.0-0
|
|
1030
990
|
dependencies:
|
|
1031
|
-
"@babel/core": 7.22.
|
|
991
|
+
"@babel/core": 7.22.1
|
|
1032
992
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1033
993
|
dev: true
|
|
1034
994
|
|
|
1035
|
-
/@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.22.
|
|
995
|
+
/@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.22.1):
|
|
1036
996
|
resolution:
|
|
1037
997
|
{
|
|
1038
998
|
integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==,
|
|
@@ -1040,11 +1000,11 @@ packages:
|
|
|
1040
1000
|
peerDependencies:
|
|
1041
1001
|
"@babel/core": ^7.0.0-0
|
|
1042
1002
|
dependencies:
|
|
1043
|
-
"@babel/core": 7.22.
|
|
1003
|
+
"@babel/core": 7.22.1
|
|
1044
1004
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1045
1005
|
dev: true
|
|
1046
1006
|
|
|
1047
|
-
/@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.22.
|
|
1007
|
+
/@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.22.1):
|
|
1048
1008
|
resolution:
|
|
1049
1009
|
{
|
|
1050
1010
|
integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==,
|
|
@@ -1053,11 +1013,11 @@ packages:
|
|
|
1053
1013
|
peerDependencies:
|
|
1054
1014
|
"@babel/core": ^7.0.0-0
|
|
1055
1015
|
dependencies:
|
|
1056
|
-
"@babel/core": 7.22.
|
|
1016
|
+
"@babel/core": 7.22.1
|
|
1057
1017
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1058
1018
|
dev: true
|
|
1059
1019
|
|
|
1060
|
-
/@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.22.
|
|
1020
|
+
/@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.22.1):
|
|
1061
1021
|
resolution:
|
|
1062
1022
|
{
|
|
1063
1023
|
integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==,
|
|
@@ -1065,11 +1025,11 @@ packages:
|
|
|
1065
1025
|
peerDependencies:
|
|
1066
1026
|
"@babel/core": ^7.0.0-0
|
|
1067
1027
|
dependencies:
|
|
1068
|
-
"@babel/core": 7.22.
|
|
1028
|
+
"@babel/core": 7.22.1
|
|
1069
1029
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1070
1030
|
dev: true
|
|
1071
1031
|
|
|
1072
|
-
/@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.22.
|
|
1032
|
+
/@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.22.1):
|
|
1073
1033
|
resolution:
|
|
1074
1034
|
{
|
|
1075
1035
|
integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==,
|
|
@@ -1077,11 +1037,11 @@ packages:
|
|
|
1077
1037
|
peerDependencies:
|
|
1078
1038
|
"@babel/core": ^7.0.0-0
|
|
1079
1039
|
dependencies:
|
|
1080
|
-
"@babel/core": 7.22.
|
|
1040
|
+
"@babel/core": 7.22.1
|
|
1081
1041
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1082
1042
|
dev: true
|
|
1083
1043
|
|
|
1084
|
-
/@babel/plugin-syntax-import-assertions@7.20.0(@babel/core@7.22.
|
|
1044
|
+
/@babel/plugin-syntax-import-assertions@7.20.0(@babel/core@7.22.1):
|
|
1085
1045
|
resolution:
|
|
1086
1046
|
{
|
|
1087
1047
|
integrity: sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==,
|
|
@@ -1090,11 +1050,11 @@ packages:
|
|
|
1090
1050
|
peerDependencies:
|
|
1091
1051
|
"@babel/core": ^7.0.0-0
|
|
1092
1052
|
dependencies:
|
|
1093
|
-
"@babel/core": 7.22.
|
|
1053
|
+
"@babel/core": 7.22.1
|
|
1094
1054
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1095
1055
|
dev: true
|
|
1096
1056
|
|
|
1097
|
-
/@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.22.
|
|
1057
|
+
/@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.22.1):
|
|
1098
1058
|
resolution:
|
|
1099
1059
|
{
|
|
1100
1060
|
integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==,
|
|
@@ -1102,11 +1062,11 @@ packages:
|
|
|
1102
1062
|
peerDependencies:
|
|
1103
1063
|
"@babel/core": ^7.0.0-0
|
|
1104
1064
|
dependencies:
|
|
1105
|
-
"@babel/core": 7.22.
|
|
1065
|
+
"@babel/core": 7.22.1
|
|
1106
1066
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1107
1067
|
dev: true
|
|
1108
1068
|
|
|
1109
|
-
/@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.22.
|
|
1069
|
+
/@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.22.1):
|
|
1110
1070
|
resolution:
|
|
1111
1071
|
{
|
|
1112
1072
|
integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==,
|
|
@@ -1114,11 +1074,11 @@ packages:
|
|
|
1114
1074
|
peerDependencies:
|
|
1115
1075
|
"@babel/core": ^7.0.0-0
|
|
1116
1076
|
dependencies:
|
|
1117
|
-
"@babel/core": 7.22.
|
|
1077
|
+
"@babel/core": 7.22.1
|
|
1118
1078
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1119
1079
|
dev: true
|
|
1120
1080
|
|
|
1121
|
-
/@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.22.
|
|
1081
|
+
/@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.22.1):
|
|
1122
1082
|
resolution:
|
|
1123
1083
|
{
|
|
1124
1084
|
integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==,
|
|
@@ -1126,11 +1086,11 @@ packages:
|
|
|
1126
1086
|
peerDependencies:
|
|
1127
1087
|
"@babel/core": ^7.0.0-0
|
|
1128
1088
|
dependencies:
|
|
1129
|
-
"@babel/core": 7.22.
|
|
1089
|
+
"@babel/core": 7.22.1
|
|
1130
1090
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1131
1091
|
dev: true
|
|
1132
1092
|
|
|
1133
|
-
/@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.22.
|
|
1093
|
+
/@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.22.1):
|
|
1134
1094
|
resolution:
|
|
1135
1095
|
{
|
|
1136
1096
|
integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==,
|
|
@@ -1138,11 +1098,11 @@ packages:
|
|
|
1138
1098
|
peerDependencies:
|
|
1139
1099
|
"@babel/core": ^7.0.0-0
|
|
1140
1100
|
dependencies:
|
|
1141
|
-
"@babel/core": 7.22.
|
|
1101
|
+
"@babel/core": 7.22.1
|
|
1142
1102
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1143
1103
|
dev: true
|
|
1144
1104
|
|
|
1145
|
-
/@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.22.
|
|
1105
|
+
/@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.22.1):
|
|
1146
1106
|
resolution:
|
|
1147
1107
|
{
|
|
1148
1108
|
integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==,
|
|
@@ -1150,11 +1110,11 @@ packages:
|
|
|
1150
1110
|
peerDependencies:
|
|
1151
1111
|
"@babel/core": ^7.0.0-0
|
|
1152
1112
|
dependencies:
|
|
1153
|
-
"@babel/core": 7.22.
|
|
1113
|
+
"@babel/core": 7.22.1
|
|
1154
1114
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1155
1115
|
dev: true
|
|
1156
1116
|
|
|
1157
|
-
/@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.22.
|
|
1117
|
+
/@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.22.1):
|
|
1158
1118
|
resolution:
|
|
1159
1119
|
{
|
|
1160
1120
|
integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==,
|
|
@@ -1162,11 +1122,11 @@ packages:
|
|
|
1162
1122
|
peerDependencies:
|
|
1163
1123
|
"@babel/core": ^7.0.0-0
|
|
1164
1124
|
dependencies:
|
|
1165
|
-
"@babel/core": 7.22.
|
|
1125
|
+
"@babel/core": 7.22.1
|
|
1166
1126
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1167
1127
|
dev: true
|
|
1168
1128
|
|
|
1169
|
-
/@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.22.
|
|
1129
|
+
/@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.22.1):
|
|
1170
1130
|
resolution:
|
|
1171
1131
|
{
|
|
1172
1132
|
integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==,
|
|
@@ -1174,11 +1134,11 @@ packages:
|
|
|
1174
1134
|
peerDependencies:
|
|
1175
1135
|
"@babel/core": ^7.0.0-0
|
|
1176
1136
|
dependencies:
|
|
1177
|
-
"@babel/core": 7.22.
|
|
1137
|
+
"@babel/core": 7.22.1
|
|
1178
1138
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1179
1139
|
dev: true
|
|
1180
1140
|
|
|
1181
|
-
/@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.22.
|
|
1141
|
+
/@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.22.1):
|
|
1182
1142
|
resolution:
|
|
1183
1143
|
{
|
|
1184
1144
|
integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==,
|
|
@@ -1187,11 +1147,11 @@ packages:
|
|
|
1187
1147
|
peerDependencies:
|
|
1188
1148
|
"@babel/core": ^7.0.0-0
|
|
1189
1149
|
dependencies:
|
|
1190
|
-
"@babel/core": 7.22.
|
|
1150
|
+
"@babel/core": 7.22.1
|
|
1191
1151
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1192
1152
|
dev: true
|
|
1193
1153
|
|
|
1194
|
-
/@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.22.
|
|
1154
|
+
/@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.22.1):
|
|
1195
1155
|
resolution:
|
|
1196
1156
|
{
|
|
1197
1157
|
integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==,
|
|
@@ -1200,11 +1160,11 @@ packages:
|
|
|
1200
1160
|
peerDependencies:
|
|
1201
1161
|
"@babel/core": ^7.0.0-0
|
|
1202
1162
|
dependencies:
|
|
1203
|
-
"@babel/core": 7.22.
|
|
1163
|
+
"@babel/core": 7.22.1
|
|
1204
1164
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1205
1165
|
dev: true
|
|
1206
1166
|
|
|
1207
|
-
/@babel/plugin-transform-arrow-functions@7.18.6(@babel/core@7.22.
|
|
1167
|
+
/@babel/plugin-transform-arrow-functions@7.18.6(@babel/core@7.22.1):
|
|
1208
1168
|
resolution:
|
|
1209
1169
|
{
|
|
1210
1170
|
integrity: sha512-9S9X9RUefzrsHZmKMbDXxweEH+YlE8JJEuat9FdvW9Qh1cw7W64jELCtWNkPBPX5En45uy28KGvA/AySqUh8CQ==,
|
|
@@ -1213,11 +1173,11 @@ packages:
|
|
|
1213
1173
|
peerDependencies:
|
|
1214
1174
|
"@babel/core": ^7.0.0-0
|
|
1215
1175
|
dependencies:
|
|
1216
|
-
"@babel/core": 7.22.
|
|
1176
|
+
"@babel/core": 7.22.1
|
|
1217
1177
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1218
1178
|
dev: true
|
|
1219
1179
|
|
|
1220
|
-
/@babel/plugin-transform-async-to-generator@7.18.6(@babel/core@7.22.
|
|
1180
|
+
/@babel/plugin-transform-async-to-generator@7.18.6(@babel/core@7.22.1):
|
|
1221
1181
|
resolution:
|
|
1222
1182
|
{
|
|
1223
1183
|
integrity: sha512-ARE5wZLKnTgPW7/1ftQmSi1CmkqqHo2DNmtztFhvgtOWSDfq0Cq9/9L+KnZNYSNrydBekhW3rwShduf59RoXag==,
|
|
@@ -1226,15 +1186,15 @@ packages:
|
|
|
1226
1186
|
peerDependencies:
|
|
1227
1187
|
"@babel/core": ^7.0.0-0
|
|
1228
1188
|
dependencies:
|
|
1229
|
-
"@babel/core": 7.22.
|
|
1189
|
+
"@babel/core": 7.22.1
|
|
1230
1190
|
"@babel/helper-module-imports": 7.18.6
|
|
1231
1191
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1232
|
-
"@babel/helper-remap-async-to-generator": 7.18.9(@babel/core@7.22.
|
|
1192
|
+
"@babel/helper-remap-async-to-generator": 7.18.9(@babel/core@7.22.1)
|
|
1233
1193
|
transitivePeerDependencies:
|
|
1234
1194
|
- supports-color
|
|
1235
1195
|
dev: true
|
|
1236
1196
|
|
|
1237
|
-
/@babel/plugin-transform-block-scoped-functions@7.18.6(@babel/core@7.22.
|
|
1197
|
+
/@babel/plugin-transform-block-scoped-functions@7.18.6(@babel/core@7.22.1):
|
|
1238
1198
|
resolution:
|
|
1239
1199
|
{
|
|
1240
1200
|
integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==,
|
|
@@ -1243,11 +1203,11 @@ packages:
|
|
|
1243
1203
|
peerDependencies:
|
|
1244
1204
|
"@babel/core": ^7.0.0-0
|
|
1245
1205
|
dependencies:
|
|
1246
|
-
"@babel/core": 7.22.
|
|
1206
|
+
"@babel/core": 7.22.1
|
|
1247
1207
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1248
1208
|
dev: true
|
|
1249
1209
|
|
|
1250
|
-
/@babel/plugin-transform-block-scoping@7.20.5(@babel/core@7.22.
|
|
1210
|
+
/@babel/plugin-transform-block-scoping@7.20.5(@babel/core@7.22.1):
|
|
1251
1211
|
resolution:
|
|
1252
1212
|
{
|
|
1253
1213
|
integrity: sha512-WvpEIW9Cbj9ApF3yJCjIEEf1EiNJLtXagOrL5LNWEZOo3jv8pmPoYTSNJQvqej8OavVlgOoOPw6/htGZro6IkA==,
|
|
@@ -1256,11 +1216,11 @@ packages:
|
|
|
1256
1216
|
peerDependencies:
|
|
1257
1217
|
"@babel/core": ^7.0.0-0
|
|
1258
1218
|
dependencies:
|
|
1259
|
-
"@babel/core": 7.22.
|
|
1219
|
+
"@babel/core": 7.22.1
|
|
1260
1220
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1261
1221
|
dev: true
|
|
1262
1222
|
|
|
1263
|
-
/@babel/plugin-transform-classes@7.20.2(@babel/core@7.22.
|
|
1223
|
+
/@babel/plugin-transform-classes@7.20.2(@babel/core@7.22.1):
|
|
1264
1224
|
resolution:
|
|
1265
1225
|
{
|
|
1266
1226
|
integrity: sha512-9rbPp0lCVVoagvtEyQKSo5L8oo0nQS/iif+lwlAz29MccX2642vWDlSZK+2T2buxbopotId2ld7zZAzRfz9j1g==,
|
|
@@ -1269,9 +1229,9 @@ packages:
|
|
|
1269
1229
|
peerDependencies:
|
|
1270
1230
|
"@babel/core": ^7.0.0-0
|
|
1271
1231
|
dependencies:
|
|
1272
|
-
"@babel/core": 7.22.
|
|
1232
|
+
"@babel/core": 7.22.1
|
|
1273
1233
|
"@babel/helper-annotate-as-pure": 7.18.6
|
|
1274
|
-
"@babel/helper-compilation-targets": 7.20.0(@babel/core@7.22.
|
|
1234
|
+
"@babel/helper-compilation-targets": 7.20.0(@babel/core@7.22.1)
|
|
1275
1235
|
"@babel/helper-environment-visitor": 7.18.9
|
|
1276
1236
|
"@babel/helper-function-name": 7.19.0
|
|
1277
1237
|
"@babel/helper-optimise-call-expression": 7.18.6
|
|
@@ -1283,7 +1243,7 @@ packages:
|
|
|
1283
1243
|
- supports-color
|
|
1284
1244
|
dev: true
|
|
1285
1245
|
|
|
1286
|
-
/@babel/plugin-transform-computed-properties@7.18.9(@babel/core@7.22.
|
|
1246
|
+
/@babel/plugin-transform-computed-properties@7.18.9(@babel/core@7.22.1):
|
|
1287
1247
|
resolution:
|
|
1288
1248
|
{
|
|
1289
1249
|
integrity: sha512-+i0ZU1bCDymKakLxn5srGHrsAPRELC2WIbzwjLhHW9SIE1cPYkLCL0NlnXMZaM1vhfgA2+M7hySk42VBvrkBRw==,
|
|
@@ -1292,11 +1252,11 @@ packages:
|
|
|
1292
1252
|
peerDependencies:
|
|
1293
1253
|
"@babel/core": ^7.0.0-0
|
|
1294
1254
|
dependencies:
|
|
1295
|
-
"@babel/core": 7.22.
|
|
1255
|
+
"@babel/core": 7.22.1
|
|
1296
1256
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1297
1257
|
dev: true
|
|
1298
1258
|
|
|
1299
|
-
/@babel/plugin-transform-destructuring@7.20.2(@babel/core@7.22.
|
|
1259
|
+
/@babel/plugin-transform-destructuring@7.20.2(@babel/core@7.22.1):
|
|
1300
1260
|
resolution:
|
|
1301
1261
|
{
|
|
1302
1262
|
integrity: sha512-mENM+ZHrvEgxLTBXUiQ621rRXZes3KWUv6NdQlrnr1TkWVw+hUjQBZuP2X32qKlrlG2BzgR95gkuCRSkJl8vIw==,
|
|
@@ -1305,11 +1265,11 @@ packages:
|
|
|
1305
1265
|
peerDependencies:
|
|
1306
1266
|
"@babel/core": ^7.0.0-0
|
|
1307
1267
|
dependencies:
|
|
1308
|
-
"@babel/core": 7.22.
|
|
1268
|
+
"@babel/core": 7.22.1
|
|
1309
1269
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1310
1270
|
dev: true
|
|
1311
1271
|
|
|
1312
|
-
/@babel/plugin-transform-dotall-regex@7.18.6(@babel/core@7.22.
|
|
1272
|
+
/@babel/plugin-transform-dotall-regex@7.18.6(@babel/core@7.22.1):
|
|
1313
1273
|
resolution:
|
|
1314
1274
|
{
|
|
1315
1275
|
integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==,
|
|
@@ -1318,12 +1278,12 @@ packages:
|
|
|
1318
1278
|
peerDependencies:
|
|
1319
1279
|
"@babel/core": ^7.0.0-0
|
|
1320
1280
|
dependencies:
|
|
1321
|
-
"@babel/core": 7.22.
|
|
1322
|
-
"@babel/helper-create-regexp-features-plugin": 7.20.5(@babel/core@7.22.
|
|
1281
|
+
"@babel/core": 7.22.1
|
|
1282
|
+
"@babel/helper-create-regexp-features-plugin": 7.20.5(@babel/core@7.22.1)
|
|
1323
1283
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1324
1284
|
dev: true
|
|
1325
1285
|
|
|
1326
|
-
/@babel/plugin-transform-duplicate-keys@7.18.9(@babel/core@7.22.
|
|
1286
|
+
/@babel/plugin-transform-duplicate-keys@7.18.9(@babel/core@7.22.1):
|
|
1327
1287
|
resolution:
|
|
1328
1288
|
{
|
|
1329
1289
|
integrity: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==,
|
|
@@ -1332,11 +1292,11 @@ packages:
|
|
|
1332
1292
|
peerDependencies:
|
|
1333
1293
|
"@babel/core": ^7.0.0-0
|
|
1334
1294
|
dependencies:
|
|
1335
|
-
"@babel/core": 7.22.
|
|
1295
|
+
"@babel/core": 7.22.1
|
|
1336
1296
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1337
1297
|
dev: true
|
|
1338
1298
|
|
|
1339
|
-
/@babel/plugin-transform-exponentiation-operator@7.18.6(@babel/core@7.22.
|
|
1299
|
+
/@babel/plugin-transform-exponentiation-operator@7.18.6(@babel/core@7.22.1):
|
|
1340
1300
|
resolution:
|
|
1341
1301
|
{
|
|
1342
1302
|
integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==,
|
|
@@ -1345,12 +1305,12 @@ packages:
|
|
|
1345
1305
|
peerDependencies:
|
|
1346
1306
|
"@babel/core": ^7.0.0-0
|
|
1347
1307
|
dependencies:
|
|
1348
|
-
"@babel/core": 7.22.
|
|
1308
|
+
"@babel/core": 7.22.1
|
|
1349
1309
|
"@babel/helper-builder-binary-assignment-operator-visitor": 7.18.9
|
|
1350
1310
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1351
1311
|
dev: true
|
|
1352
1312
|
|
|
1353
|
-
/@babel/plugin-transform-for-of@7.18.8(@babel/core@7.22.
|
|
1313
|
+
/@babel/plugin-transform-for-of@7.18.8(@babel/core@7.22.1):
|
|
1354
1314
|
resolution:
|
|
1355
1315
|
{
|
|
1356
1316
|
integrity: sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ==,
|
|
@@ -1359,11 +1319,11 @@ packages:
|
|
|
1359
1319
|
peerDependencies:
|
|
1360
1320
|
"@babel/core": ^7.0.0-0
|
|
1361
1321
|
dependencies:
|
|
1362
|
-
"@babel/core": 7.22.
|
|
1322
|
+
"@babel/core": 7.22.1
|
|
1363
1323
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1364
1324
|
dev: true
|
|
1365
1325
|
|
|
1366
|
-
/@babel/plugin-transform-function-name@7.18.9(@babel/core@7.22.
|
|
1326
|
+
/@babel/plugin-transform-function-name@7.18.9(@babel/core@7.22.1):
|
|
1367
1327
|
resolution:
|
|
1368
1328
|
{
|
|
1369
1329
|
integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==,
|
|
@@ -1372,13 +1332,13 @@ packages:
|
|
|
1372
1332
|
peerDependencies:
|
|
1373
1333
|
"@babel/core": ^7.0.0-0
|
|
1374
1334
|
dependencies:
|
|
1375
|
-
"@babel/core": 7.22.
|
|
1376
|
-
"@babel/helper-compilation-targets": 7.20.0(@babel/core@7.22.
|
|
1335
|
+
"@babel/core": 7.22.1
|
|
1336
|
+
"@babel/helper-compilation-targets": 7.20.0(@babel/core@7.22.1)
|
|
1377
1337
|
"@babel/helper-function-name": 7.19.0
|
|
1378
1338
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1379
1339
|
dev: true
|
|
1380
1340
|
|
|
1381
|
-
/@babel/plugin-transform-literals@7.18.9(@babel/core@7.22.
|
|
1341
|
+
/@babel/plugin-transform-literals@7.18.9(@babel/core@7.22.1):
|
|
1382
1342
|
resolution:
|
|
1383
1343
|
{
|
|
1384
1344
|
integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==,
|
|
@@ -1387,11 +1347,11 @@ packages:
|
|
|
1387
1347
|
peerDependencies:
|
|
1388
1348
|
"@babel/core": ^7.0.0-0
|
|
1389
1349
|
dependencies:
|
|
1390
|
-
"@babel/core": 7.22.
|
|
1350
|
+
"@babel/core": 7.22.1
|
|
1391
1351
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1392
1352
|
dev: true
|
|
1393
1353
|
|
|
1394
|
-
/@babel/plugin-transform-member-expression-literals@7.18.6(@babel/core@7.22.
|
|
1354
|
+
/@babel/plugin-transform-member-expression-literals@7.18.6(@babel/core@7.22.1):
|
|
1395
1355
|
resolution:
|
|
1396
1356
|
{
|
|
1397
1357
|
integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==,
|
|
@@ -1400,11 +1360,11 @@ packages:
|
|
|
1400
1360
|
peerDependencies:
|
|
1401
1361
|
"@babel/core": ^7.0.0-0
|
|
1402
1362
|
dependencies:
|
|
1403
|
-
"@babel/core": 7.22.
|
|
1363
|
+
"@babel/core": 7.22.1
|
|
1404
1364
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1405
1365
|
dev: true
|
|
1406
1366
|
|
|
1407
|
-
/@babel/plugin-transform-modules-amd@7.19.6(@babel/core@7.22.
|
|
1367
|
+
/@babel/plugin-transform-modules-amd@7.19.6(@babel/core@7.22.1):
|
|
1408
1368
|
resolution:
|
|
1409
1369
|
{
|
|
1410
1370
|
integrity: sha512-uG3od2mXvAtIFQIh0xrpLH6r5fpSQN04gIVovl+ODLdUMANokxQLZnPBHcjmv3GxRjnqwLuHvppjjcelqUFZvg==,
|
|
@@ -1413,14 +1373,14 @@ packages:
|
|
|
1413
1373
|
peerDependencies:
|
|
1414
1374
|
"@babel/core": ^7.0.0-0
|
|
1415
1375
|
dependencies:
|
|
1416
|
-
"@babel/core": 7.22.
|
|
1376
|
+
"@babel/core": 7.22.1
|
|
1417
1377
|
"@babel/helper-module-transforms": 7.20.2
|
|
1418
1378
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1419
1379
|
transitivePeerDependencies:
|
|
1420
1380
|
- supports-color
|
|
1421
1381
|
dev: true
|
|
1422
1382
|
|
|
1423
|
-
/@babel/plugin-transform-modules-commonjs@7.19.6(@babel/core@7.22.
|
|
1383
|
+
/@babel/plugin-transform-modules-commonjs@7.19.6(@babel/core@7.22.1):
|
|
1424
1384
|
resolution:
|
|
1425
1385
|
{
|
|
1426
1386
|
integrity: sha512-8PIa1ym4XRTKuSsOUXqDG0YaOlEuTVvHMe5JCfgBMOtHvJKw/4NGovEGN33viISshG/rZNVrACiBmPQLvWN8xQ==,
|
|
@@ -1429,7 +1389,7 @@ packages:
|
|
|
1429
1389
|
peerDependencies:
|
|
1430
1390
|
"@babel/core": ^7.0.0-0
|
|
1431
1391
|
dependencies:
|
|
1432
|
-
"@babel/core": 7.22.
|
|
1392
|
+
"@babel/core": 7.22.1
|
|
1433
1393
|
"@babel/helper-module-transforms": 7.20.2
|
|
1434
1394
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1435
1395
|
"@babel/helper-simple-access": 7.20.2
|
|
@@ -1437,7 +1397,7 @@ packages:
|
|
|
1437
1397
|
- supports-color
|
|
1438
1398
|
dev: true
|
|
1439
1399
|
|
|
1440
|
-
/@babel/plugin-transform-modules-systemjs@7.19.6(@babel/core@7.22.
|
|
1400
|
+
/@babel/plugin-transform-modules-systemjs@7.19.6(@babel/core@7.22.1):
|
|
1441
1401
|
resolution:
|
|
1442
1402
|
{
|
|
1443
1403
|
integrity: sha512-fqGLBepcc3kErfR9R3DnVpURmckXP7gj7bAlrTQyBxrigFqszZCkFkcoxzCp2v32XmwXLvbw+8Yq9/b+QqksjQ==,
|
|
@@ -1446,7 +1406,7 @@ packages:
|
|
|
1446
1406
|
peerDependencies:
|
|
1447
1407
|
"@babel/core": ^7.0.0-0
|
|
1448
1408
|
dependencies:
|
|
1449
|
-
"@babel/core": 7.22.
|
|
1409
|
+
"@babel/core": 7.22.1
|
|
1450
1410
|
"@babel/helper-hoist-variables": 7.18.6
|
|
1451
1411
|
"@babel/helper-module-transforms": 7.20.2
|
|
1452
1412
|
"@babel/helper-plugin-utils": 7.20.2
|
|
@@ -1455,7 +1415,7 @@ packages:
|
|
|
1455
1415
|
- supports-color
|
|
1456
1416
|
dev: true
|
|
1457
1417
|
|
|
1458
|
-
/@babel/plugin-transform-modules-umd@7.18.6(@babel/core@7.22.
|
|
1418
|
+
/@babel/plugin-transform-modules-umd@7.18.6(@babel/core@7.22.1):
|
|
1459
1419
|
resolution:
|
|
1460
1420
|
{
|
|
1461
1421
|
integrity: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==,
|
|
@@ -1464,14 +1424,14 @@ packages:
|
|
|
1464
1424
|
peerDependencies:
|
|
1465
1425
|
"@babel/core": ^7.0.0-0
|
|
1466
1426
|
dependencies:
|
|
1467
|
-
"@babel/core": 7.22.
|
|
1427
|
+
"@babel/core": 7.22.1
|
|
1468
1428
|
"@babel/helper-module-transforms": 7.20.2
|
|
1469
1429
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1470
1430
|
transitivePeerDependencies:
|
|
1471
1431
|
- supports-color
|
|
1472
1432
|
dev: true
|
|
1473
1433
|
|
|
1474
|
-
/@babel/plugin-transform-named-capturing-groups-regex@7.20.5(@babel/core@7.22.
|
|
1434
|
+
/@babel/plugin-transform-named-capturing-groups-regex@7.20.5(@babel/core@7.22.1):
|
|
1475
1435
|
resolution:
|
|
1476
1436
|
{
|
|
1477
1437
|
integrity: sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==,
|
|
@@ -1480,12 +1440,12 @@ packages:
|
|
|
1480
1440
|
peerDependencies:
|
|
1481
1441
|
"@babel/core": ^7.0.0
|
|
1482
1442
|
dependencies:
|
|
1483
|
-
"@babel/core": 7.22.
|
|
1484
|
-
"@babel/helper-create-regexp-features-plugin": 7.20.5(@babel/core@7.22.
|
|
1443
|
+
"@babel/core": 7.22.1
|
|
1444
|
+
"@babel/helper-create-regexp-features-plugin": 7.20.5(@babel/core@7.22.1)
|
|
1485
1445
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1486
1446
|
dev: true
|
|
1487
1447
|
|
|
1488
|
-
/@babel/plugin-transform-new-target@7.18.6(@babel/core@7.22.
|
|
1448
|
+
/@babel/plugin-transform-new-target@7.18.6(@babel/core@7.22.1):
|
|
1489
1449
|
resolution:
|
|
1490
1450
|
{
|
|
1491
1451
|
integrity: sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==,
|
|
@@ -1494,11 +1454,11 @@ packages:
|
|
|
1494
1454
|
peerDependencies:
|
|
1495
1455
|
"@babel/core": ^7.0.0-0
|
|
1496
1456
|
dependencies:
|
|
1497
|
-
"@babel/core": 7.22.
|
|
1457
|
+
"@babel/core": 7.22.1
|
|
1498
1458
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1499
1459
|
dev: true
|
|
1500
1460
|
|
|
1501
|
-
/@babel/plugin-transform-object-super@7.18.6(@babel/core@7.22.
|
|
1461
|
+
/@babel/plugin-transform-object-super@7.18.6(@babel/core@7.22.1):
|
|
1502
1462
|
resolution:
|
|
1503
1463
|
{
|
|
1504
1464
|
integrity: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==,
|
|
@@ -1507,14 +1467,14 @@ packages:
|
|
|
1507
1467
|
peerDependencies:
|
|
1508
1468
|
"@babel/core": ^7.0.0-0
|
|
1509
1469
|
dependencies:
|
|
1510
|
-
"@babel/core": 7.22.
|
|
1470
|
+
"@babel/core": 7.22.1
|
|
1511
1471
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1512
1472
|
"@babel/helper-replace-supers": 7.19.1
|
|
1513
1473
|
transitivePeerDependencies:
|
|
1514
1474
|
- supports-color
|
|
1515
1475
|
dev: true
|
|
1516
1476
|
|
|
1517
|
-
/@babel/plugin-transform-parameters@7.20.5(@babel/core@7.22.
|
|
1477
|
+
/@babel/plugin-transform-parameters@7.20.5(@babel/core@7.22.1):
|
|
1518
1478
|
resolution:
|
|
1519
1479
|
{
|
|
1520
1480
|
integrity: sha512-h7plkOmcndIUWXZFLgpbrh2+fXAi47zcUX7IrOQuZdLD0I0KvjJ6cvo3BEcAOsDOcZhVKGJqv07mkSqK0y2isQ==,
|
|
@@ -1523,11 +1483,11 @@ packages:
|
|
|
1523
1483
|
peerDependencies:
|
|
1524
1484
|
"@babel/core": ^7.0.0-0
|
|
1525
1485
|
dependencies:
|
|
1526
|
-
"@babel/core": 7.22.
|
|
1486
|
+
"@babel/core": 7.22.1
|
|
1527
1487
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1528
1488
|
dev: true
|
|
1529
1489
|
|
|
1530
|
-
/@babel/plugin-transform-property-literals@7.18.6(@babel/core@7.22.
|
|
1490
|
+
/@babel/plugin-transform-property-literals@7.18.6(@babel/core@7.22.1):
|
|
1531
1491
|
resolution:
|
|
1532
1492
|
{
|
|
1533
1493
|
integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==,
|
|
@@ -1536,11 +1496,11 @@ packages:
|
|
|
1536
1496
|
peerDependencies:
|
|
1537
1497
|
"@babel/core": ^7.0.0-0
|
|
1538
1498
|
dependencies:
|
|
1539
|
-
"@babel/core": 7.22.
|
|
1499
|
+
"@babel/core": 7.22.1
|
|
1540
1500
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1541
1501
|
dev: true
|
|
1542
1502
|
|
|
1543
|
-
/@babel/plugin-transform-regenerator@7.20.5(@babel/core@7.22.
|
|
1503
|
+
/@babel/plugin-transform-regenerator@7.20.5(@babel/core@7.22.1):
|
|
1544
1504
|
resolution:
|
|
1545
1505
|
{
|
|
1546
1506
|
integrity: sha512-kW/oO7HPBtntbsahzQ0qSE3tFvkFwnbozz3NWFhLGqH75vLEg+sCGngLlhVkePlCs3Jv0dBBHDzCHxNiFAQKCQ==,
|
|
@@ -1549,12 +1509,12 @@ packages:
|
|
|
1549
1509
|
peerDependencies:
|
|
1550
1510
|
"@babel/core": ^7.0.0-0
|
|
1551
1511
|
dependencies:
|
|
1552
|
-
"@babel/core": 7.22.
|
|
1512
|
+
"@babel/core": 7.22.1
|
|
1553
1513
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1554
1514
|
regenerator-transform: 0.15.1
|
|
1555
1515
|
dev: true
|
|
1556
1516
|
|
|
1557
|
-
/@babel/plugin-transform-reserved-words@7.18.6(@babel/core@7.22.
|
|
1517
|
+
/@babel/plugin-transform-reserved-words@7.18.6(@babel/core@7.22.1):
|
|
1558
1518
|
resolution:
|
|
1559
1519
|
{
|
|
1560
1520
|
integrity: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==,
|
|
@@ -1563,11 +1523,11 @@ packages:
|
|
|
1563
1523
|
peerDependencies:
|
|
1564
1524
|
"@babel/core": ^7.0.0-0
|
|
1565
1525
|
dependencies:
|
|
1566
|
-
"@babel/core": 7.22.
|
|
1526
|
+
"@babel/core": 7.22.1
|
|
1567
1527
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1568
1528
|
dev: true
|
|
1569
1529
|
|
|
1570
|
-
/@babel/plugin-transform-shorthand-properties@7.18.6(@babel/core@7.22.
|
|
1530
|
+
/@babel/plugin-transform-shorthand-properties@7.18.6(@babel/core@7.22.1):
|
|
1571
1531
|
resolution:
|
|
1572
1532
|
{
|
|
1573
1533
|
integrity: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==,
|
|
@@ -1576,11 +1536,11 @@ packages:
|
|
|
1576
1536
|
peerDependencies:
|
|
1577
1537
|
"@babel/core": ^7.0.0-0
|
|
1578
1538
|
dependencies:
|
|
1579
|
-
"@babel/core": 7.22.
|
|
1539
|
+
"@babel/core": 7.22.1
|
|
1580
1540
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1581
1541
|
dev: true
|
|
1582
1542
|
|
|
1583
|
-
/@babel/plugin-transform-spread@7.19.0(@babel/core@7.22.
|
|
1543
|
+
/@babel/plugin-transform-spread@7.19.0(@babel/core@7.22.1):
|
|
1584
1544
|
resolution:
|
|
1585
1545
|
{
|
|
1586
1546
|
integrity: sha512-RsuMk7j6n+r752EtzyScnWkQyuJdli6LdO5Klv8Yx0OfPVTcQkIUfS8clx5e9yHXzlnhOZF3CbQ8C2uP5j074w==,
|
|
@@ -1589,12 +1549,12 @@ packages:
|
|
|
1589
1549
|
peerDependencies:
|
|
1590
1550
|
"@babel/core": ^7.0.0-0
|
|
1591
1551
|
dependencies:
|
|
1592
|
-
"@babel/core": 7.22.
|
|
1552
|
+
"@babel/core": 7.22.1
|
|
1593
1553
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1594
1554
|
"@babel/helper-skip-transparent-expression-wrappers": 7.20.0
|
|
1595
1555
|
dev: true
|
|
1596
1556
|
|
|
1597
|
-
/@babel/plugin-transform-sticky-regex@7.18.6(@babel/core@7.22.
|
|
1557
|
+
/@babel/plugin-transform-sticky-regex@7.18.6(@babel/core@7.22.1):
|
|
1598
1558
|
resolution:
|
|
1599
1559
|
{
|
|
1600
1560
|
integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==,
|
|
@@ -1603,11 +1563,11 @@ packages:
|
|
|
1603
1563
|
peerDependencies:
|
|
1604
1564
|
"@babel/core": ^7.0.0-0
|
|
1605
1565
|
dependencies:
|
|
1606
|
-
"@babel/core": 7.22.
|
|
1566
|
+
"@babel/core": 7.22.1
|
|
1607
1567
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1608
1568
|
dev: true
|
|
1609
1569
|
|
|
1610
|
-
/@babel/plugin-transform-template-literals@7.18.9(@babel/core@7.22.
|
|
1570
|
+
/@babel/plugin-transform-template-literals@7.18.9(@babel/core@7.22.1):
|
|
1611
1571
|
resolution:
|
|
1612
1572
|
{
|
|
1613
1573
|
integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==,
|
|
@@ -1616,11 +1576,11 @@ packages:
|
|
|
1616
1576
|
peerDependencies:
|
|
1617
1577
|
"@babel/core": ^7.0.0-0
|
|
1618
1578
|
dependencies:
|
|
1619
|
-
"@babel/core": 7.22.
|
|
1579
|
+
"@babel/core": 7.22.1
|
|
1620
1580
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1621
1581
|
dev: true
|
|
1622
1582
|
|
|
1623
|
-
/@babel/plugin-transform-typeof-symbol@7.18.9(@babel/core@7.22.
|
|
1583
|
+
/@babel/plugin-transform-typeof-symbol@7.18.9(@babel/core@7.22.1):
|
|
1624
1584
|
resolution:
|
|
1625
1585
|
{
|
|
1626
1586
|
integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==,
|
|
@@ -1629,11 +1589,11 @@ packages:
|
|
|
1629
1589
|
peerDependencies:
|
|
1630
1590
|
"@babel/core": ^7.0.0-0
|
|
1631
1591
|
dependencies:
|
|
1632
|
-
"@babel/core": 7.22.
|
|
1592
|
+
"@babel/core": 7.22.1
|
|
1633
1593
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1634
1594
|
dev: true
|
|
1635
1595
|
|
|
1636
|
-
/@babel/plugin-transform-unicode-escapes@7.18.10(@babel/core@7.22.
|
|
1596
|
+
/@babel/plugin-transform-unicode-escapes@7.18.10(@babel/core@7.22.1):
|
|
1637
1597
|
resolution:
|
|
1638
1598
|
{
|
|
1639
1599
|
integrity: sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ==,
|
|
@@ -1642,11 +1602,11 @@ packages:
|
|
|
1642
1602
|
peerDependencies:
|
|
1643
1603
|
"@babel/core": ^7.0.0-0
|
|
1644
1604
|
dependencies:
|
|
1645
|
-
"@babel/core": 7.22.
|
|
1605
|
+
"@babel/core": 7.22.1
|
|
1646
1606
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1647
1607
|
dev: true
|
|
1648
1608
|
|
|
1649
|
-
/@babel/plugin-transform-unicode-regex@7.18.6(@babel/core@7.22.
|
|
1609
|
+
/@babel/plugin-transform-unicode-regex@7.18.6(@babel/core@7.22.1):
|
|
1650
1610
|
resolution:
|
|
1651
1611
|
{
|
|
1652
1612
|
integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==,
|
|
@@ -1655,12 +1615,12 @@ packages:
|
|
|
1655
1615
|
peerDependencies:
|
|
1656
1616
|
"@babel/core": ^7.0.0-0
|
|
1657
1617
|
dependencies:
|
|
1658
|
-
"@babel/core": 7.22.
|
|
1659
|
-
"@babel/helper-create-regexp-features-plugin": 7.20.5(@babel/core@7.22.
|
|
1618
|
+
"@babel/core": 7.22.1
|
|
1619
|
+
"@babel/helper-create-regexp-features-plugin": 7.20.5(@babel/core@7.22.1)
|
|
1660
1620
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1661
1621
|
dev: true
|
|
1662
1622
|
|
|
1663
|
-
/@babel/preset-env@7.20.2(@babel/core@7.22.
|
|
1623
|
+
/@babel/preset-env@7.20.2(@babel/core@7.22.1):
|
|
1664
1624
|
resolution:
|
|
1665
1625
|
{
|
|
1666
1626
|
integrity: sha512-1G0efQEWR1EHkKvKHqbG+IN/QdgwfByUpM5V5QroDzGV2t3S/WXNQd693cHiHTlCFMpr9B6FkPFXDA2lQcKoDg==,
|
|
@@ -1670,86 +1630,86 @@ packages:
|
|
|
1670
1630
|
"@babel/core": ^7.0.0-0
|
|
1671
1631
|
dependencies:
|
|
1672
1632
|
"@babel/compat-data": 7.20.5
|
|
1673
|
-
"@babel/core": 7.22.
|
|
1674
|
-
"@babel/helper-compilation-targets": 7.20.0(@babel/core@7.22.
|
|
1633
|
+
"@babel/core": 7.22.1
|
|
1634
|
+
"@babel/helper-compilation-targets": 7.20.0(@babel/core@7.22.1)
|
|
1675
1635
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1676
1636
|
"@babel/helper-validator-option": 7.18.6
|
|
1677
|
-
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": 7.18.6(@babel/core@7.22.
|
|
1678
|
-
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": 7.18.9(@babel/core@7.22.
|
|
1679
|
-
"@babel/plugin-proposal-async-generator-functions": 7.20.1(@babel/core@7.22.
|
|
1680
|
-
"@babel/plugin-proposal-class-properties": 7.18.6(@babel/core@7.22.
|
|
1681
|
-
"@babel/plugin-proposal-class-static-block": 7.18.6(@babel/core@7.22.
|
|
1682
|
-
"@babel/plugin-proposal-dynamic-import": 7.18.6(@babel/core@7.22.
|
|
1683
|
-
"@babel/plugin-proposal-export-namespace-from": 7.18.9(@babel/core@7.22.
|
|
1684
|
-
"@babel/plugin-proposal-json-strings": 7.18.6(@babel/core@7.22.
|
|
1685
|
-
"@babel/plugin-proposal-logical-assignment-operators": 7.18.9(@babel/core@7.22.
|
|
1686
|
-
"@babel/plugin-proposal-nullish-coalescing-operator": 7.18.6(@babel/core@7.22.
|
|
1687
|
-
"@babel/plugin-proposal-numeric-separator": 7.18.6(@babel/core@7.22.
|
|
1688
|
-
"@babel/plugin-proposal-object-rest-spread": 7.20.2(@babel/core@7.22.
|
|
1689
|
-
"@babel/plugin-proposal-optional-catch-binding": 7.18.6(@babel/core@7.22.
|
|
1690
|
-
"@babel/plugin-proposal-optional-chaining": 7.18.9(@babel/core@7.22.
|
|
1691
|
-
"@babel/plugin-proposal-private-methods": 7.18.6(@babel/core@7.22.
|
|
1692
|
-
"@babel/plugin-proposal-private-property-in-object": 7.20.5(@babel/core@7.22.
|
|
1693
|
-
"@babel/plugin-proposal-unicode-property-regex": 7.18.6(@babel/core@7.22.
|
|
1694
|
-
"@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.22.
|
|
1695
|
-
"@babel/plugin-syntax-class-properties": 7.12.13(@babel/core@7.22.
|
|
1696
|
-
"@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.22.
|
|
1697
|
-
"@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.22.
|
|
1698
|
-
"@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.22.
|
|
1699
|
-
"@babel/plugin-syntax-import-assertions": 7.20.0(@babel/core@7.22.
|
|
1700
|
-
"@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.22.
|
|
1701
|
-
"@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.22.
|
|
1702
|
-
"@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.22.
|
|
1703
|
-
"@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.22.
|
|
1704
|
-
"@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.22.
|
|
1705
|
-
"@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.22.
|
|
1706
|
-
"@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.22.
|
|
1707
|
-
"@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.22.
|
|
1708
|
-
"@babel/plugin-syntax-top-level-await": 7.14.5(@babel/core@7.22.
|
|
1709
|
-
"@babel/plugin-transform-arrow-functions": 7.18.6(@babel/core@7.22.
|
|
1710
|
-
"@babel/plugin-transform-async-to-generator": 7.18.6(@babel/core@7.22.
|
|
1711
|
-
"@babel/plugin-transform-block-scoped-functions": 7.18.6(@babel/core@7.22.
|
|
1712
|
-
"@babel/plugin-transform-block-scoping": 7.20.5(@babel/core@7.22.
|
|
1713
|
-
"@babel/plugin-transform-classes": 7.20.2(@babel/core@7.22.
|
|
1714
|
-
"@babel/plugin-transform-computed-properties": 7.18.9(@babel/core@7.22.
|
|
1715
|
-
"@babel/plugin-transform-destructuring": 7.20.2(@babel/core@7.22.
|
|
1716
|
-
"@babel/plugin-transform-dotall-regex": 7.18.6(@babel/core@7.22.
|
|
1717
|
-
"@babel/plugin-transform-duplicate-keys": 7.18.9(@babel/core@7.22.
|
|
1718
|
-
"@babel/plugin-transform-exponentiation-operator": 7.18.6(@babel/core@7.22.
|
|
1719
|
-
"@babel/plugin-transform-for-of": 7.18.8(@babel/core@7.22.
|
|
1720
|
-
"@babel/plugin-transform-function-name": 7.18.9(@babel/core@7.22.
|
|
1721
|
-
"@babel/plugin-transform-literals": 7.18.9(@babel/core@7.22.
|
|
1722
|
-
"@babel/plugin-transform-member-expression-literals": 7.18.6(@babel/core@7.22.
|
|
1723
|
-
"@babel/plugin-transform-modules-amd": 7.19.6(@babel/core@7.22.
|
|
1724
|
-
"@babel/plugin-transform-modules-commonjs": 7.19.6(@babel/core@7.22.
|
|
1725
|
-
"@babel/plugin-transform-modules-systemjs": 7.19.6(@babel/core@7.22.
|
|
1726
|
-
"@babel/plugin-transform-modules-umd": 7.18.6(@babel/core@7.22.
|
|
1727
|
-
"@babel/plugin-transform-named-capturing-groups-regex": 7.20.5(@babel/core@7.22.
|
|
1728
|
-
"@babel/plugin-transform-new-target": 7.18.6(@babel/core@7.22.
|
|
1729
|
-
"@babel/plugin-transform-object-super": 7.18.6(@babel/core@7.22.
|
|
1730
|
-
"@babel/plugin-transform-parameters": 7.20.5(@babel/core@7.22.
|
|
1731
|
-
"@babel/plugin-transform-property-literals": 7.18.6(@babel/core@7.22.
|
|
1732
|
-
"@babel/plugin-transform-regenerator": 7.20.5(@babel/core@7.22.
|
|
1733
|
-
"@babel/plugin-transform-reserved-words": 7.18.6(@babel/core@7.22.
|
|
1734
|
-
"@babel/plugin-transform-shorthand-properties": 7.18.6(@babel/core@7.22.
|
|
1735
|
-
"@babel/plugin-transform-spread": 7.19.0(@babel/core@7.22.
|
|
1736
|
-
"@babel/plugin-transform-sticky-regex": 7.18.6(@babel/core@7.22.
|
|
1737
|
-
"@babel/plugin-transform-template-literals": 7.18.9(@babel/core@7.22.
|
|
1738
|
-
"@babel/plugin-transform-typeof-symbol": 7.18.9(@babel/core@7.22.
|
|
1739
|
-
"@babel/plugin-transform-unicode-escapes": 7.18.10(@babel/core@7.22.
|
|
1740
|
-
"@babel/plugin-transform-unicode-regex": 7.18.6(@babel/core@7.22.
|
|
1741
|
-
"@babel/preset-modules": 0.1.5(@babel/core@7.22.
|
|
1637
|
+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": 7.18.6(@babel/core@7.22.1)
|
|
1638
|
+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": 7.18.9(@babel/core@7.22.1)
|
|
1639
|
+
"@babel/plugin-proposal-async-generator-functions": 7.20.1(@babel/core@7.22.1)
|
|
1640
|
+
"@babel/plugin-proposal-class-properties": 7.18.6(@babel/core@7.22.1)
|
|
1641
|
+
"@babel/plugin-proposal-class-static-block": 7.18.6(@babel/core@7.22.1)
|
|
1642
|
+
"@babel/plugin-proposal-dynamic-import": 7.18.6(@babel/core@7.22.1)
|
|
1643
|
+
"@babel/plugin-proposal-export-namespace-from": 7.18.9(@babel/core@7.22.1)
|
|
1644
|
+
"@babel/plugin-proposal-json-strings": 7.18.6(@babel/core@7.22.1)
|
|
1645
|
+
"@babel/plugin-proposal-logical-assignment-operators": 7.18.9(@babel/core@7.22.1)
|
|
1646
|
+
"@babel/plugin-proposal-nullish-coalescing-operator": 7.18.6(@babel/core@7.22.1)
|
|
1647
|
+
"@babel/plugin-proposal-numeric-separator": 7.18.6(@babel/core@7.22.1)
|
|
1648
|
+
"@babel/plugin-proposal-object-rest-spread": 7.20.2(@babel/core@7.22.1)
|
|
1649
|
+
"@babel/plugin-proposal-optional-catch-binding": 7.18.6(@babel/core@7.22.1)
|
|
1650
|
+
"@babel/plugin-proposal-optional-chaining": 7.18.9(@babel/core@7.22.1)
|
|
1651
|
+
"@babel/plugin-proposal-private-methods": 7.18.6(@babel/core@7.22.1)
|
|
1652
|
+
"@babel/plugin-proposal-private-property-in-object": 7.20.5(@babel/core@7.22.1)
|
|
1653
|
+
"@babel/plugin-proposal-unicode-property-regex": 7.18.6(@babel/core@7.22.1)
|
|
1654
|
+
"@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.22.1)
|
|
1655
|
+
"@babel/plugin-syntax-class-properties": 7.12.13(@babel/core@7.22.1)
|
|
1656
|
+
"@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.22.1)
|
|
1657
|
+
"@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.22.1)
|
|
1658
|
+
"@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.22.1)
|
|
1659
|
+
"@babel/plugin-syntax-import-assertions": 7.20.0(@babel/core@7.22.1)
|
|
1660
|
+
"@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.22.1)
|
|
1661
|
+
"@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.22.1)
|
|
1662
|
+
"@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.22.1)
|
|
1663
|
+
"@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.22.1)
|
|
1664
|
+
"@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.22.1)
|
|
1665
|
+
"@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.22.1)
|
|
1666
|
+
"@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.22.1)
|
|
1667
|
+
"@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.22.1)
|
|
1668
|
+
"@babel/plugin-syntax-top-level-await": 7.14.5(@babel/core@7.22.1)
|
|
1669
|
+
"@babel/plugin-transform-arrow-functions": 7.18.6(@babel/core@7.22.1)
|
|
1670
|
+
"@babel/plugin-transform-async-to-generator": 7.18.6(@babel/core@7.22.1)
|
|
1671
|
+
"@babel/plugin-transform-block-scoped-functions": 7.18.6(@babel/core@7.22.1)
|
|
1672
|
+
"@babel/plugin-transform-block-scoping": 7.20.5(@babel/core@7.22.1)
|
|
1673
|
+
"@babel/plugin-transform-classes": 7.20.2(@babel/core@7.22.1)
|
|
1674
|
+
"@babel/plugin-transform-computed-properties": 7.18.9(@babel/core@7.22.1)
|
|
1675
|
+
"@babel/plugin-transform-destructuring": 7.20.2(@babel/core@7.22.1)
|
|
1676
|
+
"@babel/plugin-transform-dotall-regex": 7.18.6(@babel/core@7.22.1)
|
|
1677
|
+
"@babel/plugin-transform-duplicate-keys": 7.18.9(@babel/core@7.22.1)
|
|
1678
|
+
"@babel/plugin-transform-exponentiation-operator": 7.18.6(@babel/core@7.22.1)
|
|
1679
|
+
"@babel/plugin-transform-for-of": 7.18.8(@babel/core@7.22.1)
|
|
1680
|
+
"@babel/plugin-transform-function-name": 7.18.9(@babel/core@7.22.1)
|
|
1681
|
+
"@babel/plugin-transform-literals": 7.18.9(@babel/core@7.22.1)
|
|
1682
|
+
"@babel/plugin-transform-member-expression-literals": 7.18.6(@babel/core@7.22.1)
|
|
1683
|
+
"@babel/plugin-transform-modules-amd": 7.19.6(@babel/core@7.22.1)
|
|
1684
|
+
"@babel/plugin-transform-modules-commonjs": 7.19.6(@babel/core@7.22.1)
|
|
1685
|
+
"@babel/plugin-transform-modules-systemjs": 7.19.6(@babel/core@7.22.1)
|
|
1686
|
+
"@babel/plugin-transform-modules-umd": 7.18.6(@babel/core@7.22.1)
|
|
1687
|
+
"@babel/plugin-transform-named-capturing-groups-regex": 7.20.5(@babel/core@7.22.1)
|
|
1688
|
+
"@babel/plugin-transform-new-target": 7.18.6(@babel/core@7.22.1)
|
|
1689
|
+
"@babel/plugin-transform-object-super": 7.18.6(@babel/core@7.22.1)
|
|
1690
|
+
"@babel/plugin-transform-parameters": 7.20.5(@babel/core@7.22.1)
|
|
1691
|
+
"@babel/plugin-transform-property-literals": 7.18.6(@babel/core@7.22.1)
|
|
1692
|
+
"@babel/plugin-transform-regenerator": 7.20.5(@babel/core@7.22.1)
|
|
1693
|
+
"@babel/plugin-transform-reserved-words": 7.18.6(@babel/core@7.22.1)
|
|
1694
|
+
"@babel/plugin-transform-shorthand-properties": 7.18.6(@babel/core@7.22.1)
|
|
1695
|
+
"@babel/plugin-transform-spread": 7.19.0(@babel/core@7.22.1)
|
|
1696
|
+
"@babel/plugin-transform-sticky-regex": 7.18.6(@babel/core@7.22.1)
|
|
1697
|
+
"@babel/plugin-transform-template-literals": 7.18.9(@babel/core@7.22.1)
|
|
1698
|
+
"@babel/plugin-transform-typeof-symbol": 7.18.9(@babel/core@7.22.1)
|
|
1699
|
+
"@babel/plugin-transform-unicode-escapes": 7.18.10(@babel/core@7.22.1)
|
|
1700
|
+
"@babel/plugin-transform-unicode-regex": 7.18.6(@babel/core@7.22.1)
|
|
1701
|
+
"@babel/preset-modules": 0.1.5(@babel/core@7.22.1)
|
|
1742
1702
|
"@babel/types": 7.20.5
|
|
1743
|
-
babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.22.
|
|
1744
|
-
babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.22.
|
|
1745
|
-
babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.22.
|
|
1703
|
+
babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.22.1)
|
|
1704
|
+
babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.22.1)
|
|
1705
|
+
babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.22.1)
|
|
1746
1706
|
core-js-compat: 3.26.1
|
|
1747
1707
|
semver: 6.3.0
|
|
1748
1708
|
transitivePeerDependencies:
|
|
1749
1709
|
- supports-color
|
|
1750
1710
|
dev: true
|
|
1751
1711
|
|
|
1752
|
-
/@babel/preset-modules@0.1.5(@babel/core@7.22.
|
|
1712
|
+
/@babel/preset-modules@0.1.5(@babel/core@7.22.1):
|
|
1753
1713
|
resolution:
|
|
1754
1714
|
{
|
|
1755
1715
|
integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==,
|
|
@@ -1757,10 +1717,10 @@ packages:
|
|
|
1757
1717
|
peerDependencies:
|
|
1758
1718
|
"@babel/core": ^7.0.0-0
|
|
1759
1719
|
dependencies:
|
|
1760
|
-
"@babel/core": 7.22.
|
|
1720
|
+
"@babel/core": 7.22.1
|
|
1761
1721
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1762
|
-
"@babel/plugin-proposal-unicode-property-regex": 7.18.6(@babel/core@7.22.
|
|
1763
|
-
"@babel/plugin-transform-dotall-regex": 7.18.6(@babel/core@7.22.
|
|
1722
|
+
"@babel/plugin-proposal-unicode-property-regex": 7.18.6(@babel/core@7.22.1)
|
|
1723
|
+
"@babel/plugin-transform-dotall-regex": 7.18.6(@babel/core@7.22.1)
|
|
1764
1724
|
"@babel/types": 7.20.5
|
|
1765
1725
|
esutils: 2.0.3
|
|
1766
1726
|
dev: true
|
|
@@ -1787,16 +1747,16 @@ packages:
|
|
|
1787
1747
|
"@babel/types": 7.20.5
|
|
1788
1748
|
dev: true
|
|
1789
1749
|
|
|
1790
|
-
/@babel/template@7.
|
|
1750
|
+
/@babel/template@7.21.9:
|
|
1791
1751
|
resolution:
|
|
1792
1752
|
{
|
|
1793
|
-
integrity: sha512-
|
|
1753
|
+
integrity: sha512-MK0X5k8NKOuWRamiEfc3KEJiHMTkGZNUjzMipqCGDDc6ijRl/B7RGSKVGncu4Ro/HdyzzY6cmoXuKI2Gffk7vQ==,
|
|
1794
1754
|
}
|
|
1795
1755
|
engines: { node: ">=6.9.0" }
|
|
1796
1756
|
dependencies:
|
|
1797
|
-
"@babel/code-frame": 7.
|
|
1798
|
-
"@babel/parser": 7.22.
|
|
1799
|
-
"@babel/types": 7.22.
|
|
1757
|
+
"@babel/code-frame": 7.21.4
|
|
1758
|
+
"@babel/parser": 7.22.4
|
|
1759
|
+
"@babel/types": 7.22.4
|
|
1800
1760
|
dev: true
|
|
1801
1761
|
|
|
1802
1762
|
/@babel/traverse@7.20.5:
|
|
@@ -1820,21 +1780,21 @@ packages:
|
|
|
1820
1780
|
- supports-color
|
|
1821
1781
|
dev: true
|
|
1822
1782
|
|
|
1823
|
-
/@babel/traverse@7.22.
|
|
1783
|
+
/@babel/traverse@7.22.4:
|
|
1824
1784
|
resolution:
|
|
1825
1785
|
{
|
|
1826
|
-
integrity: sha512-
|
|
1786
|
+
integrity: sha512-Tn1pDsjIcI+JcLKq1AVlZEr4226gpuAQTsLMorsYg9tuS/kG7nuwwJ4AB8jfQuEgb/COBwR/DqJxmoiYFu5/rQ==,
|
|
1827
1787
|
}
|
|
1828
1788
|
engines: { node: ">=6.9.0" }
|
|
1829
1789
|
dependencies:
|
|
1830
|
-
"@babel/code-frame": 7.
|
|
1831
|
-
"@babel/generator": 7.22.
|
|
1832
|
-
"@babel/helper-environment-visitor": 7.22.
|
|
1833
|
-
"@babel/helper-function-name": 7.
|
|
1834
|
-
"@babel/helper-hoist-variables": 7.
|
|
1835
|
-
"@babel/helper-split-export-declaration": 7.
|
|
1836
|
-
"@babel/parser": 7.22.
|
|
1837
|
-
"@babel/types": 7.22.
|
|
1790
|
+
"@babel/code-frame": 7.21.4
|
|
1791
|
+
"@babel/generator": 7.22.3
|
|
1792
|
+
"@babel/helper-environment-visitor": 7.22.1
|
|
1793
|
+
"@babel/helper-function-name": 7.21.0
|
|
1794
|
+
"@babel/helper-hoist-variables": 7.18.6
|
|
1795
|
+
"@babel/helper-split-export-declaration": 7.18.6
|
|
1796
|
+
"@babel/parser": 7.22.4
|
|
1797
|
+
"@babel/types": 7.22.4
|
|
1838
1798
|
debug: 4.3.4(supports-color@8.1.1)
|
|
1839
1799
|
globals: 11.12.0
|
|
1840
1800
|
transitivePeerDependencies:
|
|
@@ -1852,15 +1812,15 @@ packages:
|
|
|
1852
1812
|
"@babel/helper-validator-identifier": 7.19.1
|
|
1853
1813
|
to-fast-properties: 2.0.0
|
|
1854
1814
|
|
|
1855
|
-
/@babel/types@7.22.
|
|
1815
|
+
/@babel/types@7.22.4:
|
|
1856
1816
|
resolution:
|
|
1857
1817
|
{
|
|
1858
|
-
integrity: sha512-
|
|
1818
|
+
integrity: sha512-Tx9x3UBHTTsMSW85WB2kphxYQVvrZ/t1FxD88IpSgIjiUJlCm9z+xWIDwyo1vffTwSqteqyznB8ZE9vYYk16zA==,
|
|
1859
1819
|
}
|
|
1860
1820
|
engines: { node: ">=6.9.0" }
|
|
1861
1821
|
dependencies:
|
|
1862
|
-
"@babel/helper-string-parser": 7.
|
|
1863
|
-
"@babel/helper-validator-identifier": 7.
|
|
1822
|
+
"@babel/helper-string-parser": 7.21.5
|
|
1823
|
+
"@babel/helper-validator-identifier": 7.19.1
|
|
1864
1824
|
to-fast-properties: 2.0.0
|
|
1865
1825
|
dev: true
|
|
1866
1826
|
|
|
@@ -1987,6 +1947,49 @@ packages:
|
|
|
1987
1947
|
- supports-color
|
|
1988
1948
|
dev: true
|
|
1989
1949
|
|
|
1950
|
+
/@floating-ui/core@1.5.0:
|
|
1951
|
+
resolution:
|
|
1952
|
+
{
|
|
1953
|
+
integrity: sha512-kK1h4m36DQ0UHGj5Ah4db7R0rHemTqqO0QLvUqi1/mUUp3LuAWbWxdxSIf/XsnH9VS6rRVPLJCncjRzUvyCLXg==,
|
|
1954
|
+
}
|
|
1955
|
+
dependencies:
|
|
1956
|
+
"@floating-ui/utils": 0.1.4
|
|
1957
|
+
dev: false
|
|
1958
|
+
|
|
1959
|
+
/@floating-ui/dom@1.5.3:
|
|
1960
|
+
resolution:
|
|
1961
|
+
{
|
|
1962
|
+
integrity: sha512-ClAbQnEqJAKCJOEbbLo5IUlZHkNszqhuxS4fHAVxRPXPya6Ysf2G8KypnYcOTpx6I8xcgF9bbHb6g/2KpbV8qA==,
|
|
1963
|
+
}
|
|
1964
|
+
dependencies:
|
|
1965
|
+
"@floating-ui/core": 1.5.0
|
|
1966
|
+
"@floating-ui/utils": 0.1.4
|
|
1967
|
+
dev: false
|
|
1968
|
+
|
|
1969
|
+
/@floating-ui/utils@0.1.4:
|
|
1970
|
+
resolution:
|
|
1971
|
+
{
|
|
1972
|
+
integrity: sha512-qprfWkn82Iw821mcKofJ5Pk9wgioHicxcQMxx+5zt5GSKoqdWvgG5AxVmpmUUjzTLPVSH5auBrhI93Deayn/DA==,
|
|
1973
|
+
}
|
|
1974
|
+
dev: false
|
|
1975
|
+
|
|
1976
|
+
/@floating-ui/vue@0.2.1(vue@3.2.45):
|
|
1977
|
+
resolution:
|
|
1978
|
+
{
|
|
1979
|
+
integrity: sha512-HE+EIeakID7wI6vUwF0yMpaW48bNaPj8QtnQaRMkaQFhQReVBA4bY6fmJ3J7X+dqVgDbMhyfCG0fBJfdQMdWxQ==,
|
|
1980
|
+
}
|
|
1981
|
+
peerDependencies:
|
|
1982
|
+
"@vue/composition-api": ^1.0.0-rc.1
|
|
1983
|
+
vue: ^2.0.0 || >=3.0.0
|
|
1984
|
+
peerDependenciesMeta:
|
|
1985
|
+
"@vue/composition-api":
|
|
1986
|
+
optional: true
|
|
1987
|
+
dependencies:
|
|
1988
|
+
"@floating-ui/dom": 1.5.3
|
|
1989
|
+
vue: 3.2.45
|
|
1990
|
+
vue-demi: 0.13.11(vue@3.2.45)
|
|
1991
|
+
dev: false
|
|
1992
|
+
|
|
1990
1993
|
/@gar/promisify@1.1.3:
|
|
1991
1994
|
resolution:
|
|
1992
1995
|
{
|
|
@@ -1994,6 +1997,22 @@ packages:
|
|
|
1994
1997
|
}
|
|
1995
1998
|
dev: true
|
|
1996
1999
|
|
|
2000
|
+
/@headlessui-float/vue@0.11.3(vue@3.2.45):
|
|
2001
|
+
resolution:
|
|
2002
|
+
{
|
|
2003
|
+
integrity: sha512-pGljsWtpDbwVK3JtWC78nG8rNnGQMXbB0obIEKM+XfrMSxv94ZoAJm6Too/baJTxqtxSXbR4I2YPgLY3sEkTDg==,
|
|
2004
|
+
}
|
|
2005
|
+
peerDependencies:
|
|
2006
|
+
vue: ^3.0.0
|
|
2007
|
+
dependencies:
|
|
2008
|
+
"@floating-ui/core": 1.5.0
|
|
2009
|
+
"@floating-ui/dom": 1.5.3
|
|
2010
|
+
"@floating-ui/vue": 0.2.1(vue@3.2.45)
|
|
2011
|
+
vue: 3.2.45
|
|
2012
|
+
transitivePeerDependencies:
|
|
2013
|
+
- "@vue/composition-api"
|
|
2014
|
+
dev: false
|
|
2015
|
+
|
|
1997
2016
|
/@headlessui/tailwindcss@0.2.0(tailwindcss@3.2.4):
|
|
1998
2017
|
resolution:
|
|
1999
2018
|
{
|
|
@@ -2557,18 +2576,6 @@ packages:
|
|
|
2557
2576
|
"@jridgewell/trace-mapping": 0.3.17
|
|
2558
2577
|
dev: true
|
|
2559
2578
|
|
|
2560
|
-
/@jridgewell/gen-mapping@0.3.3:
|
|
2561
|
-
resolution:
|
|
2562
|
-
{
|
|
2563
|
-
integrity: sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==,
|
|
2564
|
-
}
|
|
2565
|
-
engines: { node: ">=6.0.0" }
|
|
2566
|
-
dependencies:
|
|
2567
|
-
"@jridgewell/set-array": 1.1.2
|
|
2568
|
-
"@jridgewell/sourcemap-codec": 1.4.15
|
|
2569
|
-
"@jridgewell/trace-mapping": 0.3.19
|
|
2570
|
-
dev: true
|
|
2571
|
-
|
|
2572
2579
|
/@jridgewell/resolve-uri@3.1.0:
|
|
2573
2580
|
resolution:
|
|
2574
2581
|
{
|
|
@@ -2576,14 +2583,6 @@ packages:
|
|
|
2576
2583
|
}
|
|
2577
2584
|
engines: { node: ">=6.0.0" }
|
|
2578
2585
|
|
|
2579
|
-
/@jridgewell/resolve-uri@3.1.1:
|
|
2580
|
-
resolution:
|
|
2581
|
-
{
|
|
2582
|
-
integrity: sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==,
|
|
2583
|
-
}
|
|
2584
|
-
engines: { node: ">=6.0.0" }
|
|
2585
|
-
dev: true
|
|
2586
|
-
|
|
2587
2586
|
/@jridgewell/set-array@1.1.2:
|
|
2588
2587
|
resolution:
|
|
2589
2588
|
{
|
|
@@ -2592,14 +2591,14 @@ packages:
|
|
|
2592
2591
|
engines: { node: ">=6.0.0" }
|
|
2593
2592
|
dev: true
|
|
2594
2593
|
|
|
2595
|
-
/@jridgewell/source-map@0.3.
|
|
2594
|
+
/@jridgewell/source-map@0.3.3:
|
|
2596
2595
|
resolution:
|
|
2597
2596
|
{
|
|
2598
|
-
integrity: sha512-
|
|
2597
|
+
integrity: sha512-b+fsZXeLYi9fEULmfBrhxn4IrPlINf8fiNarzTof004v3lFdntdwa9PF7vFJqm3mg7s+ScJMxXaE3Acp1irZcg==,
|
|
2599
2598
|
}
|
|
2600
2599
|
dependencies:
|
|
2601
|
-
"@jridgewell/gen-mapping": 0.3.
|
|
2602
|
-
"@jridgewell/trace-mapping": 0.3.
|
|
2600
|
+
"@jridgewell/gen-mapping": 0.3.2
|
|
2601
|
+
"@jridgewell/trace-mapping": 0.3.17
|
|
2603
2602
|
dev: true
|
|
2604
2603
|
|
|
2605
2604
|
/@jridgewell/sourcemap-codec@1.4.14:
|
|
@@ -2608,13 +2607,6 @@ packages:
|
|
|
2608
2607
|
integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==,
|
|
2609
2608
|
}
|
|
2610
2609
|
|
|
2611
|
-
/@jridgewell/sourcemap-codec@1.4.15:
|
|
2612
|
-
resolution:
|
|
2613
|
-
{
|
|
2614
|
-
integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==,
|
|
2615
|
-
}
|
|
2616
|
-
dev: true
|
|
2617
|
-
|
|
2618
2610
|
/@jridgewell/trace-mapping@0.3.17:
|
|
2619
2611
|
resolution:
|
|
2620
2612
|
{
|
|
@@ -2625,16 +2617,6 @@ packages:
|
|
|
2625
2617
|
"@jridgewell/sourcemap-codec": 1.4.14
|
|
2626
2618
|
dev: true
|
|
2627
2619
|
|
|
2628
|
-
/@jridgewell/trace-mapping@0.3.19:
|
|
2629
|
-
resolution:
|
|
2630
|
-
{
|
|
2631
|
-
integrity: sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw==,
|
|
2632
|
-
}
|
|
2633
|
-
dependencies:
|
|
2634
|
-
"@jridgewell/resolve-uri": 3.1.1
|
|
2635
|
-
"@jridgewell/sourcemap-codec": 1.4.15
|
|
2636
|
-
dev: true
|
|
2637
|
-
|
|
2638
2620
|
/@jridgewell/trace-mapping@0.3.9:
|
|
2639
2621
|
resolution:
|
|
2640
2622
|
{
|
|
@@ -2831,14 +2813,14 @@ packages:
|
|
|
2831
2813
|
integrity: sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==,
|
|
2832
2814
|
}
|
|
2833
2815
|
dependencies:
|
|
2834
|
-
"@types/eslint": 8.
|
|
2816
|
+
"@types/eslint": 8.40.0
|
|
2835
2817
|
"@types/estree": 1.0.1
|
|
2836
2818
|
dev: true
|
|
2837
2819
|
|
|
2838
|
-
/@types/eslint@8.
|
|
2820
|
+
/@types/eslint@8.40.0:
|
|
2839
2821
|
resolution:
|
|
2840
2822
|
{
|
|
2841
|
-
integrity: sha512-
|
|
2823
|
+
integrity: sha512-nbq2mvc/tBrK9zQQuItvjJl++GTN5j06DaPtp3hZCpngmG6Q3xoyEmd0TwZI0gAy/G1X0zhGBbr2imsGFdFV0g==,
|
|
2842
2824
|
}
|
|
2843
2825
|
dependencies:
|
|
2844
2826
|
"@types/estree": 1.0.1
|
|
@@ -2880,17 +2862,17 @@ packages:
|
|
|
2880
2862
|
}
|
|
2881
2863
|
dev: true
|
|
2882
2864
|
|
|
2883
|
-
/@types/node@14.18.
|
|
2865
|
+
/@types/node@14.18.34:
|
|
2884
2866
|
resolution:
|
|
2885
2867
|
{
|
|
2886
|
-
integrity: sha512-
|
|
2868
|
+
integrity: sha512-hcU9AIQVHmPnmjRK+XUUYlILlr9pQrsqSrwov/JK1pnf3GTQowVBhx54FbvM0AU/VXGH4i3+vgXS5EguR7fysA==,
|
|
2887
2869
|
}
|
|
2888
2870
|
dev: true
|
|
2889
2871
|
|
|
2890
|
-
/@types/node@20.8.
|
|
2872
|
+
/@types/node@20.8.3:
|
|
2891
2873
|
resolution:
|
|
2892
2874
|
{
|
|
2893
|
-
integrity: sha512-
|
|
2875
|
+
integrity: sha512-jxiZQFpb+NlH5kjW49vXxvxTjeeqlbsnTAdBTKpzEdPs9itay7MscYXz3Fo9VYFEsfQ6LJFitHad3faerLAjCw==,
|
|
2894
2876
|
}
|
|
2895
2877
|
|
|
2896
2878
|
/@types/normalize-package-data@2.4.1:
|
|
@@ -2937,7 +2919,7 @@ packages:
|
|
|
2937
2919
|
}
|
|
2938
2920
|
requiresBuild: true
|
|
2939
2921
|
dependencies:
|
|
2940
|
-
"@types/node": 20.8.
|
|
2922
|
+
"@types/node": 20.8.3
|
|
2941
2923
|
dev: true
|
|
2942
2924
|
optional: true
|
|
2943
2925
|
|
|
@@ -3106,7 +3088,7 @@ packages:
|
|
|
3106
3088
|
vite: ^4.0.0
|
|
3107
3089
|
vue: ^3.2.25
|
|
3108
3090
|
dependencies:
|
|
3109
|
-
vite: 3.2.7(@types/node@20.8.
|
|
3091
|
+
vite: 3.2.7(@types/node@20.8.3)(less@4.1.3)(sass@1.57.0)
|
|
3110
3092
|
vue: 3.2.45
|
|
3111
3093
|
dev: true
|
|
3112
3094
|
|
|
@@ -3158,7 +3140,7 @@ packages:
|
|
|
3158
3140
|
"@vue/shared": 3.2.45
|
|
3159
3141
|
estree-walker: 2.0.2
|
|
3160
3142
|
magic-string: 0.25.9
|
|
3161
|
-
postcss: 8.4.
|
|
3143
|
+
postcss: 8.4.30
|
|
3162
3144
|
source-map: 0.6.1
|
|
3163
3145
|
|
|
3164
3146
|
/@vue/compiler-ssr@3.2.45:
|
|
@@ -3451,11 +3433,11 @@ packages:
|
|
|
3451
3433
|
integrity: sha512-umOSDSDrfHbTNPuNpC2NSnnA3LUrqpevPb4T9jRx4MagXNS0rs+gwiTcAvqCRmsD6utzsrzNt+ebm00SNWiC3Q==,
|
|
3452
3434
|
}
|
|
3453
3435
|
dependencies:
|
|
3454
|
-
acorn: 8.8.
|
|
3436
|
+
acorn: 8.8.2
|
|
3455
3437
|
acorn-walk: 8.2.0
|
|
3456
3438
|
dev: true
|
|
3457
3439
|
|
|
3458
|
-
/acorn-import-assertions@1.9.0(acorn@8.
|
|
3440
|
+
/acorn-import-assertions@1.9.0(acorn@8.8.2):
|
|
3459
3441
|
resolution:
|
|
3460
3442
|
{
|
|
3461
3443
|
integrity: sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==,
|
|
@@ -3463,7 +3445,7 @@ packages:
|
|
|
3463
3445
|
peerDependencies:
|
|
3464
3446
|
acorn: ^8
|
|
3465
3447
|
dependencies:
|
|
3466
|
-
acorn: 8.
|
|
3448
|
+
acorn: 8.8.2
|
|
3467
3449
|
dev: true
|
|
3468
3450
|
|
|
3469
3451
|
/acorn-jsx@5.3.2(acorn@8.8.1):
|
|
@@ -3512,22 +3494,22 @@ packages:
|
|
|
3512
3494
|
hasBin: true
|
|
3513
3495
|
dev: false
|
|
3514
3496
|
|
|
3515
|
-
/acorn@8.
|
|
3497
|
+
/acorn@8.8.1:
|
|
3516
3498
|
resolution:
|
|
3517
3499
|
{
|
|
3518
|
-
integrity: sha512-
|
|
3500
|
+
integrity: sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA==,
|
|
3519
3501
|
}
|
|
3520
3502
|
engines: { node: ">=0.4.0" }
|
|
3521
3503
|
hasBin: true
|
|
3522
|
-
dev: true
|
|
3523
3504
|
|
|
3524
|
-
/acorn@8.8.
|
|
3505
|
+
/acorn@8.8.2:
|
|
3525
3506
|
resolution:
|
|
3526
3507
|
{
|
|
3527
|
-
integrity: sha512-
|
|
3508
|
+
integrity: sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==,
|
|
3528
3509
|
}
|
|
3529
3510
|
engines: { node: ">=0.4.0" }
|
|
3530
3511
|
hasBin: true
|
|
3512
|
+
dev: true
|
|
3531
3513
|
|
|
3532
3514
|
/after@0.8.2:
|
|
3533
3515
|
resolution:
|
|
@@ -3841,7 +3823,7 @@ packages:
|
|
|
3841
3823
|
postcss: ^8.1.0
|
|
3842
3824
|
dependencies:
|
|
3843
3825
|
browserslist: 4.21.4
|
|
3844
|
-
caniuse-lite: 1.0.
|
|
3826
|
+
caniuse-lite: 1.0.30001439
|
|
3845
3827
|
fraction.js: 4.2.0
|
|
3846
3828
|
normalize-range: 0.1.2
|
|
3847
3829
|
picocolors: 1.0.0
|
|
@@ -3884,7 +3866,7 @@ packages:
|
|
|
3884
3866
|
- supports-color
|
|
3885
3867
|
dev: true
|
|
3886
3868
|
|
|
3887
|
-
/babel-plugin-polyfill-corejs2@0.3.3(@babel/core@7.22.
|
|
3869
|
+
/babel-plugin-polyfill-corejs2@0.3.3(@babel/core@7.22.1):
|
|
3888
3870
|
resolution:
|
|
3889
3871
|
{
|
|
3890
3872
|
integrity: sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==,
|
|
@@ -3893,14 +3875,14 @@ packages:
|
|
|
3893
3875
|
"@babel/core": ^7.0.0-0
|
|
3894
3876
|
dependencies:
|
|
3895
3877
|
"@babel/compat-data": 7.20.5
|
|
3896
|
-
"@babel/core": 7.22.
|
|
3897
|
-
"@babel/helper-define-polyfill-provider": 0.3.3(@babel/core@7.22.
|
|
3878
|
+
"@babel/core": 7.22.1
|
|
3879
|
+
"@babel/helper-define-polyfill-provider": 0.3.3(@babel/core@7.22.1)
|
|
3898
3880
|
semver: 6.3.0
|
|
3899
3881
|
transitivePeerDependencies:
|
|
3900
3882
|
- supports-color
|
|
3901
3883
|
dev: true
|
|
3902
3884
|
|
|
3903
|
-
/babel-plugin-polyfill-corejs3@0.6.0(@babel/core@7.22.
|
|
3885
|
+
/babel-plugin-polyfill-corejs3@0.6.0(@babel/core@7.22.1):
|
|
3904
3886
|
resolution:
|
|
3905
3887
|
{
|
|
3906
3888
|
integrity: sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==,
|
|
@@ -3908,14 +3890,14 @@ packages:
|
|
|
3908
3890
|
peerDependencies:
|
|
3909
3891
|
"@babel/core": ^7.0.0-0
|
|
3910
3892
|
dependencies:
|
|
3911
|
-
"@babel/core": 7.22.
|
|
3912
|
-
"@babel/helper-define-polyfill-provider": 0.3.3(@babel/core@7.22.
|
|
3893
|
+
"@babel/core": 7.22.1
|
|
3894
|
+
"@babel/helper-define-polyfill-provider": 0.3.3(@babel/core@7.22.1)
|
|
3913
3895
|
core-js-compat: 3.26.1
|
|
3914
3896
|
transitivePeerDependencies:
|
|
3915
3897
|
- supports-color
|
|
3916
3898
|
dev: true
|
|
3917
3899
|
|
|
3918
|
-
/babel-plugin-polyfill-regenerator@0.4.1(@babel/core@7.22.
|
|
3900
|
+
/babel-plugin-polyfill-regenerator@0.4.1(@babel/core@7.22.1):
|
|
3919
3901
|
resolution:
|
|
3920
3902
|
{
|
|
3921
3903
|
integrity: sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==,
|
|
@@ -3923,8 +3905,8 @@ packages:
|
|
|
3923
3905
|
peerDependencies:
|
|
3924
3906
|
"@babel/core": ^7.0.0-0
|
|
3925
3907
|
dependencies:
|
|
3926
|
-
"@babel/core": 7.22.
|
|
3927
|
-
"@babel/helper-define-polyfill-provider": 0.3.3(@babel/core@7.22.
|
|
3908
|
+
"@babel/core": 7.22.1
|
|
3909
|
+
"@babel/helper-define-polyfill-provider": 0.3.3(@babel/core@7.22.1)
|
|
3928
3910
|
transitivePeerDependencies:
|
|
3929
3911
|
- supports-color
|
|
3930
3912
|
dev: true
|
|
@@ -4069,20 +4051,6 @@ packages:
|
|
|
4069
4051
|
dependencies:
|
|
4070
4052
|
fill-range: 7.0.1
|
|
4071
4053
|
|
|
4072
|
-
/browserslist@4.21.10:
|
|
4073
|
-
resolution:
|
|
4074
|
-
{
|
|
4075
|
-
integrity: sha512-bipEBdZfVH5/pwrvqc+Ub0kUPVfGUhlKxbvfD+z1BDnPEO/X98ruXGA1WP5ASpAFKan7Qr6j736IacbZQuAlKQ==,
|
|
4076
|
-
}
|
|
4077
|
-
engines: { node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 }
|
|
4078
|
-
hasBin: true
|
|
4079
|
-
dependencies:
|
|
4080
|
-
caniuse-lite: 1.0.30001538
|
|
4081
|
-
electron-to-chromium: 1.4.526
|
|
4082
|
-
node-releases: 2.0.13
|
|
4083
|
-
update-browserslist-db: 1.0.12(browserslist@4.21.10)
|
|
4084
|
-
dev: true
|
|
4085
|
-
|
|
4086
4054
|
/browserslist@4.21.4:
|
|
4087
4055
|
resolution:
|
|
4088
4056
|
{
|
|
@@ -4091,7 +4059,7 @@ packages:
|
|
|
4091
4059
|
engines: { node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 }
|
|
4092
4060
|
hasBin: true
|
|
4093
4061
|
dependencies:
|
|
4094
|
-
caniuse-lite: 1.0.
|
|
4062
|
+
caniuse-lite: 1.0.30001439
|
|
4095
4063
|
electron-to-chromium: 1.4.284
|
|
4096
4064
|
node-releases: 2.0.7
|
|
4097
4065
|
update-browserslist-db: 1.0.10(browserslist@4.21.4)
|
|
@@ -4251,10 +4219,10 @@ packages:
|
|
|
4251
4219
|
engines: { node: ">=6" }
|
|
4252
4220
|
dev: true
|
|
4253
4221
|
|
|
4254
|
-
/caniuse-lite@1.0.
|
|
4222
|
+
/caniuse-lite@1.0.30001439:
|
|
4255
4223
|
resolution:
|
|
4256
4224
|
{
|
|
4257
|
-
integrity: sha512-
|
|
4225
|
+
integrity: sha512-1MgUzEkoMO6gKfXflStpYgZDlFM7M/ck/bgfVCACO5vnAf0fXoNVHdWtqGU+MYca+4bL9Z5bpOVmR33cWW9G2A==,
|
|
4258
4226
|
}
|
|
4259
4227
|
dev: true
|
|
4260
4228
|
|
|
@@ -4342,7 +4310,7 @@ packages:
|
|
|
4342
4310
|
normalize-path: 3.0.0
|
|
4343
4311
|
readdirp: 3.6.0
|
|
4344
4312
|
optionalDependencies:
|
|
4345
|
-
fsevents: 2.3.
|
|
4313
|
+
fsevents: 2.3.2
|
|
4346
4314
|
|
|
4347
4315
|
/chownr@2.0.0:
|
|
4348
4316
|
resolution:
|
|
@@ -4829,7 +4797,7 @@ packages:
|
|
|
4829
4797
|
dependencies:
|
|
4830
4798
|
"@cypress/request": 2.88.10
|
|
4831
4799
|
"@cypress/xvfb": 1.2.4(supports-color@8.1.1)
|
|
4832
|
-
"@types/node": 14.18.
|
|
4800
|
+
"@types/node": 14.18.34
|
|
4833
4801
|
"@types/sinonjs__fake-timers": 8.1.1
|
|
4834
4802
|
"@types/sizzle": 2.3.3
|
|
4835
4803
|
arch: 2.2.0
|
|
@@ -5235,13 +5203,6 @@ packages:
|
|
|
5235
5203
|
}
|
|
5236
5204
|
dev: true
|
|
5237
5205
|
|
|
5238
|
-
/electron-to-chromium@1.4.526:
|
|
5239
|
-
resolution:
|
|
5240
|
-
{
|
|
5241
|
-
integrity: sha512-tjjTMjmZAx1g6COrintLTa2/jcafYKxKoiEkdQOrVdbLaHh2wCt2nsAF8ZHweezkrP+dl/VG9T5nabcYoo0U5Q==,
|
|
5242
|
-
}
|
|
5243
|
-
dev: true
|
|
5244
|
-
|
|
5245
5206
|
/emoji-regex@8.0.0:
|
|
5246
5207
|
resolution:
|
|
5247
5208
|
{
|
|
@@ -5339,14 +5300,14 @@ packages:
|
|
|
5339
5300
|
- utf-8-validate
|
|
5340
5301
|
dev: true
|
|
5341
5302
|
|
|
5342
|
-
/enhanced-resolve@5.
|
|
5303
|
+
/enhanced-resolve@5.14.1:
|
|
5343
5304
|
resolution:
|
|
5344
5305
|
{
|
|
5345
|
-
integrity: sha512-
|
|
5306
|
+
integrity: sha512-Vklwq2vDKtl0y/vtwjSesgJ5MYS7Etuk5txS8VdKL4AOS1aUlD96zqIfsOSLQsdv3xgMRbtkWM8eG9XDfKUPow==,
|
|
5346
5307
|
}
|
|
5347
5308
|
engines: { node: ">=10.13.0" }
|
|
5348
5309
|
dependencies:
|
|
5349
|
-
graceful-fs: 4.2.
|
|
5310
|
+
graceful-fs: 4.2.10
|
|
5350
5311
|
tapable: 2.2.1
|
|
5351
5312
|
dev: true
|
|
5352
5313
|
|
|
@@ -5404,10 +5365,10 @@ packages:
|
|
|
5404
5365
|
is-arrayish: 0.2.1
|
|
5405
5366
|
dev: true
|
|
5406
5367
|
|
|
5407
|
-
/es-module-lexer@1.
|
|
5368
|
+
/es-module-lexer@1.2.1:
|
|
5408
5369
|
resolution:
|
|
5409
5370
|
{
|
|
5410
|
-
integrity: sha512-
|
|
5371
|
+
integrity: sha512-9978wrXM50Y4rTMmW5kXIC09ZdXQZqkE4mxhwkd8VbzsGkXGPgV4zWuqQJgCEzYngdo2dYDa0l8xhX4fkSwJSg==,
|
|
5411
5372
|
}
|
|
5412
5373
|
dev: true
|
|
5413
5374
|
|
|
@@ -5736,6 +5697,15 @@ packages:
|
|
|
5736
5697
|
eslint: 8.30.0
|
|
5737
5698
|
dev: true
|
|
5738
5699
|
|
|
5700
|
+
/eslint-plugin-html@7.1.0:
|
|
5701
|
+
resolution:
|
|
5702
|
+
{
|
|
5703
|
+
integrity: sha512-fNLRraV/e6j8e3XYOC9xgND4j+U7b1Rq+OygMlLcMg+wI/IpVbF+ubQa3R78EjKB9njT6TQOlcK5rFKBVVtdfg==,
|
|
5704
|
+
}
|
|
5705
|
+
dependencies:
|
|
5706
|
+
htmlparser2: 8.0.2
|
|
5707
|
+
dev: true
|
|
5708
|
+
|
|
5739
5709
|
/eslint-plugin-prettier@5.0.0(eslint-config-prettier@9.0.0)(eslint@8.30.0)(prettier@3.0.3):
|
|
5740
5710
|
resolution:
|
|
5741
5711
|
{
|
|
@@ -5775,7 +5745,7 @@ packages:
|
|
|
5775
5745
|
nth-check: 2.1.1
|
|
5776
5746
|
postcss-selector-parser: 6.0.13
|
|
5777
5747
|
semver: 7.5.4
|
|
5778
|
-
vue-eslint-parser: 9.3.
|
|
5748
|
+
vue-eslint-parser: 9.3.2(eslint@8.30.0)
|
|
5779
5749
|
xml-name-validator: 4.0.0
|
|
5780
5750
|
transitivePeerDependencies:
|
|
5781
5751
|
- supports-color
|
|
@@ -6128,7 +6098,6 @@ packages:
|
|
|
6128
6098
|
glob-parent: 5.1.2
|
|
6129
6099
|
merge2: 1.4.1
|
|
6130
6100
|
micromatch: 4.0.5
|
|
6131
|
-
dev: false
|
|
6132
6101
|
|
|
6133
6102
|
/fast-glob@3.3.1:
|
|
6134
6103
|
resolution:
|
|
@@ -6203,7 +6172,7 @@ packages:
|
|
|
6203
6172
|
flat-cache: 3.0.4
|
|
6204
6173
|
dev: true
|
|
6205
6174
|
|
|
6206
|
-
/file-loader@6.0.0(webpack@5.
|
|
6175
|
+
/file-loader@6.0.0(webpack@5.85.0):
|
|
6207
6176
|
resolution:
|
|
6208
6177
|
{
|
|
6209
6178
|
integrity: sha512-/aMOAYEFXDdjG0wytpTL5YQLfZnnTmLNjn+AIrJ/6HVnTfDqLsVKUUwkDf4I4kgex36BvjuXEn/TX9B/1ESyqQ==,
|
|
@@ -6214,7 +6183,7 @@ packages:
|
|
|
6214
6183
|
dependencies:
|
|
6215
6184
|
loader-utils: 2.0.4
|
|
6216
6185
|
schema-utils: 2.7.1
|
|
6217
|
-
webpack: 5.
|
|
6186
|
+
webpack: 5.85.0
|
|
6218
6187
|
dev: true
|
|
6219
6188
|
|
|
6220
6189
|
/file-saver@2.0.5:
|
|
@@ -6373,10 +6342,10 @@ packages:
|
|
|
6373
6342
|
}
|
|
6374
6343
|
dev: true
|
|
6375
6344
|
|
|
6376
|
-
/fsevents@2.3.
|
|
6345
|
+
/fsevents@2.3.2:
|
|
6377
6346
|
resolution:
|
|
6378
6347
|
{
|
|
6379
|
-
integrity: sha512-
|
|
6348
|
+
integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==,
|
|
6380
6349
|
}
|
|
6381
6350
|
engines: { node: ^8.16.0 || ^10.6.0 || >=11.0.0 }
|
|
6382
6351
|
os: [darwin]
|
|
@@ -6609,7 +6578,7 @@ packages:
|
|
|
6609
6578
|
dependencies:
|
|
6610
6579
|
array-union: 2.1.0
|
|
6611
6580
|
dir-glob: 3.0.1
|
|
6612
|
-
fast-glob: 3.
|
|
6581
|
+
fast-glob: 3.2.12
|
|
6613
6582
|
ignore: 5.2.4
|
|
6614
6583
|
merge2: 1.4.1
|
|
6615
6584
|
slash: 3.0.0
|
|
@@ -6634,13 +6603,6 @@ packages:
|
|
|
6634
6603
|
}
|
|
6635
6604
|
dev: true
|
|
6636
6605
|
|
|
6637
|
-
/graceful-fs@4.2.11:
|
|
6638
|
-
resolution:
|
|
6639
|
-
{
|
|
6640
|
-
integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==,
|
|
6641
|
-
}
|
|
6642
|
-
dev: true
|
|
6643
|
-
|
|
6644
6606
|
/grapheme-splitter@1.0.4:
|
|
6645
6607
|
resolution:
|
|
6646
6608
|
{
|
|
@@ -6763,6 +6725,18 @@ packages:
|
|
|
6763
6725
|
}
|
|
6764
6726
|
dev: false
|
|
6765
6727
|
|
|
6728
|
+
/htmlparser2@8.0.2:
|
|
6729
|
+
resolution:
|
|
6730
|
+
{
|
|
6731
|
+
integrity: sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==,
|
|
6732
|
+
}
|
|
6733
|
+
dependencies:
|
|
6734
|
+
domelementtype: 2.3.0
|
|
6735
|
+
domhandler: 5.0.3
|
|
6736
|
+
domutils: 3.1.0
|
|
6737
|
+
entities: 4.4.0
|
|
6738
|
+
dev: true
|
|
6739
|
+
|
|
6766
6740
|
/http-cache-semantics@4.1.1:
|
|
6767
6741
|
resolution:
|
|
6768
6742
|
{
|
|
@@ -7237,7 +7211,7 @@ packages:
|
|
|
7237
7211
|
}
|
|
7238
7212
|
engines: { node: ">= 10.13.0" }
|
|
7239
7213
|
dependencies:
|
|
7240
|
-
"@types/node": 20.8.
|
|
7214
|
+
"@types/node": 20.8.3
|
|
7241
7215
|
merge-stream: 2.0.0
|
|
7242
7216
|
supports-color: 7.2.0
|
|
7243
7217
|
dev: true
|
|
@@ -7249,7 +7223,7 @@ packages:
|
|
|
7249
7223
|
}
|
|
7250
7224
|
engines: { node: ">= 10.13.0" }
|
|
7251
7225
|
dependencies:
|
|
7252
|
-
"@types/node": 20.8.
|
|
7226
|
+
"@types/node": 20.8.3
|
|
7253
7227
|
merge-stream: 2.0.0
|
|
7254
7228
|
supports-color: 8.1.1
|
|
7255
7229
|
dev: true
|
|
@@ -7326,7 +7300,7 @@ packages:
|
|
|
7326
7300
|
optional: true
|
|
7327
7301
|
dependencies:
|
|
7328
7302
|
abab: 2.0.6
|
|
7329
|
-
acorn: 8.8.
|
|
7303
|
+
acorn: 8.8.2
|
|
7330
7304
|
acorn-globals: 7.0.1
|
|
7331
7305
|
cssom: 0.5.0
|
|
7332
7306
|
cssstyle: 2.3.0
|
|
@@ -7418,15 +7392,6 @@ packages:
|
|
|
7418
7392
|
hasBin: true
|
|
7419
7393
|
dev: true
|
|
7420
7394
|
|
|
7421
|
-
/json5@2.2.3:
|
|
7422
|
-
resolution:
|
|
7423
|
-
{
|
|
7424
|
-
integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==,
|
|
7425
|
-
}
|
|
7426
|
-
engines: { node: ">=6" }
|
|
7427
|
-
hasBin: true
|
|
7428
|
-
dev: true
|
|
7429
|
-
|
|
7430
7395
|
/jsonc-parser@3.2.0:
|
|
7431
7396
|
resolution:
|
|
7432
7397
|
{
|
|
@@ -7440,7 +7405,7 @@ packages:
|
|
|
7440
7405
|
integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==,
|
|
7441
7406
|
}
|
|
7442
7407
|
optionalDependencies:
|
|
7443
|
-
graceful-fs: 4.2.
|
|
7408
|
+
graceful-fs: 4.2.10
|
|
7444
7409
|
dev: true
|
|
7445
7410
|
|
|
7446
7411
|
/jsonfile@6.1.0:
|
|
@@ -7451,7 +7416,7 @@ packages:
|
|
|
7451
7416
|
dependencies:
|
|
7452
7417
|
universalify: 2.0.0
|
|
7453
7418
|
optionalDependencies:
|
|
7454
|
-
graceful-fs: 4.2.
|
|
7419
|
+
graceful-fs: 4.2.10
|
|
7455
7420
|
dev: true
|
|
7456
7421
|
|
|
7457
7422
|
/jsprim@2.0.2:
|
|
@@ -7483,7 +7448,7 @@ packages:
|
|
|
7483
7448
|
engines: { node: "> 0.8" }
|
|
7484
7449
|
dev: true
|
|
7485
7450
|
|
|
7486
|
-
/less-loader@11.1.3(less@4.1.3)(webpack@5.
|
|
7451
|
+
/less-loader@11.1.3(less@4.1.3)(webpack@5.85.0):
|
|
7487
7452
|
resolution:
|
|
7488
7453
|
{
|
|
7489
7454
|
integrity: sha512-A5b7O8dH9xpxvkosNrP0dFp2i/dISOJa9WwGF3WJflfqIERE2ybxh1BFDj5CovC2+jCE4M354mk90hN6ziXlVw==,
|
|
@@ -7494,7 +7459,7 @@ packages:
|
|
|
7494
7459
|
webpack: ^5.0.0
|
|
7495
7460
|
dependencies:
|
|
7496
7461
|
less: 4.1.3
|
|
7497
|
-
webpack: 5.
|
|
7462
|
+
webpack: 5.85.0
|
|
7498
7463
|
dev: true
|
|
7499
7464
|
|
|
7500
7465
|
/less@4.1.3:
|
|
@@ -7510,7 +7475,7 @@ packages:
|
|
|
7510
7475
|
tslib: 2.4.1
|
|
7511
7476
|
optionalDependencies:
|
|
7512
7477
|
errno: 0.1.8
|
|
7513
|
-
graceful-fs: 4.2.
|
|
7478
|
+
graceful-fs: 4.2.10
|
|
7514
7479
|
image-size: 0.5.5
|
|
7515
7480
|
make-dir: 2.1.0
|
|
7516
7481
|
mime: 1.6.0
|
|
@@ -7824,7 +7789,7 @@ packages:
|
|
|
7824
7789
|
}
|
|
7825
7790
|
engines: { node: ">=8" }
|
|
7826
7791
|
dependencies:
|
|
7827
|
-
semver: 6.3.
|
|
7792
|
+
semver: 6.3.0
|
|
7828
7793
|
dev: true
|
|
7829
7794
|
|
|
7830
7795
|
/make-error@1.3.6:
|
|
@@ -8218,7 +8183,7 @@ packages:
|
|
|
8218
8183
|
integrity: sha512-QL108Hwt+u9bXdWgOI0dhzZfACovn5Aen4Xvc8Jasd9ouRH4NjnrXEiyP3nVvJo91zPlYjVRckta0Nt2zfoR6g==,
|
|
8219
8184
|
}
|
|
8220
8185
|
dependencies:
|
|
8221
|
-
acorn: 8.8.
|
|
8186
|
+
acorn: 8.8.2
|
|
8222
8187
|
pathe: 1.0.0
|
|
8223
8188
|
pkg-types: 1.0.1
|
|
8224
8189
|
ufo: 1.0.1
|
|
@@ -8252,14 +8217,6 @@ packages:
|
|
|
8252
8217
|
}
|
|
8253
8218
|
dev: true
|
|
8254
8219
|
|
|
8255
|
-
/nanoid@3.3.4:
|
|
8256
|
-
resolution:
|
|
8257
|
-
{
|
|
8258
|
-
integrity: sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==,
|
|
8259
|
-
}
|
|
8260
|
-
engines: { node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1 }
|
|
8261
|
-
hasBin: true
|
|
8262
|
-
|
|
8263
8220
|
/nanoid@3.3.6:
|
|
8264
8221
|
resolution:
|
|
8265
8222
|
{
|
|
@@ -8267,7 +8224,6 @@ packages:
|
|
|
8267
8224
|
}
|
|
8268
8225
|
engines: { node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1 }
|
|
8269
8226
|
hasBin: true
|
|
8270
|
-
dev: true
|
|
8271
8227
|
|
|
8272
8228
|
/natural-compare@1.4.0:
|
|
8273
8229
|
resolution:
|
|
@@ -8318,12 +8274,12 @@ packages:
|
|
|
8318
8274
|
dependencies:
|
|
8319
8275
|
env-paths: 2.2.1
|
|
8320
8276
|
glob: 7.2.3
|
|
8321
|
-
graceful-fs: 4.2.
|
|
8277
|
+
graceful-fs: 4.2.10
|
|
8322
8278
|
make-fetch-happen: 9.1.0
|
|
8323
8279
|
nopt: 5.0.0
|
|
8324
8280
|
npmlog: 6.0.2
|
|
8325
8281
|
rimraf: 3.0.2
|
|
8326
|
-
semver: 7.
|
|
8282
|
+
semver: 7.5.4
|
|
8327
8283
|
tar: 6.1.13
|
|
8328
8284
|
which: 2.0.2
|
|
8329
8285
|
transitivePeerDependencies:
|
|
@@ -8331,13 +8287,6 @@ packages:
|
|
|
8331
8287
|
- supports-color
|
|
8332
8288
|
dev: true
|
|
8333
8289
|
|
|
8334
|
-
/node-releases@2.0.13:
|
|
8335
|
-
resolution:
|
|
8336
|
-
{
|
|
8337
|
-
integrity: sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==,
|
|
8338
|
-
}
|
|
8339
|
-
dev: true
|
|
8340
|
-
|
|
8341
8290
|
/node-releases@2.0.7:
|
|
8342
8291
|
resolution:
|
|
8343
8292
|
{
|
|
@@ -8982,7 +8931,7 @@ packages:
|
|
|
8982
8931
|
dependencies:
|
|
8983
8932
|
lilconfig: 2.0.6
|
|
8984
8933
|
postcss: 8.4.20
|
|
8985
|
-
ts-node: 10.9.1(@types/node@20.8.
|
|
8934
|
+
ts-node: 10.9.1(@types/node@20.8.3)(typescript@4.9.4)
|
|
8986
8935
|
yaml: 1.10.2
|
|
8987
8936
|
dev: false
|
|
8988
8937
|
|
|
@@ -8996,7 +8945,7 @@ packages:
|
|
|
8996
8945
|
postcss: ^8.2.14
|
|
8997
8946
|
dependencies:
|
|
8998
8947
|
postcss: 8.4.20
|
|
8999
|
-
postcss-selector-parser: 6.0.
|
|
8948
|
+
postcss-selector-parser: 6.0.11
|
|
9000
8949
|
dev: false
|
|
9001
8950
|
|
|
9002
8951
|
/postcss-selector-parser@6.0.11:
|
|
@@ -9019,6 +8968,7 @@ packages:
|
|
|
9019
8968
|
dependencies:
|
|
9020
8969
|
cssesc: 3.0.0
|
|
9021
8970
|
util-deprecate: 1.0.2
|
|
8971
|
+
dev: true
|
|
9022
8972
|
|
|
9023
8973
|
/postcss-value-parser@4.2.0:
|
|
9024
8974
|
resolution:
|
|
@@ -9033,7 +8983,7 @@ packages:
|
|
|
9033
8983
|
}
|
|
9034
8984
|
engines: { node: ^10 || ^12 || >=14 }
|
|
9035
8985
|
dependencies:
|
|
9036
|
-
nanoid: 3.3.
|
|
8986
|
+
nanoid: 3.3.6
|
|
9037
8987
|
picocolors: 1.0.0
|
|
9038
8988
|
source-map-js: 1.0.2
|
|
9039
8989
|
|
|
@@ -9047,7 +8997,6 @@ packages:
|
|
|
9047
8997
|
nanoid: 3.3.6
|
|
9048
8998
|
picocolors: 1.0.0
|
|
9049
8999
|
source-map-js: 1.0.2
|
|
9050
|
-
dev: true
|
|
9051
9000
|
|
|
9052
9001
|
/prelude-ls@1.1.2:
|
|
9053
9002
|
resolution:
|
|
@@ -9536,7 +9485,7 @@ packages:
|
|
|
9536
9485
|
engines: { node: ">=10.0.0" }
|
|
9537
9486
|
hasBin: true
|
|
9538
9487
|
optionalDependencies:
|
|
9539
|
-
fsevents: 2.3.
|
|
9488
|
+
fsevents: 2.3.2
|
|
9540
9489
|
dev: true
|
|
9541
9490
|
|
|
9542
9491
|
/run-applescript@5.0.0:
|
|
@@ -9660,10 +9609,10 @@ packages:
|
|
|
9660
9609
|
ajv-keywords: 3.5.2(ajv@6.12.6)
|
|
9661
9610
|
dev: true
|
|
9662
9611
|
|
|
9663
|
-
/schema-utils@3.
|
|
9612
|
+
/schema-utils@3.1.2:
|
|
9664
9613
|
resolution:
|
|
9665
9614
|
{
|
|
9666
|
-
integrity: sha512-
|
|
9615
|
+
integrity: sha512-pvjEHOgWc9OWA/f/DE3ohBWTD6EleVLf7iFUkoSwAxttdBhB9QUebQgxER2kWueOvRJXPHNnyrvvh9eZINB8Eg==,
|
|
9667
9616
|
}
|
|
9668
9617
|
engines: { node: ">= 10.13.0" }
|
|
9669
9618
|
dependencies:
|
|
@@ -9698,14 +9647,6 @@ packages:
|
|
|
9698
9647
|
hasBin: true
|
|
9699
9648
|
dev: true
|
|
9700
9649
|
|
|
9701
|
-
/semver@6.3.1:
|
|
9702
|
-
resolution:
|
|
9703
|
-
{
|
|
9704
|
-
integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==,
|
|
9705
|
-
}
|
|
9706
|
-
hasBin: true
|
|
9707
|
-
dev: true
|
|
9708
|
-
|
|
9709
9650
|
/semver@7.3.8:
|
|
9710
9651
|
resolution:
|
|
9711
9652
|
{
|
|
@@ -10212,7 +10153,7 @@ packages:
|
|
|
10212
10153
|
integrity: sha512-5o4LsH1lzBzO9UFH63AJ2ad2/S2AVx6NtjOcaz+VTT2h1RiRvbipW72z8M/lxEhcPHDBQwpDrnTF7sXy/7OwCQ==,
|
|
10213
10154
|
}
|
|
10214
10155
|
dependencies:
|
|
10215
|
-
acorn: 8.8.
|
|
10156
|
+
acorn: 8.8.2
|
|
10216
10157
|
dev: true
|
|
10217
10158
|
|
|
10218
10159
|
/supports-color@5.5.0:
|
|
@@ -10252,7 +10193,7 @@ packages:
|
|
|
10252
10193
|
}
|
|
10253
10194
|
engines: { node: ">= 0.4" }
|
|
10254
10195
|
|
|
10255
|
-
/svg-url-loader@6.0.0(webpack@5.
|
|
10196
|
+
/svg-url-loader@6.0.0(webpack@5.85.0):
|
|
10256
10197
|
resolution:
|
|
10257
10198
|
{
|
|
10258
10199
|
integrity: sha512-Qr5SCKxyxKcRnvnVrO3iQj9EX/v40UiGEMshgegzV7vpo3yc+HexELOdtWcA3MKjL8IyZZ1zOdcILmDEa/8JJQ==,
|
|
@@ -10260,9 +10201,9 @@ packages:
|
|
|
10260
10201
|
peerDependencies:
|
|
10261
10202
|
webpack: ^4.0.0 || ^5.0.0
|
|
10262
10203
|
dependencies:
|
|
10263
|
-
file-loader: 6.0.0(webpack@5.
|
|
10204
|
+
file-loader: 6.0.0(webpack@5.85.0)
|
|
10264
10205
|
loader-utils: 2.0.4
|
|
10265
|
-
webpack: 5.
|
|
10206
|
+
webpack: 5.85.0
|
|
10266
10207
|
dev: true
|
|
10267
10208
|
|
|
10268
10209
|
/svgo@3.0.2:
|
|
@@ -10359,7 +10300,7 @@ packages:
|
|
|
10359
10300
|
yallist: 4.0.0
|
|
10360
10301
|
dev: true
|
|
10361
10302
|
|
|
10362
|
-
/terser-webpack-plugin@3.1.0(webpack@5.
|
|
10303
|
+
/terser-webpack-plugin@3.1.0(webpack@5.85.0):
|
|
10363
10304
|
resolution:
|
|
10364
10305
|
{
|
|
10365
10306
|
integrity: sha512-cjdZte66fYkZ65rQ2oJfrdCAkkhJA7YLYk5eGOcGCSGlq0ieZupRdjedSQXYknMPo2IveQL+tPdrxUkERENCFA==,
|
|
@@ -10376,13 +10317,13 @@ packages:
|
|
|
10376
10317
|
serialize-javascript: 4.0.0
|
|
10377
10318
|
source-map: 0.6.1
|
|
10378
10319
|
terser: 4.8.1
|
|
10379
|
-
webpack: 5.
|
|
10320
|
+
webpack: 5.85.0
|
|
10380
10321
|
webpack-sources: 1.4.3
|
|
10381
10322
|
transitivePeerDependencies:
|
|
10382
10323
|
- bluebird
|
|
10383
10324
|
dev: true
|
|
10384
10325
|
|
|
10385
|
-
/terser-webpack-plugin@5.3.9(webpack@5.
|
|
10326
|
+
/terser-webpack-plugin@5.3.9(webpack@5.85.0):
|
|
10386
10327
|
resolution:
|
|
10387
10328
|
{
|
|
10388
10329
|
integrity: sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==,
|
|
@@ -10401,12 +10342,12 @@ packages:
|
|
|
10401
10342
|
uglify-js:
|
|
10402
10343
|
optional: true
|
|
10403
10344
|
dependencies:
|
|
10404
|
-
"@jridgewell/trace-mapping": 0.3.
|
|
10345
|
+
"@jridgewell/trace-mapping": 0.3.17
|
|
10405
10346
|
jest-worker: 27.5.1
|
|
10406
|
-
schema-utils: 3.
|
|
10347
|
+
schema-utils: 3.1.2
|
|
10407
10348
|
serialize-javascript: 6.0.1
|
|
10408
|
-
terser: 5.
|
|
10409
|
-
webpack: 5.
|
|
10349
|
+
terser: 5.17.7
|
|
10350
|
+
webpack: 5.85.0
|
|
10410
10351
|
dev: true
|
|
10411
10352
|
|
|
10412
10353
|
/terser@4.8.1:
|
|
@@ -10417,22 +10358,22 @@ packages:
|
|
|
10417
10358
|
engines: { node: ">=6.0.0" }
|
|
10418
10359
|
hasBin: true
|
|
10419
10360
|
dependencies:
|
|
10420
|
-
acorn: 8.8.
|
|
10361
|
+
acorn: 8.8.2
|
|
10421
10362
|
commander: 2.20.3
|
|
10422
10363
|
source-map: 0.6.1
|
|
10423
10364
|
source-map-support: 0.5.21
|
|
10424
10365
|
dev: true
|
|
10425
10366
|
|
|
10426
|
-
/terser@5.
|
|
10367
|
+
/terser@5.17.7:
|
|
10427
10368
|
resolution:
|
|
10428
10369
|
{
|
|
10429
|
-
integrity: sha512
|
|
10370
|
+
integrity: sha512-/bi0Zm2C6VAexlGgLlVxA0P2lru/sdLyfCVaRMfKVo9nWxbmz7f/sD8VPybPeSUJaJcwmCJis9pBIhcVcG1QcQ==,
|
|
10430
10371
|
}
|
|
10431
10372
|
engines: { node: ">=10" }
|
|
10432
10373
|
hasBin: true
|
|
10433
10374
|
dependencies:
|
|
10434
|
-
"@jridgewell/source-map": 0.3.
|
|
10435
|
-
acorn: 8.
|
|
10375
|
+
"@jridgewell/source-map": 0.3.3
|
|
10376
|
+
acorn: 8.8.2
|
|
10436
10377
|
commander: 2.20.3
|
|
10437
10378
|
source-map-support: 0.5.21
|
|
10438
10379
|
dev: true
|
|
@@ -10623,7 +10564,7 @@ packages:
|
|
|
10623
10564
|
typescript: 4.9.4
|
|
10624
10565
|
dev: true
|
|
10625
10566
|
|
|
10626
|
-
/ts-node@10.9.1(@types/node@20.8.
|
|
10567
|
+
/ts-node@10.9.1(@types/node@20.8.3)(typescript@4.9.4):
|
|
10627
10568
|
resolution:
|
|
10628
10569
|
{
|
|
10629
10570
|
integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==,
|
|
@@ -10645,7 +10586,7 @@ packages:
|
|
|
10645
10586
|
"@tsconfig/node12": 1.0.11
|
|
10646
10587
|
"@tsconfig/node14": 1.0.3
|
|
10647
10588
|
"@tsconfig/node16": 1.0.3
|
|
10648
|
-
"@types/node": 20.8.
|
|
10589
|
+
"@types/node": 20.8.3
|
|
10649
10590
|
acorn: 8.8.1
|
|
10650
10591
|
acorn-walk: 8.2.0
|
|
10651
10592
|
arg: 4.1.3
|
|
@@ -10912,20 +10853,6 @@ packages:
|
|
|
10912
10853
|
picocolors: 1.0.0
|
|
10913
10854
|
dev: true
|
|
10914
10855
|
|
|
10915
|
-
/update-browserslist-db@1.0.12(browserslist@4.21.10):
|
|
10916
|
-
resolution:
|
|
10917
|
-
{
|
|
10918
|
-
integrity: sha512-tE1smlR58jxbFMtrMpFNRmsrOXlpNXss965T1CrpwuZUzUAg/TBQc94SpyhDLSzrqrJS9xTRBthnZAGcE1oaxg==,
|
|
10919
|
-
}
|
|
10920
|
-
hasBin: true
|
|
10921
|
-
peerDependencies:
|
|
10922
|
-
browserslist: ">= 4.21.0"
|
|
10923
|
-
dependencies:
|
|
10924
|
-
browserslist: 4.21.10
|
|
10925
|
-
escalade: 3.1.1
|
|
10926
|
-
picocolors: 1.0.0
|
|
10927
|
-
dev: true
|
|
10928
|
-
|
|
10929
10856
|
/uri-js@4.4.1:
|
|
10930
10857
|
resolution:
|
|
10931
10858
|
{
|
|
@@ -11003,7 +10930,7 @@ packages:
|
|
|
11003
10930
|
extsprintf: 1.3.0
|
|
11004
10931
|
dev: true
|
|
11005
10932
|
|
|
11006
|
-
/vite-node@0.26.1(@types/node@20.8.
|
|
10933
|
+
/vite-node@0.26.1(@types/node@20.8.3)(less@4.1.3)(sass@1.57.0):
|
|
11007
10934
|
resolution:
|
|
11008
10935
|
{
|
|
11009
10936
|
integrity: sha512-5FJSKZZJz48zFRKHE55WyevZe61hLMQEsqGn+ungfd60kxEztFybZ3yG9ToGFtOWNCCy7Vn5EVuXD8bdeHOSdw==,
|
|
@@ -11016,7 +10943,7 @@ packages:
|
|
|
11016
10943
|
pathe: 0.2.0
|
|
11017
10944
|
source-map: 0.6.1
|
|
11018
10945
|
source-map-support: 0.5.21
|
|
11019
|
-
vite: 3.2.7(@types/node@20.8.
|
|
10946
|
+
vite: 3.2.7(@types/node@20.8.3)(less@4.1.3)(sass@1.57.0)
|
|
11020
10947
|
transitivePeerDependencies:
|
|
11021
10948
|
- "@types/node"
|
|
11022
10949
|
- less
|
|
@@ -11035,7 +10962,7 @@ packages:
|
|
|
11035
10962
|
peerDependencies:
|
|
11036
10963
|
vite: ">2.0.0-0"
|
|
11037
10964
|
dependencies:
|
|
11038
|
-
vite: 3.2.7(@types/node@20.8.
|
|
10965
|
+
vite: 3.2.7(@types/node@20.8.3)(less@4.1.3)(sass@1.57.0)
|
|
11039
10966
|
dev: true
|
|
11040
10967
|
|
|
11041
10968
|
/vite-svg-loader@4.0.0:
|
|
@@ -11048,7 +10975,7 @@ packages:
|
|
|
11048
10975
|
svgo: 3.0.2
|
|
11049
10976
|
dev: true
|
|
11050
10977
|
|
|
11051
|
-
/vite@3.2.7(@types/node@20.8.
|
|
10978
|
+
/vite@3.2.7(@types/node@20.8.3)(less@4.1.3)(sass@1.57.0):
|
|
11052
10979
|
resolution:
|
|
11053
10980
|
{
|
|
11054
10981
|
integrity: sha512-29pdXjk49xAP0QBr0xXqu2s5jiQIXNvE/xwd0vUizYT2Hzqe4BksNNoWllFVXJf4eLZ+UlVQmXfB4lWrc+t18g==,
|
|
@@ -11076,7 +11003,7 @@ packages:
|
|
|
11076
11003
|
terser:
|
|
11077
11004
|
optional: true
|
|
11078
11005
|
dependencies:
|
|
11079
|
-
"@types/node": 20.8.
|
|
11006
|
+
"@types/node": 20.8.3
|
|
11080
11007
|
esbuild: 0.15.18
|
|
11081
11008
|
less: 4.1.3
|
|
11082
11009
|
postcss: 8.4.30
|
|
@@ -11084,7 +11011,7 @@ packages:
|
|
|
11084
11011
|
rollup: 2.79.1
|
|
11085
11012
|
sass: 1.57.0
|
|
11086
11013
|
optionalDependencies:
|
|
11087
|
-
fsevents: 2.3.
|
|
11014
|
+
fsevents: 2.3.2
|
|
11088
11015
|
dev: true
|
|
11089
11016
|
|
|
11090
11017
|
/vitest@0.26.1(jsdom@20.0.3)(less@4.1.3)(sass@1.57.0):
|
|
@@ -11114,7 +11041,7 @@ packages:
|
|
|
11114
11041
|
dependencies:
|
|
11115
11042
|
"@types/chai": 4.3.4
|
|
11116
11043
|
"@types/chai-subset": 1.3.3
|
|
11117
|
-
"@types/node": 20.8.
|
|
11044
|
+
"@types/node": 20.8.3
|
|
11118
11045
|
acorn: 8.8.1
|
|
11119
11046
|
acorn-walk: 8.2.0
|
|
11120
11047
|
chai: 4.3.7
|
|
@@ -11126,8 +11053,8 @@ packages:
|
|
|
11126
11053
|
tinybench: 2.3.1
|
|
11127
11054
|
tinypool: 0.3.0
|
|
11128
11055
|
tinyspy: 1.0.2
|
|
11129
|
-
vite: 3.2.7(@types/node@20.8.
|
|
11130
|
-
vite-node: 0.26.1(@types/node@20.8.
|
|
11056
|
+
vite: 3.2.7(@types/node@20.8.3)(less@4.1.3)(sass@1.57.0)
|
|
11057
|
+
vite-node: 0.26.1(@types/node@20.8.3)(less@4.1.3)(sass@1.57.0)
|
|
11131
11058
|
transitivePeerDependencies:
|
|
11132
11059
|
- less
|
|
11133
11060
|
- sass
|
|
@@ -11137,10 +11064,28 @@ packages:
|
|
|
11137
11064
|
- terser
|
|
11138
11065
|
dev: true
|
|
11139
11066
|
|
|
11140
|
-
/vue-
|
|
11067
|
+
/vue-demi@0.13.11(vue@3.2.45):
|
|
11141
11068
|
resolution:
|
|
11142
11069
|
{
|
|
11143
|
-
integrity: sha512-
|
|
11070
|
+
integrity: sha512-IR8HoEEGM65YY3ZJYAjMlKygDQn25D5ajNFNoKh9RSDMQtlzCxtfQjdQgv9jjK+m3377SsJXY8ysq8kLCZL25A==,
|
|
11071
|
+
}
|
|
11072
|
+
engines: { node: ">=12" }
|
|
11073
|
+
hasBin: true
|
|
11074
|
+
requiresBuild: true
|
|
11075
|
+
peerDependencies:
|
|
11076
|
+
"@vue/composition-api": ^1.0.0-rc.1
|
|
11077
|
+
vue: ^3.0.0-0 || ^2.6.0
|
|
11078
|
+
peerDependenciesMeta:
|
|
11079
|
+
"@vue/composition-api":
|
|
11080
|
+
optional: true
|
|
11081
|
+
dependencies:
|
|
11082
|
+
vue: 3.2.45
|
|
11083
|
+
dev: false
|
|
11084
|
+
|
|
11085
|
+
/vue-eslint-parser@9.3.2(eslint@8.30.0):
|
|
11086
|
+
resolution:
|
|
11087
|
+
{
|
|
11088
|
+
integrity: sha512-q7tWyCVaV9f8iQyIA5Mkj/S6AoJ9KBN8IeUSf3XEmBrOtxOZnfTg5s4KClbZBCK3GtnT/+RyCLZyDHuZwTuBjg==,
|
|
11144
11089
|
}
|
|
11145
11090
|
engines: { node: ^14.17.0 || >=16.0.0 }
|
|
11146
11091
|
peerDependencies:
|
|
@@ -11200,7 +11145,7 @@ packages:
|
|
|
11200
11145
|
engines: { node: ">=10.13.0" }
|
|
11201
11146
|
dependencies:
|
|
11202
11147
|
glob-to-regexp: 0.4.1
|
|
11203
|
-
graceful-fs: 4.2.
|
|
11148
|
+
graceful-fs: 4.2.10
|
|
11204
11149
|
dev: true
|
|
11205
11150
|
|
|
11206
11151
|
/webidl-conversions@7.0.0:
|
|
@@ -11229,10 +11174,10 @@ packages:
|
|
|
11229
11174
|
engines: { node: ">=10.13.0" }
|
|
11230
11175
|
dev: true
|
|
11231
11176
|
|
|
11232
|
-
/webpack@5.
|
|
11177
|
+
/webpack@5.85.0:
|
|
11233
11178
|
resolution:
|
|
11234
11179
|
{
|
|
11235
|
-
integrity: sha512-
|
|
11180
|
+
integrity: sha512-7gazTiYqwo5OSqwH1tigLDL2r3qDeP2dOKYgd+LlXpsUMqDTklg6tOghexqky0/+6QY38kb/R/uRPUleuL43zg==,
|
|
11236
11181
|
}
|
|
11237
11182
|
engines: { node: ">=10.13.0" }
|
|
11238
11183
|
hasBin: true
|
|
@@ -11247,23 +11192,23 @@ packages:
|
|
|
11247
11192
|
"@webassemblyjs/ast": 1.11.6
|
|
11248
11193
|
"@webassemblyjs/wasm-edit": 1.11.6
|
|
11249
11194
|
"@webassemblyjs/wasm-parser": 1.11.6
|
|
11250
|
-
acorn: 8.
|
|
11251
|
-
acorn-import-assertions: 1.9.0(acorn@8.
|
|
11252
|
-
browserslist: 4.21.
|
|
11195
|
+
acorn: 8.8.2
|
|
11196
|
+
acorn-import-assertions: 1.9.0(acorn@8.8.2)
|
|
11197
|
+
browserslist: 4.21.4
|
|
11253
11198
|
chrome-trace-event: 1.0.3
|
|
11254
|
-
enhanced-resolve: 5.
|
|
11255
|
-
es-module-lexer: 1.
|
|
11199
|
+
enhanced-resolve: 5.14.1
|
|
11200
|
+
es-module-lexer: 1.2.1
|
|
11256
11201
|
eslint-scope: 5.1.1
|
|
11257
11202
|
events: 3.3.0
|
|
11258
11203
|
glob-to-regexp: 0.4.1
|
|
11259
|
-
graceful-fs: 4.2.
|
|
11204
|
+
graceful-fs: 4.2.10
|
|
11260
11205
|
json-parse-even-better-errors: 2.3.1
|
|
11261
11206
|
loader-runner: 4.3.0
|
|
11262
11207
|
mime-types: 2.1.35
|
|
11263
11208
|
neo-async: 2.6.2
|
|
11264
|
-
schema-utils: 3.
|
|
11209
|
+
schema-utils: 3.1.2
|
|
11265
11210
|
tapable: 2.2.1
|
|
11266
|
-
terser-webpack-plugin: 5.3.9(webpack@5.
|
|
11211
|
+
terser-webpack-plugin: 5.3.9(webpack@5.85.0)
|
|
11267
11212
|
watchpack: 2.4.0
|
|
11268
11213
|
webpack-sources: 3.2.3
|
|
11269
11214
|
transitivePeerDependencies:
|