bi-element-ui 0.1.84 → 0.2.1
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/.eslintignore +2 -0
- package/.vscode/settings.json +3 -0
- package/lib/bi-element-ui.common.js +52580 -49626
- package/lib/bi-element-ui.css +1 -1
- package/lib/bi-element-ui.umd.js +52580 -49626
- package/lib/bi-element-ui.umd.min.js +80 -73
- package/package.json +14 -3
- package/pnpm-lock.yaml +416 -343
- package/src/App.vue +1 -0
- package/src/main.js +5 -1
- package/src/router/index.js +5 -0
- package/src/views/Home.vue +3 -3
- package/src/views/Layout.vue +35 -0
- package/src/views/Table.vue +78 -4
- package/src/views/showData.vue +2 -454
- package/lib/static/img/swiperBg.png +0 -0
package/pnpm-lock.yaml
CHANGED
@@ -1,6 +1,12 @@
|
|
1
1
|
lockfileVersion: 5.4
|
2
2
|
|
3
3
|
specifiers:
|
4
|
+
'@babel/core': ^7.12.16
|
5
|
+
'@babel/eslint-parser': ^7.12.16
|
6
|
+
'@babel/plugin-proposal-nullish-coalescing-operator': ^7.18.6
|
7
|
+
'@babel/plugin-proposal-optional-chaining': ^7.21.0
|
8
|
+
'@babel/plugin-transform-private-methods': ^7.22.5
|
9
|
+
'@cell-x/el-table-sticky': ^1.0.2
|
4
10
|
'@vue/cli-plugin-babel': ~4.3.0
|
5
11
|
'@vue/cli-plugin-e2e-cypress': ~4.3.0
|
6
12
|
'@vue/cli-plugin-eslint': ~4.3.0
|
@@ -12,23 +18,28 @@ specifiers:
|
|
12
18
|
'@vue/test-utils': 1.0.0-beta.31
|
13
19
|
axios: ^0.19.2
|
14
20
|
babel-eslint: ^10.1.0
|
15
|
-
bi-eleme: ^
|
21
|
+
bi-eleme: ^2.0.2
|
16
22
|
caniuse-lite: ^1.0.30001439
|
17
23
|
chai: ^4.1.2
|
18
24
|
commitizen: ^4.0.4
|
19
25
|
core-js: ^3.6.5
|
26
|
+
crypto-js: ^4.2.0
|
20
27
|
cz-conventional-changelog: ^3.1.0
|
21
28
|
eslint: ^6.7.2
|
22
29
|
eslint-plugin-prettier: ^3.1.1
|
23
30
|
eslint-plugin-vue: ^6.2.2
|
24
31
|
file-loader: ^6.2.0
|
32
|
+
gemini-scrollbar: ^1.5.3
|
25
33
|
image-webpack-loader: ^6.0.0
|
34
|
+
install: ^0.13.0
|
26
35
|
js-cookie: ^3.0.1
|
27
36
|
moment: ^2.29.1
|
28
37
|
node-gyp: ^6.1.0
|
29
38
|
prettier: ^2.8.7
|
39
|
+
resize-observer-polyfill: ^1.5.0
|
30
40
|
sass: ^1.26.3
|
31
41
|
sass-loader: ^8.0.2
|
42
|
+
throttle-debounce: ^1.0.1
|
32
43
|
url-loader: ^4.1.1
|
33
44
|
vue: ^2.6.11
|
34
45
|
vue-router: ^3.1.6
|
@@ -37,19 +48,30 @@ specifiers:
|
|
37
48
|
vuex: ^3.1.3
|
38
49
|
|
39
50
|
dependencies:
|
51
|
+
'@cell-x/el-table-sticky': 1.0.2
|
40
52
|
axios: 0.19.2
|
41
|
-
bi-eleme:
|
53
|
+
bi-eleme: 2.0.2_vue@2.7.14
|
42
54
|
caniuse-lite: 1.0.30001478
|
55
|
+
crypto-js: 4.2.0
|
56
|
+
gemini-scrollbar: 1.5.3
|
43
57
|
image-webpack-loader: 6.0.0
|
58
|
+
install: 0.13.0
|
44
59
|
js-cookie: 3.0.1
|
45
60
|
moment: 2.29.4
|
46
61
|
prettier: 2.8.8
|
62
|
+
resize-observer-polyfill: 1.5.1
|
63
|
+
throttle-debounce: 1.1.0
|
47
64
|
vue: 2.7.14
|
48
65
|
vue-router: 3.6.5_vue@2.7.14
|
49
66
|
vuedraggable: 2.24.3
|
50
67
|
vuex: 3.6.2_vue@2.7.14
|
51
68
|
|
52
69
|
devDependencies:
|
70
|
+
'@babel/core': 7.21.4
|
71
|
+
'@babel/eslint-parser': 7.23.3_2346lykq6ecuazu36lsou7tasi
|
72
|
+
'@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.21.4
|
73
|
+
'@babel/plugin-proposal-optional-chaining': 7.21.0_@babel+core@7.21.4
|
74
|
+
'@babel/plugin-transform-private-methods': 7.23.3_@babel+core@7.21.4
|
53
75
|
'@vue/cli-plugin-babel': 4.3.1_3yt6xlsjywtqlwqov5jq2tfcd4
|
54
76
|
'@vue/cli-plugin-e2e-cypress': 4.3.1_hhbxudpx3eo7655vejvhes6ji4
|
55
77
|
'@vue/cli-plugin-eslint': 4.3.1_hhbxudpx3eo7655vejvhes6ji4
|
@@ -100,6 +122,14 @@ packages:
|
|
100
122
|
'@babel/highlight': 7.18.6
|
101
123
|
dev: true
|
102
124
|
|
125
|
+
/@babel/code-frame/7.23.5:
|
126
|
+
resolution: {integrity: sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==}
|
127
|
+
engines: {node: '>=6.9.0'}
|
128
|
+
dependencies:
|
129
|
+
'@babel/highlight': 7.23.4
|
130
|
+
chalk: 2.4.2
|
131
|
+
dev: true
|
132
|
+
|
103
133
|
/@babel/compat-data/7.21.4:
|
104
134
|
resolution: {integrity: sha512-/DYyDpeCfaVinT40FPGdkkb+lYSKvsVuMjDAG7jPOWWiM1ibOaB9CXJAlc4d1QpP/U2q2P9jbrSlClKSErd55g==}
|
105
135
|
engines: {node: '>=6.9.0'}
|
@@ -110,7 +140,7 @@ packages:
|
|
110
140
|
engines: {node: '>=6.9.0'}
|
111
141
|
dependencies:
|
112
142
|
'@ampproject/remapping': 2.2.1
|
113
|
-
'@babel/code-frame': 7.
|
143
|
+
'@babel/code-frame': 7.23.5
|
114
144
|
'@babel/generator': 7.21.4
|
115
145
|
'@babel/helper-compilation-targets': 7.21.4_@babel+core@7.21.4
|
116
146
|
'@babel/helper-module-transforms': 7.21.2
|
@@ -128,6 +158,20 @@ packages:
|
|
128
158
|
- supports-color
|
129
159
|
dev: true
|
130
160
|
|
161
|
+
/@babel/eslint-parser/7.23.3_2346lykq6ecuazu36lsou7tasi:
|
162
|
+
resolution: {integrity: sha512-9bTuNlyx7oSstodm1cR1bECj4fkiknsDa1YniISkJemMY3DGhJNYBECbe6QD/q54mp2J8VO66jW3/7uP//iFCw==}
|
163
|
+
engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0}
|
164
|
+
peerDependencies:
|
165
|
+
'@babel/core': ^7.11.0
|
166
|
+
eslint: ^7.5.0 || ^8.0.0
|
167
|
+
dependencies:
|
168
|
+
'@babel/core': 7.21.4
|
169
|
+
'@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1
|
170
|
+
eslint: 6.8.0
|
171
|
+
eslint-visitor-keys: 2.1.0
|
172
|
+
semver: 6.3.1
|
173
|
+
dev: true
|
174
|
+
|
131
175
|
/@babel/generator/7.21.4:
|
132
176
|
resolution: {integrity: sha512-NieM3pVIYW2SwGzKoqfPrQsf4xGs9M9AIG3ThppsSRmO+m7eQhmI6amajKMUeIO37wFfsvnvcxQFx6x6iqxDnA==}
|
133
177
|
engines: {node: '>=6.9.0'}
|
@@ -138,11 +182,11 @@ packages:
|
|
138
182
|
jsesc: 2.5.2
|
139
183
|
dev: true
|
140
184
|
|
141
|
-
/@babel/helper-annotate-as-pure/7.
|
142
|
-
resolution: {integrity: sha512-
|
185
|
+
/@babel/helper-annotate-as-pure/7.22.5:
|
186
|
+
resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==}
|
143
187
|
engines: {node: '>=6.9.0'}
|
144
188
|
dependencies:
|
145
|
-
'@babel/types': 7.
|
189
|
+
'@babel/types': 7.23.6
|
146
190
|
dev: true
|
147
191
|
|
148
192
|
/@babel/helper-builder-binary-assignment-operator-visitor/7.18.9:
|
@@ -150,7 +194,7 @@ packages:
|
|
150
194
|
engines: {node: '>=6.9.0'}
|
151
195
|
dependencies:
|
152
196
|
'@babel/helper-explode-assignable-expression': 7.18.6
|
153
|
-
'@babel/types': 7.
|
197
|
+
'@babel/types': 7.23.6
|
154
198
|
dev: true
|
155
199
|
|
156
200
|
/@babel/helper-compilation-targets/7.21.4_@babel+core@7.21.4:
|
@@ -167,23 +211,22 @@ packages:
|
|
167
211
|
semver: 6.3.0
|
168
212
|
dev: true
|
169
213
|
|
170
|
-
/@babel/helper-create-class-features-plugin/7.
|
171
|
-
resolution: {integrity: sha512-
|
214
|
+
/@babel/helper-create-class-features-plugin/7.23.6_@babel+core@7.21.4:
|
215
|
+
resolution: {integrity: sha512-cBXU1vZni/CpGF29iTu4YRbOZt3Wat6zCoMDxRF1MayiEc4URxOj31tT65HUM0CRpMowA3HCJaAOVOUnMf96cw==}
|
172
216
|
engines: {node: '>=6.9.0'}
|
173
217
|
peerDependencies:
|
174
218
|
'@babel/core': ^7.0.0
|
175
219
|
dependencies:
|
176
220
|
'@babel/core': 7.21.4
|
177
|
-
'@babel/helper-annotate-as-pure': 7.
|
178
|
-
'@babel/helper-environment-visitor': 7.
|
179
|
-
'@babel/helper-function-name': 7.
|
180
|
-
'@babel/helper-member-expression-to-functions': 7.
|
181
|
-
'@babel/helper-optimise-call-expression': 7.
|
182
|
-
'@babel/helper-replace-supers': 7.
|
183
|
-
'@babel/helper-skip-transparent-expression-wrappers': 7.
|
184
|
-
'@babel/helper-split-export-declaration': 7.
|
185
|
-
|
186
|
-
- supports-color
|
221
|
+
'@babel/helper-annotate-as-pure': 7.22.5
|
222
|
+
'@babel/helper-environment-visitor': 7.22.20
|
223
|
+
'@babel/helper-function-name': 7.23.0
|
224
|
+
'@babel/helper-member-expression-to-functions': 7.23.0
|
225
|
+
'@babel/helper-optimise-call-expression': 7.22.5
|
226
|
+
'@babel/helper-replace-supers': 7.22.20_@babel+core@7.21.4
|
227
|
+
'@babel/helper-skip-transparent-expression-wrappers': 7.22.5
|
228
|
+
'@babel/helper-split-export-declaration': 7.22.6
|
229
|
+
semver: 6.3.1
|
187
230
|
dev: true
|
188
231
|
|
189
232
|
/@babel/helper-create-regexp-features-plugin/7.21.4_@babel+core@7.21.4:
|
@@ -193,7 +236,7 @@ packages:
|
|
193
236
|
'@babel/core': ^7.0.0
|
194
237
|
dependencies:
|
195
238
|
'@babel/core': 7.21.4
|
196
|
-
'@babel/helper-annotate-as-pure': 7.
|
239
|
+
'@babel/helper-annotate-as-pure': 7.22.5
|
197
240
|
regexpu-core: 5.3.2
|
198
241
|
dev: true
|
199
242
|
|
@@ -204,11 +247,11 @@ packages:
|
|
204
247
|
dependencies:
|
205
248
|
'@babel/core': 7.21.4
|
206
249
|
'@babel/helper-compilation-targets': 7.21.4_@babel+core@7.21.4
|
207
|
-
'@babel/helper-plugin-utils': 7.
|
250
|
+
'@babel/helper-plugin-utils': 7.22.5
|
208
251
|
debug: 4.3.4
|
209
252
|
lodash.debounce: 4.0.8
|
210
253
|
resolve: 1.22.2
|
211
|
-
semver: 6.3.
|
254
|
+
semver: 6.3.1
|
212
255
|
transitivePeerDependencies:
|
213
256
|
- supports-color
|
214
257
|
dev: true
|
@@ -218,11 +261,16 @@ packages:
|
|
218
261
|
engines: {node: '>=6.9.0'}
|
219
262
|
dev: true
|
220
263
|
|
264
|
+
/@babel/helper-environment-visitor/7.22.20:
|
265
|
+
resolution: {integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==}
|
266
|
+
engines: {node: '>=6.9.0'}
|
267
|
+
dev: true
|
268
|
+
|
221
269
|
/@babel/helper-explode-assignable-expression/7.18.6:
|
222
270
|
resolution: {integrity: sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==}
|
223
271
|
engines: {node: '>=6.9.0'}
|
224
272
|
dependencies:
|
225
|
-
'@babel/types': 7.
|
273
|
+
'@babel/types': 7.23.6
|
226
274
|
dev: true
|
227
275
|
|
228
276
|
/@babel/helper-function-name/7.21.0:
|
@@ -230,28 +278,36 @@ packages:
|
|
230
278
|
engines: {node: '>=6.9.0'}
|
231
279
|
dependencies:
|
232
280
|
'@babel/template': 7.20.7
|
233
|
-
'@babel/types': 7.
|
281
|
+
'@babel/types': 7.23.6
|
282
|
+
dev: true
|
283
|
+
|
284
|
+
/@babel/helper-function-name/7.23.0:
|
285
|
+
resolution: {integrity: sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==}
|
286
|
+
engines: {node: '>=6.9.0'}
|
287
|
+
dependencies:
|
288
|
+
'@babel/template': 7.22.15
|
289
|
+
'@babel/types': 7.23.6
|
234
290
|
dev: true
|
235
291
|
|
236
292
|
/@babel/helper-hoist-variables/7.18.6:
|
237
293
|
resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==}
|
238
294
|
engines: {node: '>=6.9.0'}
|
239
295
|
dependencies:
|
240
|
-
'@babel/types': 7.
|
296
|
+
'@babel/types': 7.23.6
|
241
297
|
dev: true
|
242
298
|
|
243
|
-
/@babel/helper-member-expression-to-functions/7.
|
244
|
-
resolution: {integrity: sha512-
|
299
|
+
/@babel/helper-member-expression-to-functions/7.23.0:
|
300
|
+
resolution: {integrity: sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==}
|
245
301
|
engines: {node: '>=6.9.0'}
|
246
302
|
dependencies:
|
247
|
-
'@babel/types': 7.
|
303
|
+
'@babel/types': 7.23.6
|
248
304
|
dev: true
|
249
305
|
|
250
306
|
/@babel/helper-module-imports/7.21.4:
|
251
307
|
resolution: {integrity: sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg==}
|
252
308
|
engines: {node: '>=6.9.0'}
|
253
309
|
dependencies:
|
254
|
-
'@babel/types': 7.
|
310
|
+
'@babel/types': 7.23.6
|
255
311
|
dev: true
|
256
312
|
|
257
313
|
/@babel/helper-module-transforms/7.21.2:
|
@@ -262,7 +318,7 @@ packages:
|
|
262
318
|
'@babel/helper-module-imports': 7.21.4
|
263
319
|
'@babel/helper-simple-access': 7.20.2
|
264
320
|
'@babel/helper-split-export-declaration': 7.18.6
|
265
|
-
'@babel/helper-validator-identifier': 7.
|
321
|
+
'@babel/helper-validator-identifier': 7.22.20
|
266
322
|
'@babel/template': 7.20.7
|
267
323
|
'@babel/traverse': 7.21.4
|
268
324
|
'@babel/types': 7.21.4
|
@@ -270,11 +326,11 @@ packages:
|
|
270
326
|
- supports-color
|
271
327
|
dev: true
|
272
328
|
|
273
|
-
/@babel/helper-optimise-call-expression/7.
|
274
|
-
resolution: {integrity: sha512-
|
329
|
+
/@babel/helper-optimise-call-expression/7.22.5:
|
330
|
+
resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==}
|
275
331
|
engines: {node: '>=6.9.0'}
|
276
332
|
dependencies:
|
277
|
-
'@babel/types': 7.
|
333
|
+
'@babel/types': 7.23.6
|
278
334
|
dev: true
|
279
335
|
|
280
336
|
/@babel/helper-plugin-utils/7.20.2:
|
@@ -282,6 +338,11 @@ packages:
|
|
282
338
|
engines: {node: '>=6.9.0'}
|
283
339
|
dev: true
|
284
340
|
|
341
|
+
/@babel/helper-plugin-utils/7.22.5:
|
342
|
+
resolution: {integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==}
|
343
|
+
engines: {node: '>=6.9.0'}
|
344
|
+
dev: true
|
345
|
+
|
285
346
|
/@babel/helper-remap-async-to-generator/7.18.9_@babel+core@7.21.4:
|
286
347
|
resolution: {integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==}
|
287
348
|
engines: {node: '>=6.9.0'}
|
@@ -289,33 +350,31 @@ packages:
|
|
289
350
|
'@babel/core': ^7.0.0
|
290
351
|
dependencies:
|
291
352
|
'@babel/core': 7.21.4
|
292
|
-
'@babel/helper-annotate-as-pure': 7.
|
293
|
-
'@babel/helper-environment-visitor': 7.
|
353
|
+
'@babel/helper-annotate-as-pure': 7.22.5
|
354
|
+
'@babel/helper-environment-visitor': 7.22.20
|
294
355
|
'@babel/helper-wrap-function': 7.20.5
|
295
|
-
'@babel/types': 7.
|
356
|
+
'@babel/types': 7.23.6
|
296
357
|
transitivePeerDependencies:
|
297
358
|
- supports-color
|
298
359
|
dev: true
|
299
360
|
|
300
|
-
/@babel/helper-replace-supers/7.
|
301
|
-
resolution: {integrity: sha512-
|
361
|
+
/@babel/helper-replace-supers/7.22.20_@babel+core@7.21.4:
|
362
|
+
resolution: {integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==}
|
302
363
|
engines: {node: '>=6.9.0'}
|
364
|
+
peerDependencies:
|
365
|
+
'@babel/core': ^7.0.0
|
303
366
|
dependencies:
|
304
|
-
'@babel/
|
305
|
-
'@babel/helper-
|
306
|
-
'@babel/helper-
|
307
|
-
'@babel/
|
308
|
-
'@babel/traverse': 7.21.4
|
309
|
-
'@babel/types': 7.21.4
|
310
|
-
transitivePeerDependencies:
|
311
|
-
- supports-color
|
367
|
+
'@babel/core': 7.21.4
|
368
|
+
'@babel/helper-environment-visitor': 7.22.20
|
369
|
+
'@babel/helper-member-expression-to-functions': 7.23.0
|
370
|
+
'@babel/helper-optimise-call-expression': 7.22.5
|
312
371
|
dev: true
|
313
372
|
|
314
373
|
/@babel/helper-simple-access/7.20.2:
|
315
374
|
resolution: {integrity: sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==}
|
316
375
|
engines: {node: '>=6.9.0'}
|
317
376
|
dependencies:
|
318
|
-
'@babel/types': 7.
|
377
|
+
'@babel/types': 7.23.6
|
319
378
|
dev: true
|
320
379
|
|
321
380
|
/@babel/helper-skip-transparent-expression-wrappers/7.20.0:
|
@@ -325,21 +384,46 @@ packages:
|
|
325
384
|
'@babel/types': 7.21.4
|
326
385
|
dev: true
|
327
386
|
|
387
|
+
/@babel/helper-skip-transparent-expression-wrappers/7.22.5:
|
388
|
+
resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==}
|
389
|
+
engines: {node: '>=6.9.0'}
|
390
|
+
dependencies:
|
391
|
+
'@babel/types': 7.23.6
|
392
|
+
dev: true
|
393
|
+
|
328
394
|
/@babel/helper-split-export-declaration/7.18.6:
|
329
395
|
resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==}
|
330
396
|
engines: {node: '>=6.9.0'}
|
331
397
|
dependencies:
|
332
|
-
'@babel/types': 7.
|
398
|
+
'@babel/types': 7.23.6
|
399
|
+
dev: true
|
400
|
+
|
401
|
+
/@babel/helper-split-export-declaration/7.22.6:
|
402
|
+
resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==}
|
403
|
+
engines: {node: '>=6.9.0'}
|
404
|
+
dependencies:
|
405
|
+
'@babel/types': 7.23.6
|
333
406
|
dev: true
|
334
407
|
|
335
408
|
/@babel/helper-string-parser/7.19.4:
|
336
409
|
resolution: {integrity: sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==}
|
337
410
|
engines: {node: '>=6.9.0'}
|
338
411
|
|
412
|
+
/@babel/helper-string-parser/7.23.4:
|
413
|
+
resolution: {integrity: sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==}
|
414
|
+
engines: {node: '>=6.9.0'}
|
415
|
+
dev: true
|
416
|
+
|
339
417
|
/@babel/helper-validator-identifier/7.19.1:
|
340
418
|
resolution: {integrity: sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==}
|
341
419
|
engines: {node: '>=6.9.0'}
|
342
420
|
|
421
|
+
/@babel/helper-validator-identifier/7.22.20:
|
422
|
+
resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==}
|
423
|
+
engines: {node: '>=6.9.0'}
|
424
|
+
requiresBuild: true
|
425
|
+
dev: true
|
426
|
+
|
343
427
|
/@babel/helper-validator-option/7.21.0:
|
344
428
|
resolution: {integrity: sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ==}
|
345
429
|
engines: {node: '>=6.9.0'}
|
@@ -349,10 +433,10 @@ packages:
|
|
349
433
|
resolution: {integrity: sha512-bYMxIWK5mh+TgXGVqAtnu5Yn1un+v8DDZtqyzKRLUzrh70Eal2O3aZ7aPYiMADO4uKlkzOiRiZ6GX5q3qxvW9Q==}
|
350
434
|
engines: {node: '>=6.9.0'}
|
351
435
|
dependencies:
|
352
|
-
'@babel/helper-function-name': 7.
|
353
|
-
'@babel/template': 7.
|
436
|
+
'@babel/helper-function-name': 7.23.0
|
437
|
+
'@babel/template': 7.22.15
|
354
438
|
'@babel/traverse': 7.21.4
|
355
|
-
'@babel/types': 7.
|
439
|
+
'@babel/types': 7.23.6
|
356
440
|
transitivePeerDependencies:
|
357
441
|
- supports-color
|
358
442
|
dev: true
|
@@ -372,7 +456,17 @@ packages:
|
|
372
456
|
resolution: {integrity: sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==}
|
373
457
|
engines: {node: '>=6.9.0'}
|
374
458
|
dependencies:
|
375
|
-
'@babel/helper-validator-identifier': 7.
|
459
|
+
'@babel/helper-validator-identifier': 7.22.20
|
460
|
+
chalk: 2.4.2
|
461
|
+
js-tokens: 4.0.0
|
462
|
+
dev: true
|
463
|
+
|
464
|
+
/@babel/highlight/7.23.4:
|
465
|
+
resolution: {integrity: sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==}
|
466
|
+
engines: {node: '>=6.9.0'}
|
467
|
+
requiresBuild: true
|
468
|
+
dependencies:
|
469
|
+
'@babel/helper-validator-identifier': 7.22.20
|
376
470
|
chalk: 2.4.2
|
377
471
|
js-tokens: 4.0.0
|
378
472
|
dev: true
|
@@ -384,6 +478,14 @@ packages:
|
|
384
478
|
dependencies:
|
385
479
|
'@babel/types': 7.21.4
|
386
480
|
|
481
|
+
/@babel/parser/7.23.6:
|
482
|
+
resolution: {integrity: sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ==}
|
483
|
+
engines: {node: '>=6.0.0'}
|
484
|
+
hasBin: true
|
485
|
+
dependencies:
|
486
|
+
'@babel/types': 7.23.6
|
487
|
+
dev: true
|
488
|
+
|
387
489
|
/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.18.6_@babel+core@7.21.4:
|
388
490
|
resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==}
|
389
491
|
engines: {node: '>=6.9.0'}
|
@@ -391,7 +493,7 @@ packages:
|
|
391
493
|
'@babel/core': ^7.0.0
|
392
494
|
dependencies:
|
393
495
|
'@babel/core': 7.21.4
|
394
|
-
'@babel/helper-plugin-utils': 7.
|
496
|
+
'@babel/helper-plugin-utils': 7.22.5
|
395
497
|
dev: true
|
396
498
|
|
397
499
|
/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.20.7_@babel+core@7.21.4:
|
@@ -401,8 +503,8 @@ packages:
|
|
401
503
|
'@babel/core': ^7.13.0
|
402
504
|
dependencies:
|
403
505
|
'@babel/core': 7.21.4
|
404
|
-
'@babel/helper-plugin-utils': 7.
|
405
|
-
'@babel/helper-skip-transparent-expression-wrappers': 7.
|
506
|
+
'@babel/helper-plugin-utils': 7.22.5
|
507
|
+
'@babel/helper-skip-transparent-expression-wrappers': 7.22.5
|
406
508
|
'@babel/plugin-proposal-optional-chaining': 7.21.0_@babel+core@7.21.4
|
407
509
|
dev: true
|
408
510
|
|
@@ -413,8 +515,8 @@ packages:
|
|
413
515
|
'@babel/core': ^7.0.0-0
|
414
516
|
dependencies:
|
415
517
|
'@babel/core': 7.21.4
|
416
|
-
'@babel/helper-environment-visitor': 7.
|
417
|
-
'@babel/helper-plugin-utils': 7.
|
518
|
+
'@babel/helper-environment-visitor': 7.22.20
|
519
|
+
'@babel/helper-plugin-utils': 7.22.5
|
418
520
|
'@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.21.4
|
419
521
|
'@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.21.4
|
420
522
|
transitivePeerDependencies:
|
@@ -428,10 +530,8 @@ packages:
|
|
428
530
|
'@babel/core': ^7.0.0-0
|
429
531
|
dependencies:
|
430
532
|
'@babel/core': 7.21.4
|
431
|
-
'@babel/helper-create-class-features-plugin': 7.
|
432
|
-
'@babel/helper-plugin-utils': 7.
|
433
|
-
transitivePeerDependencies:
|
434
|
-
- supports-color
|
533
|
+
'@babel/helper-create-class-features-plugin': 7.23.6_@babel+core@7.21.4
|
534
|
+
'@babel/helper-plugin-utils': 7.22.5
|
435
535
|
dev: true
|
436
536
|
|
437
537
|
/@babel/plugin-proposal-class-static-block/7.21.0_@babel+core@7.21.4:
|
@@ -441,11 +541,9 @@ packages:
|
|
441
541
|
'@babel/core': ^7.12.0
|
442
542
|
dependencies:
|
443
543
|
'@babel/core': 7.21.4
|
444
|
-
'@babel/helper-create-class-features-plugin': 7.
|
445
|
-
'@babel/helper-plugin-utils': 7.
|
544
|
+
'@babel/helper-create-class-features-plugin': 7.23.6_@babel+core@7.21.4
|
545
|
+
'@babel/helper-plugin-utils': 7.22.5
|
446
546
|
'@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.21.4
|
447
|
-
transitivePeerDependencies:
|
448
|
-
- supports-color
|
449
547
|
dev: true
|
450
548
|
|
451
549
|
/@babel/plugin-proposal-decorators/7.21.0_@babel+core@7.21.4:
|
@@ -455,13 +553,11 @@ packages:
|
|
455
553
|
'@babel/core': ^7.0.0-0
|
456
554
|
dependencies:
|
457
555
|
'@babel/core': 7.21.4
|
458
|
-
'@babel/helper-create-class-features-plugin': 7.
|
459
|
-
'@babel/helper-plugin-utils': 7.
|
460
|
-
'@babel/helper-replace-supers': 7.
|
461
|
-
'@babel/helper-split-export-declaration': 7.
|
556
|
+
'@babel/helper-create-class-features-plugin': 7.23.6_@babel+core@7.21.4
|
557
|
+
'@babel/helper-plugin-utils': 7.22.5
|
558
|
+
'@babel/helper-replace-supers': 7.22.20_@babel+core@7.21.4
|
559
|
+
'@babel/helper-split-export-declaration': 7.22.6
|
462
560
|
'@babel/plugin-syntax-decorators': 7.21.0_@babel+core@7.21.4
|
463
|
-
transitivePeerDependencies:
|
464
|
-
- supports-color
|
465
561
|
dev: true
|
466
562
|
|
467
563
|
/@babel/plugin-proposal-dynamic-import/7.18.6_@babel+core@7.21.4:
|
@@ -471,7 +567,7 @@ packages:
|
|
471
567
|
'@babel/core': ^7.0.0-0
|
472
568
|
dependencies:
|
473
569
|
'@babel/core': 7.21.4
|
474
|
-
'@babel/helper-plugin-utils': 7.
|
570
|
+
'@babel/helper-plugin-utils': 7.22.5
|
475
571
|
'@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.21.4
|
476
572
|
dev: true
|
477
573
|
|
@@ -482,7 +578,7 @@ packages:
|
|
482
578
|
'@babel/core': ^7.0.0-0
|
483
579
|
dependencies:
|
484
580
|
'@babel/core': 7.21.4
|
485
|
-
'@babel/helper-plugin-utils': 7.
|
581
|
+
'@babel/helper-plugin-utils': 7.22.5
|
486
582
|
'@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.21.4
|
487
583
|
dev: true
|
488
584
|
|
@@ -493,7 +589,7 @@ packages:
|
|
493
589
|
'@babel/core': ^7.0.0-0
|
494
590
|
dependencies:
|
495
591
|
'@babel/core': 7.21.4
|
496
|
-
'@babel/helper-plugin-utils': 7.
|
592
|
+
'@babel/helper-plugin-utils': 7.22.5
|
497
593
|
'@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.21.4
|
498
594
|
dev: true
|
499
595
|
|
@@ -504,13 +600,14 @@ packages:
|
|
504
600
|
'@babel/core': ^7.0.0-0
|
505
601
|
dependencies:
|
506
602
|
'@babel/core': 7.21.4
|
507
|
-
'@babel/helper-plugin-utils': 7.
|
603
|
+
'@babel/helper-plugin-utils': 7.22.5
|
508
604
|
'@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.21.4
|
509
605
|
dev: true
|
510
606
|
|
511
607
|
/@babel/plugin-proposal-nullish-coalescing-operator/7.18.6_@babel+core@7.21.4:
|
512
608
|
resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==}
|
513
609
|
engines: {node: '>=6.9.0'}
|
610
|
+
deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead.
|
514
611
|
peerDependencies:
|
515
612
|
'@babel/core': ^7.0.0-0
|
516
613
|
dependencies:
|
@@ -526,7 +623,7 @@ packages:
|
|
526
623
|
'@babel/core': ^7.0.0-0
|
527
624
|
dependencies:
|
528
625
|
'@babel/core': 7.21.4
|
529
|
-
'@babel/helper-plugin-utils': 7.
|
626
|
+
'@babel/helper-plugin-utils': 7.22.5
|
530
627
|
'@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.21.4
|
531
628
|
dev: true
|
532
629
|
|
@@ -539,7 +636,7 @@ packages:
|
|
539
636
|
'@babel/compat-data': 7.21.4
|
540
637
|
'@babel/core': 7.21.4
|
541
638
|
'@babel/helper-compilation-targets': 7.21.4_@babel+core@7.21.4
|
542
|
-
'@babel/helper-plugin-utils': 7.
|
639
|
+
'@babel/helper-plugin-utils': 7.22.5
|
543
640
|
'@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.21.4
|
544
641
|
'@babel/plugin-transform-parameters': 7.21.3_@babel+core@7.21.4
|
545
642
|
dev: true
|
@@ -551,13 +648,14 @@ packages:
|
|
551
648
|
'@babel/core': ^7.0.0-0
|
552
649
|
dependencies:
|
553
650
|
'@babel/core': 7.21.4
|
554
|
-
'@babel/helper-plugin-utils': 7.
|
651
|
+
'@babel/helper-plugin-utils': 7.22.5
|
555
652
|
'@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.21.4
|
556
653
|
dev: true
|
557
654
|
|
558
655
|
/@babel/plugin-proposal-optional-chaining/7.21.0_@babel+core@7.21.4:
|
559
656
|
resolution: {integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==}
|
560
657
|
engines: {node: '>=6.9.0'}
|
658
|
+
deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead.
|
561
659
|
peerDependencies:
|
562
660
|
'@babel/core': ^7.0.0-0
|
563
661
|
dependencies:
|
@@ -574,10 +672,8 @@ packages:
|
|
574
672
|
'@babel/core': ^7.0.0-0
|
575
673
|
dependencies:
|
576
674
|
'@babel/core': 7.21.4
|
577
|
-
'@babel/helper-create-class-features-plugin': 7.
|
578
|
-
'@babel/helper-plugin-utils': 7.
|
579
|
-
transitivePeerDependencies:
|
580
|
-
- supports-color
|
675
|
+
'@babel/helper-create-class-features-plugin': 7.23.6_@babel+core@7.21.4
|
676
|
+
'@babel/helper-plugin-utils': 7.22.5
|
581
677
|
dev: true
|
582
678
|
|
583
679
|
/@babel/plugin-proposal-private-property-in-object/7.21.0_@babel+core@7.21.4:
|
@@ -587,12 +683,10 @@ packages:
|
|
587
683
|
'@babel/core': ^7.0.0-0
|
588
684
|
dependencies:
|
589
685
|
'@babel/core': 7.21.4
|
590
|
-
'@babel/helper-annotate-as-pure': 7.
|
591
|
-
'@babel/helper-create-class-features-plugin': 7.
|
592
|
-
'@babel/helper-plugin-utils': 7.
|
686
|
+
'@babel/helper-annotate-as-pure': 7.22.5
|
687
|
+
'@babel/helper-create-class-features-plugin': 7.23.6_@babel+core@7.21.4
|
688
|
+
'@babel/helper-plugin-utils': 7.22.5
|
593
689
|
'@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.21.4
|
594
|
-
transitivePeerDependencies:
|
595
|
-
- supports-color
|
596
690
|
dev: true
|
597
691
|
|
598
692
|
/@babel/plugin-proposal-unicode-property-regex/7.18.6_@babel+core@7.21.4:
|
@@ -603,7 +697,7 @@ packages:
|
|
603
697
|
dependencies:
|
604
698
|
'@babel/core': 7.21.4
|
605
699
|
'@babel/helper-create-regexp-features-plugin': 7.21.4_@babel+core@7.21.4
|
606
|
-
'@babel/helper-plugin-utils': 7.
|
700
|
+
'@babel/helper-plugin-utils': 7.22.5
|
607
701
|
dev: true
|
608
702
|
|
609
703
|
/@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.21.4:
|
@@ -612,7 +706,7 @@ packages:
|
|
612
706
|
'@babel/core': ^7.0.0-0
|
613
707
|
dependencies:
|
614
708
|
'@babel/core': 7.21.4
|
615
|
-
'@babel/helper-plugin-utils': 7.
|
709
|
+
'@babel/helper-plugin-utils': 7.22.5
|
616
710
|
dev: true
|
617
711
|
|
618
712
|
/@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.21.4:
|
@@ -621,7 +715,7 @@ packages:
|
|
621
715
|
'@babel/core': ^7.0.0-0
|
622
716
|
dependencies:
|
623
717
|
'@babel/core': 7.21.4
|
624
|
-
'@babel/helper-plugin-utils': 7.
|
718
|
+
'@babel/helper-plugin-utils': 7.22.5
|
625
719
|
dev: true
|
626
720
|
|
627
721
|
/@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.21.4:
|
@@ -631,7 +725,7 @@ packages:
|
|
631
725
|
'@babel/core': ^7.0.0-0
|
632
726
|
dependencies:
|
633
727
|
'@babel/core': 7.21.4
|
634
|
-
'@babel/helper-plugin-utils': 7.
|
728
|
+
'@babel/helper-plugin-utils': 7.22.5
|
635
729
|
dev: true
|
636
730
|
|
637
731
|
/@babel/plugin-syntax-decorators/7.21.0_@babel+core@7.21.4:
|
@@ -641,7 +735,7 @@ packages:
|
|
641
735
|
'@babel/core': ^7.0.0-0
|
642
736
|
dependencies:
|
643
737
|
'@babel/core': 7.21.4
|
644
|
-
'@babel/helper-plugin-utils': 7.
|
738
|
+
'@babel/helper-plugin-utils': 7.22.5
|
645
739
|
dev: true
|
646
740
|
|
647
741
|
/@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.21.4:
|
@@ -650,7 +744,7 @@ packages:
|
|
650
744
|
'@babel/core': ^7.0.0-0
|
651
745
|
dependencies:
|
652
746
|
'@babel/core': 7.21.4
|
653
|
-
'@babel/helper-plugin-utils': 7.
|
747
|
+
'@babel/helper-plugin-utils': 7.22.5
|
654
748
|
dev: true
|
655
749
|
|
656
750
|
/@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.21.4:
|
@@ -659,7 +753,7 @@ packages:
|
|
659
753
|
'@babel/core': ^7.0.0-0
|
660
754
|
dependencies:
|
661
755
|
'@babel/core': 7.21.4
|
662
|
-
'@babel/helper-plugin-utils': 7.
|
756
|
+
'@babel/helper-plugin-utils': 7.22.5
|
663
757
|
dev: true
|
664
758
|
|
665
759
|
/@babel/plugin-syntax-import-assertions/7.20.0_@babel+core@7.21.4:
|
@@ -669,7 +763,7 @@ packages:
|
|
669
763
|
'@babel/core': ^7.0.0-0
|
670
764
|
dependencies:
|
671
765
|
'@babel/core': 7.21.4
|
672
|
-
'@babel/helper-plugin-utils': 7.
|
766
|
+
'@babel/helper-plugin-utils': 7.22.5
|
673
767
|
dev: true
|
674
768
|
|
675
769
|
/@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.21.4:
|
@@ -678,7 +772,7 @@ packages:
|
|
678
772
|
'@babel/core': ^7.0.0-0
|
679
773
|
dependencies:
|
680
774
|
'@babel/core': 7.21.4
|
681
|
-
'@babel/helper-plugin-utils': 7.
|
775
|
+
'@babel/helper-plugin-utils': 7.22.5
|
682
776
|
dev: true
|
683
777
|
|
684
778
|
/@babel/plugin-syntax-jsx/7.21.4_@babel+core@7.21.4:
|
@@ -688,7 +782,7 @@ packages:
|
|
688
782
|
'@babel/core': ^7.0.0-0
|
689
783
|
dependencies:
|
690
784
|
'@babel/core': 7.21.4
|
691
|
-
'@babel/helper-plugin-utils': 7.
|
785
|
+
'@babel/helper-plugin-utils': 7.22.5
|
692
786
|
dev: true
|
693
787
|
|
694
788
|
/@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.21.4:
|
@@ -697,7 +791,7 @@ packages:
|
|
697
791
|
'@babel/core': ^7.0.0-0
|
698
792
|
dependencies:
|
699
793
|
'@babel/core': 7.21.4
|
700
|
-
'@babel/helper-plugin-utils': 7.
|
794
|
+
'@babel/helper-plugin-utils': 7.22.5
|
701
795
|
dev: true
|
702
796
|
|
703
797
|
/@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.21.4:
|
@@ -715,7 +809,7 @@ packages:
|
|
715
809
|
'@babel/core': ^7.0.0-0
|
716
810
|
dependencies:
|
717
811
|
'@babel/core': 7.21.4
|
718
|
-
'@babel/helper-plugin-utils': 7.
|
812
|
+
'@babel/helper-plugin-utils': 7.22.5
|
719
813
|
dev: true
|
720
814
|
|
721
815
|
/@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.21.4:
|
@@ -724,7 +818,7 @@ packages:
|
|
724
818
|
'@babel/core': ^7.0.0-0
|
725
819
|
dependencies:
|
726
820
|
'@babel/core': 7.21.4
|
727
|
-
'@babel/helper-plugin-utils': 7.
|
821
|
+
'@babel/helper-plugin-utils': 7.22.5
|
728
822
|
dev: true
|
729
823
|
|
730
824
|
/@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.21.4:
|
@@ -733,7 +827,7 @@ packages:
|
|
733
827
|
'@babel/core': ^7.0.0-0
|
734
828
|
dependencies:
|
735
829
|
'@babel/core': 7.21.4
|
736
|
-
'@babel/helper-plugin-utils': 7.
|
830
|
+
'@babel/helper-plugin-utils': 7.22.5
|
737
831
|
dev: true
|
738
832
|
|
739
833
|
/@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.21.4:
|
@@ -752,7 +846,7 @@ packages:
|
|
752
846
|
'@babel/core': ^7.0.0-0
|
753
847
|
dependencies:
|
754
848
|
'@babel/core': 7.21.4
|
755
|
-
'@babel/helper-plugin-utils': 7.
|
849
|
+
'@babel/helper-plugin-utils': 7.22.5
|
756
850
|
dev: true
|
757
851
|
|
758
852
|
/@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.21.4:
|
@@ -762,7 +856,7 @@ packages:
|
|
762
856
|
'@babel/core': ^7.0.0-0
|
763
857
|
dependencies:
|
764
858
|
'@babel/core': 7.21.4
|
765
|
-
'@babel/helper-plugin-utils': 7.
|
859
|
+
'@babel/helper-plugin-utils': 7.22.5
|
766
860
|
dev: true
|
767
861
|
|
768
862
|
/@babel/plugin-transform-arrow-functions/7.20.7_@babel+core@7.21.4:
|
@@ -772,7 +866,7 @@ packages:
|
|
772
866
|
'@babel/core': ^7.0.0-0
|
773
867
|
dependencies:
|
774
868
|
'@babel/core': 7.21.4
|
775
|
-
'@babel/helper-plugin-utils': 7.
|
869
|
+
'@babel/helper-plugin-utils': 7.22.5
|
776
870
|
dev: true
|
777
871
|
|
778
872
|
/@babel/plugin-transform-async-to-generator/7.20.7_@babel+core@7.21.4:
|
@@ -783,7 +877,7 @@ packages:
|
|
783
877
|
dependencies:
|
784
878
|
'@babel/core': 7.21.4
|
785
879
|
'@babel/helper-module-imports': 7.21.4
|
786
|
-
'@babel/helper-plugin-utils': 7.
|
880
|
+
'@babel/helper-plugin-utils': 7.22.5
|
787
881
|
'@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.21.4
|
788
882
|
transitivePeerDependencies:
|
789
883
|
- supports-color
|
@@ -796,7 +890,7 @@ packages:
|
|
796
890
|
'@babel/core': ^7.0.0-0
|
797
891
|
dependencies:
|
798
892
|
'@babel/core': 7.21.4
|
799
|
-
'@babel/helper-plugin-utils': 7.
|
893
|
+
'@babel/helper-plugin-utils': 7.22.5
|
800
894
|
dev: true
|
801
895
|
|
802
896
|
/@babel/plugin-transform-block-scoping/7.21.0_@babel+core@7.21.4:
|
@@ -806,7 +900,7 @@ packages:
|
|
806
900
|
'@babel/core': ^7.0.0-0
|
807
901
|
dependencies:
|
808
902
|
'@babel/core': 7.21.4
|
809
|
-
'@babel/helper-plugin-utils': 7.
|
903
|
+
'@babel/helper-plugin-utils': 7.22.5
|
810
904
|
dev: true
|
811
905
|
|
812
906
|
/@babel/plugin-transform-classes/7.21.0_@babel+core@7.21.4:
|
@@ -816,17 +910,15 @@ packages:
|
|
816
910
|
'@babel/core': ^7.0.0-0
|
817
911
|
dependencies:
|
818
912
|
'@babel/core': 7.21.4
|
819
|
-
'@babel/helper-annotate-as-pure': 7.
|
913
|
+
'@babel/helper-annotate-as-pure': 7.22.5
|
820
914
|
'@babel/helper-compilation-targets': 7.21.4_@babel+core@7.21.4
|
821
|
-
'@babel/helper-environment-visitor': 7.
|
822
|
-
'@babel/helper-function-name': 7.
|
823
|
-
'@babel/helper-optimise-call-expression': 7.
|
824
|
-
'@babel/helper-plugin-utils': 7.
|
825
|
-
'@babel/helper-replace-supers': 7.
|
826
|
-
'@babel/helper-split-export-declaration': 7.
|
915
|
+
'@babel/helper-environment-visitor': 7.22.20
|
916
|
+
'@babel/helper-function-name': 7.23.0
|
917
|
+
'@babel/helper-optimise-call-expression': 7.22.5
|
918
|
+
'@babel/helper-plugin-utils': 7.22.5
|
919
|
+
'@babel/helper-replace-supers': 7.22.20_@babel+core@7.21.4
|
920
|
+
'@babel/helper-split-export-declaration': 7.22.6
|
827
921
|
globals: 11.12.0
|
828
|
-
transitivePeerDependencies:
|
829
|
-
- supports-color
|
830
922
|
dev: true
|
831
923
|
|
832
924
|
/@babel/plugin-transform-computed-properties/7.20.7_@babel+core@7.21.4:
|
@@ -836,8 +928,8 @@ packages:
|
|
836
928
|
'@babel/core': ^7.0.0-0
|
837
929
|
dependencies:
|
838
930
|
'@babel/core': 7.21.4
|
839
|
-
'@babel/helper-plugin-utils': 7.
|
840
|
-
'@babel/template': 7.
|
931
|
+
'@babel/helper-plugin-utils': 7.22.5
|
932
|
+
'@babel/template': 7.22.15
|
841
933
|
dev: true
|
842
934
|
|
843
935
|
/@babel/plugin-transform-destructuring/7.21.3_@babel+core@7.21.4:
|
@@ -847,7 +939,7 @@ packages:
|
|
847
939
|
'@babel/core': ^7.0.0-0
|
848
940
|
dependencies:
|
849
941
|
'@babel/core': 7.21.4
|
850
|
-
'@babel/helper-plugin-utils': 7.
|
942
|
+
'@babel/helper-plugin-utils': 7.22.5
|
851
943
|
dev: true
|
852
944
|
|
853
945
|
/@babel/plugin-transform-dotall-regex/7.18.6_@babel+core@7.21.4:
|
@@ -858,7 +950,7 @@ packages:
|
|
858
950
|
dependencies:
|
859
951
|
'@babel/core': 7.21.4
|
860
952
|
'@babel/helper-create-regexp-features-plugin': 7.21.4_@babel+core@7.21.4
|
861
|
-
'@babel/helper-plugin-utils': 7.
|
953
|
+
'@babel/helper-plugin-utils': 7.22.5
|
862
954
|
dev: true
|
863
955
|
|
864
956
|
/@babel/plugin-transform-duplicate-keys/7.18.9_@babel+core@7.21.4:
|
@@ -868,7 +960,7 @@ packages:
|
|
868
960
|
'@babel/core': ^7.0.0-0
|
869
961
|
dependencies:
|
870
962
|
'@babel/core': 7.21.4
|
871
|
-
'@babel/helper-plugin-utils': 7.
|
963
|
+
'@babel/helper-plugin-utils': 7.22.5
|
872
964
|
dev: true
|
873
965
|
|
874
966
|
/@babel/plugin-transform-exponentiation-operator/7.18.6_@babel+core@7.21.4:
|
@@ -879,7 +971,7 @@ packages:
|
|
879
971
|
dependencies:
|
880
972
|
'@babel/core': 7.21.4
|
881
973
|
'@babel/helper-builder-binary-assignment-operator-visitor': 7.18.9
|
882
|
-
'@babel/helper-plugin-utils': 7.
|
974
|
+
'@babel/helper-plugin-utils': 7.22.5
|
883
975
|
dev: true
|
884
976
|
|
885
977
|
/@babel/plugin-transform-for-of/7.21.0_@babel+core@7.21.4:
|
@@ -889,7 +981,7 @@ packages:
|
|
889
981
|
'@babel/core': ^7.0.0-0
|
890
982
|
dependencies:
|
891
983
|
'@babel/core': 7.21.4
|
892
|
-
'@babel/helper-plugin-utils': 7.
|
984
|
+
'@babel/helper-plugin-utils': 7.22.5
|
893
985
|
dev: true
|
894
986
|
|
895
987
|
/@babel/plugin-transform-function-name/7.18.9_@babel+core@7.21.4:
|
@@ -900,8 +992,8 @@ packages:
|
|
900
992
|
dependencies:
|
901
993
|
'@babel/core': 7.21.4
|
902
994
|
'@babel/helper-compilation-targets': 7.21.4_@babel+core@7.21.4
|
903
|
-
'@babel/helper-function-name': 7.
|
904
|
-
'@babel/helper-plugin-utils': 7.
|
995
|
+
'@babel/helper-function-name': 7.23.0
|
996
|
+
'@babel/helper-plugin-utils': 7.22.5
|
905
997
|
dev: true
|
906
998
|
|
907
999
|
/@babel/plugin-transform-literals/7.18.9_@babel+core@7.21.4:
|
@@ -911,7 +1003,7 @@ packages:
|
|
911
1003
|
'@babel/core': ^7.0.0-0
|
912
1004
|
dependencies:
|
913
1005
|
'@babel/core': 7.21.4
|
914
|
-
'@babel/helper-plugin-utils': 7.
|
1006
|
+
'@babel/helper-plugin-utils': 7.22.5
|
915
1007
|
dev: true
|
916
1008
|
|
917
1009
|
/@babel/plugin-transform-member-expression-literals/7.18.6_@babel+core@7.21.4:
|
@@ -921,7 +1013,7 @@ packages:
|
|
921
1013
|
'@babel/core': ^7.0.0-0
|
922
1014
|
dependencies:
|
923
1015
|
'@babel/core': 7.21.4
|
924
|
-
'@babel/helper-plugin-utils': 7.
|
1016
|
+
'@babel/helper-plugin-utils': 7.22.5
|
925
1017
|
dev: true
|
926
1018
|
|
927
1019
|
/@babel/plugin-transform-modules-amd/7.20.11_@babel+core@7.21.4:
|
@@ -932,7 +1024,7 @@ packages:
|
|
932
1024
|
dependencies:
|
933
1025
|
'@babel/core': 7.21.4
|
934
1026
|
'@babel/helper-module-transforms': 7.21.2
|
935
|
-
'@babel/helper-plugin-utils': 7.
|
1027
|
+
'@babel/helper-plugin-utils': 7.22.5
|
936
1028
|
transitivePeerDependencies:
|
937
1029
|
- supports-color
|
938
1030
|
dev: true
|
@@ -945,7 +1037,7 @@ packages:
|
|
945
1037
|
dependencies:
|
946
1038
|
'@babel/core': 7.21.4
|
947
1039
|
'@babel/helper-module-transforms': 7.21.2
|
948
|
-
'@babel/helper-plugin-utils': 7.
|
1040
|
+
'@babel/helper-plugin-utils': 7.22.5
|
949
1041
|
'@babel/helper-simple-access': 7.20.2
|
950
1042
|
transitivePeerDependencies:
|
951
1043
|
- supports-color
|
@@ -960,8 +1052,8 @@ packages:
|
|
960
1052
|
'@babel/core': 7.21.4
|
961
1053
|
'@babel/helper-hoist-variables': 7.18.6
|
962
1054
|
'@babel/helper-module-transforms': 7.21.2
|
963
|
-
'@babel/helper-plugin-utils': 7.
|
964
|
-
'@babel/helper-validator-identifier': 7.
|
1055
|
+
'@babel/helper-plugin-utils': 7.22.5
|
1056
|
+
'@babel/helper-validator-identifier': 7.22.20
|
965
1057
|
transitivePeerDependencies:
|
966
1058
|
- supports-color
|
967
1059
|
dev: true
|
@@ -974,7 +1066,7 @@ packages:
|
|
974
1066
|
dependencies:
|
975
1067
|
'@babel/core': 7.21.4
|
976
1068
|
'@babel/helper-module-transforms': 7.21.2
|
977
|
-
'@babel/helper-plugin-utils': 7.
|
1069
|
+
'@babel/helper-plugin-utils': 7.22.5
|
978
1070
|
transitivePeerDependencies:
|
979
1071
|
- supports-color
|
980
1072
|
dev: true
|
@@ -987,7 +1079,7 @@ packages:
|
|
987
1079
|
dependencies:
|
988
1080
|
'@babel/core': 7.21.4
|
989
1081
|
'@babel/helper-create-regexp-features-plugin': 7.21.4_@babel+core@7.21.4
|
990
|
-
'@babel/helper-plugin-utils': 7.
|
1082
|
+
'@babel/helper-plugin-utils': 7.22.5
|
991
1083
|
dev: true
|
992
1084
|
|
993
1085
|
/@babel/plugin-transform-new-target/7.18.6_@babel+core@7.21.4:
|
@@ -997,7 +1089,7 @@ packages:
|
|
997
1089
|
'@babel/core': ^7.0.0-0
|
998
1090
|
dependencies:
|
999
1091
|
'@babel/core': 7.21.4
|
1000
|
-
'@babel/helper-plugin-utils': 7.
|
1092
|
+
'@babel/helper-plugin-utils': 7.22.5
|
1001
1093
|
dev: true
|
1002
1094
|
|
1003
1095
|
/@babel/plugin-transform-object-super/7.18.6_@babel+core@7.21.4:
|
@@ -1007,10 +1099,8 @@ packages:
|
|
1007
1099
|
'@babel/core': ^7.0.0-0
|
1008
1100
|
dependencies:
|
1009
1101
|
'@babel/core': 7.21.4
|
1010
|
-
'@babel/helper-plugin-utils': 7.
|
1011
|
-
'@babel/helper-replace-supers': 7.
|
1012
|
-
transitivePeerDependencies:
|
1013
|
-
- supports-color
|
1102
|
+
'@babel/helper-plugin-utils': 7.22.5
|
1103
|
+
'@babel/helper-replace-supers': 7.22.20_@babel+core@7.21.4
|
1014
1104
|
dev: true
|
1015
1105
|
|
1016
1106
|
/@babel/plugin-transform-parameters/7.21.3_@babel+core@7.21.4:
|
@@ -1020,7 +1110,18 @@ packages:
|
|
1020
1110
|
'@babel/core': ^7.0.0-0
|
1021
1111
|
dependencies:
|
1022
1112
|
'@babel/core': 7.21.4
|
1023
|
-
'@babel/helper-plugin-utils': 7.
|
1113
|
+
'@babel/helper-plugin-utils': 7.22.5
|
1114
|
+
dev: true
|
1115
|
+
|
1116
|
+
/@babel/plugin-transform-private-methods/7.23.3_@babel+core@7.21.4:
|
1117
|
+
resolution: {integrity: sha512-UzqRcRtWsDMTLrRWFvUBDwmw06tCQH9Rl1uAjfh6ijMSmGYQ+fpdB+cnqRC8EMh5tuuxSv0/TejGL+7vyj+50g==}
|
1118
|
+
engines: {node: '>=6.9.0'}
|
1119
|
+
peerDependencies:
|
1120
|
+
'@babel/core': ^7.0.0-0
|
1121
|
+
dependencies:
|
1122
|
+
'@babel/core': 7.21.4
|
1123
|
+
'@babel/helper-create-class-features-plugin': 7.23.6_@babel+core@7.21.4
|
1124
|
+
'@babel/helper-plugin-utils': 7.22.5
|
1024
1125
|
dev: true
|
1025
1126
|
|
1026
1127
|
/@babel/plugin-transform-property-literals/7.18.6_@babel+core@7.21.4:
|
@@ -1030,7 +1131,7 @@ packages:
|
|
1030
1131
|
'@babel/core': ^7.0.0-0
|
1031
1132
|
dependencies:
|
1032
1133
|
'@babel/core': 7.21.4
|
1033
|
-
'@babel/helper-plugin-utils': 7.
|
1134
|
+
'@babel/helper-plugin-utils': 7.22.5
|
1034
1135
|
dev: true
|
1035
1136
|
|
1036
1137
|
/@babel/plugin-transform-regenerator/7.20.5_@babel+core@7.21.4:
|
@@ -1040,7 +1141,7 @@ packages:
|
|
1040
1141
|
'@babel/core': ^7.0.0-0
|
1041
1142
|
dependencies:
|
1042
1143
|
'@babel/core': 7.21.4
|
1043
|
-
'@babel/helper-plugin-utils': 7.
|
1144
|
+
'@babel/helper-plugin-utils': 7.22.5
|
1044
1145
|
regenerator-transform: 0.15.1
|
1045
1146
|
dev: true
|
1046
1147
|
|
@@ -1051,7 +1152,7 @@ packages:
|
|
1051
1152
|
'@babel/core': ^7.0.0-0
|
1052
1153
|
dependencies:
|
1053
1154
|
'@babel/core': 7.21.4
|
1054
|
-
'@babel/helper-plugin-utils': 7.
|
1155
|
+
'@babel/helper-plugin-utils': 7.22.5
|
1055
1156
|
dev: true
|
1056
1157
|
|
1057
1158
|
/@babel/plugin-transform-runtime/7.21.4_@babel+core@7.21.4:
|
@@ -1062,11 +1163,11 @@ packages:
|
|
1062
1163
|
dependencies:
|
1063
1164
|
'@babel/core': 7.21.4
|
1064
1165
|
'@babel/helper-module-imports': 7.21.4
|
1065
|
-
'@babel/helper-plugin-utils': 7.
|
1166
|
+
'@babel/helper-plugin-utils': 7.22.5
|
1066
1167
|
babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.21.4
|
1067
1168
|
babel-plugin-polyfill-corejs3: 0.6.0_@babel+core@7.21.4
|
1068
1169
|
babel-plugin-polyfill-regenerator: 0.4.1_@babel+core@7.21.4
|
1069
|
-
semver: 6.3.
|
1170
|
+
semver: 6.3.1
|
1070
1171
|
transitivePeerDependencies:
|
1071
1172
|
- supports-color
|
1072
1173
|
dev: true
|
@@ -1078,7 +1179,7 @@ packages:
|
|
1078
1179
|
'@babel/core': ^7.0.0-0
|
1079
1180
|
dependencies:
|
1080
1181
|
'@babel/core': 7.21.4
|
1081
|
-
'@babel/helper-plugin-utils': 7.
|
1182
|
+
'@babel/helper-plugin-utils': 7.22.5
|
1082
1183
|
dev: true
|
1083
1184
|
|
1084
1185
|
/@babel/plugin-transform-spread/7.20.7_@babel+core@7.21.4:
|
@@ -1088,8 +1189,8 @@ packages:
|
|
1088
1189
|
'@babel/core': ^7.0.0-0
|
1089
1190
|
dependencies:
|
1090
1191
|
'@babel/core': 7.21.4
|
1091
|
-
'@babel/helper-plugin-utils': 7.
|
1092
|
-
'@babel/helper-skip-transparent-expression-wrappers': 7.
|
1192
|
+
'@babel/helper-plugin-utils': 7.22.5
|
1193
|
+
'@babel/helper-skip-transparent-expression-wrappers': 7.22.5
|
1093
1194
|
dev: true
|
1094
1195
|
|
1095
1196
|
/@babel/plugin-transform-sticky-regex/7.18.6_@babel+core@7.21.4:
|
@@ -1099,7 +1200,7 @@ packages:
|
|
1099
1200
|
'@babel/core': ^7.0.0-0
|
1100
1201
|
dependencies:
|
1101
1202
|
'@babel/core': 7.21.4
|
1102
|
-
'@babel/helper-plugin-utils': 7.
|
1203
|
+
'@babel/helper-plugin-utils': 7.22.5
|
1103
1204
|
dev: true
|
1104
1205
|
|
1105
1206
|
/@babel/plugin-transform-template-literals/7.18.9_@babel+core@7.21.4:
|
@@ -1109,7 +1210,7 @@ packages:
|
|
1109
1210
|
'@babel/core': ^7.0.0-0
|
1110
1211
|
dependencies:
|
1111
1212
|
'@babel/core': 7.21.4
|
1112
|
-
'@babel/helper-plugin-utils': 7.
|
1213
|
+
'@babel/helper-plugin-utils': 7.22.5
|
1113
1214
|
dev: true
|
1114
1215
|
|
1115
1216
|
/@babel/plugin-transform-typeof-symbol/7.18.9_@babel+core@7.21.4:
|
@@ -1119,7 +1220,7 @@ packages:
|
|
1119
1220
|
'@babel/core': ^7.0.0-0
|
1120
1221
|
dependencies:
|
1121
1222
|
'@babel/core': 7.21.4
|
1122
|
-
'@babel/helper-plugin-utils': 7.
|
1223
|
+
'@babel/helper-plugin-utils': 7.22.5
|
1123
1224
|
dev: true
|
1124
1225
|
|
1125
1226
|
/@babel/plugin-transform-unicode-escapes/7.18.10_@babel+core@7.21.4:
|
@@ -1129,7 +1230,7 @@ packages:
|
|
1129
1230
|
'@babel/core': ^7.0.0-0
|
1130
1231
|
dependencies:
|
1131
1232
|
'@babel/core': 7.21.4
|
1132
|
-
'@babel/helper-plugin-utils': 7.
|
1233
|
+
'@babel/helper-plugin-utils': 7.22.5
|
1133
1234
|
dev: true
|
1134
1235
|
|
1135
1236
|
/@babel/plugin-transform-unicode-regex/7.18.6_@babel+core@7.21.4:
|
@@ -1140,7 +1241,7 @@ packages:
|
|
1140
1241
|
dependencies:
|
1141
1242
|
'@babel/core': 7.21.4
|
1142
1243
|
'@babel/helper-create-regexp-features-plugin': 7.21.4_@babel+core@7.21.4
|
1143
|
-
'@babel/helper-plugin-utils': 7.
|
1244
|
+
'@babel/helper-plugin-utils': 7.22.5
|
1144
1245
|
dev: true
|
1145
1246
|
|
1146
1247
|
/@babel/preset-env/7.21.4_@babel+core@7.21.4:
|
@@ -1152,7 +1253,7 @@ packages:
|
|
1152
1253
|
'@babel/compat-data': 7.21.4
|
1153
1254
|
'@babel/core': 7.21.4
|
1154
1255
|
'@babel/helper-compilation-targets': 7.21.4_@babel+core@7.21.4
|
1155
|
-
'@babel/helper-plugin-utils': 7.
|
1256
|
+
'@babel/helper-plugin-utils': 7.22.5
|
1156
1257
|
'@babel/helper-validator-option': 7.21.0
|
1157
1258
|
'@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6_@babel+core@7.21.4
|
1158
1259
|
'@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.20.7_@babel+core@7.21.4
|
@@ -1219,12 +1320,12 @@ packages:
|
|
1219
1320
|
'@babel/plugin-transform-unicode-escapes': 7.18.10_@babel+core@7.21.4
|
1220
1321
|
'@babel/plugin-transform-unicode-regex': 7.18.6_@babel+core@7.21.4
|
1221
1322
|
'@babel/preset-modules': 0.1.5_@babel+core@7.21.4
|
1222
|
-
'@babel/types': 7.
|
1323
|
+
'@babel/types': 7.23.6
|
1223
1324
|
babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.21.4
|
1224
1325
|
babel-plugin-polyfill-corejs3: 0.6.0_@babel+core@7.21.4
|
1225
1326
|
babel-plugin-polyfill-regenerator: 0.4.1_@babel+core@7.21.4
|
1226
1327
|
core-js-compat: 3.30.1
|
1227
|
-
semver: 6.3.
|
1328
|
+
semver: 6.3.1
|
1228
1329
|
transitivePeerDependencies:
|
1229
1330
|
- supports-color
|
1230
1331
|
dev: true
|
@@ -1235,10 +1336,10 @@ packages:
|
|
1235
1336
|
'@babel/core': ^7.0.0-0
|
1236
1337
|
dependencies:
|
1237
1338
|
'@babel/core': 7.21.4
|
1238
|
-
'@babel/helper-plugin-utils': 7.
|
1339
|
+
'@babel/helper-plugin-utils': 7.22.5
|
1239
1340
|
'@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.21.4
|
1240
1341
|
'@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.21.4
|
1241
|
-
'@babel/types': 7.
|
1342
|
+
'@babel/types': 7.23.6
|
1242
1343
|
esutils: 2.0.3
|
1243
1344
|
dev: true
|
1244
1345
|
|
@@ -1265,11 +1366,20 @@ packages:
|
|
1265
1366
|
resolution: {integrity: sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==}
|
1266
1367
|
engines: {node: '>=6.9.0'}
|
1267
1368
|
dependencies:
|
1268
|
-
'@babel/code-frame': 7.
|
1369
|
+
'@babel/code-frame': 7.23.5
|
1269
1370
|
'@babel/parser': 7.21.4
|
1270
1371
|
'@babel/types': 7.21.4
|
1271
1372
|
dev: true
|
1272
1373
|
|
1374
|
+
/@babel/template/7.22.15:
|
1375
|
+
resolution: {integrity: sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==}
|
1376
|
+
engines: {node: '>=6.9.0'}
|
1377
|
+
dependencies:
|
1378
|
+
'@babel/code-frame': 7.23.5
|
1379
|
+
'@babel/parser': 7.23.6
|
1380
|
+
'@babel/types': 7.23.6
|
1381
|
+
dev: true
|
1382
|
+
|
1273
1383
|
/@babel/traverse/7.21.4:
|
1274
1384
|
resolution: {integrity: sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q==}
|
1275
1385
|
engines: {node: '>=6.9.0'}
|
@@ -1296,52 +1406,69 @@ packages:
|
|
1296
1406
|
'@babel/helper-validator-identifier': 7.19.1
|
1297
1407
|
to-fast-properties: 2.0.0
|
1298
1408
|
|
1299
|
-
/@
|
1300
|
-
resolution: {integrity: sha512
|
1301
|
-
engines: {node: '>=
|
1409
|
+
/@babel/types/7.23.6:
|
1410
|
+
resolution: {integrity: sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==}
|
1411
|
+
engines: {node: '>=6.9.0'}
|
1412
|
+
dependencies:
|
1413
|
+
'@babel/helper-string-parser': 7.23.4
|
1414
|
+
'@babel/helper-validator-identifier': 7.22.20
|
1415
|
+
to-fast-properties: 2.0.0
|
1416
|
+
dev: true
|
1417
|
+
|
1418
|
+
/@cell-x/el-table-sticky/1.0.2:
|
1419
|
+
resolution: {integrity: sha512-m2st1HuCkFZ8E1rxcPsoUbhC/Tgoj0WoAT0+59HhUgpZKE+bMxh70idhd2v2ItwNkDJAY6hYaVQC1h9qA8J0qQ==}
|
1420
|
+
dependencies:
|
1421
|
+
gemini-scrollbar: 1.5.3
|
1422
|
+
resize-observer-polyfill: 1.5.1
|
1423
|
+
throttle-debounce: 1.1.0
|
1424
|
+
dev: false
|
1425
|
+
|
1426
|
+
/@commitlint/config-validator/18.4.3:
|
1427
|
+
resolution: {integrity: sha512-FPZZmTJBARPCyef9ohRC9EANiQEKSWIdatx5OlgeHKu878dWwpyeFauVkhzuBRJFcCA4Uvz/FDtlDKs008IHcA==}
|
1428
|
+
engines: {node: '>=v18'}
|
1429
|
+
requiresBuild: true
|
1302
1430
|
dependencies:
|
1303
|
-
'@commitlint/types':
|
1431
|
+
'@commitlint/types': 18.4.3
|
1304
1432
|
ajv: 8.12.0
|
1305
1433
|
dev: true
|
1306
1434
|
optional: true
|
1307
1435
|
|
1308
|
-
/@commitlint/execute-rule/
|
1309
|
-
resolution: {integrity: sha512-
|
1310
|
-
engines: {node: '>=
|
1436
|
+
/@commitlint/execute-rule/18.4.3:
|
1437
|
+
resolution: {integrity: sha512-t7FM4c+BdX9WWZCPrrbV5+0SWLgT3kCq7e7/GhHCreYifg3V8qyvO127HF796vyFql75n4TFF+5v1asOOWkV1Q==}
|
1438
|
+
engines: {node: '>=v18'}
|
1439
|
+
requiresBuild: true
|
1311
1440
|
dev: true
|
1312
1441
|
optional: true
|
1313
1442
|
|
1314
|
-
/@commitlint/load/
|
1315
|
-
resolution: {integrity: sha512-
|
1316
|
-
engines: {node: '>=
|
1443
|
+
/@commitlint/load/18.4.3:
|
1444
|
+
resolution: {integrity: sha512-v6j2WhvRQJrcJaj5D+EyES2WKTxPpxENmNpNG3Ww8MZGik3jWRXtph0QTzia5ZJyPh2ib5aC/6BIDymkUUM58Q==}
|
1445
|
+
engines: {node: '>=v18'}
|
1317
1446
|
requiresBuild: true
|
1318
1447
|
dependencies:
|
1319
|
-
'@commitlint/config-validator':
|
1320
|
-
'@commitlint/execute-rule':
|
1321
|
-
'@commitlint/resolve-extends':
|
1322
|
-
'@commitlint/types':
|
1323
|
-
'@types/node': 18.
|
1448
|
+
'@commitlint/config-validator': 18.4.3
|
1449
|
+
'@commitlint/execute-rule': 18.4.3
|
1450
|
+
'@commitlint/resolve-extends': 18.4.3
|
1451
|
+
'@commitlint/types': 18.4.3
|
1452
|
+
'@types/node': 18.19.3
|
1324
1453
|
chalk: 4.1.2
|
1325
|
-
cosmiconfig: 8.
|
1326
|
-
cosmiconfig-typescript-loader:
|
1454
|
+
cosmiconfig: 8.3.6
|
1455
|
+
cosmiconfig-typescript-loader: 5.0.0_6ekmau4h2w2g42g5ctuemdhpwe
|
1327
1456
|
lodash.isplainobject: 4.0.6
|
1328
1457
|
lodash.merge: 4.6.2
|
1329
1458
|
lodash.uniq: 4.5.0
|
1330
1459
|
resolve-from: 5.0.0
|
1331
|
-
ts-node: 10.9.1_bhanhq442dy43ncydsavgi4jfi
|
1332
|
-
typescript: 5.0.4
|
1333
1460
|
transitivePeerDependencies:
|
1334
|
-
-
|
1335
|
-
- '@swc/wasm'
|
1461
|
+
- typescript
|
1336
1462
|
dev: true
|
1337
1463
|
optional: true
|
1338
1464
|
|
1339
|
-
/@commitlint/resolve-extends/
|
1340
|
-
resolution: {integrity: sha512-
|
1341
|
-
engines: {node: '>=
|
1465
|
+
/@commitlint/resolve-extends/18.4.3:
|
1466
|
+
resolution: {integrity: sha512-30sk04LZWf8+SDgJrbJCjM90gTg2LxsD9cykCFeFu+JFHvBFq5ugzp2eO/DJGylAdVaqxej3c7eTSE64hR/lnw==}
|
1467
|
+
engines: {node: '>=v18'}
|
1468
|
+
requiresBuild: true
|
1342
1469
|
dependencies:
|
1343
|
-
'@commitlint/config-validator':
|
1344
|
-
'@commitlint/types':
|
1470
|
+
'@commitlint/config-validator': 18.4.3
|
1471
|
+
'@commitlint/types': 18.4.3
|
1345
1472
|
import-fresh: 3.3.0
|
1346
1473
|
lodash.mergewith: 4.6.2
|
1347
1474
|
resolve-from: 5.0.0
|
@@ -1349,22 +1476,15 @@ packages:
|
|
1349
1476
|
dev: true
|
1350
1477
|
optional: true
|
1351
1478
|
|
1352
|
-
/@commitlint/types/
|
1353
|
-
resolution: {integrity: sha512-
|
1354
|
-
engines: {node: '>=
|
1479
|
+
/@commitlint/types/18.4.3:
|
1480
|
+
resolution: {integrity: sha512-cvzx+vtY/I2hVBZHCLrpoh+sA0hfuzHwDc+BAFPimYLjJkpHnghQM+z8W/KyLGkygJh3BtI3xXXq+dKjnSWEmA==}
|
1481
|
+
engines: {node: '>=v18'}
|
1482
|
+
requiresBuild: true
|
1355
1483
|
dependencies:
|
1356
1484
|
chalk: 4.1.2
|
1357
1485
|
dev: true
|
1358
1486
|
optional: true
|
1359
1487
|
|
1360
|
-
/@cspotcode/source-map-support/0.8.1:
|
1361
|
-
resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==}
|
1362
|
-
engines: {node: '>=12'}
|
1363
|
-
dependencies:
|
1364
|
-
'@jridgewell/trace-mapping': 0.3.9
|
1365
|
-
dev: true
|
1366
|
-
optional: true
|
1367
|
-
|
1368
1488
|
/@cypress/listr-verbose-renderer/0.4.1:
|
1369
1489
|
resolution: {integrity: sha512-EDiBsVPWC27DDLEJCo+dpl9ODHhdrwU57ccr9tspwCdG2ni0QVkf6LF0FGbhfujcjPxnXLIwsaks4sOrwrA4Qw==}
|
1370
1490
|
engines: {node: '>=4'}
|
@@ -1378,7 +1498,7 @@ packages:
|
|
1378
1498
|
/@cypress/xvfb/1.2.4_supports-color@5.5.0:
|
1379
1499
|
resolution: {integrity: sha512-skbBzPggOVYCbnGgV+0dmBdW/s77ZkAOXIC1knS8NagwDjBrNC1LuXtQJeiN6l+m7lzmHtaoUw/ctJKdqkG57Q==}
|
1380
1500
|
dependencies:
|
1381
|
-
debug: 3.2.
|
1501
|
+
debug: 3.2.7_supports-color@5.5.0
|
1382
1502
|
lodash.once: 4.1.1
|
1383
1503
|
transitivePeerDependencies:
|
1384
1504
|
- supports-color
|
@@ -1441,12 +1561,6 @@ packages:
|
|
1441
1561
|
engines: {node: '>=6.0.0'}
|
1442
1562
|
dev: true
|
1443
1563
|
|
1444
|
-
/@jridgewell/resolve-uri/3.1.1:
|
1445
|
-
resolution: {integrity: sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==}
|
1446
|
-
engines: {node: '>=6.0.0'}
|
1447
|
-
dev: true
|
1448
|
-
optional: true
|
1449
|
-
|
1450
1564
|
/@jridgewell/set-array/1.1.2:
|
1451
1565
|
resolution: {integrity: sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==}
|
1452
1566
|
engines: {node: '>=6.0.0'}
|
@@ -1467,14 +1581,6 @@ packages:
|
|
1467
1581
|
'@jridgewell/sourcemap-codec': 1.4.14
|
1468
1582
|
dev: true
|
1469
1583
|
|
1470
|
-
/@jridgewell/trace-mapping/0.3.9:
|
1471
|
-
resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==}
|
1472
|
-
dependencies:
|
1473
|
-
'@jridgewell/resolve-uri': 3.1.1
|
1474
|
-
'@jridgewell/sourcemap-codec': 1.4.15
|
1475
|
-
dev: true
|
1476
|
-
optional: true
|
1477
|
-
|
1478
1584
|
/@mrmlnc/readdir-enhanced/2.2.1:
|
1479
1585
|
resolution: {integrity: sha512-bPHp6Ji8b41szTOcaP63VlnbbO5Ny6dwAATtY6JTjh5N2OLrb5Qk/Th5cRkRQhkWCt+EJsYrNB0MiL+Gpn6e3g==}
|
1480
1586
|
engines: {node: '>=4'}
|
@@ -1483,6 +1589,12 @@ packages:
|
|
1483
1589
|
glob-to-regexp: 0.3.0
|
1484
1590
|
dev: true
|
1485
1591
|
|
1592
|
+
/@nicolo-ribaudo/eslint-scope-5-internals/5.1.1-v1:
|
1593
|
+
resolution: {integrity: sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==}
|
1594
|
+
dependencies:
|
1595
|
+
eslint-scope: 5.1.1
|
1596
|
+
dev: true
|
1597
|
+
|
1486
1598
|
/@node-ipc/js-queue/2.0.3:
|
1487
1599
|
resolution: {integrity: sha512-fL1wpr8hhD5gT2dA1qifeVaoDFlQR5es8tFuKqjHX+kdOtdNHnxkVZbtIrR2rxnMFvehkjaZRNV2H/gPXlb0hw==}
|
1488
1600
|
engines: {node: '>=1.0.0'}
|
@@ -1536,31 +1648,11 @@ packages:
|
|
1536
1648
|
resolution: {integrity: sha512-T7VNNlYVM1SgQ+VsMYhnDkcGmWhQdL0bDyGm5TlQ3GBXnJscEClUUOKduWTmm2zCnvNLC1hc3JpuXjs/nFOc5w==}
|
1537
1649
|
dev: true
|
1538
1650
|
|
1539
|
-
/@tsconfig/node10/1.0.9:
|
1540
|
-
resolution: {integrity: sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==}
|
1541
|
-
dev: true
|
1542
|
-
optional: true
|
1543
|
-
|
1544
|
-
/@tsconfig/node12/1.0.11:
|
1545
|
-
resolution: {integrity: sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==}
|
1546
|
-
dev: true
|
1547
|
-
optional: true
|
1548
|
-
|
1549
|
-
/@tsconfig/node14/1.0.3:
|
1550
|
-
resolution: {integrity: sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==}
|
1551
|
-
dev: true
|
1552
|
-
optional: true
|
1553
|
-
|
1554
|
-
/@tsconfig/node16/1.0.3:
|
1555
|
-
resolution: {integrity: sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ==}
|
1556
|
-
dev: true
|
1557
|
-
optional: true
|
1558
|
-
|
1559
1651
|
/@types/glob/7.2.0:
|
1560
1652
|
resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==}
|
1561
1653
|
dependencies:
|
1562
1654
|
'@types/minimatch': 5.1.2
|
1563
|
-
'@types/node':
|
1655
|
+
'@types/node': 20.10.5
|
1564
1656
|
|
1565
1657
|
/@types/json-schema/7.0.11:
|
1566
1658
|
resolution: {integrity: sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==}
|
@@ -1569,15 +1661,24 @@ packages:
|
|
1569
1661
|
/@types/keyv/3.1.4:
|
1570
1662
|
resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==}
|
1571
1663
|
dependencies:
|
1572
|
-
'@types/node':
|
1664
|
+
'@types/node': 20.10.5
|
1573
1665
|
dev: false
|
1574
1666
|
optional: true
|
1575
1667
|
|
1576
1668
|
/@types/minimatch/5.1.2:
|
1577
1669
|
resolution: {integrity: sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==}
|
1578
1670
|
|
1579
|
-
/@types/node/18.
|
1580
|
-
resolution: {integrity: sha512-
|
1671
|
+
/@types/node/18.19.3:
|
1672
|
+
resolution: {integrity: sha512-k5fggr14DwAytoA/t8rPrIz++lXK7/DqckthCmoZOKNsEbJkId4Z//BqgApXBUGrGddrigYa1oqheo/7YmW4rg==}
|
1673
|
+
dependencies:
|
1674
|
+
undici-types: 5.26.5
|
1675
|
+
dev: true
|
1676
|
+
optional: true
|
1677
|
+
|
1678
|
+
/@types/node/20.10.5:
|
1679
|
+
resolution: {integrity: sha512-nNPsNE65wjMxEKI93yOP+NPGGBJz/PoN3kZsVLee0XMiJolxSekEVD8wRwBUBqkwc7UWop0edW50yrCQW4CyRw==}
|
1680
|
+
dependencies:
|
1681
|
+
undici-types: 5.26.5
|
1581
1682
|
|
1582
1683
|
/@types/normalize-package-data/2.4.1:
|
1583
1684
|
resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==}
|
@@ -1589,7 +1690,7 @@ packages:
|
|
1589
1690
|
/@types/responselike/1.0.0:
|
1590
1691
|
resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==}
|
1591
1692
|
dependencies:
|
1592
|
-
'@types/node':
|
1693
|
+
'@types/node': 20.10.5
|
1593
1694
|
dev: false
|
1594
1695
|
optional: true
|
1595
1696
|
|
@@ -1612,7 +1713,7 @@ packages:
|
|
1612
1713
|
'@babel/plugin-syntax-jsx': 7.21.4_@babel+core@7.21.4
|
1613
1714
|
'@babel/template': 7.20.7
|
1614
1715
|
'@babel/traverse': 7.21.4
|
1615
|
-
'@babel/types': 7.
|
1716
|
+
'@babel/types': 7.23.6
|
1616
1717
|
'@vue/babel-helper-vue-transform-on': 1.0.2
|
1617
1718
|
camelcase: 6.3.0
|
1618
1719
|
html-tags: 3.3.1
|
@@ -1636,9 +1737,10 @@ packages:
|
|
1636
1737
|
svg-tags: 1.0.0
|
1637
1738
|
dev: true
|
1638
1739
|
|
1639
|
-
/@vue/babel-preset-app/4.5.
|
1740
|
+
/@vue/babel-preset-app/4.5.19_iwcv5a4gyvovsmmildu7vdkiey:
|
1640
1741
|
resolution: {integrity: sha512-VCNRiAt2P/bLo09rYt3DLe6xXUMlhJwrvU18Ddd/lYJgC7s8+wvhgYs+MTx4OiAXdu58drGwSBO9SPx7C6J82Q==}
|
1641
1742
|
peerDependencies:
|
1743
|
+
'@babel/core': '*'
|
1642
1744
|
core-js: ^3
|
1643
1745
|
vue: ^2 || ^3.0.0-0
|
1644
1746
|
peerDependenciesMeta:
|
@@ -1760,7 +1862,7 @@ packages:
|
|
1760
1862
|
'@vue/cli-service': ^3.0.0 || ^4.0.0-0
|
1761
1863
|
dependencies:
|
1762
1864
|
'@babel/core': 7.21.4
|
1763
|
-
'@vue/babel-preset-app': 4.5.
|
1865
|
+
'@vue/babel-preset-app': 4.5.19_iwcv5a4gyvovsmmildu7vdkiey
|
1764
1866
|
'@vue/cli-service': 4.3.1_r4bdvvpwvjvgp7p6qebci5ykfm
|
1765
1867
|
'@vue/cli-shared-utils': 4.5.19
|
1766
1868
|
babel-loader: 8.3.0_z2ws6pnxa5zk5axe2qz6qd5y4u
|
@@ -2297,12 +2399,6 @@ packages:
|
|
2297
2399
|
engines: {node: '>=0.4.0'}
|
2298
2400
|
dev: true
|
2299
2401
|
|
2300
|
-
/acorn-walk/8.2.0:
|
2301
|
-
resolution: {integrity: sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==}
|
2302
|
-
engines: {node: '>=0.4.0'}
|
2303
|
-
dev: true
|
2304
|
-
optional: true
|
2305
|
-
|
2306
2402
|
/acorn/6.4.2:
|
2307
2403
|
resolution: {integrity: sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==}
|
2308
2404
|
engines: {node: '>=0.4.0'}
|
@@ -2493,11 +2589,6 @@ packages:
|
|
2493
2589
|
readable-stream: 2.3.8
|
2494
2590
|
dev: true
|
2495
2591
|
|
2496
|
-
/arg/4.1.3:
|
2497
|
-
resolution: {integrity: sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==}
|
2498
|
-
dev: true
|
2499
|
-
optional: true
|
2500
|
-
|
2501
2592
|
/argparse/1.0.10:
|
2502
2593
|
resolution: {integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==}
|
2503
2594
|
dependencies:
|
@@ -2745,7 +2836,7 @@ packages:
|
|
2745
2836
|
'@babel/compat-data': 7.21.4
|
2746
2837
|
'@babel/core': 7.21.4
|
2747
2838
|
'@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.21.4
|
2748
|
-
semver: 6.3.
|
2839
|
+
semver: 6.3.1
|
2749
2840
|
transitivePeerDependencies:
|
2750
2841
|
- supports-color
|
2751
2842
|
dev: true
|
@@ -2819,8 +2910,8 @@ packages:
|
|
2819
2910
|
tryer: 1.0.1
|
2820
2911
|
dev: true
|
2821
2912
|
|
2822
|
-
/bi-eleme/
|
2823
|
-
resolution: {integrity: sha512-
|
2913
|
+
/bi-eleme/2.0.2_vue@2.7.14:
|
2914
|
+
resolution: {integrity: sha512-SaCcBpEKkhEAQKFCtkhQcHTPKalNqsj14bOW9WlCeF44+/l0makT3kg12dOyp8oGYNGHr9YVoUr368Rj+SNmlQ==}
|
2824
2915
|
peerDependencies:
|
2825
2916
|
vue: ^2.5.17
|
2826
2917
|
dependencies:
|
@@ -3509,7 +3600,7 @@ packages:
|
|
3509
3600
|
normalize-path: 3.0.0
|
3510
3601
|
readdirp: 3.6.0
|
3511
3602
|
optionalDependencies:
|
3512
|
-
fsevents: 2.3.
|
3603
|
+
fsevents: 2.3.3
|
3513
3604
|
dev: true
|
3514
3605
|
|
3515
3606
|
/chownr/1.1.4:
|
@@ -3761,8 +3852,7 @@ packages:
|
|
3761
3852
|
strip-bom: 4.0.0
|
3762
3853
|
strip-json-comments: 3.1.1
|
3763
3854
|
transitivePeerDependencies:
|
3764
|
-
-
|
3765
|
-
- '@swc/wasm'
|
3855
|
+
- typescript
|
3766
3856
|
dev: true
|
3767
3857
|
|
3768
3858
|
/common-tags/1.8.0:
|
@@ -4106,19 +4196,18 @@ packages:
|
|
4106
4196
|
/core-util-is/1.0.3:
|
4107
4197
|
resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==}
|
4108
4198
|
|
4109
|
-
/cosmiconfig-typescript-loader/
|
4110
|
-
resolution: {integrity: sha512
|
4111
|
-
engines: {node: '>=
|
4199
|
+
/cosmiconfig-typescript-loader/5.0.0_6ekmau4h2w2g42g5ctuemdhpwe:
|
4200
|
+
resolution: {integrity: sha512-+8cK7jRAReYkMwMiG+bxhcNKiHJDM6bR9FD/nGBXOWdMLuYawjF5cGrtLilJ+LGd3ZjCXnJjR5DkfWPoIVlqJA==}
|
4201
|
+
engines: {node: '>=v16'}
|
4202
|
+
requiresBuild: true
|
4112
4203
|
peerDependencies:
|
4113
4204
|
'@types/node': '*'
|
4114
|
-
cosmiconfig: '>=
|
4115
|
-
|
4116
|
-
typescript: '>=3'
|
4205
|
+
cosmiconfig: '>=8.2'
|
4206
|
+
typescript: '>=4'
|
4117
4207
|
dependencies:
|
4118
|
-
'@types/node': 18.
|
4119
|
-
cosmiconfig: 8.
|
4120
|
-
|
4121
|
-
typescript: 5.0.4
|
4208
|
+
'@types/node': 18.19.3
|
4209
|
+
cosmiconfig: 8.3.6
|
4210
|
+
jiti: 1.21.0
|
4122
4211
|
dev: true
|
4123
4212
|
optional: true
|
4124
4213
|
|
@@ -4132,9 +4221,15 @@ packages:
|
|
4132
4221
|
parse-json: 4.0.0
|
4133
4222
|
dev: true
|
4134
4223
|
|
4135
|
-
/cosmiconfig/8.
|
4136
|
-
resolution: {integrity: sha512
|
4224
|
+
/cosmiconfig/8.3.6:
|
4225
|
+
resolution: {integrity: sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==}
|
4137
4226
|
engines: {node: '>=14'}
|
4227
|
+
requiresBuild: true
|
4228
|
+
peerDependencies:
|
4229
|
+
typescript: '>=4.9.5'
|
4230
|
+
peerDependenciesMeta:
|
4231
|
+
typescript:
|
4232
|
+
optional: true
|
4138
4233
|
dependencies:
|
4139
4234
|
import-fresh: 3.3.0
|
4140
4235
|
js-yaml: 4.1.0
|
@@ -4171,11 +4266,6 @@ packages:
|
|
4171
4266
|
sha.js: 2.4.11
|
4172
4267
|
dev: true
|
4173
4268
|
|
4174
|
-
/create-require/1.1.1:
|
4175
|
-
resolution: {integrity: sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==}
|
4176
|
-
dev: true
|
4177
|
-
optional: true
|
4178
|
-
|
4179
4269
|
/cross-spawn/5.1.0:
|
4180
4270
|
resolution: {integrity: sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==}
|
4181
4271
|
dependencies:
|
@@ -4218,6 +4308,10 @@ packages:
|
|
4218
4308
|
randomfill: 1.0.4
|
4219
4309
|
dev: true
|
4220
4310
|
|
4311
|
+
/crypto-js/4.2.0:
|
4312
|
+
resolution: {integrity: sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==}
|
4313
|
+
dev: false
|
4314
|
+
|
4221
4315
|
/css-color-names/0.0.4:
|
4222
4316
|
resolution: {integrity: sha512-zj5D7X1U2h2zsXOAM8EyUREBnnts6H+Jm+d1M2DbiQQcUtnqgQsMrdo8JW9R80YFUmIdBZeMu5wvYM7hcgWP/Q==}
|
4223
4317
|
dev: true
|
@@ -4248,7 +4342,7 @@ packages:
|
|
4248
4342
|
postcss-modules-values: 3.0.0
|
4249
4343
|
postcss-value-parser: 4.2.0
|
4250
4344
|
schema-utils: 2.7.1
|
4251
|
-
semver: 6.3.
|
4345
|
+
semver: 6.3.1
|
4252
4346
|
webpack: 4.46.0
|
4253
4347
|
dev: true
|
4254
4348
|
|
@@ -4470,10 +4564,9 @@ packages:
|
|
4470
4564
|
longest: 2.0.1
|
4471
4565
|
word-wrap: 1.2.3
|
4472
4566
|
optionalDependencies:
|
4473
|
-
'@commitlint/load':
|
4567
|
+
'@commitlint/load': 18.4.3
|
4474
4568
|
transitivePeerDependencies:
|
4475
|
-
-
|
4476
|
-
- '@swc/wasm'
|
4569
|
+
- typescript
|
4477
4570
|
dev: true
|
4478
4571
|
|
4479
4572
|
/dashdash/1.14.1:
|
@@ -4582,6 +4675,18 @@ packages:
|
|
4582
4675
|
ms: 2.1.3
|
4583
4676
|
dev: true
|
4584
4677
|
|
4678
|
+
/debug/3.2.7_supports-color@5.5.0:
|
4679
|
+
resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==}
|
4680
|
+
peerDependencies:
|
4681
|
+
supports-color: '*'
|
4682
|
+
peerDependenciesMeta:
|
4683
|
+
supports-color:
|
4684
|
+
optional: true
|
4685
|
+
dependencies:
|
4686
|
+
ms: 2.1.3
|
4687
|
+
supports-color: 5.5.0
|
4688
|
+
dev: true
|
4689
|
+
|
4585
4690
|
/debug/3.2.7_supports-color@6.1.0:
|
4586
4691
|
resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==}
|
4587
4692
|
peerDependencies:
|
@@ -4836,12 +4941,6 @@ packages:
|
|
4836
4941
|
engines: {node: '>=0.3.1'}
|
4837
4942
|
dev: true
|
4838
4943
|
|
4839
|
-
/diff/4.0.2:
|
4840
|
-
resolution: {integrity: sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==}
|
4841
|
-
engines: {node: '>=0.3.1'}
|
4842
|
-
dev: true
|
4843
|
-
optional: true
|
4844
|
-
|
4845
4944
|
/diffie-hellman/5.0.3:
|
4846
4945
|
resolution: {integrity: sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==}
|
4847
4946
|
dependencies:
|
@@ -5312,6 +5411,11 @@ packages:
|
|
5312
5411
|
engines: {node: '>=4'}
|
5313
5412
|
dev: true
|
5314
5413
|
|
5414
|
+
/eslint-visitor-keys/2.1.0:
|
5415
|
+
resolution: {integrity: sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==}
|
5416
|
+
engines: {node: '>=10'}
|
5417
|
+
dev: true
|
5418
|
+
|
5315
5419
|
/eslint/6.8.0:
|
5316
5420
|
resolution: {integrity: sha512-K+Iayyo2LtyYhDSYwz5D5QdWw0hCacNzyq1Y821Xna2xSJj7cijoLLYmLxTQgcgZ9mC61nryMy9S7GRbYpI5Ig==}
|
5317
5421
|
engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1}
|
@@ -6206,8 +6310,8 @@ packages:
|
|
6206
6310
|
dev: true
|
6207
6311
|
optional: true
|
6208
6312
|
|
6209
|
-
/fsevents/2.3.
|
6210
|
-
resolution: {integrity: sha512-
|
6313
|
+
/fsevents/2.3.3:
|
6314
|
+
resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
|
6211
6315
|
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
|
6212
6316
|
os: [darwin]
|
6213
6317
|
requiresBuild: true
|
@@ -6246,6 +6350,10 @@ packages:
|
|
6246
6350
|
wide-align: 1.1.5
|
6247
6351
|
dev: true
|
6248
6352
|
|
6353
|
+
/gemini-scrollbar/1.5.3:
|
6354
|
+
resolution: {integrity: sha512-3Q4SrxkJ+ei+I5PlcRZCfPePv3EduP7xusOWp7Uw0+XywEWred7Nq9hoaP2IQh1vRjoidaVODV3rO3icFH/e5A==}
|
6355
|
+
dev: false
|
6356
|
+
|
6249
6357
|
/gensync/1.0.0-beta.2:
|
6250
6358
|
resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==}
|
6251
6359
|
engines: {node: '>=6.9.0'}
|
@@ -7160,6 +7268,11 @@ packages:
|
|
7160
7268
|
wrap-ansi: 7.0.0
|
7161
7269
|
dev: true
|
7162
7270
|
|
7271
|
+
/install/0.13.0:
|
7272
|
+
resolution: {integrity: sha512-zDml/jzr2PKU9I8J/xyZBQn8rPCAY//UOYNmR01XwNwyfhEWObo2SWfSl1+0tm1u6PhxLwDnfsT/6jB7OUxqFA==}
|
7273
|
+
engines: {node: '>= 0.10'}
|
7274
|
+
dev: false
|
7275
|
+
|
7163
7276
|
/internal-ip/4.3.0:
|
7164
7277
|
resolution: {integrity: sha512-S1zBo1D6zcsyuC6PMmY5+55YMILQ9av8lotMx447Bq6SAgo/sDK6y6uUKmuYhW7eacnIhFfsPmCNYdDzsnnDCg==}
|
7165
7278
|
engines: {node: '>=6'}
|
@@ -7670,6 +7783,13 @@ packages:
|
|
7670
7783
|
supports-color: 7.2.0
|
7671
7784
|
dev: true
|
7672
7785
|
|
7786
|
+
/jiti/1.21.0:
|
7787
|
+
resolution: {integrity: sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==}
|
7788
|
+
hasBin: true
|
7789
|
+
requiresBuild: true
|
7790
|
+
dev: true
|
7791
|
+
optional: true
|
7792
|
+
|
7673
7793
|
/js-beautify/1.14.7:
|
7674
7794
|
resolution: {integrity: sha512-5SOX1KXPFKx+5f6ZrPsIPEY7NwKeQz47n3jm2i+XeHx9MoRsfQenlOP13FQhWvg8JRS0+XLO6XYUQ2GX+q+T9A==}
|
7675
7795
|
engines: {node: '>=10'}
|
@@ -8235,12 +8355,7 @@ packages:
|
|
8235
8355
|
resolution: {integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==}
|
8236
8356
|
engines: {node: '>=8'}
|
8237
8357
|
dependencies:
|
8238
|
-
semver: 6.3.
|
8239
|
-
|
8240
|
-
/make-error/1.3.6:
|
8241
|
-
resolution: {integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==}
|
8242
|
-
dev: true
|
8243
|
-
optional: true
|
8358
|
+
semver: 6.3.1
|
8244
8359
|
|
8245
8360
|
/map-cache/0.2.2:
|
8246
8361
|
resolution: {integrity: sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==}
|
@@ -9398,7 +9513,7 @@ packages:
|
|
9398
9513
|
resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==}
|
9399
9514
|
engines: {node: '>=8'}
|
9400
9515
|
dependencies:
|
9401
|
-
'@babel/code-frame': 7.
|
9516
|
+
'@babel/code-frame': 7.23.5
|
9402
9517
|
error-ex: 1.3.2
|
9403
9518
|
json-parse-even-better-errors: 2.3.1
|
9404
9519
|
lines-and-columns: 1.2.4
|
@@ -10779,6 +10894,11 @@ packages:
|
|
10779
10894
|
/semver/6.3.0:
|
10780
10895
|
resolution: {integrity: sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==}
|
10781
10896
|
hasBin: true
|
10897
|
+
dev: true
|
10898
|
+
|
10899
|
+
/semver/6.3.1:
|
10900
|
+
resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
|
10901
|
+
hasBin: true
|
10782
10902
|
|
10783
10903
|
/send/0.18.0:
|
10784
10904
|
resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==}
|
@@ -11812,38 +11932,6 @@ packages:
|
|
11812
11932
|
resolution: {integrity: sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==}
|
11813
11933
|
dev: true
|
11814
11934
|
|
11815
|
-
/ts-node/10.9.1_bhanhq442dy43ncydsavgi4jfi:
|
11816
|
-
resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==}
|
11817
|
-
hasBin: true
|
11818
|
-
peerDependencies:
|
11819
|
-
'@swc/core': '>=1.2.50'
|
11820
|
-
'@swc/wasm': '>=1.2.50'
|
11821
|
-
'@types/node': '*'
|
11822
|
-
typescript: '>=2.7'
|
11823
|
-
peerDependenciesMeta:
|
11824
|
-
'@swc/core':
|
11825
|
-
optional: true
|
11826
|
-
'@swc/wasm':
|
11827
|
-
optional: true
|
11828
|
-
dependencies:
|
11829
|
-
'@cspotcode/source-map-support': 0.8.1
|
11830
|
-
'@tsconfig/node10': 1.0.9
|
11831
|
-
'@tsconfig/node12': 1.0.11
|
11832
|
-
'@tsconfig/node14': 1.0.3
|
11833
|
-
'@tsconfig/node16': 1.0.3
|
11834
|
-
'@types/node': 18.15.11
|
11835
|
-
acorn: 8.8.2
|
11836
|
-
acorn-walk: 8.2.0
|
11837
|
-
arg: 4.1.3
|
11838
|
-
create-require: 1.1.1
|
11839
|
-
diff: 4.0.2
|
11840
|
-
make-error: 1.3.6
|
11841
|
-
typescript: 5.0.4
|
11842
|
-
v8-compile-cache-lib: 3.0.1
|
11843
|
-
yn: 3.1.1
|
11844
|
-
dev: true
|
11845
|
-
optional: true
|
11846
|
-
|
11847
11935
|
/ts-pnp/1.2.0:
|
11848
11936
|
resolution: {integrity: sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==}
|
11849
11937
|
engines: {node: '>=6'}
|
@@ -11927,13 +12015,6 @@ packages:
|
|
11927
12015
|
resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==}
|
11928
12016
|
dev: true
|
11929
12017
|
|
11930
|
-
/typescript/5.0.4:
|
11931
|
-
resolution: {integrity: sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==}
|
11932
|
-
engines: {node: '>=12.20'}
|
11933
|
-
hasBin: true
|
11934
|
-
dev: true
|
11935
|
-
optional: true
|
11936
|
-
|
11937
12018
|
/uglify-js/3.4.10:
|
11938
12019
|
resolution: {integrity: sha512-Y2VsbPVs0FIshJztycsO2SfPk7/KAF/T72qzv9u5EpQ4kB2hQoHlhNQTsNyy6ul7lQtqJN/AoWeS23OzEiEFxw==}
|
11939
12020
|
engines: {node: '>=0.8.0'}
|
@@ -11959,6 +12040,9 @@ packages:
|
|
11959
12040
|
dev: false
|
11960
12041
|
optional: true
|
11961
12042
|
|
12043
|
+
/undici-types/5.26.5:
|
12044
|
+
resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==}
|
12045
|
+
|
11962
12046
|
/unicode-canonical-property-names-ecmascript/2.0.0:
|
11963
12047
|
resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==}
|
11964
12048
|
engines: {node: '>=4'}
|
@@ -12197,11 +12281,6 @@ packages:
|
|
12197
12281
|
hasBin: true
|
12198
12282
|
dev: true
|
12199
12283
|
|
12200
|
-
/v8-compile-cache-lib/3.0.1:
|
12201
|
-
resolution: {integrity: sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==}
|
12202
|
-
dev: true
|
12203
|
-
optional: true
|
12204
|
-
|
12205
12284
|
/v8-compile-cache/2.3.0:
|
12206
12285
|
resolution: {integrity: sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==}
|
12207
12286
|
dev: true
|
@@ -12247,7 +12326,7 @@ packages:
|
|
12247
12326
|
espree: 6.2.1
|
12248
12327
|
esquery: 1.5.0
|
12249
12328
|
lodash: 4.17.21
|
12250
|
-
semver: 6.3.
|
12329
|
+
semver: 6.3.1
|
12251
12330
|
transitivePeerDependencies:
|
12252
12331
|
- supports-color
|
12253
12332
|
dev: true
|
@@ -12514,7 +12593,7 @@ packages:
|
|
12514
12593
|
portfinder: 1.0.32_supports-color@6.1.0
|
12515
12594
|
schema-utils: 1.0.0
|
12516
12595
|
selfsigned: 1.10.14
|
12517
|
-
semver: 6.3.
|
12596
|
+
semver: 6.3.1
|
12518
12597
|
serve-index: 1.9.1_supports-color@6.1.0
|
12519
12598
|
sockjs: 0.3.24
|
12520
12599
|
sockjs-client: 1.6.1_supports-color@6.1.0
|
@@ -12859,12 +12938,6 @@ packages:
|
|
12859
12938
|
fd-slicer: 1.0.1
|
12860
12939
|
dev: true
|
12861
12940
|
|
12862
|
-
/yn/3.1.1:
|
12863
|
-
resolution: {integrity: sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==}
|
12864
|
-
engines: {node: '>=6'}
|
12865
|
-
dev: true
|
12866
|
-
optional: true
|
12867
|
-
|
12868
12941
|
/yorkie/2.0.0:
|
12869
12942
|
resolution: {integrity: sha512-jcKpkthap6x63MB4TxwCyuIGkV0oYP/YRyuQU5UO0Yz/E/ZAu+653/uov+phdmO54n6BcvFRyyt0RRrWdN2mpw==}
|
12870
12943
|
engines: {node: '>=4'}
|