@zenuml/core 3.8.2 → 3.8.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +20 -20
- package/pnpm-lock.yaml +729 -851
package/pnpm-lock.yaml
CHANGED
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
lockfileVersion: '6.0'
|
|
2
2
|
|
|
3
|
-
settings:
|
|
4
|
-
autoInstallPeers: true
|
|
5
|
-
excludeLinksFromLockfile: false
|
|
6
|
-
|
|
7
3
|
dependencies:
|
|
8
4
|
'@headlessui/tailwindcss':
|
|
9
5
|
specifier: ^0.2.0
|
|
@@ -12,10 +8,10 @@ dependencies:
|
|
|
12
8
|
specifier: ^1.7.16
|
|
13
9
|
version: 1.7.16(vue@3.2.45)
|
|
14
10
|
'@types/assert':
|
|
15
|
-
specifier: ^1.5.
|
|
11
|
+
specifier: ^1.5.6
|
|
16
12
|
version: 1.5.6
|
|
17
13
|
'@types/ramda':
|
|
18
|
-
specifier: ^0.28.
|
|
14
|
+
specifier: ^0.28.20
|
|
19
15
|
version: 0.28.20
|
|
20
16
|
'@vue/compat':
|
|
21
17
|
specifier: ^3.2.45
|
|
@@ -27,28 +23,28 @@ dependencies:
|
|
|
27
23
|
specifier: ^1.5.5
|
|
28
24
|
version: 1.5.5
|
|
29
25
|
dom-to-image-more:
|
|
30
|
-
specifier: ^2.
|
|
26
|
+
specifier: ^2.13.0
|
|
31
27
|
version: 2.13.0
|
|
32
28
|
file-saver:
|
|
33
29
|
specifier: ^2.0.5
|
|
34
30
|
version: 2.0.5
|
|
35
31
|
highlight.js:
|
|
36
|
-
specifier: ^10.
|
|
32
|
+
specifier: ^10.7.3
|
|
37
33
|
version: 10.7.3
|
|
38
34
|
html-to-image:
|
|
39
|
-
specifier: ^1.
|
|
35
|
+
specifier: ^1.11.3
|
|
40
36
|
version: 1.11.3
|
|
41
37
|
lodash:
|
|
42
|
-
specifier: ^4.17.
|
|
38
|
+
specifier: ^4.17.21
|
|
43
39
|
version: 4.17.21
|
|
44
40
|
marked:
|
|
45
41
|
specifier: ^4.0.10
|
|
46
42
|
version: 4.0.10
|
|
47
43
|
pino:
|
|
48
|
-
specifier: ^8.
|
|
44
|
+
specifier: ^8.8.0
|
|
49
45
|
version: 8.8.0
|
|
50
46
|
postcss:
|
|
51
|
-
specifier: ^8.4.
|
|
47
|
+
specifier: ^8.4.20
|
|
52
48
|
version: 8.4.20
|
|
53
49
|
ramda:
|
|
54
50
|
specifier: ^0.28.0
|
|
@@ -66,10 +62,10 @@ dependencies:
|
|
|
66
62
|
devDependencies:
|
|
67
63
|
'@babel/eslint-parser':
|
|
68
64
|
specifier: ^7.19.1
|
|
69
|
-
version: 7.19.1(@babel/core@7.22.
|
|
65
|
+
version: 7.19.1(@babel/core@7.22.20)(eslint@8.30.0)
|
|
70
66
|
'@babel/preset-env':
|
|
71
67
|
specifier: ^7.20.2
|
|
72
|
-
version: 7.20.2(@babel/core@7.22.
|
|
68
|
+
version: 7.20.2(@babel/core@7.22.20)
|
|
73
69
|
'@types/antlr4':
|
|
74
70
|
specifier: ~4.11.2
|
|
75
71
|
version: 4.11.2
|
|
@@ -77,11 +73,11 @@ devDependencies:
|
|
|
77
73
|
specifier: ^1.5.2
|
|
78
74
|
version: 1.5.2
|
|
79
75
|
'@types/lodash':
|
|
80
|
-
specifier: ^4.14.
|
|
76
|
+
specifier: ^4.14.191
|
|
81
77
|
version: 4.14.191
|
|
82
78
|
'@types/node':
|
|
83
79
|
specifier: latest
|
|
84
|
-
version: 20.6.
|
|
80
|
+
version: 20.6.3
|
|
85
81
|
'@typescript-eslint/eslint-plugin':
|
|
86
82
|
specifier: ^5.46.1
|
|
87
83
|
version: 5.46.1(@typescript-eslint/parser@5.46.1)(eslint@8.30.0)(typescript@4.9.4)
|
|
@@ -90,12 +86,12 @@ devDependencies:
|
|
|
90
86
|
version: 5.46.1(eslint@8.30.0)(typescript@4.9.4)
|
|
91
87
|
'@vitejs/plugin-vue':
|
|
92
88
|
specifier: ^4.0.0
|
|
93
|
-
version: 4.0.0(vite@3.2.
|
|
89
|
+
version: 4.0.0(vite@3.2.7)(vue@3.2.45)
|
|
94
90
|
'@vue/compiler-sfc':
|
|
95
91
|
specifier: ^3.2.45
|
|
96
92
|
version: 3.2.45
|
|
97
93
|
'@vue/test-utils':
|
|
98
|
-
specifier: ^2.2.
|
|
94
|
+
specifier: ^2.2.7
|
|
99
95
|
version: 2.2.7(vue@3.2.45)
|
|
100
96
|
autoprefixer:
|
|
101
97
|
specifier: ^10.4.13
|
|
@@ -104,10 +100,10 @@ devDependencies:
|
|
|
104
100
|
specifier: ^10.1.0
|
|
105
101
|
version: 10.1.0(eslint@8.30.0)
|
|
106
102
|
concurrently:
|
|
107
|
-
specifier: ^7.
|
|
103
|
+
specifier: ^7.6.0
|
|
108
104
|
version: 7.6.0
|
|
109
105
|
cypress:
|
|
110
|
-
specifier:
|
|
106
|
+
specifier: ^10.11.0
|
|
111
107
|
version: 10.11.0
|
|
112
108
|
cypress-plugin-snapshots:
|
|
113
109
|
specifier: ^1.4.4
|
|
@@ -122,41 +118,41 @@ devDependencies:
|
|
|
122
118
|
specifier: ^8.6.0
|
|
123
119
|
version: 8.6.0(jsdom@20.0.3)
|
|
124
120
|
jsdom:
|
|
125
|
-
specifier: ^20.0.
|
|
121
|
+
specifier: ^20.0.3
|
|
126
122
|
version: 20.0.3
|
|
127
123
|
less:
|
|
128
124
|
specifier: ^4.1.3
|
|
129
125
|
version: 4.1.3
|
|
130
126
|
less-loader:
|
|
131
127
|
specifier: ^11.1.3
|
|
132
|
-
version: 11.1.3(less@4.1.3)(webpack@5.
|
|
128
|
+
version: 11.1.3(less@4.1.3)(webpack@5.88.2)
|
|
133
129
|
node-sass:
|
|
134
|
-
specifier: ^
|
|
135
|
-
version:
|
|
130
|
+
specifier: ^9.0.0
|
|
131
|
+
version: 9.0.0
|
|
136
132
|
regenerator-runtime:
|
|
137
|
-
specifier: ^0.13.
|
|
133
|
+
specifier: ^0.13.11
|
|
138
134
|
version: 0.13.11
|
|
139
135
|
sass:
|
|
140
|
-
specifier: ^1.
|
|
136
|
+
specifier: ^1.57.0
|
|
141
137
|
version: 1.57.0
|
|
142
138
|
svg-url-loader:
|
|
143
139
|
specifier: ^6.0.0
|
|
144
|
-
version: 6.0.0(webpack@5.
|
|
140
|
+
version: 6.0.0(webpack@5.88.2)
|
|
145
141
|
terser-webpack-plugin:
|
|
146
|
-
specifier: ^3.0
|
|
147
|
-
version: 3.1.0(webpack@5.
|
|
142
|
+
specifier: ^3.1.0
|
|
143
|
+
version: 3.1.0(webpack@5.88.2)
|
|
148
144
|
ts-node:
|
|
149
145
|
specifier: ^10.9.1
|
|
150
|
-
version: 10.9.1(@types/node@20.6.
|
|
146
|
+
version: 10.9.1(@types/node@20.6.3)(typescript@4.9.4)
|
|
151
147
|
typescript:
|
|
152
|
-
specifier: ^4.
|
|
148
|
+
specifier: ^4.9.4
|
|
153
149
|
version: 4.9.4
|
|
154
150
|
vite:
|
|
155
|
-
specifier: ^3.2.
|
|
156
|
-
version: 3.2.
|
|
151
|
+
specifier: ^3.2.7
|
|
152
|
+
version: 3.2.7(@types/node@20.6.3)(less@4.1.3)(sass@1.57.0)
|
|
157
153
|
vite-plugin-css-injected-by-js:
|
|
158
154
|
specifier: ^2.2.0
|
|
159
|
-
version: 2.2.0(vite@3.2.
|
|
155
|
+
version: 2.2.0(vite@3.2.7)
|
|
160
156
|
vite-svg-loader:
|
|
161
157
|
specifier: ^4.0.0
|
|
162
158
|
version: 4.0.0
|
|
@@ -170,8 +166,8 @@ packages:
|
|
|
170
166
|
resolution: {integrity: sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==}
|
|
171
167
|
engines: {node: '>=6.0.0'}
|
|
172
168
|
dependencies:
|
|
173
|
-
'@jridgewell/gen-mapping': 0.3.
|
|
174
|
-
'@jridgewell/trace-mapping': 0.3.
|
|
169
|
+
'@jridgewell/gen-mapping': 0.3.3
|
|
170
|
+
'@jridgewell/trace-mapping': 0.3.19
|
|
175
171
|
dev: true
|
|
176
172
|
|
|
177
173
|
/@babel/code-frame@7.18.6:
|
|
@@ -188,47 +184,55 @@ packages:
|
|
|
188
184
|
'@babel/highlight': 7.18.6
|
|
189
185
|
dev: true
|
|
190
186
|
|
|
187
|
+
/@babel/code-frame@7.22.13:
|
|
188
|
+
resolution: {integrity: sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==}
|
|
189
|
+
engines: {node: '>=6.9.0'}
|
|
190
|
+
dependencies:
|
|
191
|
+
'@babel/highlight': 7.22.20
|
|
192
|
+
chalk: 2.4.2
|
|
193
|
+
dev: true
|
|
194
|
+
|
|
191
195
|
/@babel/compat-data@7.20.5:
|
|
192
196
|
resolution: {integrity: sha512-KZXo2t10+/jxmkhNXc7pZTqRvSOIvVv/+lJwHS+B2rErwOyjuVRh60yVpb7liQ1U5t7lLJ1bz+t8tSypUZdm0g==}
|
|
193
197
|
engines: {node: '>=6.9.0'}
|
|
194
198
|
dev: true
|
|
195
199
|
|
|
196
|
-
/@babel/compat-data@7.22.
|
|
197
|
-
resolution: {integrity: sha512-
|
|
200
|
+
/@babel/compat-data@7.22.20:
|
|
201
|
+
resolution: {integrity: sha512-BQYjKbpXjoXwFW5jGqiizJQQT/aC7pFm9Ok1OWssonuguICi264lbgMzRp2ZMmRSlfkX6DsWDDcsrctK8Rwfiw==}
|
|
198
202
|
engines: {node: '>=6.9.0'}
|
|
199
203
|
dev: true
|
|
200
204
|
|
|
201
|
-
/@babel/core@7.22.
|
|
202
|
-
resolution: {integrity: sha512-
|
|
205
|
+
/@babel/core@7.22.20:
|
|
206
|
+
resolution: {integrity: sha512-Y6jd1ahLubuYweD/zJH+vvOY141v4f9igNQAQ+MBgq9JlHS2iTsZKn1aMsb3vGccZsXI16VzTBw52Xx0DWmtnA==}
|
|
203
207
|
engines: {node: '>=6.9.0'}
|
|
204
208
|
dependencies:
|
|
205
209
|
'@ampproject/remapping': 2.2.1
|
|
206
|
-
'@babel/code-frame': 7.
|
|
207
|
-
'@babel/generator': 7.22.
|
|
208
|
-
'@babel/helper-compilation-targets': 7.22.
|
|
209
|
-
'@babel/helper-module-transforms': 7.22.
|
|
210
|
-
'@babel/helpers': 7.22.
|
|
211
|
-
'@babel/parser': 7.22.
|
|
212
|
-
'@babel/template': 7.
|
|
213
|
-
'@babel/traverse': 7.22.
|
|
214
|
-
'@babel/types': 7.22.
|
|
210
|
+
'@babel/code-frame': 7.22.13
|
|
211
|
+
'@babel/generator': 7.22.15
|
|
212
|
+
'@babel/helper-compilation-targets': 7.22.15
|
|
213
|
+
'@babel/helper-module-transforms': 7.22.20(@babel/core@7.22.20)
|
|
214
|
+
'@babel/helpers': 7.22.15
|
|
215
|
+
'@babel/parser': 7.22.16
|
|
216
|
+
'@babel/template': 7.22.15
|
|
217
|
+
'@babel/traverse': 7.22.20
|
|
218
|
+
'@babel/types': 7.22.19
|
|
215
219
|
convert-source-map: 1.9.0
|
|
216
220
|
debug: 4.3.4(supports-color@8.1.1)
|
|
217
221
|
gensync: 1.0.0-beta.2
|
|
218
|
-
json5: 2.2.
|
|
219
|
-
semver: 6.3.
|
|
222
|
+
json5: 2.2.3
|
|
223
|
+
semver: 6.3.1
|
|
220
224
|
transitivePeerDependencies:
|
|
221
225
|
- supports-color
|
|
222
226
|
dev: true
|
|
223
227
|
|
|
224
|
-
/@babel/eslint-parser@7.19.1(@babel/core@7.22.
|
|
228
|
+
/@babel/eslint-parser@7.19.1(@babel/core@7.22.20)(eslint@8.30.0):
|
|
225
229
|
resolution: {integrity: sha512-AqNf2QWt1rtu2/1rLswy6CDP7H9Oh3mMhk177Y67Rg8d7RD9WfOLLv8CGn6tisFvS2htm86yIe1yLF6I1UDaGQ==}
|
|
226
230
|
engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0}
|
|
227
231
|
peerDependencies:
|
|
228
232
|
'@babel/core': '>=7.11.0'
|
|
229
233
|
eslint: ^7.5.0 || ^8.0.0
|
|
230
234
|
dependencies:
|
|
231
|
-
'@babel/core': 7.22.
|
|
235
|
+
'@babel/core': 7.22.20
|
|
232
236
|
'@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1
|
|
233
237
|
eslint: 8.30.0
|
|
234
238
|
eslint-visitor-keys: 2.1.0
|
|
@@ -244,13 +248,13 @@ packages:
|
|
|
244
248
|
jsesc: 2.5.2
|
|
245
249
|
dev: true
|
|
246
250
|
|
|
247
|
-
/@babel/generator@7.22.
|
|
248
|
-
resolution: {integrity: sha512-
|
|
251
|
+
/@babel/generator@7.22.15:
|
|
252
|
+
resolution: {integrity: sha512-Zu9oWARBqeVOW0dZOjXc3JObrzuqothQ3y/n1kUtrjCoCPLkXUwMvOo/F/TCfoHMbWIFlWwpZtkZVb9ga4U2pA==}
|
|
249
253
|
engines: {node: '>=6.9.0'}
|
|
250
254
|
dependencies:
|
|
251
|
-
'@babel/types': 7.22.
|
|
252
|
-
'@jridgewell/gen-mapping': 0.3.
|
|
253
|
-
'@jridgewell/trace-mapping': 0.3.
|
|
255
|
+
'@babel/types': 7.22.19
|
|
256
|
+
'@jridgewell/gen-mapping': 0.3.3
|
|
257
|
+
'@jridgewell/trace-mapping': 0.3.19
|
|
254
258
|
jsesc: 2.5.2
|
|
255
259
|
dev: true
|
|
256
260
|
|
|
@@ -269,40 +273,37 @@ packages:
|
|
|
269
273
|
'@babel/types': 7.20.5
|
|
270
274
|
dev: true
|
|
271
275
|
|
|
272
|
-
/@babel/helper-compilation-targets@7.20.0(@babel/core@7.22.
|
|
276
|
+
/@babel/helper-compilation-targets@7.20.0(@babel/core@7.22.20):
|
|
273
277
|
resolution: {integrity: sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ==}
|
|
274
278
|
engines: {node: '>=6.9.0'}
|
|
275
279
|
peerDependencies:
|
|
276
280
|
'@babel/core': ^7.0.0
|
|
277
281
|
dependencies:
|
|
278
282
|
'@babel/compat-data': 7.20.5
|
|
279
|
-
'@babel/core': 7.22.
|
|
283
|
+
'@babel/core': 7.22.20
|
|
280
284
|
'@babel/helper-validator-option': 7.18.6
|
|
281
285
|
browserslist: 4.21.4
|
|
282
286
|
semver: 6.3.0
|
|
283
287
|
dev: true
|
|
284
288
|
|
|
285
|
-
/@babel/helper-compilation-targets@7.22.
|
|
286
|
-
resolution: {integrity: sha512-
|
|
289
|
+
/@babel/helper-compilation-targets@7.22.15:
|
|
290
|
+
resolution: {integrity: sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==}
|
|
287
291
|
engines: {node: '>=6.9.0'}
|
|
288
|
-
peerDependencies:
|
|
289
|
-
'@babel/core': ^7.0.0
|
|
290
292
|
dependencies:
|
|
291
|
-
'@babel/compat-data': 7.22.
|
|
292
|
-
'@babel/
|
|
293
|
-
|
|
294
|
-
browserslist: 4.21.4
|
|
293
|
+
'@babel/compat-data': 7.22.20
|
|
294
|
+
'@babel/helper-validator-option': 7.22.15
|
|
295
|
+
browserslist: 4.21.10
|
|
295
296
|
lru-cache: 5.1.1
|
|
296
|
-
semver: 6.3.
|
|
297
|
+
semver: 6.3.1
|
|
297
298
|
dev: true
|
|
298
299
|
|
|
299
|
-
/@babel/helper-create-class-features-plugin@7.20.5(@babel/core@7.22.
|
|
300
|
+
/@babel/helper-create-class-features-plugin@7.20.5(@babel/core@7.22.20):
|
|
300
301
|
resolution: {integrity: sha512-3RCdA/EmEaikrhayahwToF0fpweU/8o2p8vhc1c/1kftHOdTKuC65kik/TLc+qfbS8JKw4qqJbne4ovICDhmww==}
|
|
301
302
|
engines: {node: '>=6.9.0'}
|
|
302
303
|
peerDependencies:
|
|
303
304
|
'@babel/core': ^7.0.0
|
|
304
305
|
dependencies:
|
|
305
|
-
'@babel/core': 7.22.
|
|
306
|
+
'@babel/core': 7.22.20
|
|
306
307
|
'@babel/helper-annotate-as-pure': 7.18.6
|
|
307
308
|
'@babel/helper-environment-visitor': 7.18.9
|
|
308
309
|
'@babel/helper-function-name': 7.19.0
|
|
@@ -314,24 +315,24 @@ packages:
|
|
|
314
315
|
- supports-color
|
|
315
316
|
dev: true
|
|
316
317
|
|
|
317
|
-
/@babel/helper-create-regexp-features-plugin@7.20.5(@babel/core@7.22.
|
|
318
|
+
/@babel/helper-create-regexp-features-plugin@7.20.5(@babel/core@7.22.20):
|
|
318
319
|
resolution: {integrity: sha512-m68B1lkg3XDGX5yCvGO0kPx3v9WIYLnzjKfPcQiwntEQa5ZeRkPmo2X/ISJc8qxWGfwUr+kvZAeEzAwLec2r2w==}
|
|
319
320
|
engines: {node: '>=6.9.0'}
|
|
320
321
|
peerDependencies:
|
|
321
322
|
'@babel/core': ^7.0.0
|
|
322
323
|
dependencies:
|
|
323
|
-
'@babel/core': 7.22.
|
|
324
|
+
'@babel/core': 7.22.20
|
|
324
325
|
'@babel/helper-annotate-as-pure': 7.18.6
|
|
325
326
|
regexpu-core: 5.2.2
|
|
326
327
|
dev: true
|
|
327
328
|
|
|
328
|
-
/@babel/helper-define-polyfill-provider@0.3.3(@babel/core@7.22.
|
|
329
|
+
/@babel/helper-define-polyfill-provider@0.3.3(@babel/core@7.22.20):
|
|
329
330
|
resolution: {integrity: sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==}
|
|
330
331
|
peerDependencies:
|
|
331
332
|
'@babel/core': ^7.4.0-0
|
|
332
333
|
dependencies:
|
|
333
|
-
'@babel/core': 7.22.
|
|
334
|
-
'@babel/helper-compilation-targets': 7.20.0(@babel/core@7.22.
|
|
334
|
+
'@babel/core': 7.22.20
|
|
335
|
+
'@babel/helper-compilation-targets': 7.20.0(@babel/core@7.22.20)
|
|
335
336
|
'@babel/helper-plugin-utils': 7.20.2
|
|
336
337
|
debug: 4.3.4(supports-color@8.1.1)
|
|
337
338
|
lodash.debounce: 4.0.8
|
|
@@ -346,8 +347,8 @@ packages:
|
|
|
346
347
|
engines: {node: '>=6.9.0'}
|
|
347
348
|
dev: true
|
|
348
349
|
|
|
349
|
-
/@babel/helper-environment-visitor@7.22.
|
|
350
|
-
resolution: {integrity: sha512-
|
|
350
|
+
/@babel/helper-environment-visitor@7.22.20:
|
|
351
|
+
resolution: {integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==}
|
|
351
352
|
engines: {node: '>=6.9.0'}
|
|
352
353
|
dev: true
|
|
353
354
|
|
|
@@ -366,12 +367,12 @@ packages:
|
|
|
366
367
|
'@babel/types': 7.20.5
|
|
367
368
|
dev: true
|
|
368
369
|
|
|
369
|
-
/@babel/helper-function-name@7.
|
|
370
|
-
resolution: {integrity: sha512-
|
|
370
|
+
/@babel/helper-function-name@7.22.5:
|
|
371
|
+
resolution: {integrity: sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==}
|
|
371
372
|
engines: {node: '>=6.9.0'}
|
|
372
373
|
dependencies:
|
|
373
|
-
'@babel/template': 7.
|
|
374
|
-
'@babel/types': 7.22.
|
|
374
|
+
'@babel/template': 7.22.15
|
|
375
|
+
'@babel/types': 7.22.19
|
|
375
376
|
dev: true
|
|
376
377
|
|
|
377
378
|
/@babel/helper-hoist-variables@7.18.6:
|
|
@@ -381,6 +382,13 @@ packages:
|
|
|
381
382
|
'@babel/types': 7.20.5
|
|
382
383
|
dev: true
|
|
383
384
|
|
|
385
|
+
/@babel/helper-hoist-variables@7.22.5:
|
|
386
|
+
resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==}
|
|
387
|
+
engines: {node: '>=6.9.0'}
|
|
388
|
+
dependencies:
|
|
389
|
+
'@babel/types': 7.22.19
|
|
390
|
+
dev: true
|
|
391
|
+
|
|
384
392
|
/@babel/helper-member-expression-to-functions@7.18.9:
|
|
385
393
|
resolution: {integrity: sha512-RxifAh2ZoVU67PyKIO4AMi1wTenGfMR/O/ae0CCRqwgBAt5v7xjdtRw7UoSbsreKrQn5t7r89eruK/9JjYHuDg==}
|
|
386
394
|
engines: {node: '>=6.9.0'}
|
|
@@ -395,11 +403,11 @@ packages:
|
|
|
395
403
|
'@babel/types': 7.20.5
|
|
396
404
|
dev: true
|
|
397
405
|
|
|
398
|
-
/@babel/helper-module-imports@7.
|
|
399
|
-
resolution: {integrity: sha512-
|
|
406
|
+
/@babel/helper-module-imports@7.22.15:
|
|
407
|
+
resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==}
|
|
400
408
|
engines: {node: '>=6.9.0'}
|
|
401
409
|
dependencies:
|
|
402
|
-
'@babel/types': 7.22.
|
|
410
|
+
'@babel/types': 7.22.19
|
|
403
411
|
dev: true
|
|
404
412
|
|
|
405
413
|
/@babel/helper-module-transforms@7.20.2:
|
|
@@ -418,20 +426,18 @@ packages:
|
|
|
418
426
|
- supports-color
|
|
419
427
|
dev: true
|
|
420
428
|
|
|
421
|
-
/@babel/helper-module-transforms@7.22.
|
|
422
|
-
resolution: {integrity: sha512-
|
|
429
|
+
/@babel/helper-module-transforms@7.22.20(@babel/core@7.22.20):
|
|
430
|
+
resolution: {integrity: sha512-dLT7JVWIUUxKOs1UnJUBR3S70YK+pKX6AbJgB2vMIvEkZkrfJDbYDJesnPshtKV4LhDOR3Oc5YULeDizRek+5A==}
|
|
423
431
|
engines: {node: '>=6.9.0'}
|
|
432
|
+
peerDependencies:
|
|
433
|
+
'@babel/core': ^7.0.0
|
|
424
434
|
dependencies:
|
|
425
|
-
'@babel/
|
|
426
|
-
'@babel/helper-
|
|
427
|
-
'@babel/helper-
|
|
428
|
-
'@babel/helper-
|
|
429
|
-
'@babel/helper-
|
|
430
|
-
'@babel/
|
|
431
|
-
'@babel/traverse': 7.22.4
|
|
432
|
-
'@babel/types': 7.22.4
|
|
433
|
-
transitivePeerDependencies:
|
|
434
|
-
- supports-color
|
|
435
|
+
'@babel/core': 7.22.20
|
|
436
|
+
'@babel/helper-environment-visitor': 7.22.20
|
|
437
|
+
'@babel/helper-module-imports': 7.22.15
|
|
438
|
+
'@babel/helper-simple-access': 7.22.5
|
|
439
|
+
'@babel/helper-split-export-declaration': 7.22.6
|
|
440
|
+
'@babel/helper-validator-identifier': 7.22.20
|
|
435
441
|
dev: true
|
|
436
442
|
|
|
437
443
|
/@babel/helper-optimise-call-expression@7.18.6:
|
|
@@ -446,13 +452,13 @@ packages:
|
|
|
446
452
|
engines: {node: '>=6.9.0'}
|
|
447
453
|
dev: true
|
|
448
454
|
|
|
449
|
-
/@babel/helper-remap-async-to-generator@7.18.9(@babel/core@7.22.
|
|
455
|
+
/@babel/helper-remap-async-to-generator@7.18.9(@babel/core@7.22.20):
|
|
450
456
|
resolution: {integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==}
|
|
451
457
|
engines: {node: '>=6.9.0'}
|
|
452
458
|
peerDependencies:
|
|
453
459
|
'@babel/core': ^7.0.0
|
|
454
460
|
dependencies:
|
|
455
|
-
'@babel/core': 7.22.
|
|
461
|
+
'@babel/core': 7.22.20
|
|
456
462
|
'@babel/helper-annotate-as-pure': 7.18.6
|
|
457
463
|
'@babel/helper-environment-visitor': 7.18.9
|
|
458
464
|
'@babel/helper-wrap-function': 7.20.5
|
|
@@ -481,11 +487,11 @@ packages:
|
|
|
481
487
|
'@babel/types': 7.20.5
|
|
482
488
|
dev: true
|
|
483
489
|
|
|
484
|
-
/@babel/helper-simple-access@7.
|
|
485
|
-
resolution: {integrity: sha512-
|
|
490
|
+
/@babel/helper-simple-access@7.22.5:
|
|
491
|
+
resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==}
|
|
486
492
|
engines: {node: '>=6.9.0'}
|
|
487
493
|
dependencies:
|
|
488
|
-
'@babel/types': 7.22.
|
|
494
|
+
'@babel/types': 7.22.19
|
|
489
495
|
dev: true
|
|
490
496
|
|
|
491
497
|
/@babel/helper-skip-transparent-expression-wrappers@7.20.0:
|
|
@@ -502,12 +508,19 @@ packages:
|
|
|
502
508
|
'@babel/types': 7.20.5
|
|
503
509
|
dev: true
|
|
504
510
|
|
|
511
|
+
/@babel/helper-split-export-declaration@7.22.6:
|
|
512
|
+
resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==}
|
|
513
|
+
engines: {node: '>=6.9.0'}
|
|
514
|
+
dependencies:
|
|
515
|
+
'@babel/types': 7.22.19
|
|
516
|
+
dev: true
|
|
517
|
+
|
|
505
518
|
/@babel/helper-string-parser@7.19.4:
|
|
506
519
|
resolution: {integrity: sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==}
|
|
507
520
|
engines: {node: '>=6.9.0'}
|
|
508
521
|
|
|
509
|
-
/@babel/helper-string-parser@7.
|
|
510
|
-
resolution: {integrity: sha512-
|
|
522
|
+
/@babel/helper-string-parser@7.22.5:
|
|
523
|
+
resolution: {integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==}
|
|
511
524
|
engines: {node: '>=6.9.0'}
|
|
512
525
|
dev: true
|
|
513
526
|
|
|
@@ -515,13 +528,18 @@ packages:
|
|
|
515
528
|
resolution: {integrity: sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==}
|
|
516
529
|
engines: {node: '>=6.9.0'}
|
|
517
530
|
|
|
531
|
+
/@babel/helper-validator-identifier@7.22.20:
|
|
532
|
+
resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==}
|
|
533
|
+
engines: {node: '>=6.9.0'}
|
|
534
|
+
dev: true
|
|
535
|
+
|
|
518
536
|
/@babel/helper-validator-option@7.18.6:
|
|
519
537
|
resolution: {integrity: sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==}
|
|
520
538
|
engines: {node: '>=6.9.0'}
|
|
521
539
|
dev: true
|
|
522
540
|
|
|
523
|
-
/@babel/helper-validator-option@7.
|
|
524
|
-
resolution: {integrity: sha512-
|
|
541
|
+
/@babel/helper-validator-option@7.22.15:
|
|
542
|
+
resolution: {integrity: sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==}
|
|
525
543
|
engines: {node: '>=6.9.0'}
|
|
526
544
|
dev: true
|
|
527
545
|
|
|
@@ -537,13 +555,13 @@ packages:
|
|
|
537
555
|
- supports-color
|
|
538
556
|
dev: true
|
|
539
557
|
|
|
540
|
-
/@babel/helpers@7.22.
|
|
541
|
-
resolution: {integrity: sha512-
|
|
558
|
+
/@babel/helpers@7.22.15:
|
|
559
|
+
resolution: {integrity: sha512-7pAjK0aSdxOwR+CcYAqgWOGy5dcfvzsTIfFTb2odQqW47MDfv14UaJDY6eng8ylM2EaeKXdxaSWESbkmaQHTmw==}
|
|
542
560
|
engines: {node: '>=6.9.0'}
|
|
543
561
|
dependencies:
|
|
544
|
-
'@babel/template': 7.
|
|
545
|
-
'@babel/traverse': 7.22.
|
|
546
|
-
'@babel/types': 7.22.
|
|
562
|
+
'@babel/template': 7.22.15
|
|
563
|
+
'@babel/traverse': 7.22.20
|
|
564
|
+
'@babel/types': 7.22.19
|
|
547
565
|
transitivePeerDependencies:
|
|
548
566
|
- supports-color
|
|
549
567
|
dev: true
|
|
@@ -557,6 +575,15 @@ packages:
|
|
|
557
575
|
js-tokens: 4.0.0
|
|
558
576
|
dev: true
|
|
559
577
|
|
|
578
|
+
/@babel/highlight@7.22.20:
|
|
579
|
+
resolution: {integrity: sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==}
|
|
580
|
+
engines: {node: '>=6.9.0'}
|
|
581
|
+
dependencies:
|
|
582
|
+
'@babel/helper-validator-identifier': 7.22.20
|
|
583
|
+
chalk: 2.4.2
|
|
584
|
+
js-tokens: 4.0.0
|
|
585
|
+
dev: true
|
|
586
|
+
|
|
560
587
|
/@babel/parser@7.20.5:
|
|
561
588
|
resolution: {integrity: sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA==}
|
|
562
589
|
engines: {node: '>=6.0.0'}
|
|
@@ -564,412 +591,412 @@ packages:
|
|
|
564
591
|
dependencies:
|
|
565
592
|
'@babel/types': 7.20.5
|
|
566
593
|
|
|
567
|
-
/@babel/parser@7.22.
|
|
568
|
-
resolution: {integrity: sha512
|
|
594
|
+
/@babel/parser@7.22.16:
|
|
595
|
+
resolution: {integrity: sha512-+gPfKv8UWeKKeJTUxe59+OobVcrYHETCsORl61EmSkmgymguYk/X5bp7GuUIXaFsc6y++v8ZxPsLSSuujqDphA==}
|
|
569
596
|
engines: {node: '>=6.0.0'}
|
|
570
597
|
hasBin: true
|
|
571
598
|
dependencies:
|
|
572
|
-
'@babel/types': 7.22.
|
|
599
|
+
'@babel/types': 7.22.19
|
|
573
600
|
dev: true
|
|
574
601
|
|
|
575
|
-
/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6(@babel/core@7.22.
|
|
602
|
+
/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6(@babel/core@7.22.20):
|
|
576
603
|
resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==}
|
|
577
604
|
engines: {node: '>=6.9.0'}
|
|
578
605
|
peerDependencies:
|
|
579
606
|
'@babel/core': ^7.0.0
|
|
580
607
|
dependencies:
|
|
581
|
-
'@babel/core': 7.22.
|
|
608
|
+
'@babel/core': 7.22.20
|
|
582
609
|
'@babel/helper-plugin-utils': 7.20.2
|
|
583
610
|
dev: true
|
|
584
611
|
|
|
585
|
-
/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.18.9(@babel/core@7.22.
|
|
612
|
+
/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.18.9(@babel/core@7.22.20):
|
|
586
613
|
resolution: {integrity: sha512-AHrP9jadvH7qlOj6PINbgSuphjQUAK7AOT7DPjBo9EHoLhQTnnK5u45e1Hd4DbSQEO9nqPWtQ89r+XEOWFScKg==}
|
|
587
614
|
engines: {node: '>=6.9.0'}
|
|
588
615
|
peerDependencies:
|
|
589
616
|
'@babel/core': ^7.13.0
|
|
590
617
|
dependencies:
|
|
591
|
-
'@babel/core': 7.22.
|
|
618
|
+
'@babel/core': 7.22.20
|
|
592
619
|
'@babel/helper-plugin-utils': 7.20.2
|
|
593
620
|
'@babel/helper-skip-transparent-expression-wrappers': 7.20.0
|
|
594
|
-
'@babel/plugin-proposal-optional-chaining': 7.18.9(@babel/core@7.22.
|
|
621
|
+
'@babel/plugin-proposal-optional-chaining': 7.18.9(@babel/core@7.22.20)
|
|
595
622
|
dev: true
|
|
596
623
|
|
|
597
|
-
/@babel/plugin-proposal-async-generator-functions@7.20.1(@babel/core@7.22.
|
|
624
|
+
/@babel/plugin-proposal-async-generator-functions@7.20.1(@babel/core@7.22.20):
|
|
598
625
|
resolution: {integrity: sha512-Gh5rchzSwE4kC+o/6T8waD0WHEQIsDmjltY8WnWRXHUdH8axZhuH86Ov9M72YhJfDrZseQwuuWaaIT/TmePp3g==}
|
|
599
626
|
engines: {node: '>=6.9.0'}
|
|
600
627
|
peerDependencies:
|
|
601
628
|
'@babel/core': ^7.0.0-0
|
|
602
629
|
dependencies:
|
|
603
|
-
'@babel/core': 7.22.
|
|
630
|
+
'@babel/core': 7.22.20
|
|
604
631
|
'@babel/helper-environment-visitor': 7.18.9
|
|
605
632
|
'@babel/helper-plugin-utils': 7.20.2
|
|
606
|
-
'@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.22.
|
|
607
|
-
'@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.22.
|
|
633
|
+
'@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.22.20)
|
|
634
|
+
'@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.22.20)
|
|
608
635
|
transitivePeerDependencies:
|
|
609
636
|
- supports-color
|
|
610
637
|
dev: true
|
|
611
638
|
|
|
612
|
-
/@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.22.
|
|
639
|
+
/@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.22.20):
|
|
613
640
|
resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==}
|
|
614
641
|
engines: {node: '>=6.9.0'}
|
|
615
642
|
peerDependencies:
|
|
616
643
|
'@babel/core': ^7.0.0-0
|
|
617
644
|
dependencies:
|
|
618
|
-
'@babel/core': 7.22.
|
|
619
|
-
'@babel/helper-create-class-features-plugin': 7.20.5(@babel/core@7.22.
|
|
645
|
+
'@babel/core': 7.22.20
|
|
646
|
+
'@babel/helper-create-class-features-plugin': 7.20.5(@babel/core@7.22.20)
|
|
620
647
|
'@babel/helper-plugin-utils': 7.20.2
|
|
621
648
|
transitivePeerDependencies:
|
|
622
649
|
- supports-color
|
|
623
650
|
dev: true
|
|
624
651
|
|
|
625
|
-
/@babel/plugin-proposal-class-static-block@7.18.6(@babel/core@7.22.
|
|
652
|
+
/@babel/plugin-proposal-class-static-block@7.18.6(@babel/core@7.22.20):
|
|
626
653
|
resolution: {integrity: sha512-+I3oIiNxrCpup3Gi8n5IGMwj0gOCAjcJUSQEcotNnCCPMEnixawOQ+KeJPlgfjzx+FKQ1QSyZOWe7wmoJp7vhw==}
|
|
627
654
|
engines: {node: '>=6.9.0'}
|
|
628
655
|
peerDependencies:
|
|
629
656
|
'@babel/core': ^7.12.0
|
|
630
657
|
dependencies:
|
|
631
|
-
'@babel/core': 7.22.
|
|
632
|
-
'@babel/helper-create-class-features-plugin': 7.20.5(@babel/core@7.22.
|
|
658
|
+
'@babel/core': 7.22.20
|
|
659
|
+
'@babel/helper-create-class-features-plugin': 7.20.5(@babel/core@7.22.20)
|
|
633
660
|
'@babel/helper-plugin-utils': 7.20.2
|
|
634
|
-
'@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.22.
|
|
661
|
+
'@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.22.20)
|
|
635
662
|
transitivePeerDependencies:
|
|
636
663
|
- supports-color
|
|
637
664
|
dev: true
|
|
638
665
|
|
|
639
|
-
/@babel/plugin-proposal-dynamic-import@7.18.6(@babel/core@7.22.
|
|
666
|
+
/@babel/plugin-proposal-dynamic-import@7.18.6(@babel/core@7.22.20):
|
|
640
667
|
resolution: {integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==}
|
|
641
668
|
engines: {node: '>=6.9.0'}
|
|
642
669
|
peerDependencies:
|
|
643
670
|
'@babel/core': ^7.0.0-0
|
|
644
671
|
dependencies:
|
|
645
|
-
'@babel/core': 7.22.
|
|
672
|
+
'@babel/core': 7.22.20
|
|
646
673
|
'@babel/helper-plugin-utils': 7.20.2
|
|
647
|
-
'@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.22.
|
|
674
|
+
'@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.22.20)
|
|
648
675
|
dev: true
|
|
649
676
|
|
|
650
|
-
/@babel/plugin-proposal-export-namespace-from@7.18.9(@babel/core@7.22.
|
|
677
|
+
/@babel/plugin-proposal-export-namespace-from@7.18.9(@babel/core@7.22.20):
|
|
651
678
|
resolution: {integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==}
|
|
652
679
|
engines: {node: '>=6.9.0'}
|
|
653
680
|
peerDependencies:
|
|
654
681
|
'@babel/core': ^7.0.0-0
|
|
655
682
|
dependencies:
|
|
656
|
-
'@babel/core': 7.22.
|
|
683
|
+
'@babel/core': 7.22.20
|
|
657
684
|
'@babel/helper-plugin-utils': 7.20.2
|
|
658
|
-
'@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.22.
|
|
685
|
+
'@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.22.20)
|
|
659
686
|
dev: true
|
|
660
687
|
|
|
661
|
-
/@babel/plugin-proposal-json-strings@7.18.6(@babel/core@7.22.
|
|
688
|
+
/@babel/plugin-proposal-json-strings@7.18.6(@babel/core@7.22.20):
|
|
662
689
|
resolution: {integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==}
|
|
663
690
|
engines: {node: '>=6.9.0'}
|
|
664
691
|
peerDependencies:
|
|
665
692
|
'@babel/core': ^7.0.0-0
|
|
666
693
|
dependencies:
|
|
667
|
-
'@babel/core': 7.22.
|
|
694
|
+
'@babel/core': 7.22.20
|
|
668
695
|
'@babel/helper-plugin-utils': 7.20.2
|
|
669
|
-
'@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.22.
|
|
696
|
+
'@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.22.20)
|
|
670
697
|
dev: true
|
|
671
698
|
|
|
672
|
-
/@babel/plugin-proposal-logical-assignment-operators@7.18.9(@babel/core@7.22.
|
|
699
|
+
/@babel/plugin-proposal-logical-assignment-operators@7.18.9(@babel/core@7.22.20):
|
|
673
700
|
resolution: {integrity: sha512-128YbMpjCrP35IOExw2Fq+x55LMP42DzhOhX2aNNIdI9avSWl2PI0yuBWarr3RYpZBSPtabfadkH2yeRiMD61Q==}
|
|
674
701
|
engines: {node: '>=6.9.0'}
|
|
675
702
|
peerDependencies:
|
|
676
703
|
'@babel/core': ^7.0.0-0
|
|
677
704
|
dependencies:
|
|
678
|
-
'@babel/core': 7.22.
|
|
705
|
+
'@babel/core': 7.22.20
|
|
679
706
|
'@babel/helper-plugin-utils': 7.20.2
|
|
680
|
-
'@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.22.
|
|
707
|
+
'@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.22.20)
|
|
681
708
|
dev: true
|
|
682
709
|
|
|
683
|
-
/@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.22.
|
|
710
|
+
/@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.22.20):
|
|
684
711
|
resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==}
|
|
685
712
|
engines: {node: '>=6.9.0'}
|
|
686
713
|
peerDependencies:
|
|
687
714
|
'@babel/core': ^7.0.0-0
|
|
688
715
|
dependencies:
|
|
689
|
-
'@babel/core': 7.22.
|
|
716
|
+
'@babel/core': 7.22.20
|
|
690
717
|
'@babel/helper-plugin-utils': 7.20.2
|
|
691
|
-
'@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.
|
|
718
|
+
'@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.20)
|
|
692
719
|
dev: true
|
|
693
720
|
|
|
694
|
-
/@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.22.
|
|
721
|
+
/@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.22.20):
|
|
695
722
|
resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==}
|
|
696
723
|
engines: {node: '>=6.9.0'}
|
|
697
724
|
peerDependencies:
|
|
698
725
|
'@babel/core': ^7.0.0-0
|
|
699
726
|
dependencies:
|
|
700
|
-
'@babel/core': 7.22.
|
|
727
|
+
'@babel/core': 7.22.20
|
|
701
728
|
'@babel/helper-plugin-utils': 7.20.2
|
|
702
|
-
'@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.22.
|
|
729
|
+
'@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.22.20)
|
|
703
730
|
dev: true
|
|
704
731
|
|
|
705
|
-
/@babel/plugin-proposal-object-rest-spread@7.20.2(@babel/core@7.22.
|
|
732
|
+
/@babel/plugin-proposal-object-rest-spread@7.20.2(@babel/core@7.22.20):
|
|
706
733
|
resolution: {integrity: sha512-Ks6uej9WFK+fvIMesSqbAto5dD8Dz4VuuFvGJFKgIGSkJuRGcrwGECPA1fDgQK3/DbExBJpEkTeYeB8geIFCSQ==}
|
|
707
734
|
engines: {node: '>=6.9.0'}
|
|
708
735
|
peerDependencies:
|
|
709
736
|
'@babel/core': ^7.0.0-0
|
|
710
737
|
dependencies:
|
|
711
738
|
'@babel/compat-data': 7.20.5
|
|
712
|
-
'@babel/core': 7.22.
|
|
713
|
-
'@babel/helper-compilation-targets': 7.20.0(@babel/core@7.22.
|
|
739
|
+
'@babel/core': 7.22.20
|
|
740
|
+
'@babel/helper-compilation-targets': 7.20.0(@babel/core@7.22.20)
|
|
714
741
|
'@babel/helper-plugin-utils': 7.20.2
|
|
715
|
-
'@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.
|
|
716
|
-
'@babel/plugin-transform-parameters': 7.20.5(@babel/core@7.22.
|
|
742
|
+
'@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.20)
|
|
743
|
+
'@babel/plugin-transform-parameters': 7.20.5(@babel/core@7.22.20)
|
|
717
744
|
dev: true
|
|
718
745
|
|
|
719
|
-
/@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.22.
|
|
746
|
+
/@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.22.20):
|
|
720
747
|
resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==}
|
|
721
748
|
engines: {node: '>=6.9.0'}
|
|
722
749
|
peerDependencies:
|
|
723
750
|
'@babel/core': ^7.0.0-0
|
|
724
751
|
dependencies:
|
|
725
|
-
'@babel/core': 7.22.
|
|
752
|
+
'@babel/core': 7.22.20
|
|
726
753
|
'@babel/helper-plugin-utils': 7.20.2
|
|
727
|
-
'@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.22.
|
|
754
|
+
'@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.22.20)
|
|
728
755
|
dev: true
|
|
729
756
|
|
|
730
|
-
/@babel/plugin-proposal-optional-chaining@7.18.9(@babel/core@7.22.
|
|
757
|
+
/@babel/plugin-proposal-optional-chaining@7.18.9(@babel/core@7.22.20):
|
|
731
758
|
resolution: {integrity: sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w==}
|
|
732
759
|
engines: {node: '>=6.9.0'}
|
|
733
760
|
peerDependencies:
|
|
734
761
|
'@babel/core': ^7.0.0-0
|
|
735
762
|
dependencies:
|
|
736
|
-
'@babel/core': 7.22.
|
|
763
|
+
'@babel/core': 7.22.20
|
|
737
764
|
'@babel/helper-plugin-utils': 7.20.2
|
|
738
765
|
'@babel/helper-skip-transparent-expression-wrappers': 7.20.0
|
|
739
|
-
'@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.
|
|
766
|
+
'@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.20)
|
|
740
767
|
dev: true
|
|
741
768
|
|
|
742
|
-
/@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.22.
|
|
769
|
+
/@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.22.20):
|
|
743
770
|
resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==}
|
|
744
771
|
engines: {node: '>=6.9.0'}
|
|
745
772
|
peerDependencies:
|
|
746
773
|
'@babel/core': ^7.0.0-0
|
|
747
774
|
dependencies:
|
|
748
|
-
'@babel/core': 7.22.
|
|
749
|
-
'@babel/helper-create-class-features-plugin': 7.20.5(@babel/core@7.22.
|
|
775
|
+
'@babel/core': 7.22.20
|
|
776
|
+
'@babel/helper-create-class-features-plugin': 7.20.5(@babel/core@7.22.20)
|
|
750
777
|
'@babel/helper-plugin-utils': 7.20.2
|
|
751
778
|
transitivePeerDependencies:
|
|
752
779
|
- supports-color
|
|
753
780
|
dev: true
|
|
754
781
|
|
|
755
|
-
/@babel/plugin-proposal-private-property-in-object@7.20.5(@babel/core@7.22.
|
|
782
|
+
/@babel/plugin-proposal-private-property-in-object@7.20.5(@babel/core@7.22.20):
|
|
756
783
|
resolution: {integrity: sha512-Vq7b9dUA12ByzB4EjQTPo25sFhY+08pQDBSZRtUAkj7lb7jahaHR5igera16QZ+3my1nYR4dKsNdYj5IjPHilQ==}
|
|
757
784
|
engines: {node: '>=6.9.0'}
|
|
758
785
|
peerDependencies:
|
|
759
786
|
'@babel/core': ^7.0.0-0
|
|
760
787
|
dependencies:
|
|
761
|
-
'@babel/core': 7.22.
|
|
788
|
+
'@babel/core': 7.22.20
|
|
762
789
|
'@babel/helper-annotate-as-pure': 7.18.6
|
|
763
|
-
'@babel/helper-create-class-features-plugin': 7.20.5(@babel/core@7.22.
|
|
790
|
+
'@babel/helper-create-class-features-plugin': 7.20.5(@babel/core@7.22.20)
|
|
764
791
|
'@babel/helper-plugin-utils': 7.20.2
|
|
765
|
-
'@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.22.
|
|
792
|
+
'@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.22.20)
|
|
766
793
|
transitivePeerDependencies:
|
|
767
794
|
- supports-color
|
|
768
795
|
dev: true
|
|
769
796
|
|
|
770
|
-
/@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.22.
|
|
797
|
+
/@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.22.20):
|
|
771
798
|
resolution: {integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==}
|
|
772
799
|
engines: {node: '>=4'}
|
|
773
800
|
peerDependencies:
|
|
774
801
|
'@babel/core': ^7.0.0-0
|
|
775
802
|
dependencies:
|
|
776
|
-
'@babel/core': 7.22.
|
|
777
|
-
'@babel/helper-create-regexp-features-plugin': 7.20.5(@babel/core@7.22.
|
|
803
|
+
'@babel/core': 7.22.20
|
|
804
|
+
'@babel/helper-create-regexp-features-plugin': 7.20.5(@babel/core@7.22.20)
|
|
778
805
|
'@babel/helper-plugin-utils': 7.20.2
|
|
779
806
|
dev: true
|
|
780
807
|
|
|
781
|
-
/@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.22.
|
|
808
|
+
/@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.22.20):
|
|
782
809
|
resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==}
|
|
783
810
|
peerDependencies:
|
|
784
811
|
'@babel/core': ^7.0.0-0
|
|
785
812
|
dependencies:
|
|
786
|
-
'@babel/core': 7.22.
|
|
813
|
+
'@babel/core': 7.22.20
|
|
787
814
|
'@babel/helper-plugin-utils': 7.20.2
|
|
788
815
|
dev: true
|
|
789
816
|
|
|
790
|
-
/@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.22.
|
|
817
|
+
/@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.22.20):
|
|
791
818
|
resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==}
|
|
792
819
|
peerDependencies:
|
|
793
820
|
'@babel/core': ^7.0.0-0
|
|
794
821
|
dependencies:
|
|
795
|
-
'@babel/core': 7.22.
|
|
822
|
+
'@babel/core': 7.22.20
|
|
796
823
|
'@babel/helper-plugin-utils': 7.20.2
|
|
797
824
|
dev: true
|
|
798
825
|
|
|
799
|
-
/@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.22.
|
|
826
|
+
/@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.22.20):
|
|
800
827
|
resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==}
|
|
801
828
|
engines: {node: '>=6.9.0'}
|
|
802
829
|
peerDependencies:
|
|
803
830
|
'@babel/core': ^7.0.0-0
|
|
804
831
|
dependencies:
|
|
805
|
-
'@babel/core': 7.22.
|
|
832
|
+
'@babel/core': 7.22.20
|
|
806
833
|
'@babel/helper-plugin-utils': 7.20.2
|
|
807
834
|
dev: true
|
|
808
835
|
|
|
809
|
-
/@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.22.
|
|
836
|
+
/@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.22.20):
|
|
810
837
|
resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==}
|
|
811
838
|
peerDependencies:
|
|
812
839
|
'@babel/core': ^7.0.0-0
|
|
813
840
|
dependencies:
|
|
814
|
-
'@babel/core': 7.22.
|
|
841
|
+
'@babel/core': 7.22.20
|
|
815
842
|
'@babel/helper-plugin-utils': 7.20.2
|
|
816
843
|
dev: true
|
|
817
844
|
|
|
818
|
-
/@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.22.
|
|
845
|
+
/@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.22.20):
|
|
819
846
|
resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==}
|
|
820
847
|
peerDependencies:
|
|
821
848
|
'@babel/core': ^7.0.0-0
|
|
822
849
|
dependencies:
|
|
823
|
-
'@babel/core': 7.22.
|
|
850
|
+
'@babel/core': 7.22.20
|
|
824
851
|
'@babel/helper-plugin-utils': 7.20.2
|
|
825
852
|
dev: true
|
|
826
853
|
|
|
827
|
-
/@babel/plugin-syntax-import-assertions@7.20.0(@babel/core@7.22.
|
|
854
|
+
/@babel/plugin-syntax-import-assertions@7.20.0(@babel/core@7.22.20):
|
|
828
855
|
resolution: {integrity: sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==}
|
|
829
856
|
engines: {node: '>=6.9.0'}
|
|
830
857
|
peerDependencies:
|
|
831
858
|
'@babel/core': ^7.0.0-0
|
|
832
859
|
dependencies:
|
|
833
|
-
'@babel/core': 7.22.
|
|
860
|
+
'@babel/core': 7.22.20
|
|
834
861
|
'@babel/helper-plugin-utils': 7.20.2
|
|
835
862
|
dev: true
|
|
836
863
|
|
|
837
|
-
/@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.22.
|
|
864
|
+
/@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.22.20):
|
|
838
865
|
resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==}
|
|
839
866
|
peerDependencies:
|
|
840
867
|
'@babel/core': ^7.0.0-0
|
|
841
868
|
dependencies:
|
|
842
|
-
'@babel/core': 7.22.
|
|
869
|
+
'@babel/core': 7.22.20
|
|
843
870
|
'@babel/helper-plugin-utils': 7.20.2
|
|
844
871
|
dev: true
|
|
845
872
|
|
|
846
|
-
/@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.22.
|
|
873
|
+
/@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.22.20):
|
|
847
874
|
resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==}
|
|
848
875
|
peerDependencies:
|
|
849
876
|
'@babel/core': ^7.0.0-0
|
|
850
877
|
dependencies:
|
|
851
|
-
'@babel/core': 7.22.
|
|
878
|
+
'@babel/core': 7.22.20
|
|
852
879
|
'@babel/helper-plugin-utils': 7.20.2
|
|
853
880
|
dev: true
|
|
854
881
|
|
|
855
|
-
/@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.22.
|
|
882
|
+
/@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.22.20):
|
|
856
883
|
resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==}
|
|
857
884
|
peerDependencies:
|
|
858
885
|
'@babel/core': ^7.0.0-0
|
|
859
886
|
dependencies:
|
|
860
|
-
'@babel/core': 7.22.
|
|
887
|
+
'@babel/core': 7.22.20
|
|
861
888
|
'@babel/helper-plugin-utils': 7.20.2
|
|
862
889
|
dev: true
|
|
863
890
|
|
|
864
|
-
/@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.22.
|
|
891
|
+
/@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.22.20):
|
|
865
892
|
resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==}
|
|
866
893
|
peerDependencies:
|
|
867
894
|
'@babel/core': ^7.0.0-0
|
|
868
895
|
dependencies:
|
|
869
|
-
'@babel/core': 7.22.
|
|
896
|
+
'@babel/core': 7.22.20
|
|
870
897
|
'@babel/helper-plugin-utils': 7.20.2
|
|
871
898
|
dev: true
|
|
872
899
|
|
|
873
|
-
/@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.22.
|
|
900
|
+
/@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.22.20):
|
|
874
901
|
resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==}
|
|
875
902
|
peerDependencies:
|
|
876
903
|
'@babel/core': ^7.0.0-0
|
|
877
904
|
dependencies:
|
|
878
|
-
'@babel/core': 7.22.
|
|
905
|
+
'@babel/core': 7.22.20
|
|
879
906
|
'@babel/helper-plugin-utils': 7.20.2
|
|
880
907
|
dev: true
|
|
881
908
|
|
|
882
|
-
/@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.22.
|
|
909
|
+
/@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.22.20):
|
|
883
910
|
resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==}
|
|
884
911
|
peerDependencies:
|
|
885
912
|
'@babel/core': ^7.0.0-0
|
|
886
913
|
dependencies:
|
|
887
|
-
'@babel/core': 7.22.
|
|
914
|
+
'@babel/core': 7.22.20
|
|
888
915
|
'@babel/helper-plugin-utils': 7.20.2
|
|
889
916
|
dev: true
|
|
890
917
|
|
|
891
|
-
/@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.22.
|
|
918
|
+
/@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.22.20):
|
|
892
919
|
resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==}
|
|
893
920
|
peerDependencies:
|
|
894
921
|
'@babel/core': ^7.0.0-0
|
|
895
922
|
dependencies:
|
|
896
|
-
'@babel/core': 7.22.
|
|
923
|
+
'@babel/core': 7.22.20
|
|
897
924
|
'@babel/helper-plugin-utils': 7.20.2
|
|
898
925
|
dev: true
|
|
899
926
|
|
|
900
|
-
/@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.22.
|
|
927
|
+
/@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.22.20):
|
|
901
928
|
resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==}
|
|
902
929
|
engines: {node: '>=6.9.0'}
|
|
903
930
|
peerDependencies:
|
|
904
931
|
'@babel/core': ^7.0.0-0
|
|
905
932
|
dependencies:
|
|
906
|
-
'@babel/core': 7.22.
|
|
933
|
+
'@babel/core': 7.22.20
|
|
907
934
|
'@babel/helper-plugin-utils': 7.20.2
|
|
908
935
|
dev: true
|
|
909
936
|
|
|
910
|
-
/@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.22.
|
|
937
|
+
/@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.22.20):
|
|
911
938
|
resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==}
|
|
912
939
|
engines: {node: '>=6.9.0'}
|
|
913
940
|
peerDependencies:
|
|
914
941
|
'@babel/core': ^7.0.0-0
|
|
915
942
|
dependencies:
|
|
916
|
-
'@babel/core': 7.22.
|
|
943
|
+
'@babel/core': 7.22.20
|
|
917
944
|
'@babel/helper-plugin-utils': 7.20.2
|
|
918
945
|
dev: true
|
|
919
946
|
|
|
920
|
-
/@babel/plugin-transform-arrow-functions@7.18.6(@babel/core@7.22.
|
|
947
|
+
/@babel/plugin-transform-arrow-functions@7.18.6(@babel/core@7.22.20):
|
|
921
948
|
resolution: {integrity: sha512-9S9X9RUefzrsHZmKMbDXxweEH+YlE8JJEuat9FdvW9Qh1cw7W64jELCtWNkPBPX5En45uy28KGvA/AySqUh8CQ==}
|
|
922
949
|
engines: {node: '>=6.9.0'}
|
|
923
950
|
peerDependencies:
|
|
924
951
|
'@babel/core': ^7.0.0-0
|
|
925
952
|
dependencies:
|
|
926
|
-
'@babel/core': 7.22.
|
|
953
|
+
'@babel/core': 7.22.20
|
|
927
954
|
'@babel/helper-plugin-utils': 7.20.2
|
|
928
955
|
dev: true
|
|
929
956
|
|
|
930
|
-
/@babel/plugin-transform-async-to-generator@7.18.6(@babel/core@7.22.
|
|
957
|
+
/@babel/plugin-transform-async-to-generator@7.18.6(@babel/core@7.22.20):
|
|
931
958
|
resolution: {integrity: sha512-ARE5wZLKnTgPW7/1ftQmSi1CmkqqHo2DNmtztFhvgtOWSDfq0Cq9/9L+KnZNYSNrydBekhW3rwShduf59RoXag==}
|
|
932
959
|
engines: {node: '>=6.9.0'}
|
|
933
960
|
peerDependencies:
|
|
934
961
|
'@babel/core': ^7.0.0-0
|
|
935
962
|
dependencies:
|
|
936
|
-
'@babel/core': 7.22.
|
|
963
|
+
'@babel/core': 7.22.20
|
|
937
964
|
'@babel/helper-module-imports': 7.18.6
|
|
938
965
|
'@babel/helper-plugin-utils': 7.20.2
|
|
939
|
-
'@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.22.
|
|
966
|
+
'@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.22.20)
|
|
940
967
|
transitivePeerDependencies:
|
|
941
968
|
- supports-color
|
|
942
969
|
dev: true
|
|
943
970
|
|
|
944
|
-
/@babel/plugin-transform-block-scoped-functions@7.18.6(@babel/core@7.22.
|
|
971
|
+
/@babel/plugin-transform-block-scoped-functions@7.18.6(@babel/core@7.22.20):
|
|
945
972
|
resolution: {integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==}
|
|
946
973
|
engines: {node: '>=6.9.0'}
|
|
947
974
|
peerDependencies:
|
|
948
975
|
'@babel/core': ^7.0.0-0
|
|
949
976
|
dependencies:
|
|
950
|
-
'@babel/core': 7.22.
|
|
977
|
+
'@babel/core': 7.22.20
|
|
951
978
|
'@babel/helper-plugin-utils': 7.20.2
|
|
952
979
|
dev: true
|
|
953
980
|
|
|
954
|
-
/@babel/plugin-transform-block-scoping@7.20.5(@babel/core@7.22.
|
|
981
|
+
/@babel/plugin-transform-block-scoping@7.20.5(@babel/core@7.22.20):
|
|
955
982
|
resolution: {integrity: sha512-WvpEIW9Cbj9ApF3yJCjIEEf1EiNJLtXagOrL5LNWEZOo3jv8pmPoYTSNJQvqej8OavVlgOoOPw6/htGZro6IkA==}
|
|
956
983
|
engines: {node: '>=6.9.0'}
|
|
957
984
|
peerDependencies:
|
|
958
985
|
'@babel/core': ^7.0.0-0
|
|
959
986
|
dependencies:
|
|
960
|
-
'@babel/core': 7.22.
|
|
987
|
+
'@babel/core': 7.22.20
|
|
961
988
|
'@babel/helper-plugin-utils': 7.20.2
|
|
962
989
|
dev: true
|
|
963
990
|
|
|
964
|
-
/@babel/plugin-transform-classes@7.20.2(@babel/core@7.22.
|
|
991
|
+
/@babel/plugin-transform-classes@7.20.2(@babel/core@7.22.20):
|
|
965
992
|
resolution: {integrity: sha512-9rbPp0lCVVoagvtEyQKSo5L8oo0nQS/iif+lwlAz29MccX2642vWDlSZK+2T2buxbopotId2ld7zZAzRfz9j1g==}
|
|
966
993
|
engines: {node: '>=6.9.0'}
|
|
967
994
|
peerDependencies:
|
|
968
995
|
'@babel/core': ^7.0.0-0
|
|
969
996
|
dependencies:
|
|
970
|
-
'@babel/core': 7.22.
|
|
997
|
+
'@babel/core': 7.22.20
|
|
971
998
|
'@babel/helper-annotate-as-pure': 7.18.6
|
|
972
|
-
'@babel/helper-compilation-targets': 7.20.0(@babel/core@7.22.
|
|
999
|
+
'@babel/helper-compilation-targets': 7.20.0(@babel/core@7.22.20)
|
|
973
1000
|
'@babel/helper-environment-visitor': 7.18.9
|
|
974
1001
|
'@babel/helper-function-name': 7.19.0
|
|
975
1002
|
'@babel/helper-optimise-call-expression': 7.18.6
|
|
@@ -981,120 +1008,120 @@ packages:
|
|
|
981
1008
|
- supports-color
|
|
982
1009
|
dev: true
|
|
983
1010
|
|
|
984
|
-
/@babel/plugin-transform-computed-properties@7.18.9(@babel/core@7.22.
|
|
1011
|
+
/@babel/plugin-transform-computed-properties@7.18.9(@babel/core@7.22.20):
|
|
985
1012
|
resolution: {integrity: sha512-+i0ZU1bCDymKakLxn5srGHrsAPRELC2WIbzwjLhHW9SIE1cPYkLCL0NlnXMZaM1vhfgA2+M7hySk42VBvrkBRw==}
|
|
986
1013
|
engines: {node: '>=6.9.0'}
|
|
987
1014
|
peerDependencies:
|
|
988
1015
|
'@babel/core': ^7.0.0-0
|
|
989
1016
|
dependencies:
|
|
990
|
-
'@babel/core': 7.22.
|
|
1017
|
+
'@babel/core': 7.22.20
|
|
991
1018
|
'@babel/helper-plugin-utils': 7.20.2
|
|
992
1019
|
dev: true
|
|
993
1020
|
|
|
994
|
-
/@babel/plugin-transform-destructuring@7.20.2(@babel/core@7.22.
|
|
1021
|
+
/@babel/plugin-transform-destructuring@7.20.2(@babel/core@7.22.20):
|
|
995
1022
|
resolution: {integrity: sha512-mENM+ZHrvEgxLTBXUiQ621rRXZes3KWUv6NdQlrnr1TkWVw+hUjQBZuP2X32qKlrlG2BzgR95gkuCRSkJl8vIw==}
|
|
996
1023
|
engines: {node: '>=6.9.0'}
|
|
997
1024
|
peerDependencies:
|
|
998
1025
|
'@babel/core': ^7.0.0-0
|
|
999
1026
|
dependencies:
|
|
1000
|
-
'@babel/core': 7.22.
|
|
1027
|
+
'@babel/core': 7.22.20
|
|
1001
1028
|
'@babel/helper-plugin-utils': 7.20.2
|
|
1002
1029
|
dev: true
|
|
1003
1030
|
|
|
1004
|
-
/@babel/plugin-transform-dotall-regex@7.18.6(@babel/core@7.22.
|
|
1031
|
+
/@babel/plugin-transform-dotall-regex@7.18.6(@babel/core@7.22.20):
|
|
1005
1032
|
resolution: {integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==}
|
|
1006
1033
|
engines: {node: '>=6.9.0'}
|
|
1007
1034
|
peerDependencies:
|
|
1008
1035
|
'@babel/core': ^7.0.0-0
|
|
1009
1036
|
dependencies:
|
|
1010
|
-
'@babel/core': 7.22.
|
|
1011
|
-
'@babel/helper-create-regexp-features-plugin': 7.20.5(@babel/core@7.22.
|
|
1037
|
+
'@babel/core': 7.22.20
|
|
1038
|
+
'@babel/helper-create-regexp-features-plugin': 7.20.5(@babel/core@7.22.20)
|
|
1012
1039
|
'@babel/helper-plugin-utils': 7.20.2
|
|
1013
1040
|
dev: true
|
|
1014
1041
|
|
|
1015
|
-
/@babel/plugin-transform-duplicate-keys@7.18.9(@babel/core@7.22.
|
|
1042
|
+
/@babel/plugin-transform-duplicate-keys@7.18.9(@babel/core@7.22.20):
|
|
1016
1043
|
resolution: {integrity: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==}
|
|
1017
1044
|
engines: {node: '>=6.9.0'}
|
|
1018
1045
|
peerDependencies:
|
|
1019
1046
|
'@babel/core': ^7.0.0-0
|
|
1020
1047
|
dependencies:
|
|
1021
|
-
'@babel/core': 7.22.
|
|
1048
|
+
'@babel/core': 7.22.20
|
|
1022
1049
|
'@babel/helper-plugin-utils': 7.20.2
|
|
1023
1050
|
dev: true
|
|
1024
1051
|
|
|
1025
|
-
/@babel/plugin-transform-exponentiation-operator@7.18.6(@babel/core@7.22.
|
|
1052
|
+
/@babel/plugin-transform-exponentiation-operator@7.18.6(@babel/core@7.22.20):
|
|
1026
1053
|
resolution: {integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==}
|
|
1027
1054
|
engines: {node: '>=6.9.0'}
|
|
1028
1055
|
peerDependencies:
|
|
1029
1056
|
'@babel/core': ^7.0.0-0
|
|
1030
1057
|
dependencies:
|
|
1031
|
-
'@babel/core': 7.22.
|
|
1058
|
+
'@babel/core': 7.22.20
|
|
1032
1059
|
'@babel/helper-builder-binary-assignment-operator-visitor': 7.18.9
|
|
1033
1060
|
'@babel/helper-plugin-utils': 7.20.2
|
|
1034
1061
|
dev: true
|
|
1035
1062
|
|
|
1036
|
-
/@babel/plugin-transform-for-of@7.18.8(@babel/core@7.22.
|
|
1063
|
+
/@babel/plugin-transform-for-of@7.18.8(@babel/core@7.22.20):
|
|
1037
1064
|
resolution: {integrity: sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ==}
|
|
1038
1065
|
engines: {node: '>=6.9.0'}
|
|
1039
1066
|
peerDependencies:
|
|
1040
1067
|
'@babel/core': ^7.0.0-0
|
|
1041
1068
|
dependencies:
|
|
1042
|
-
'@babel/core': 7.22.
|
|
1069
|
+
'@babel/core': 7.22.20
|
|
1043
1070
|
'@babel/helper-plugin-utils': 7.20.2
|
|
1044
1071
|
dev: true
|
|
1045
1072
|
|
|
1046
|
-
/@babel/plugin-transform-function-name@7.18.9(@babel/core@7.22.
|
|
1073
|
+
/@babel/plugin-transform-function-name@7.18.9(@babel/core@7.22.20):
|
|
1047
1074
|
resolution: {integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==}
|
|
1048
1075
|
engines: {node: '>=6.9.0'}
|
|
1049
1076
|
peerDependencies:
|
|
1050
1077
|
'@babel/core': ^7.0.0-0
|
|
1051
1078
|
dependencies:
|
|
1052
|
-
'@babel/core': 7.22.
|
|
1053
|
-
'@babel/helper-compilation-targets': 7.20.0(@babel/core@7.22.
|
|
1079
|
+
'@babel/core': 7.22.20
|
|
1080
|
+
'@babel/helper-compilation-targets': 7.20.0(@babel/core@7.22.20)
|
|
1054
1081
|
'@babel/helper-function-name': 7.19.0
|
|
1055
1082
|
'@babel/helper-plugin-utils': 7.20.2
|
|
1056
1083
|
dev: true
|
|
1057
1084
|
|
|
1058
|
-
/@babel/plugin-transform-literals@7.18.9(@babel/core@7.22.
|
|
1085
|
+
/@babel/plugin-transform-literals@7.18.9(@babel/core@7.22.20):
|
|
1059
1086
|
resolution: {integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==}
|
|
1060
1087
|
engines: {node: '>=6.9.0'}
|
|
1061
1088
|
peerDependencies:
|
|
1062
1089
|
'@babel/core': ^7.0.0-0
|
|
1063
1090
|
dependencies:
|
|
1064
|
-
'@babel/core': 7.22.
|
|
1091
|
+
'@babel/core': 7.22.20
|
|
1065
1092
|
'@babel/helper-plugin-utils': 7.20.2
|
|
1066
1093
|
dev: true
|
|
1067
1094
|
|
|
1068
|
-
/@babel/plugin-transform-member-expression-literals@7.18.6(@babel/core@7.22.
|
|
1095
|
+
/@babel/plugin-transform-member-expression-literals@7.18.6(@babel/core@7.22.20):
|
|
1069
1096
|
resolution: {integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==}
|
|
1070
1097
|
engines: {node: '>=6.9.0'}
|
|
1071
1098
|
peerDependencies:
|
|
1072
1099
|
'@babel/core': ^7.0.0-0
|
|
1073
1100
|
dependencies:
|
|
1074
|
-
'@babel/core': 7.22.
|
|
1101
|
+
'@babel/core': 7.22.20
|
|
1075
1102
|
'@babel/helper-plugin-utils': 7.20.2
|
|
1076
1103
|
dev: true
|
|
1077
1104
|
|
|
1078
|
-
/@babel/plugin-transform-modules-amd@7.19.6(@babel/core@7.22.
|
|
1105
|
+
/@babel/plugin-transform-modules-amd@7.19.6(@babel/core@7.22.20):
|
|
1079
1106
|
resolution: {integrity: sha512-uG3od2mXvAtIFQIh0xrpLH6r5fpSQN04gIVovl+ODLdUMANokxQLZnPBHcjmv3GxRjnqwLuHvppjjcelqUFZvg==}
|
|
1080
1107
|
engines: {node: '>=6.9.0'}
|
|
1081
1108
|
peerDependencies:
|
|
1082
1109
|
'@babel/core': ^7.0.0-0
|
|
1083
1110
|
dependencies:
|
|
1084
|
-
'@babel/core': 7.22.
|
|
1111
|
+
'@babel/core': 7.22.20
|
|
1085
1112
|
'@babel/helper-module-transforms': 7.20.2
|
|
1086
1113
|
'@babel/helper-plugin-utils': 7.20.2
|
|
1087
1114
|
transitivePeerDependencies:
|
|
1088
1115
|
- supports-color
|
|
1089
1116
|
dev: true
|
|
1090
1117
|
|
|
1091
|
-
/@babel/plugin-transform-modules-commonjs@7.19.6(@babel/core@7.22.
|
|
1118
|
+
/@babel/plugin-transform-modules-commonjs@7.19.6(@babel/core@7.22.20):
|
|
1092
1119
|
resolution: {integrity: sha512-8PIa1ym4XRTKuSsOUXqDG0YaOlEuTVvHMe5JCfgBMOtHvJKw/4NGovEGN33viISshG/rZNVrACiBmPQLvWN8xQ==}
|
|
1093
1120
|
engines: {node: '>=6.9.0'}
|
|
1094
1121
|
peerDependencies:
|
|
1095
1122
|
'@babel/core': ^7.0.0-0
|
|
1096
1123
|
dependencies:
|
|
1097
|
-
'@babel/core': 7.22.
|
|
1124
|
+
'@babel/core': 7.22.20
|
|
1098
1125
|
'@babel/helper-module-transforms': 7.20.2
|
|
1099
1126
|
'@babel/helper-plugin-utils': 7.20.2
|
|
1100
1127
|
'@babel/helper-simple-access': 7.20.2
|
|
@@ -1102,13 +1129,13 @@ packages:
|
|
|
1102
1129
|
- supports-color
|
|
1103
1130
|
dev: true
|
|
1104
1131
|
|
|
1105
|
-
/@babel/plugin-transform-modules-systemjs@7.19.6(@babel/core@7.22.
|
|
1132
|
+
/@babel/plugin-transform-modules-systemjs@7.19.6(@babel/core@7.22.20):
|
|
1106
1133
|
resolution: {integrity: sha512-fqGLBepcc3kErfR9R3DnVpURmckXP7gj7bAlrTQyBxrigFqszZCkFkcoxzCp2v32XmwXLvbw+8Yq9/b+QqksjQ==}
|
|
1107
1134
|
engines: {node: '>=6.9.0'}
|
|
1108
1135
|
peerDependencies:
|
|
1109
1136
|
'@babel/core': ^7.0.0-0
|
|
1110
1137
|
dependencies:
|
|
1111
|
-
'@babel/core': 7.22.
|
|
1138
|
+
'@babel/core': 7.22.20
|
|
1112
1139
|
'@babel/helper-hoist-variables': 7.18.6
|
|
1113
1140
|
'@babel/helper-module-transforms': 7.20.2
|
|
1114
1141
|
'@babel/helper-plugin-utils': 7.20.2
|
|
@@ -1117,261 +1144,261 @@ packages:
|
|
|
1117
1144
|
- supports-color
|
|
1118
1145
|
dev: true
|
|
1119
1146
|
|
|
1120
|
-
/@babel/plugin-transform-modules-umd@7.18.6(@babel/core@7.22.
|
|
1147
|
+
/@babel/plugin-transform-modules-umd@7.18.6(@babel/core@7.22.20):
|
|
1121
1148
|
resolution: {integrity: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==}
|
|
1122
1149
|
engines: {node: '>=6.9.0'}
|
|
1123
1150
|
peerDependencies:
|
|
1124
1151
|
'@babel/core': ^7.0.0-0
|
|
1125
1152
|
dependencies:
|
|
1126
|
-
'@babel/core': 7.22.
|
|
1153
|
+
'@babel/core': 7.22.20
|
|
1127
1154
|
'@babel/helper-module-transforms': 7.20.2
|
|
1128
1155
|
'@babel/helper-plugin-utils': 7.20.2
|
|
1129
1156
|
transitivePeerDependencies:
|
|
1130
1157
|
- supports-color
|
|
1131
1158
|
dev: true
|
|
1132
1159
|
|
|
1133
|
-
/@babel/plugin-transform-named-capturing-groups-regex@7.20.5(@babel/core@7.22.
|
|
1160
|
+
/@babel/plugin-transform-named-capturing-groups-regex@7.20.5(@babel/core@7.22.20):
|
|
1134
1161
|
resolution: {integrity: sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==}
|
|
1135
1162
|
engines: {node: '>=6.9.0'}
|
|
1136
1163
|
peerDependencies:
|
|
1137
1164
|
'@babel/core': ^7.0.0
|
|
1138
1165
|
dependencies:
|
|
1139
|
-
'@babel/core': 7.22.
|
|
1140
|
-
'@babel/helper-create-regexp-features-plugin': 7.20.5(@babel/core@7.22.
|
|
1166
|
+
'@babel/core': 7.22.20
|
|
1167
|
+
'@babel/helper-create-regexp-features-plugin': 7.20.5(@babel/core@7.22.20)
|
|
1141
1168
|
'@babel/helper-plugin-utils': 7.20.2
|
|
1142
1169
|
dev: true
|
|
1143
1170
|
|
|
1144
|
-
/@babel/plugin-transform-new-target@7.18.6(@babel/core@7.22.
|
|
1171
|
+
/@babel/plugin-transform-new-target@7.18.6(@babel/core@7.22.20):
|
|
1145
1172
|
resolution: {integrity: sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==}
|
|
1146
1173
|
engines: {node: '>=6.9.0'}
|
|
1147
1174
|
peerDependencies:
|
|
1148
1175
|
'@babel/core': ^7.0.0-0
|
|
1149
1176
|
dependencies:
|
|
1150
|
-
'@babel/core': 7.22.
|
|
1177
|
+
'@babel/core': 7.22.20
|
|
1151
1178
|
'@babel/helper-plugin-utils': 7.20.2
|
|
1152
1179
|
dev: true
|
|
1153
1180
|
|
|
1154
|
-
/@babel/plugin-transform-object-super@7.18.6(@babel/core@7.22.
|
|
1181
|
+
/@babel/plugin-transform-object-super@7.18.6(@babel/core@7.22.20):
|
|
1155
1182
|
resolution: {integrity: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==}
|
|
1156
1183
|
engines: {node: '>=6.9.0'}
|
|
1157
1184
|
peerDependencies:
|
|
1158
1185
|
'@babel/core': ^7.0.0-0
|
|
1159
1186
|
dependencies:
|
|
1160
|
-
'@babel/core': 7.22.
|
|
1187
|
+
'@babel/core': 7.22.20
|
|
1161
1188
|
'@babel/helper-plugin-utils': 7.20.2
|
|
1162
1189
|
'@babel/helper-replace-supers': 7.19.1
|
|
1163
1190
|
transitivePeerDependencies:
|
|
1164
1191
|
- supports-color
|
|
1165
1192
|
dev: true
|
|
1166
1193
|
|
|
1167
|
-
/@babel/plugin-transform-parameters@7.20.5(@babel/core@7.22.
|
|
1194
|
+
/@babel/plugin-transform-parameters@7.20.5(@babel/core@7.22.20):
|
|
1168
1195
|
resolution: {integrity: sha512-h7plkOmcndIUWXZFLgpbrh2+fXAi47zcUX7IrOQuZdLD0I0KvjJ6cvo3BEcAOsDOcZhVKGJqv07mkSqK0y2isQ==}
|
|
1169
1196
|
engines: {node: '>=6.9.0'}
|
|
1170
1197
|
peerDependencies:
|
|
1171
1198
|
'@babel/core': ^7.0.0-0
|
|
1172
1199
|
dependencies:
|
|
1173
|
-
'@babel/core': 7.22.
|
|
1200
|
+
'@babel/core': 7.22.20
|
|
1174
1201
|
'@babel/helper-plugin-utils': 7.20.2
|
|
1175
1202
|
dev: true
|
|
1176
1203
|
|
|
1177
|
-
/@babel/plugin-transform-property-literals@7.18.6(@babel/core@7.22.
|
|
1204
|
+
/@babel/plugin-transform-property-literals@7.18.6(@babel/core@7.22.20):
|
|
1178
1205
|
resolution: {integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==}
|
|
1179
1206
|
engines: {node: '>=6.9.0'}
|
|
1180
1207
|
peerDependencies:
|
|
1181
1208
|
'@babel/core': ^7.0.0-0
|
|
1182
1209
|
dependencies:
|
|
1183
|
-
'@babel/core': 7.22.
|
|
1210
|
+
'@babel/core': 7.22.20
|
|
1184
1211
|
'@babel/helper-plugin-utils': 7.20.2
|
|
1185
1212
|
dev: true
|
|
1186
1213
|
|
|
1187
|
-
/@babel/plugin-transform-regenerator@7.20.5(@babel/core@7.22.
|
|
1214
|
+
/@babel/plugin-transform-regenerator@7.20.5(@babel/core@7.22.20):
|
|
1188
1215
|
resolution: {integrity: sha512-kW/oO7HPBtntbsahzQ0qSE3tFvkFwnbozz3NWFhLGqH75vLEg+sCGngLlhVkePlCs3Jv0dBBHDzCHxNiFAQKCQ==}
|
|
1189
1216
|
engines: {node: '>=6.9.0'}
|
|
1190
1217
|
peerDependencies:
|
|
1191
1218
|
'@babel/core': ^7.0.0-0
|
|
1192
1219
|
dependencies:
|
|
1193
|
-
'@babel/core': 7.22.
|
|
1220
|
+
'@babel/core': 7.22.20
|
|
1194
1221
|
'@babel/helper-plugin-utils': 7.20.2
|
|
1195
1222
|
regenerator-transform: 0.15.1
|
|
1196
1223
|
dev: true
|
|
1197
1224
|
|
|
1198
|
-
/@babel/plugin-transform-reserved-words@7.18.6(@babel/core@7.22.
|
|
1225
|
+
/@babel/plugin-transform-reserved-words@7.18.6(@babel/core@7.22.20):
|
|
1199
1226
|
resolution: {integrity: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==}
|
|
1200
1227
|
engines: {node: '>=6.9.0'}
|
|
1201
1228
|
peerDependencies:
|
|
1202
1229
|
'@babel/core': ^7.0.0-0
|
|
1203
1230
|
dependencies:
|
|
1204
|
-
'@babel/core': 7.22.
|
|
1231
|
+
'@babel/core': 7.22.20
|
|
1205
1232
|
'@babel/helper-plugin-utils': 7.20.2
|
|
1206
1233
|
dev: true
|
|
1207
1234
|
|
|
1208
|
-
/@babel/plugin-transform-shorthand-properties@7.18.6(@babel/core@7.22.
|
|
1235
|
+
/@babel/plugin-transform-shorthand-properties@7.18.6(@babel/core@7.22.20):
|
|
1209
1236
|
resolution: {integrity: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==}
|
|
1210
1237
|
engines: {node: '>=6.9.0'}
|
|
1211
1238
|
peerDependencies:
|
|
1212
1239
|
'@babel/core': ^7.0.0-0
|
|
1213
1240
|
dependencies:
|
|
1214
|
-
'@babel/core': 7.22.
|
|
1241
|
+
'@babel/core': 7.22.20
|
|
1215
1242
|
'@babel/helper-plugin-utils': 7.20.2
|
|
1216
1243
|
dev: true
|
|
1217
1244
|
|
|
1218
|
-
/@babel/plugin-transform-spread@7.19.0(@babel/core@7.22.
|
|
1245
|
+
/@babel/plugin-transform-spread@7.19.0(@babel/core@7.22.20):
|
|
1219
1246
|
resolution: {integrity: sha512-RsuMk7j6n+r752EtzyScnWkQyuJdli6LdO5Klv8Yx0OfPVTcQkIUfS8clx5e9yHXzlnhOZF3CbQ8C2uP5j074w==}
|
|
1220
1247
|
engines: {node: '>=6.9.0'}
|
|
1221
1248
|
peerDependencies:
|
|
1222
1249
|
'@babel/core': ^7.0.0-0
|
|
1223
1250
|
dependencies:
|
|
1224
|
-
'@babel/core': 7.22.
|
|
1251
|
+
'@babel/core': 7.22.20
|
|
1225
1252
|
'@babel/helper-plugin-utils': 7.20.2
|
|
1226
1253
|
'@babel/helper-skip-transparent-expression-wrappers': 7.20.0
|
|
1227
1254
|
dev: true
|
|
1228
1255
|
|
|
1229
|
-
/@babel/plugin-transform-sticky-regex@7.18.6(@babel/core@7.22.
|
|
1256
|
+
/@babel/plugin-transform-sticky-regex@7.18.6(@babel/core@7.22.20):
|
|
1230
1257
|
resolution: {integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==}
|
|
1231
1258
|
engines: {node: '>=6.9.0'}
|
|
1232
1259
|
peerDependencies:
|
|
1233
1260
|
'@babel/core': ^7.0.0-0
|
|
1234
1261
|
dependencies:
|
|
1235
|
-
'@babel/core': 7.22.
|
|
1262
|
+
'@babel/core': 7.22.20
|
|
1236
1263
|
'@babel/helper-plugin-utils': 7.20.2
|
|
1237
1264
|
dev: true
|
|
1238
1265
|
|
|
1239
|
-
/@babel/plugin-transform-template-literals@7.18.9(@babel/core@7.22.
|
|
1266
|
+
/@babel/plugin-transform-template-literals@7.18.9(@babel/core@7.22.20):
|
|
1240
1267
|
resolution: {integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==}
|
|
1241
1268
|
engines: {node: '>=6.9.0'}
|
|
1242
1269
|
peerDependencies:
|
|
1243
1270
|
'@babel/core': ^7.0.0-0
|
|
1244
1271
|
dependencies:
|
|
1245
|
-
'@babel/core': 7.22.
|
|
1272
|
+
'@babel/core': 7.22.20
|
|
1246
1273
|
'@babel/helper-plugin-utils': 7.20.2
|
|
1247
1274
|
dev: true
|
|
1248
1275
|
|
|
1249
|
-
/@babel/plugin-transform-typeof-symbol@7.18.9(@babel/core@7.22.
|
|
1276
|
+
/@babel/plugin-transform-typeof-symbol@7.18.9(@babel/core@7.22.20):
|
|
1250
1277
|
resolution: {integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==}
|
|
1251
1278
|
engines: {node: '>=6.9.0'}
|
|
1252
1279
|
peerDependencies:
|
|
1253
1280
|
'@babel/core': ^7.0.0-0
|
|
1254
1281
|
dependencies:
|
|
1255
|
-
'@babel/core': 7.22.
|
|
1282
|
+
'@babel/core': 7.22.20
|
|
1256
1283
|
'@babel/helper-plugin-utils': 7.20.2
|
|
1257
1284
|
dev: true
|
|
1258
1285
|
|
|
1259
|
-
/@babel/plugin-transform-unicode-escapes@7.18.10(@babel/core@7.22.
|
|
1286
|
+
/@babel/plugin-transform-unicode-escapes@7.18.10(@babel/core@7.22.20):
|
|
1260
1287
|
resolution: {integrity: sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ==}
|
|
1261
1288
|
engines: {node: '>=6.9.0'}
|
|
1262
1289
|
peerDependencies:
|
|
1263
1290
|
'@babel/core': ^7.0.0-0
|
|
1264
1291
|
dependencies:
|
|
1265
|
-
'@babel/core': 7.22.
|
|
1292
|
+
'@babel/core': 7.22.20
|
|
1266
1293
|
'@babel/helper-plugin-utils': 7.20.2
|
|
1267
1294
|
dev: true
|
|
1268
1295
|
|
|
1269
|
-
/@babel/plugin-transform-unicode-regex@7.18.6(@babel/core@7.22.
|
|
1296
|
+
/@babel/plugin-transform-unicode-regex@7.18.6(@babel/core@7.22.20):
|
|
1270
1297
|
resolution: {integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==}
|
|
1271
1298
|
engines: {node: '>=6.9.0'}
|
|
1272
1299
|
peerDependencies:
|
|
1273
1300
|
'@babel/core': ^7.0.0-0
|
|
1274
1301
|
dependencies:
|
|
1275
|
-
'@babel/core': 7.22.
|
|
1276
|
-
'@babel/helper-create-regexp-features-plugin': 7.20.5(@babel/core@7.22.
|
|
1302
|
+
'@babel/core': 7.22.20
|
|
1303
|
+
'@babel/helper-create-regexp-features-plugin': 7.20.5(@babel/core@7.22.20)
|
|
1277
1304
|
'@babel/helper-plugin-utils': 7.20.2
|
|
1278
1305
|
dev: true
|
|
1279
1306
|
|
|
1280
|
-
/@babel/preset-env@7.20.2(@babel/core@7.22.
|
|
1307
|
+
/@babel/preset-env@7.20.2(@babel/core@7.22.20):
|
|
1281
1308
|
resolution: {integrity: sha512-1G0efQEWR1EHkKvKHqbG+IN/QdgwfByUpM5V5QroDzGV2t3S/WXNQd693cHiHTlCFMpr9B6FkPFXDA2lQcKoDg==}
|
|
1282
1309
|
engines: {node: '>=6.9.0'}
|
|
1283
1310
|
peerDependencies:
|
|
1284
1311
|
'@babel/core': ^7.0.0-0
|
|
1285
1312
|
dependencies:
|
|
1286
1313
|
'@babel/compat-data': 7.20.5
|
|
1287
|
-
'@babel/core': 7.22.
|
|
1288
|
-
'@babel/helper-compilation-targets': 7.20.0(@babel/core@7.22.
|
|
1314
|
+
'@babel/core': 7.22.20
|
|
1315
|
+
'@babel/helper-compilation-targets': 7.20.0(@babel/core@7.22.20)
|
|
1289
1316
|
'@babel/helper-plugin-utils': 7.20.2
|
|
1290
1317
|
'@babel/helper-validator-option': 7.18.6
|
|
1291
|
-
'@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6(@babel/core@7.22.
|
|
1292
|
-
'@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.18.9(@babel/core@7.22.
|
|
1293
|
-
'@babel/plugin-proposal-async-generator-functions': 7.20.1(@babel/core@7.22.
|
|
1294
|
-
'@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.22.
|
|
1295
|
-
'@babel/plugin-proposal-class-static-block': 7.18.6(@babel/core@7.22.
|
|
1296
|
-
'@babel/plugin-proposal-dynamic-import': 7.18.6(@babel/core@7.22.
|
|
1297
|
-
'@babel/plugin-proposal-export-namespace-from': 7.18.9(@babel/core@7.22.
|
|
1298
|
-
'@babel/plugin-proposal-json-strings': 7.18.6(@babel/core@7.22.
|
|
1299
|
-
'@babel/plugin-proposal-logical-assignment-operators': 7.18.9(@babel/core@7.22.
|
|
1300
|
-
'@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.22.
|
|
1301
|
-
'@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.22.
|
|
1302
|
-
'@babel/plugin-proposal-object-rest-spread': 7.20.2(@babel/core@7.22.
|
|
1303
|
-
'@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.22.
|
|
1304
|
-
'@babel/plugin-proposal-optional-chaining': 7.18.9(@babel/core@7.22.
|
|
1305
|
-
'@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.22.
|
|
1306
|
-
'@babel/plugin-proposal-private-property-in-object': 7.20.5(@babel/core@7.22.
|
|
1307
|
-
'@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.22.
|
|
1308
|
-
'@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.22.
|
|
1309
|
-
'@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.22.
|
|
1310
|
-
'@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.22.
|
|
1311
|
-
'@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.22.
|
|
1312
|
-
'@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.22.
|
|
1313
|
-
'@babel/plugin-syntax-import-assertions': 7.20.0(@babel/core@7.22.
|
|
1314
|
-
'@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.22.
|
|
1315
|
-
'@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.22.
|
|
1316
|
-
'@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.
|
|
1317
|
-
'@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.22.
|
|
1318
|
-
'@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.
|
|
1319
|
-
'@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.22.
|
|
1320
|
-
'@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.
|
|
1321
|
-
'@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.22.
|
|
1322
|
-
'@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.22.
|
|
1323
|
-
'@babel/plugin-transform-arrow-functions': 7.18.6(@babel/core@7.22.
|
|
1324
|
-
'@babel/plugin-transform-async-to-generator': 7.18.6(@babel/core@7.22.
|
|
1325
|
-
'@babel/plugin-transform-block-scoped-functions': 7.18.6(@babel/core@7.22.
|
|
1326
|
-
'@babel/plugin-transform-block-scoping': 7.20.5(@babel/core@7.22.
|
|
1327
|
-
'@babel/plugin-transform-classes': 7.20.2(@babel/core@7.22.
|
|
1328
|
-
'@babel/plugin-transform-computed-properties': 7.18.9(@babel/core@7.22.
|
|
1329
|
-
'@babel/plugin-transform-destructuring': 7.20.2(@babel/core@7.22.
|
|
1330
|
-
'@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.22.
|
|
1331
|
-
'@babel/plugin-transform-duplicate-keys': 7.18.9(@babel/core@7.22.
|
|
1332
|
-
'@babel/plugin-transform-exponentiation-operator': 7.18.6(@babel/core@7.22.
|
|
1333
|
-
'@babel/plugin-transform-for-of': 7.18.8(@babel/core@7.22.
|
|
1334
|
-
'@babel/plugin-transform-function-name': 7.18.9(@babel/core@7.22.
|
|
1335
|
-
'@babel/plugin-transform-literals': 7.18.9(@babel/core@7.22.
|
|
1336
|
-
'@babel/plugin-transform-member-expression-literals': 7.18.6(@babel/core@7.22.
|
|
1337
|
-
'@babel/plugin-transform-modules-amd': 7.19.6(@babel/core@7.22.
|
|
1338
|
-
'@babel/plugin-transform-modules-commonjs': 7.19.6(@babel/core@7.22.
|
|
1339
|
-
'@babel/plugin-transform-modules-systemjs': 7.19.6(@babel/core@7.22.
|
|
1340
|
-
'@babel/plugin-transform-modules-umd': 7.18.6(@babel/core@7.22.
|
|
1341
|
-
'@babel/plugin-transform-named-capturing-groups-regex': 7.20.5(@babel/core@7.22.
|
|
1342
|
-
'@babel/plugin-transform-new-target': 7.18.6(@babel/core@7.22.
|
|
1343
|
-
'@babel/plugin-transform-object-super': 7.18.6(@babel/core@7.22.
|
|
1344
|
-
'@babel/plugin-transform-parameters': 7.20.5(@babel/core@7.22.
|
|
1345
|
-
'@babel/plugin-transform-property-literals': 7.18.6(@babel/core@7.22.
|
|
1346
|
-
'@babel/plugin-transform-regenerator': 7.20.5(@babel/core@7.22.
|
|
1347
|
-
'@babel/plugin-transform-reserved-words': 7.18.6(@babel/core@7.22.
|
|
1348
|
-
'@babel/plugin-transform-shorthand-properties': 7.18.6(@babel/core@7.22.
|
|
1349
|
-
'@babel/plugin-transform-spread': 7.19.0(@babel/core@7.22.
|
|
1350
|
-
'@babel/plugin-transform-sticky-regex': 7.18.6(@babel/core@7.22.
|
|
1351
|
-
'@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.22.
|
|
1352
|
-
'@babel/plugin-transform-typeof-symbol': 7.18.9(@babel/core@7.22.
|
|
1353
|
-
'@babel/plugin-transform-unicode-escapes': 7.18.10(@babel/core@7.22.
|
|
1354
|
-
'@babel/plugin-transform-unicode-regex': 7.18.6(@babel/core@7.22.
|
|
1355
|
-
'@babel/preset-modules': 0.1.5(@babel/core@7.22.
|
|
1318
|
+
'@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6(@babel/core@7.22.20)
|
|
1319
|
+
'@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.18.9(@babel/core@7.22.20)
|
|
1320
|
+
'@babel/plugin-proposal-async-generator-functions': 7.20.1(@babel/core@7.22.20)
|
|
1321
|
+
'@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.22.20)
|
|
1322
|
+
'@babel/plugin-proposal-class-static-block': 7.18.6(@babel/core@7.22.20)
|
|
1323
|
+
'@babel/plugin-proposal-dynamic-import': 7.18.6(@babel/core@7.22.20)
|
|
1324
|
+
'@babel/plugin-proposal-export-namespace-from': 7.18.9(@babel/core@7.22.20)
|
|
1325
|
+
'@babel/plugin-proposal-json-strings': 7.18.6(@babel/core@7.22.20)
|
|
1326
|
+
'@babel/plugin-proposal-logical-assignment-operators': 7.18.9(@babel/core@7.22.20)
|
|
1327
|
+
'@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.22.20)
|
|
1328
|
+
'@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.22.20)
|
|
1329
|
+
'@babel/plugin-proposal-object-rest-spread': 7.20.2(@babel/core@7.22.20)
|
|
1330
|
+
'@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.22.20)
|
|
1331
|
+
'@babel/plugin-proposal-optional-chaining': 7.18.9(@babel/core@7.22.20)
|
|
1332
|
+
'@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.22.20)
|
|
1333
|
+
'@babel/plugin-proposal-private-property-in-object': 7.20.5(@babel/core@7.22.20)
|
|
1334
|
+
'@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.22.20)
|
|
1335
|
+
'@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.22.20)
|
|
1336
|
+
'@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.22.20)
|
|
1337
|
+
'@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.22.20)
|
|
1338
|
+
'@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.22.20)
|
|
1339
|
+
'@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.22.20)
|
|
1340
|
+
'@babel/plugin-syntax-import-assertions': 7.20.0(@babel/core@7.22.20)
|
|
1341
|
+
'@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.22.20)
|
|
1342
|
+
'@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.22.20)
|
|
1343
|
+
'@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.20)
|
|
1344
|
+
'@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.22.20)
|
|
1345
|
+
'@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.20)
|
|
1346
|
+
'@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.22.20)
|
|
1347
|
+
'@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.20)
|
|
1348
|
+
'@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.22.20)
|
|
1349
|
+
'@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.22.20)
|
|
1350
|
+
'@babel/plugin-transform-arrow-functions': 7.18.6(@babel/core@7.22.20)
|
|
1351
|
+
'@babel/plugin-transform-async-to-generator': 7.18.6(@babel/core@7.22.20)
|
|
1352
|
+
'@babel/plugin-transform-block-scoped-functions': 7.18.6(@babel/core@7.22.20)
|
|
1353
|
+
'@babel/plugin-transform-block-scoping': 7.20.5(@babel/core@7.22.20)
|
|
1354
|
+
'@babel/plugin-transform-classes': 7.20.2(@babel/core@7.22.20)
|
|
1355
|
+
'@babel/plugin-transform-computed-properties': 7.18.9(@babel/core@7.22.20)
|
|
1356
|
+
'@babel/plugin-transform-destructuring': 7.20.2(@babel/core@7.22.20)
|
|
1357
|
+
'@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.22.20)
|
|
1358
|
+
'@babel/plugin-transform-duplicate-keys': 7.18.9(@babel/core@7.22.20)
|
|
1359
|
+
'@babel/plugin-transform-exponentiation-operator': 7.18.6(@babel/core@7.22.20)
|
|
1360
|
+
'@babel/plugin-transform-for-of': 7.18.8(@babel/core@7.22.20)
|
|
1361
|
+
'@babel/plugin-transform-function-name': 7.18.9(@babel/core@7.22.20)
|
|
1362
|
+
'@babel/plugin-transform-literals': 7.18.9(@babel/core@7.22.20)
|
|
1363
|
+
'@babel/plugin-transform-member-expression-literals': 7.18.6(@babel/core@7.22.20)
|
|
1364
|
+
'@babel/plugin-transform-modules-amd': 7.19.6(@babel/core@7.22.20)
|
|
1365
|
+
'@babel/plugin-transform-modules-commonjs': 7.19.6(@babel/core@7.22.20)
|
|
1366
|
+
'@babel/plugin-transform-modules-systemjs': 7.19.6(@babel/core@7.22.20)
|
|
1367
|
+
'@babel/plugin-transform-modules-umd': 7.18.6(@babel/core@7.22.20)
|
|
1368
|
+
'@babel/plugin-transform-named-capturing-groups-regex': 7.20.5(@babel/core@7.22.20)
|
|
1369
|
+
'@babel/plugin-transform-new-target': 7.18.6(@babel/core@7.22.20)
|
|
1370
|
+
'@babel/plugin-transform-object-super': 7.18.6(@babel/core@7.22.20)
|
|
1371
|
+
'@babel/plugin-transform-parameters': 7.20.5(@babel/core@7.22.20)
|
|
1372
|
+
'@babel/plugin-transform-property-literals': 7.18.6(@babel/core@7.22.20)
|
|
1373
|
+
'@babel/plugin-transform-regenerator': 7.20.5(@babel/core@7.22.20)
|
|
1374
|
+
'@babel/plugin-transform-reserved-words': 7.18.6(@babel/core@7.22.20)
|
|
1375
|
+
'@babel/plugin-transform-shorthand-properties': 7.18.6(@babel/core@7.22.20)
|
|
1376
|
+
'@babel/plugin-transform-spread': 7.19.0(@babel/core@7.22.20)
|
|
1377
|
+
'@babel/plugin-transform-sticky-regex': 7.18.6(@babel/core@7.22.20)
|
|
1378
|
+
'@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.22.20)
|
|
1379
|
+
'@babel/plugin-transform-typeof-symbol': 7.18.9(@babel/core@7.22.20)
|
|
1380
|
+
'@babel/plugin-transform-unicode-escapes': 7.18.10(@babel/core@7.22.20)
|
|
1381
|
+
'@babel/plugin-transform-unicode-regex': 7.18.6(@babel/core@7.22.20)
|
|
1382
|
+
'@babel/preset-modules': 0.1.5(@babel/core@7.22.20)
|
|
1356
1383
|
'@babel/types': 7.20.5
|
|
1357
|
-
babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.22.
|
|
1358
|
-
babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.22.
|
|
1359
|
-
babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.22.
|
|
1384
|
+
babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.22.20)
|
|
1385
|
+
babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.22.20)
|
|
1386
|
+
babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.22.20)
|
|
1360
1387
|
core-js-compat: 3.26.1
|
|
1361
1388
|
semver: 6.3.0
|
|
1362
1389
|
transitivePeerDependencies:
|
|
1363
1390
|
- supports-color
|
|
1364
1391
|
dev: true
|
|
1365
1392
|
|
|
1366
|
-
/@babel/preset-modules@0.1.5(@babel/core@7.22.
|
|
1393
|
+
/@babel/preset-modules@0.1.5(@babel/core@7.22.20):
|
|
1367
1394
|
resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==}
|
|
1368
1395
|
peerDependencies:
|
|
1369
1396
|
'@babel/core': ^7.0.0-0
|
|
1370
1397
|
dependencies:
|
|
1371
|
-
'@babel/core': 7.22.
|
|
1398
|
+
'@babel/core': 7.22.20
|
|
1372
1399
|
'@babel/helper-plugin-utils': 7.20.2
|
|
1373
|
-
'@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.22.
|
|
1374
|
-
'@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.22.
|
|
1400
|
+
'@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.22.20)
|
|
1401
|
+
'@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.22.20)
|
|
1375
1402
|
'@babel/types': 7.20.5
|
|
1376
1403
|
esutils: 2.0.3
|
|
1377
1404
|
dev: true
|
|
@@ -1387,25 +1414,25 @@ packages:
|
|
|
1387
1414
|
resolution: {integrity: sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==}
|
|
1388
1415
|
engines: {node: '>=6.9.0'}
|
|
1389
1416
|
dependencies:
|
|
1390
|
-
'@babel/code-frame': 7.
|
|
1417
|
+
'@babel/code-frame': 7.21.4
|
|
1391
1418
|
'@babel/parser': 7.20.5
|
|
1392
1419
|
'@babel/types': 7.20.5
|
|
1393
1420
|
dev: true
|
|
1394
1421
|
|
|
1395
|
-
/@babel/template@7.
|
|
1396
|
-
resolution: {integrity: sha512-
|
|
1422
|
+
/@babel/template@7.22.15:
|
|
1423
|
+
resolution: {integrity: sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==}
|
|
1397
1424
|
engines: {node: '>=6.9.0'}
|
|
1398
1425
|
dependencies:
|
|
1399
|
-
'@babel/code-frame': 7.
|
|
1400
|
-
'@babel/parser': 7.22.
|
|
1401
|
-
'@babel/types': 7.22.
|
|
1426
|
+
'@babel/code-frame': 7.22.13
|
|
1427
|
+
'@babel/parser': 7.22.16
|
|
1428
|
+
'@babel/types': 7.22.19
|
|
1402
1429
|
dev: true
|
|
1403
1430
|
|
|
1404
1431
|
/@babel/traverse@7.20.5:
|
|
1405
1432
|
resolution: {integrity: sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ==}
|
|
1406
1433
|
engines: {node: '>=6.9.0'}
|
|
1407
1434
|
dependencies:
|
|
1408
|
-
'@babel/code-frame': 7.
|
|
1435
|
+
'@babel/code-frame': 7.21.4
|
|
1409
1436
|
'@babel/generator': 7.20.5
|
|
1410
1437
|
'@babel/helper-environment-visitor': 7.18.9
|
|
1411
1438
|
'@babel/helper-function-name': 7.19.0
|
|
@@ -1419,18 +1446,18 @@ packages:
|
|
|
1419
1446
|
- supports-color
|
|
1420
1447
|
dev: true
|
|
1421
1448
|
|
|
1422
|
-
/@babel/traverse@7.22.
|
|
1423
|
-
resolution: {integrity: sha512-
|
|
1449
|
+
/@babel/traverse@7.22.20:
|
|
1450
|
+
resolution: {integrity: sha512-eU260mPZbU7mZ0N+X10pxXhQFMGTeLb9eFS0mxehS8HZp9o1uSnFeWQuG1UPrlxgA7QoUzFhOnilHDp0AXCyHw==}
|
|
1424
1451
|
engines: {node: '>=6.9.0'}
|
|
1425
1452
|
dependencies:
|
|
1426
|
-
'@babel/code-frame': 7.
|
|
1427
|
-
'@babel/generator': 7.22.
|
|
1428
|
-
'@babel/helper-environment-visitor': 7.22.
|
|
1429
|
-
'@babel/helper-function-name': 7.
|
|
1430
|
-
'@babel/helper-hoist-variables': 7.
|
|
1431
|
-
'@babel/helper-split-export-declaration': 7.
|
|
1432
|
-
'@babel/parser': 7.22.
|
|
1433
|
-
'@babel/types': 7.22.
|
|
1453
|
+
'@babel/code-frame': 7.22.13
|
|
1454
|
+
'@babel/generator': 7.22.15
|
|
1455
|
+
'@babel/helper-environment-visitor': 7.22.20
|
|
1456
|
+
'@babel/helper-function-name': 7.22.5
|
|
1457
|
+
'@babel/helper-hoist-variables': 7.22.5
|
|
1458
|
+
'@babel/helper-split-export-declaration': 7.22.6
|
|
1459
|
+
'@babel/parser': 7.22.16
|
|
1460
|
+
'@babel/types': 7.22.19
|
|
1434
1461
|
debug: 4.3.4(supports-color@8.1.1)
|
|
1435
1462
|
globals: 11.12.0
|
|
1436
1463
|
transitivePeerDependencies:
|
|
@@ -1445,12 +1472,12 @@ packages:
|
|
|
1445
1472
|
'@babel/helper-validator-identifier': 7.19.1
|
|
1446
1473
|
to-fast-properties: 2.0.0
|
|
1447
1474
|
|
|
1448
|
-
/@babel/types@7.22.
|
|
1449
|
-
resolution: {integrity: sha512-
|
|
1475
|
+
/@babel/types@7.22.19:
|
|
1476
|
+
resolution: {integrity: sha512-P7LAw/LbojPzkgp5oznjE6tQEIWbp4PkkfrZDINTro9zgBRtI324/EYsiSI7lhPbpIQ+DCeR2NNmMWANGGfZsg==}
|
|
1450
1477
|
engines: {node: '>=6.9.0'}
|
|
1451
1478
|
dependencies:
|
|
1452
|
-
'@babel/helper-string-parser': 7.
|
|
1453
|
-
'@babel/helper-validator-identifier': 7.
|
|
1479
|
+
'@babel/helper-string-parser': 7.22.5
|
|
1480
|
+
'@babel/helper-validator-identifier': 7.22.20
|
|
1454
1481
|
to-fast-properties: 2.0.0
|
|
1455
1482
|
dev: true
|
|
1456
1483
|
|
|
@@ -1500,15 +1527,6 @@ packages:
|
|
|
1500
1527
|
- supports-color
|
|
1501
1528
|
dev: true
|
|
1502
1529
|
|
|
1503
|
-
/@esbuild/android-arm64@0.16.8:
|
|
1504
|
-
resolution: {integrity: sha512-TGQM/tdy5EV1KoFHu0+cMrKvPR8UBLGEfwS84PTCJ07KVp21Fr488aFEL2TCamz9CxoF1np36kY6XOSdLncg2Q==}
|
|
1505
|
-
engines: {node: '>=12'}
|
|
1506
|
-
cpu: [arm64]
|
|
1507
|
-
os: [android]
|
|
1508
|
-
requiresBuild: true
|
|
1509
|
-
dev: true
|
|
1510
|
-
optional: true
|
|
1511
|
-
|
|
1512
1530
|
/@esbuild/android-arm@0.15.18:
|
|
1513
1531
|
resolution: {integrity: sha512-5GT+kcs2WVGjVs7+boataCkO5Fg0y4kCjzkB5bAip7H4jfnOS3dA6KPiww9W1OEKTKeAcUVhdZGvgI65OXmUnw==}
|
|
1514
1532
|
engines: {node: '>=12'}
|
|
@@ -1518,87 +1536,6 @@ packages:
|
|
|
1518
1536
|
dev: true
|
|
1519
1537
|
optional: true
|
|
1520
1538
|
|
|
1521
|
-
/@esbuild/android-arm@0.16.8:
|
|
1522
|
-
resolution: {integrity: sha512-r/qxYWkC3gY+Uq24wZacAUevGGb6d7d8VpyO8R0HGg31LXVi+eUr8XxHLCcmVzAjRjlZsZfzPelGpAKP/DafKg==}
|
|
1523
|
-
engines: {node: '>=12'}
|
|
1524
|
-
cpu: [arm]
|
|
1525
|
-
os: [android]
|
|
1526
|
-
requiresBuild: true
|
|
1527
|
-
dev: true
|
|
1528
|
-
optional: true
|
|
1529
|
-
|
|
1530
|
-
/@esbuild/android-x64@0.16.8:
|
|
1531
|
-
resolution: {integrity: sha512-HtA4BNfrf5Nyoz3G2IS3qW4A0yckPJ1NjCMA3SiOw3zS1IfpMkbepDGp/Gdokc/tASFd38IP2uIL3W6bHJzAQw==}
|
|
1532
|
-
engines: {node: '>=12'}
|
|
1533
|
-
cpu: [x64]
|
|
1534
|
-
os: [android]
|
|
1535
|
-
requiresBuild: true
|
|
1536
|
-
dev: true
|
|
1537
|
-
optional: true
|
|
1538
|
-
|
|
1539
|
-
/@esbuild/darwin-arm64@0.16.8:
|
|
1540
|
-
resolution: {integrity: sha512-Ks8K1HGFf6LEjLnnVqB/zyaJcv7zMjbJ9txRZAwQwj+bzg8/AP0TmLBMJf9Ahwn6ATnHrhORtpydP8A/mNthXg==}
|
|
1541
|
-
engines: {node: '>=12'}
|
|
1542
|
-
cpu: [arm64]
|
|
1543
|
-
os: [darwin]
|
|
1544
|
-
requiresBuild: true
|
|
1545
|
-
dev: true
|
|
1546
|
-
optional: true
|
|
1547
|
-
|
|
1548
|
-
/@esbuild/darwin-x64@0.16.8:
|
|
1549
|
-
resolution: {integrity: sha512-XXh2070hatspZdG/uPqyHLFlHlGbytvT4JlqZuTU3AizcyOvmatPBSnuARvwCtJMw30wjjehcYY8DWPZ5UF2og==}
|
|
1550
|
-
engines: {node: '>=12'}
|
|
1551
|
-
cpu: [x64]
|
|
1552
|
-
os: [darwin]
|
|
1553
|
-
requiresBuild: true
|
|
1554
|
-
dev: true
|
|
1555
|
-
optional: true
|
|
1556
|
-
|
|
1557
|
-
/@esbuild/freebsd-arm64@0.16.8:
|
|
1558
|
-
resolution: {integrity: sha512-6DJuU3+tG9LcHCG/4K3e0AnqmmKWhUc9WDNIhLHOOdleafXwZeFvsqwfyaowNg9yUw5KipRLvV3JJMQ8kT1aPg==}
|
|
1559
|
-
engines: {node: '>=12'}
|
|
1560
|
-
cpu: [arm64]
|
|
1561
|
-
os: [freebsd]
|
|
1562
|
-
requiresBuild: true
|
|
1563
|
-
dev: true
|
|
1564
|
-
optional: true
|
|
1565
|
-
|
|
1566
|
-
/@esbuild/freebsd-x64@0.16.8:
|
|
1567
|
-
resolution: {integrity: sha512-UcsCaR25C0tZWnoImprPzr7vMEMjLImlTQAIfWXU2wvjF4gBWKO9GEH2JlsKYqBjfWfGgH+HHoGSF/evZbKyxA==}
|
|
1568
|
-
engines: {node: '>=12'}
|
|
1569
|
-
cpu: [x64]
|
|
1570
|
-
os: [freebsd]
|
|
1571
|
-
requiresBuild: true
|
|
1572
|
-
dev: true
|
|
1573
|
-
optional: true
|
|
1574
|
-
|
|
1575
|
-
/@esbuild/linux-arm64@0.16.8:
|
|
1576
|
-
resolution: {integrity: sha512-WTL1v/OhSxgE7rEELRFNWskym0e+hKDMl4JZs7jpQp7218yJPOjdOEWsbzVEYv4G1cbbtWFvp9DtaAONtdCW5w==}
|
|
1577
|
-
engines: {node: '>=12'}
|
|
1578
|
-
cpu: [arm64]
|
|
1579
|
-
os: [linux]
|
|
1580
|
-
requiresBuild: true
|
|
1581
|
-
dev: true
|
|
1582
|
-
optional: true
|
|
1583
|
-
|
|
1584
|
-
/@esbuild/linux-arm@0.16.8:
|
|
1585
|
-
resolution: {integrity: sha512-Hn36NbKd6Prh0Ehv1A2ObjfXtN2g81jTpmq1+uRLHrW7CJW+W8GdVgOCVwyeupADUIOOa8bars6IZGcjkwq21w==}
|
|
1586
|
-
engines: {node: '>=12'}
|
|
1587
|
-
cpu: [arm]
|
|
1588
|
-
os: [linux]
|
|
1589
|
-
requiresBuild: true
|
|
1590
|
-
dev: true
|
|
1591
|
-
optional: true
|
|
1592
|
-
|
|
1593
|
-
/@esbuild/linux-ia32@0.16.8:
|
|
1594
|
-
resolution: {integrity: sha512-Jt+8YBFR2Pk68oS7E9z9PtmgJrDonGdEW3Camb2plZcztKpu/OxfnxFu8f41+TYpKhzUDm5uNMwqxRH3yDYrsQ==}
|
|
1595
|
-
engines: {node: '>=12'}
|
|
1596
|
-
cpu: [ia32]
|
|
1597
|
-
os: [linux]
|
|
1598
|
-
requiresBuild: true
|
|
1599
|
-
dev: true
|
|
1600
|
-
optional: true
|
|
1601
|
-
|
|
1602
1539
|
/@esbuild/linux-loong64@0.15.18:
|
|
1603
1540
|
resolution: {integrity: sha512-L4jVKS82XVhw2nvzLg/19ClLWg0y27ulRwuP7lcyL6AbUWB5aPglXY3M21mauDQMDfRLs8cQmeT03r/+X3cZYQ==}
|
|
1604
1541
|
engines: {node: '>=12'}
|
|
@@ -1608,114 +1545,6 @@ packages:
|
|
|
1608
1545
|
dev: true
|
|
1609
1546
|
optional: true
|
|
1610
1547
|
|
|
1611
|
-
/@esbuild/linux-loong64@0.16.8:
|
|
1612
|
-
resolution: {integrity: sha512-P+5J/U/WwPEwcKOFTlTQBK6Gqw4OytpfBvR2V+kBRb5jujwMOQ1aG8iKX14DAwCLks1YHXrXPwXXDPNWEWC59A==}
|
|
1613
|
-
engines: {node: '>=12'}
|
|
1614
|
-
cpu: [loong64]
|
|
1615
|
-
os: [linux]
|
|
1616
|
-
requiresBuild: true
|
|
1617
|
-
dev: true
|
|
1618
|
-
optional: true
|
|
1619
|
-
|
|
1620
|
-
/@esbuild/linux-mips64el@0.16.8:
|
|
1621
|
-
resolution: {integrity: sha512-RDSnljcka9UkVxcLtWv2lG5zcqkZUxIPY47ZSKytv4aoo8b05dH1gnKVWrxBZ+owp3dX48s2lXm6zp3hZHl8qw==}
|
|
1622
|
-
engines: {node: '>=12'}
|
|
1623
|
-
cpu: [mips64el]
|
|
1624
|
-
os: [linux]
|
|
1625
|
-
requiresBuild: true
|
|
1626
|
-
dev: true
|
|
1627
|
-
optional: true
|
|
1628
|
-
|
|
1629
|
-
/@esbuild/linux-ppc64@0.16.8:
|
|
1630
|
-
resolution: {integrity: sha512-fNGvIKXyigXYhSflraBsqR/EBhXhuH0/0r7IpU+3reh+8yX3VjowjC/dwmqHDOSQXbcj+HJb1o9kWYi+fJQ/3g==}
|
|
1631
|
-
engines: {node: '>=12'}
|
|
1632
|
-
cpu: [ppc64]
|
|
1633
|
-
os: [linux]
|
|
1634
|
-
requiresBuild: true
|
|
1635
|
-
dev: true
|
|
1636
|
-
optional: true
|
|
1637
|
-
|
|
1638
|
-
/@esbuild/linux-riscv64@0.16.8:
|
|
1639
|
-
resolution: {integrity: sha512-CsE1IKyVq/Y55PDnBUvm/e7XfvBgfb5kZxHbIEdmB9xt6cTcBkaVvv8EwLDZuYPkYI60WGl0UwyYYx9B2LLgkg==}
|
|
1640
|
-
engines: {node: '>=12'}
|
|
1641
|
-
cpu: [riscv64]
|
|
1642
|
-
os: [linux]
|
|
1643
|
-
requiresBuild: true
|
|
1644
|
-
dev: true
|
|
1645
|
-
optional: true
|
|
1646
|
-
|
|
1647
|
-
/@esbuild/linux-s390x@0.16.8:
|
|
1648
|
-
resolution: {integrity: sha512-k8RIN4M+GWQAfJ/oGqwxZlpzOyGF8mxp5mH1A1WUJrpSUo4pe0zkq2EoP1KMQbYkjeJi45YsjwK3IOnSoueXbA==}
|
|
1649
|
-
engines: {node: '>=12'}
|
|
1650
|
-
cpu: [s390x]
|
|
1651
|
-
os: [linux]
|
|
1652
|
-
requiresBuild: true
|
|
1653
|
-
dev: true
|
|
1654
|
-
optional: true
|
|
1655
|
-
|
|
1656
|
-
/@esbuild/linux-x64@0.16.8:
|
|
1657
|
-
resolution: {integrity: sha512-u0hOo4E9PKyVDmPgJNeip1Tg63wxq+3KBJZKQFblqCl+d5N7n1h7pFwdN5ZzeLaaE645ep8aXzf76ndGnyOypg==}
|
|
1658
|
-
engines: {node: '>=12'}
|
|
1659
|
-
cpu: [x64]
|
|
1660
|
-
os: [linux]
|
|
1661
|
-
requiresBuild: true
|
|
1662
|
-
dev: true
|
|
1663
|
-
optional: true
|
|
1664
|
-
|
|
1665
|
-
/@esbuild/netbsd-x64@0.16.8:
|
|
1666
|
-
resolution: {integrity: sha512-wtENU7TOrnEbUes9aQuNe5PeBM4cTK5dn1W7v6XCr1LatJxAOn6Jn8yDGRsa2uKeEbAS5HeYx7uBAbTBd98OXQ==}
|
|
1667
|
-
engines: {node: '>=12'}
|
|
1668
|
-
cpu: [x64]
|
|
1669
|
-
os: [netbsd]
|
|
1670
|
-
requiresBuild: true
|
|
1671
|
-
dev: true
|
|
1672
|
-
optional: true
|
|
1673
|
-
|
|
1674
|
-
/@esbuild/openbsd-x64@0.16.8:
|
|
1675
|
-
resolution: {integrity: sha512-Y0DRVd/PIiutCpAYvRZHkpDNN3tdSQ1oyKy6xoh5TFTElAmzdlO7CO8ABs8689gq47lJ466cQEq9adJrKXrgXg==}
|
|
1676
|
-
engines: {node: '>=12'}
|
|
1677
|
-
cpu: [x64]
|
|
1678
|
-
os: [openbsd]
|
|
1679
|
-
requiresBuild: true
|
|
1680
|
-
dev: true
|
|
1681
|
-
optional: true
|
|
1682
|
-
|
|
1683
|
-
/@esbuild/sunos-x64@0.16.8:
|
|
1684
|
-
resolution: {integrity: sha512-eKg0I3C5z4NTF396Yo9QByXA8DdRS7QiYPFf6JHcED0BanyLW/jX8csUy96wyGivTNrmU0mCOShbeLgzb0eX7w==}
|
|
1685
|
-
engines: {node: '>=12'}
|
|
1686
|
-
cpu: [x64]
|
|
1687
|
-
os: [sunos]
|
|
1688
|
-
requiresBuild: true
|
|
1689
|
-
dev: true
|
|
1690
|
-
optional: true
|
|
1691
|
-
|
|
1692
|
-
/@esbuild/win32-arm64@0.16.8:
|
|
1693
|
-
resolution: {integrity: sha512-M2BZhsa7z8kMGre96HTMXpm266cfJkbdtcZgVfAL8hY4ptkh5MwNDasl85CDo++ffW2issVT+W/xIGJOr0v2pg==}
|
|
1694
|
-
engines: {node: '>=12'}
|
|
1695
|
-
cpu: [arm64]
|
|
1696
|
-
os: [win32]
|
|
1697
|
-
requiresBuild: true
|
|
1698
|
-
dev: true
|
|
1699
|
-
optional: true
|
|
1700
|
-
|
|
1701
|
-
/@esbuild/win32-ia32@0.16.8:
|
|
1702
|
-
resolution: {integrity: sha512-mzzHVpnuHQT+IrptiW+uUswEMpVIueYuAkjwt1m4tQuVq9dGWqCA1y9EE+W3S19nMg6JvHMbaRjv3mlCcmi0rA==}
|
|
1703
|
-
engines: {node: '>=12'}
|
|
1704
|
-
cpu: [ia32]
|
|
1705
|
-
os: [win32]
|
|
1706
|
-
requiresBuild: true
|
|
1707
|
-
dev: true
|
|
1708
|
-
optional: true
|
|
1709
|
-
|
|
1710
|
-
/@esbuild/win32-x64@0.16.8:
|
|
1711
|
-
resolution: {integrity: sha512-Zgzyn7njXpSSe1YGQk03eW4uei4QoZKloe/TBQZXgQHo6ul/ux0BtYdLz3MZ8WDlvqTG3QnLV4+gtV5ordM0+g==}
|
|
1712
|
-
engines: {node: '>=12'}
|
|
1713
|
-
cpu: [x64]
|
|
1714
|
-
os: [win32]
|
|
1715
|
-
requiresBuild: true
|
|
1716
|
-
dev: true
|
|
1717
|
-
optional: true
|
|
1718
|
-
|
|
1719
1548
|
/@eslint/eslintrc@1.4.0:
|
|
1720
1549
|
resolution: {integrity: sha512-7yfvXy6MWLgWSFsLhz5yH3iQ52St8cdUY6FoGieKkRDVxuxmrNuUetIuu6cmjNWwniUHiWXjxCr5tTXDrbYS5A==}
|
|
1721
1550
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
@@ -2189,25 +2018,43 @@ packages:
|
|
|
2189
2018
|
'@jridgewell/trace-mapping': 0.3.17
|
|
2190
2019
|
dev: true
|
|
2191
2020
|
|
|
2021
|
+
/@jridgewell/gen-mapping@0.3.3:
|
|
2022
|
+
resolution: {integrity: sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==}
|
|
2023
|
+
engines: {node: '>=6.0.0'}
|
|
2024
|
+
dependencies:
|
|
2025
|
+
'@jridgewell/set-array': 1.1.2
|
|
2026
|
+
'@jridgewell/sourcemap-codec': 1.4.15
|
|
2027
|
+
'@jridgewell/trace-mapping': 0.3.19
|
|
2028
|
+
dev: true
|
|
2029
|
+
|
|
2192
2030
|
/@jridgewell/resolve-uri@3.1.0:
|
|
2193
2031
|
resolution: {integrity: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==}
|
|
2194
2032
|
engines: {node: '>=6.0.0'}
|
|
2195
2033
|
|
|
2034
|
+
/@jridgewell/resolve-uri@3.1.1:
|
|
2035
|
+
resolution: {integrity: sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==}
|
|
2036
|
+
engines: {node: '>=6.0.0'}
|
|
2037
|
+
dev: true
|
|
2038
|
+
|
|
2196
2039
|
/@jridgewell/set-array@1.1.2:
|
|
2197
2040
|
resolution: {integrity: sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==}
|
|
2198
2041
|
engines: {node: '>=6.0.0'}
|
|
2199
2042
|
dev: true
|
|
2200
2043
|
|
|
2201
|
-
/@jridgewell/source-map@0.3.
|
|
2202
|
-
resolution: {integrity: sha512-
|
|
2044
|
+
/@jridgewell/source-map@0.3.5:
|
|
2045
|
+
resolution: {integrity: sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==}
|
|
2203
2046
|
dependencies:
|
|
2204
|
-
'@jridgewell/gen-mapping': 0.3.
|
|
2205
|
-
'@jridgewell/trace-mapping': 0.3.
|
|
2047
|
+
'@jridgewell/gen-mapping': 0.3.3
|
|
2048
|
+
'@jridgewell/trace-mapping': 0.3.19
|
|
2206
2049
|
dev: true
|
|
2207
2050
|
|
|
2208
2051
|
/@jridgewell/sourcemap-codec@1.4.14:
|
|
2209
2052
|
resolution: {integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==}
|
|
2210
2053
|
|
|
2054
|
+
/@jridgewell/sourcemap-codec@1.4.15:
|
|
2055
|
+
resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==}
|
|
2056
|
+
dev: true
|
|
2057
|
+
|
|
2211
2058
|
/@jridgewell/trace-mapping@0.3.17:
|
|
2212
2059
|
resolution: {integrity: sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==}
|
|
2213
2060
|
dependencies:
|
|
@@ -2215,6 +2062,13 @@ packages:
|
|
|
2215
2062
|
'@jridgewell/sourcemap-codec': 1.4.14
|
|
2216
2063
|
dev: true
|
|
2217
2064
|
|
|
2065
|
+
/@jridgewell/trace-mapping@0.3.19:
|
|
2066
|
+
resolution: {integrity: sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw==}
|
|
2067
|
+
dependencies:
|
|
2068
|
+
'@jridgewell/resolve-uri': 3.1.1
|
|
2069
|
+
'@jridgewell/sourcemap-codec': 1.4.15
|
|
2070
|
+
dev: true
|
|
2071
|
+
|
|
2218
2072
|
/@jridgewell/trace-mapping@0.3.9:
|
|
2219
2073
|
resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==}
|
|
2220
2074
|
dependencies:
|
|
@@ -2252,6 +2106,14 @@ packages:
|
|
|
2252
2106
|
semver: 7.3.8
|
|
2253
2107
|
dev: true
|
|
2254
2108
|
|
|
2109
|
+
/@npmcli/fs@2.1.2:
|
|
2110
|
+
resolution: {integrity: sha512-yOJKRvohFOaLqipNtwYB9WugyZKhC/DZC4VYPmpaCzDBrA8YpK3qHZ8/HGscMnE4GqbkLNuVcCnxkeQEdGt6LQ==}
|
|
2111
|
+
engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
|
|
2112
|
+
dependencies:
|
|
2113
|
+
'@gar/promisify': 1.1.3
|
|
2114
|
+
semver: 7.3.8
|
|
2115
|
+
dev: true
|
|
2116
|
+
|
|
2255
2117
|
/@npmcli/move-file@1.1.2:
|
|
2256
2118
|
resolution: {integrity: sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==}
|
|
2257
2119
|
engines: {node: '>=10'}
|
|
@@ -2261,6 +2123,15 @@ packages:
|
|
|
2261
2123
|
rimraf: 3.0.2
|
|
2262
2124
|
dev: true
|
|
2263
2125
|
|
|
2126
|
+
/@npmcli/move-file@2.0.1:
|
|
2127
|
+
resolution: {integrity: sha512-mJd2Z5TjYWq/ttPLLGqArdtnC74J6bOzg4rMDnN+p1xTacZ2yPRCk2y0oSWQtygLR9YVQXgOcONrwtnk3JupxQ==}
|
|
2128
|
+
engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
|
|
2129
|
+
deprecated: This functionality has been moved to @npmcli/fs
|
|
2130
|
+
dependencies:
|
|
2131
|
+
mkdirp: 1.0.4
|
|
2132
|
+
rimraf: 3.0.2
|
|
2133
|
+
dev: true
|
|
2134
|
+
|
|
2264
2135
|
/@tootallnate/once@1.1.2:
|
|
2265
2136
|
resolution: {integrity: sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==}
|
|
2266
2137
|
engines: {node: '>= 6'}
|
|
@@ -2313,15 +2184,15 @@ packages:
|
|
|
2313
2184
|
/@types/eslint-scope@3.7.4:
|
|
2314
2185
|
resolution: {integrity: sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==}
|
|
2315
2186
|
dependencies:
|
|
2316
|
-
'@types/eslint': 8.
|
|
2187
|
+
'@types/eslint': 8.44.2
|
|
2317
2188
|
'@types/estree': 1.0.1
|
|
2318
2189
|
dev: true
|
|
2319
2190
|
|
|
2320
|
-
/@types/eslint@8.
|
|
2321
|
-
resolution: {integrity: sha512-
|
|
2191
|
+
/@types/eslint@8.44.2:
|
|
2192
|
+
resolution: {integrity: sha512-sdPRb9K6iL5XZOmBubg8yiFp5yS/JdUDQsq5e6h95km91MCYMuvp7mh1fjPEYUhvHepKpZOjnEaMBR4PxjWDzg==}
|
|
2322
2193
|
dependencies:
|
|
2323
2194
|
'@types/estree': 1.0.1
|
|
2324
|
-
'@types/json-schema': 7.0.
|
|
2195
|
+
'@types/json-schema': 7.0.13
|
|
2325
2196
|
dev: true
|
|
2326
2197
|
|
|
2327
2198
|
/@types/estree@1.0.1:
|
|
@@ -2332,6 +2203,10 @@ packages:
|
|
|
2332
2203
|
resolution: {integrity: sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==}
|
|
2333
2204
|
dev: true
|
|
2334
2205
|
|
|
2206
|
+
/@types/json-schema@7.0.13:
|
|
2207
|
+
resolution: {integrity: sha512-RbSSoHliUbnXj3ny0CNFOoxrIDV6SUGyStHsvDqosw6CkdPV8TtWGlfecuK4ToyMEAql6pzNxgCFKanovUzlgQ==}
|
|
2208
|
+
dev: true
|
|
2209
|
+
|
|
2335
2210
|
/@types/lodash@4.14.191:
|
|
2336
2211
|
resolution: {integrity: sha512-BdZ5BCCvho3EIXw6wUCXHe7rS53AIDPLE+JzwgT+OsJk53oBfbSmZZ7CX4VaRoN78N+TJpFi9QPlfIVNmJYWxQ==}
|
|
2337
2212
|
dev: true
|
|
@@ -2340,12 +2215,12 @@ packages:
|
|
|
2340
2215
|
resolution: {integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==}
|
|
2341
2216
|
dev: true
|
|
2342
2217
|
|
|
2343
|
-
/@types/node@14.18.
|
|
2344
|
-
resolution: {integrity: sha512-
|
|
2218
|
+
/@types/node@14.18.62:
|
|
2219
|
+
resolution: {integrity: sha512-53Fhb08qfKwSNCIUtysIqw0ye+v1d5QCdL2kl8liKQFlOZTAo+nEYr/FztzMaHBFwB5H0ugF0PF0gmtojaNNiQ==}
|
|
2345
2220
|
dev: true
|
|
2346
2221
|
|
|
2347
|
-
/@types/node@20.6.
|
|
2348
|
-
resolution: {integrity: sha512-
|
|
2222
|
+
/@types/node@20.6.3:
|
|
2223
|
+
resolution: {integrity: sha512-HksnYH4Ljr4VQgEy2lTStbCKv/P590tmPe5HqOnv9Gprffgv5WXAY+Y5Gqniu0GGqeTCUdBnzC3QSrzPkBkAMA==}
|
|
2349
2224
|
|
|
2350
2225
|
/@types/normalize-package-data@2.4.1:
|
|
2351
2226
|
resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==}
|
|
@@ -2373,7 +2248,7 @@ packages:
|
|
|
2373
2248
|
resolution: {integrity: sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==}
|
|
2374
2249
|
requiresBuild: true
|
|
2375
2250
|
dependencies:
|
|
2376
|
-
'@types/node': 20.6.
|
|
2251
|
+
'@types/node': 20.6.3
|
|
2377
2252
|
dev: true
|
|
2378
2253
|
optional: true
|
|
2379
2254
|
|
|
@@ -2506,14 +2381,14 @@ packages:
|
|
|
2506
2381
|
eslint-visitor-keys: 3.3.0
|
|
2507
2382
|
dev: true
|
|
2508
2383
|
|
|
2509
|
-
/@vitejs/plugin-vue@4.0.0(vite@3.2.
|
|
2384
|
+
/@vitejs/plugin-vue@4.0.0(vite@3.2.7)(vue@3.2.45):
|
|
2510
2385
|
resolution: {integrity: sha512-e0X4jErIxAB5oLtDqbHvHpJe/uWNkdpYV83AOG2xo2tEVSzCzewgJMtREZM30wXnM5ls90hxiOtAuVU6H5JgbA==}
|
|
2511
2386
|
engines: {node: ^14.18.0 || >=16.0.0}
|
|
2512
2387
|
peerDependencies:
|
|
2513
2388
|
vite: ^4.0.0
|
|
2514
2389
|
vue: ^3.2.25
|
|
2515
2390
|
dependencies:
|
|
2516
|
-
vite: 3.2.
|
|
2391
|
+
vite: 3.2.7(@types/node@20.6.3)(less@4.1.3)(sass@1.57.0)
|
|
2517
2392
|
vue: 3.2.45
|
|
2518
2393
|
dev: true
|
|
2519
2394
|
|
|
@@ -2757,12 +2632,12 @@ packages:
|
|
|
2757
2632
|
acorn-walk: 8.2.0
|
|
2758
2633
|
dev: true
|
|
2759
2634
|
|
|
2760
|
-
/acorn-import-assertions@1.9.0(acorn@8.
|
|
2635
|
+
/acorn-import-assertions@1.9.0(acorn@8.10.0):
|
|
2761
2636
|
resolution: {integrity: sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==}
|
|
2762
2637
|
peerDependencies:
|
|
2763
2638
|
acorn: ^8
|
|
2764
2639
|
dependencies:
|
|
2765
|
-
acorn: 8.
|
|
2640
|
+
acorn: 8.10.0
|
|
2766
2641
|
dev: true
|
|
2767
2642
|
|
|
2768
2643
|
/acorn-jsx@5.3.2(acorn@8.8.1):
|
|
@@ -2796,16 +2671,16 @@ packages:
|
|
|
2796
2671
|
hasBin: true
|
|
2797
2672
|
dev: false
|
|
2798
2673
|
|
|
2799
|
-
/acorn@8.
|
|
2800
|
-
resolution: {integrity: sha512-
|
|
2674
|
+
/acorn@8.10.0:
|
|
2675
|
+
resolution: {integrity: sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==}
|
|
2801
2676
|
engines: {node: '>=0.4.0'}
|
|
2802
2677
|
hasBin: true
|
|
2678
|
+
dev: true
|
|
2803
2679
|
|
|
2804
|
-
/acorn@8.8.
|
|
2805
|
-
resolution: {integrity: sha512-
|
|
2680
|
+
/acorn@8.8.1:
|
|
2681
|
+
resolution: {integrity: sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA==}
|
|
2806
2682
|
engines: {node: '>=0.4.0'}
|
|
2807
2683
|
hasBin: true
|
|
2808
|
-
dev: true
|
|
2809
2684
|
|
|
2810
2685
|
/after@0.8.2:
|
|
2811
2686
|
resolution: {integrity: sha512-QbJ0NTQ/I9DI3uSJA4cbexiwQeRAfjPScqIbSjUDd9TOrcg6pTkdgziesOqxBMBzit8vFCTwrP27t13vFOORRA==}
|
|
@@ -2911,14 +2786,6 @@ packages:
|
|
|
2911
2786
|
resolution: {integrity: sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==}
|
|
2912
2787
|
dev: true
|
|
2913
2788
|
|
|
2914
|
-
/are-we-there-yet@2.0.0:
|
|
2915
|
-
resolution: {integrity: sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==}
|
|
2916
|
-
engines: {node: '>=10'}
|
|
2917
|
-
dependencies:
|
|
2918
|
-
delegates: 1.0.0
|
|
2919
|
-
readable-stream: 3.6.2
|
|
2920
|
-
dev: true
|
|
2921
|
-
|
|
2922
2789
|
/are-we-there-yet@3.0.1:
|
|
2923
2790
|
resolution: {integrity: sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==}
|
|
2924
2791
|
engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
|
|
@@ -3002,7 +2869,7 @@ packages:
|
|
|
3002
2869
|
postcss: ^8.1.0
|
|
3003
2870
|
dependencies:
|
|
3004
2871
|
browserslist: 4.21.4
|
|
3005
|
-
caniuse-lite: 1.0.
|
|
2872
|
+
caniuse-lite: 1.0.30001538
|
|
3006
2873
|
fraction.js: 4.2.0
|
|
3007
2874
|
normalize-range: 0.1.2
|
|
3008
2875
|
picocolors: 1.0.0
|
|
@@ -3036,38 +2903,38 @@ packages:
|
|
|
3036
2903
|
- supports-color
|
|
3037
2904
|
dev: true
|
|
3038
2905
|
|
|
3039
|
-
/babel-plugin-polyfill-corejs2@0.3.3(@babel/core@7.22.
|
|
2906
|
+
/babel-plugin-polyfill-corejs2@0.3.3(@babel/core@7.22.20):
|
|
3040
2907
|
resolution: {integrity: sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==}
|
|
3041
2908
|
peerDependencies:
|
|
3042
2909
|
'@babel/core': ^7.0.0-0
|
|
3043
2910
|
dependencies:
|
|
3044
2911
|
'@babel/compat-data': 7.20.5
|
|
3045
|
-
'@babel/core': 7.22.
|
|
3046
|
-
'@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.22.
|
|
2912
|
+
'@babel/core': 7.22.20
|
|
2913
|
+
'@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.22.20)
|
|
3047
2914
|
semver: 6.3.0
|
|
3048
2915
|
transitivePeerDependencies:
|
|
3049
2916
|
- supports-color
|
|
3050
2917
|
dev: true
|
|
3051
2918
|
|
|
3052
|
-
/babel-plugin-polyfill-corejs3@0.6.0(@babel/core@7.22.
|
|
2919
|
+
/babel-plugin-polyfill-corejs3@0.6.0(@babel/core@7.22.20):
|
|
3053
2920
|
resolution: {integrity: sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==}
|
|
3054
2921
|
peerDependencies:
|
|
3055
2922
|
'@babel/core': ^7.0.0-0
|
|
3056
2923
|
dependencies:
|
|
3057
|
-
'@babel/core': 7.22.
|
|
3058
|
-
'@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.22.
|
|
2924
|
+
'@babel/core': 7.22.20
|
|
2925
|
+
'@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.22.20)
|
|
3059
2926
|
core-js-compat: 3.26.1
|
|
3060
2927
|
transitivePeerDependencies:
|
|
3061
2928
|
- supports-color
|
|
3062
2929
|
dev: true
|
|
3063
2930
|
|
|
3064
|
-
/babel-plugin-polyfill-regenerator@0.4.1(@babel/core@7.22.
|
|
2931
|
+
/babel-plugin-polyfill-regenerator@0.4.1(@babel/core@7.22.20):
|
|
3065
2932
|
resolution: {integrity: sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==}
|
|
3066
2933
|
peerDependencies:
|
|
3067
2934
|
'@babel/core': ^7.0.0-0
|
|
3068
2935
|
dependencies:
|
|
3069
|
-
'@babel/core': 7.22.
|
|
3070
|
-
'@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.22.
|
|
2936
|
+
'@babel/core': 7.22.20
|
|
2937
|
+
'@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.22.20)
|
|
3071
2938
|
transitivePeerDependencies:
|
|
3072
2939
|
- supports-color
|
|
3073
2940
|
dev: true
|
|
@@ -3134,18 +3001,35 @@ packages:
|
|
|
3134
3001
|
concat-map: 0.0.1
|
|
3135
3002
|
dev: true
|
|
3136
3003
|
|
|
3004
|
+
/brace-expansion@2.0.1:
|
|
3005
|
+
resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==}
|
|
3006
|
+
dependencies:
|
|
3007
|
+
balanced-match: 1.0.2
|
|
3008
|
+
dev: true
|
|
3009
|
+
|
|
3137
3010
|
/braces@3.0.2:
|
|
3138
3011
|
resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==}
|
|
3139
3012
|
engines: {node: '>=8'}
|
|
3140
3013
|
dependencies:
|
|
3141
3014
|
fill-range: 7.0.1
|
|
3142
3015
|
|
|
3016
|
+
/browserslist@4.21.10:
|
|
3017
|
+
resolution: {integrity: sha512-bipEBdZfVH5/pwrvqc+Ub0kUPVfGUhlKxbvfD+z1BDnPEO/X98ruXGA1WP5ASpAFKan7Qr6j736IacbZQuAlKQ==}
|
|
3018
|
+
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
|
|
3019
|
+
hasBin: true
|
|
3020
|
+
dependencies:
|
|
3021
|
+
caniuse-lite: 1.0.30001538
|
|
3022
|
+
electron-to-chromium: 1.4.526
|
|
3023
|
+
node-releases: 2.0.13
|
|
3024
|
+
update-browserslist-db: 1.0.12(browserslist@4.21.10)
|
|
3025
|
+
dev: true
|
|
3026
|
+
|
|
3143
3027
|
/browserslist@4.21.4:
|
|
3144
3028
|
resolution: {integrity: sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw==}
|
|
3145
3029
|
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
|
|
3146
3030
|
hasBin: true
|
|
3147
3031
|
dependencies:
|
|
3148
|
-
caniuse-lite: 1.0.
|
|
3032
|
+
caniuse-lite: 1.0.30001538
|
|
3149
3033
|
electron-to-chromium: 1.4.284
|
|
3150
3034
|
node-releases: 2.0.7
|
|
3151
3035
|
update-browserslist-db: 1.0.10(browserslist@4.21.4)
|
|
@@ -3204,6 +3088,32 @@ packages:
|
|
|
3204
3088
|
- bluebird
|
|
3205
3089
|
dev: true
|
|
3206
3090
|
|
|
3091
|
+
/cacache@16.1.3:
|
|
3092
|
+
resolution: {integrity: sha512-/+Emcj9DAXxX4cwlLmRI9c166RuL3w30zp4R7Joiv2cQTtTtA+jeuCAjH3ZlGnYS3tKENSrKhAzVVP9GVyzeYQ==}
|
|
3093
|
+
engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
|
|
3094
|
+
dependencies:
|
|
3095
|
+
'@npmcli/fs': 2.1.2
|
|
3096
|
+
'@npmcli/move-file': 2.0.1
|
|
3097
|
+
chownr: 2.0.0
|
|
3098
|
+
fs-minipass: 2.1.0
|
|
3099
|
+
glob: 8.1.0
|
|
3100
|
+
infer-owner: 1.0.4
|
|
3101
|
+
lru-cache: 7.18.3
|
|
3102
|
+
minipass: 3.3.6
|
|
3103
|
+
minipass-collect: 1.0.2
|
|
3104
|
+
minipass-flush: 1.0.5
|
|
3105
|
+
minipass-pipeline: 1.2.4
|
|
3106
|
+
mkdirp: 1.0.4
|
|
3107
|
+
p-map: 4.0.0
|
|
3108
|
+
promise-inflight: 1.0.1
|
|
3109
|
+
rimraf: 3.0.2
|
|
3110
|
+
ssri: 9.0.1
|
|
3111
|
+
tar: 6.1.13
|
|
3112
|
+
unique-filename: 2.0.1
|
|
3113
|
+
transitivePeerDependencies:
|
|
3114
|
+
- bluebird
|
|
3115
|
+
dev: true
|
|
3116
|
+
|
|
3207
3117
|
/cachedir@2.3.0:
|
|
3208
3118
|
resolution: {integrity: sha512-A+Fezp4zxnit6FanDmv9EqXNAi3vt9DWp51/71UEhXukb7QUuvtv9344h91dyAxuTLoSYJFU299qzR3tzwPAhw==}
|
|
3209
3119
|
engines: {node: '>=6'}
|
|
@@ -3233,8 +3143,8 @@ packages:
|
|
|
3233
3143
|
engines: {node: '>=6'}
|
|
3234
3144
|
dev: true
|
|
3235
3145
|
|
|
3236
|
-
/caniuse-lite@1.0.
|
|
3237
|
-
resolution: {integrity: sha512-
|
|
3146
|
+
/caniuse-lite@1.0.30001538:
|
|
3147
|
+
resolution: {integrity: sha512-HWJnhnID+0YMtGlzcp3T9drmBJUVDchPJ08tpUGFLs9CYlwWPH2uLgpHn8fND5pCgXVtnGS3H4QR9XLMHVNkHw==}
|
|
3238
3148
|
dev: true
|
|
3239
3149
|
|
|
3240
3150
|
/caseless@0.12.0:
|
|
@@ -3292,7 +3202,7 @@ packages:
|
|
|
3292
3202
|
normalize-path: 3.0.0
|
|
3293
3203
|
readdirp: 3.6.0
|
|
3294
3204
|
optionalDependencies:
|
|
3295
|
-
fsevents: 2.3.
|
|
3205
|
+
fsevents: 2.3.3
|
|
3296
3206
|
|
|
3297
3207
|
/chownr@2.0.0:
|
|
3298
3208
|
resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==}
|
|
@@ -3596,7 +3506,7 @@ packages:
|
|
|
3596
3506
|
dependencies:
|
|
3597
3507
|
'@cypress/request': 2.88.10
|
|
3598
3508
|
'@cypress/xvfb': 1.2.4(supports-color@8.1.1)
|
|
3599
|
-
'@types/node': 14.18.
|
|
3509
|
+
'@types/node': 14.18.62
|
|
3600
3510
|
'@types/sinonjs__fake-timers': 8.1.1
|
|
3601
3511
|
'@types/sizzle': 2.3.3
|
|
3602
3512
|
arch: 2.2.0
|
|
@@ -3861,6 +3771,10 @@ packages:
|
|
|
3861
3771
|
resolution: {integrity: sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA==}
|
|
3862
3772
|
dev: true
|
|
3863
3773
|
|
|
3774
|
+
/electron-to-chromium@1.4.526:
|
|
3775
|
+
resolution: {integrity: sha512-tjjTMjmZAx1g6COrintLTa2/jcafYKxKoiEkdQOrVdbLaHh2wCt2nsAF8ZHweezkrP+dl/VG9T5nabcYoo0U5Q==}
|
|
3776
|
+
dev: true
|
|
3777
|
+
|
|
3864
3778
|
/emoji-regex@8.0.0:
|
|
3865
3779
|
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
|
|
3866
3780
|
dev: true
|
|
@@ -3930,11 +3844,11 @@ packages:
|
|
|
3930
3844
|
- utf-8-validate
|
|
3931
3845
|
dev: true
|
|
3932
3846
|
|
|
3933
|
-
/enhanced-resolve@5.
|
|
3934
|
-
resolution: {integrity: sha512-
|
|
3847
|
+
/enhanced-resolve@5.15.0:
|
|
3848
|
+
resolution: {integrity: sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg==}
|
|
3935
3849
|
engines: {node: '>=10.13.0'}
|
|
3936
3850
|
dependencies:
|
|
3937
|
-
graceful-fs: 4.2.
|
|
3851
|
+
graceful-fs: 4.2.11
|
|
3938
3852
|
tapable: 2.2.1
|
|
3939
3853
|
dev: true
|
|
3940
3854
|
|
|
@@ -3974,8 +3888,8 @@ packages:
|
|
|
3974
3888
|
is-arrayish: 0.2.1
|
|
3975
3889
|
dev: true
|
|
3976
3890
|
|
|
3977
|
-
/es-module-lexer@1.
|
|
3978
|
-
resolution: {integrity: sha512-
|
|
3891
|
+
/es-module-lexer@1.3.1:
|
|
3892
|
+
resolution: {integrity: sha512-JUFAyicQV9mXc3YRxPnDlrfBKpqt6hUYzz9/boprUJHs4e4KVr3XwOF70doO6gwXUor6EWZJAyWAfKki84t20Q==}
|
|
3979
3893
|
dev: true
|
|
3980
3894
|
|
|
3981
3895
|
/esbuild-android-64@0.15.18:
|
|
@@ -4188,36 +4102,6 @@ packages:
|
|
|
4188
4102
|
esbuild-windows-arm64: 0.15.18
|
|
4189
4103
|
dev: true
|
|
4190
4104
|
|
|
4191
|
-
/esbuild@0.16.8:
|
|
4192
|
-
resolution: {integrity: sha512-RKxRaLYAI5b/IVJ5k8jK3bO2G7cch2ZIZFbfKHbBzpwsWt9+VChcBEndNISBBZ5c3WwekFfkfl11/2QfIGHgDw==}
|
|
4193
|
-
engines: {node: '>=12'}
|
|
4194
|
-
hasBin: true
|
|
4195
|
-
requiresBuild: true
|
|
4196
|
-
optionalDependencies:
|
|
4197
|
-
'@esbuild/android-arm': 0.16.8
|
|
4198
|
-
'@esbuild/android-arm64': 0.16.8
|
|
4199
|
-
'@esbuild/android-x64': 0.16.8
|
|
4200
|
-
'@esbuild/darwin-arm64': 0.16.8
|
|
4201
|
-
'@esbuild/darwin-x64': 0.16.8
|
|
4202
|
-
'@esbuild/freebsd-arm64': 0.16.8
|
|
4203
|
-
'@esbuild/freebsd-x64': 0.16.8
|
|
4204
|
-
'@esbuild/linux-arm': 0.16.8
|
|
4205
|
-
'@esbuild/linux-arm64': 0.16.8
|
|
4206
|
-
'@esbuild/linux-ia32': 0.16.8
|
|
4207
|
-
'@esbuild/linux-loong64': 0.16.8
|
|
4208
|
-
'@esbuild/linux-mips64el': 0.16.8
|
|
4209
|
-
'@esbuild/linux-ppc64': 0.16.8
|
|
4210
|
-
'@esbuild/linux-riscv64': 0.16.8
|
|
4211
|
-
'@esbuild/linux-s390x': 0.16.8
|
|
4212
|
-
'@esbuild/linux-x64': 0.16.8
|
|
4213
|
-
'@esbuild/netbsd-x64': 0.16.8
|
|
4214
|
-
'@esbuild/openbsd-x64': 0.16.8
|
|
4215
|
-
'@esbuild/sunos-x64': 0.16.8
|
|
4216
|
-
'@esbuild/win32-arm64': 0.16.8
|
|
4217
|
-
'@esbuild/win32-ia32': 0.16.8
|
|
4218
|
-
'@esbuild/win32-x64': 0.16.8
|
|
4219
|
-
dev: true
|
|
4220
|
-
|
|
4221
4105
|
/escalade@3.1.1:
|
|
4222
4106
|
resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==}
|
|
4223
4107
|
engines: {node: '>=6'}
|
|
@@ -4513,7 +4397,7 @@ packages:
|
|
|
4513
4397
|
flat-cache: 3.0.4
|
|
4514
4398
|
dev: true
|
|
4515
4399
|
|
|
4516
|
-
/file-loader@6.0.0(webpack@5.
|
|
4400
|
+
/file-loader@6.0.0(webpack@5.88.2):
|
|
4517
4401
|
resolution: {integrity: sha512-/aMOAYEFXDdjG0wytpTL5YQLfZnnTmLNjn+AIrJ/6HVnTfDqLsVKUUwkDf4I4kgex36BvjuXEn/TX9B/1ESyqQ==}
|
|
4518
4402
|
engines: {node: '>= 10.13.0'}
|
|
4519
4403
|
peerDependencies:
|
|
@@ -4521,7 +4405,7 @@ packages:
|
|
|
4521
4405
|
dependencies:
|
|
4522
4406
|
loader-utils: 2.0.4
|
|
4523
4407
|
schema-utils: 2.7.1
|
|
4524
|
-
webpack: 5.
|
|
4408
|
+
webpack: 5.88.2
|
|
4525
4409
|
dev: true
|
|
4526
4410
|
|
|
4527
4411
|
/file-saver@2.0.5:
|
|
@@ -4632,8 +4516,8 @@ packages:
|
|
|
4632
4516
|
resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==}
|
|
4633
4517
|
dev: true
|
|
4634
4518
|
|
|
4635
|
-
/fsevents@2.3.
|
|
4636
|
-
resolution: {integrity: sha512-
|
|
4519
|
+
/fsevents@2.3.3:
|
|
4520
|
+
resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
|
|
4637
4521
|
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
|
|
4638
4522
|
os: [darwin]
|
|
4639
4523
|
requiresBuild: true
|
|
@@ -4642,21 +4526,6 @@ packages:
|
|
|
4642
4526
|
/function-bind@1.1.1:
|
|
4643
4527
|
resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==}
|
|
4644
4528
|
|
|
4645
|
-
/gauge@3.0.2:
|
|
4646
|
-
resolution: {integrity: sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==}
|
|
4647
|
-
engines: {node: '>=10'}
|
|
4648
|
-
dependencies:
|
|
4649
|
-
aproba: 1.2.0
|
|
4650
|
-
color-support: 1.1.3
|
|
4651
|
-
console-control-strings: 1.1.0
|
|
4652
|
-
has-unicode: 2.0.1
|
|
4653
|
-
object-assign: 4.1.1
|
|
4654
|
-
signal-exit: 3.0.7
|
|
4655
|
-
string-width: 4.2.3
|
|
4656
|
-
strip-ansi: 6.0.1
|
|
4657
|
-
wide-align: 1.1.5
|
|
4658
|
-
dev: true
|
|
4659
|
-
|
|
4660
4529
|
/gauge@4.0.4:
|
|
4661
4530
|
resolution: {integrity: sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==}
|
|
4662
4531
|
engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
|
|
@@ -4754,6 +4623,17 @@ packages:
|
|
|
4754
4623
|
path-is-absolute: 1.0.1
|
|
4755
4624
|
dev: true
|
|
4756
4625
|
|
|
4626
|
+
/glob@8.1.0:
|
|
4627
|
+
resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==}
|
|
4628
|
+
engines: {node: '>=12'}
|
|
4629
|
+
dependencies:
|
|
4630
|
+
fs.realpath: 1.0.0
|
|
4631
|
+
inflight: 1.0.6
|
|
4632
|
+
inherits: 2.0.4
|
|
4633
|
+
minimatch: 5.1.6
|
|
4634
|
+
once: 1.4.0
|
|
4635
|
+
dev: true
|
|
4636
|
+
|
|
4757
4637
|
/global-dirs@3.0.1:
|
|
4758
4638
|
resolution: {integrity: sha512-NBcGGFbBA9s1VzD41QXDG+3++t9Mn5t1FpLdhESY6oKY4gYTFpX4wO3sqGUa0Srjtbfj3szX0RnemmrVRUdULA==}
|
|
4759
4639
|
engines: {node: '>=10'}
|
|
@@ -4814,22 +4694,12 @@ packages:
|
|
|
4814
4694
|
resolution: {integrity: sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==}
|
|
4815
4695
|
dev: true
|
|
4816
4696
|
|
|
4817
|
-
/
|
|
4818
|
-
resolution: {integrity: sha512-
|
|
4819
|
-
dev: true
|
|
4820
|
-
|
|
4821
|
-
/har-schema@2.0.0:
|
|
4822
|
-
resolution: {integrity: sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q==}
|
|
4823
|
-
engines: {node: '>=4'}
|
|
4697
|
+
/graceful-fs@4.2.11:
|
|
4698
|
+
resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
|
|
4824
4699
|
dev: true
|
|
4825
4700
|
|
|
4826
|
-
/
|
|
4827
|
-
resolution: {integrity: sha512-
|
|
4828
|
-
engines: {node: '>=6'}
|
|
4829
|
-
deprecated: this library is no longer supported
|
|
4830
|
-
dependencies:
|
|
4831
|
-
ajv: 6.12.6
|
|
4832
|
-
har-schema: 2.0.0
|
|
4701
|
+
/grapheme-splitter@1.0.4:
|
|
4702
|
+
resolution: {integrity: sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==}
|
|
4833
4703
|
dev: true
|
|
4834
4704
|
|
|
4835
4705
|
/hard-rejection@2.1.0:
|
|
@@ -4927,15 +4797,6 @@ packages:
|
|
|
4927
4797
|
- supports-color
|
|
4928
4798
|
dev: true
|
|
4929
4799
|
|
|
4930
|
-
/http-signature@1.2.0:
|
|
4931
|
-
resolution: {integrity: sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==}
|
|
4932
|
-
engines: {node: '>=0.8', npm: '>=1.3.7'}
|
|
4933
|
-
dependencies:
|
|
4934
|
-
assert-plus: 1.0.0
|
|
4935
|
-
jsprim: 1.4.2
|
|
4936
|
-
sshpk: 1.17.0
|
|
4937
|
-
dev: true
|
|
4938
|
-
|
|
4939
4800
|
/http-signature@1.3.6:
|
|
4940
4801
|
resolution: {integrity: sha512-3adrsD6zqo4GsTqtO7FyrejHNv+NgiIfAfv68+jVlFmSr9OGy7zrxONceFRLKvnnZA5jbxQBX1u9PpB6Wi32Gw==}
|
|
4941
4802
|
engines: {node: '>=0.10'}
|
|
@@ -5158,7 +5019,7 @@ packages:
|
|
|
5158
5019
|
resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==}
|
|
5159
5020
|
engines: {node: '>= 10.13.0'}
|
|
5160
5021
|
dependencies:
|
|
5161
|
-
'@types/node': 20.6.
|
|
5022
|
+
'@types/node': 20.6.3
|
|
5162
5023
|
merge-stream: 2.0.0
|
|
5163
5024
|
supports-color: 7.2.0
|
|
5164
5025
|
dev: true
|
|
@@ -5167,7 +5028,7 @@ packages:
|
|
|
5167
5028
|
resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==}
|
|
5168
5029
|
engines: {node: '>= 10.13.0'}
|
|
5169
5030
|
dependencies:
|
|
5170
|
-
'@types/node': 20.6.
|
|
5031
|
+
'@types/node': 20.6.3
|
|
5171
5032
|
merge-stream: 2.0.0
|
|
5172
5033
|
supports-color: 8.1.1
|
|
5173
5034
|
dev: true
|
|
@@ -5288,6 +5149,12 @@ packages:
|
|
|
5288
5149
|
hasBin: true
|
|
5289
5150
|
dev: true
|
|
5290
5151
|
|
|
5152
|
+
/json5@2.2.3:
|
|
5153
|
+
resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
|
|
5154
|
+
engines: {node: '>=6'}
|
|
5155
|
+
hasBin: true
|
|
5156
|
+
dev: true
|
|
5157
|
+
|
|
5291
5158
|
/jsonc-parser@3.2.0:
|
|
5292
5159
|
resolution: {integrity: sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==}
|
|
5293
5160
|
dev: true
|
|
@@ -5306,16 +5173,6 @@ packages:
|
|
|
5306
5173
|
graceful-fs: 4.2.10
|
|
5307
5174
|
dev: true
|
|
5308
5175
|
|
|
5309
|
-
/jsprim@1.4.2:
|
|
5310
|
-
resolution: {integrity: sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==}
|
|
5311
|
-
engines: {node: '>=0.6.0'}
|
|
5312
|
-
dependencies:
|
|
5313
|
-
assert-plus: 1.0.0
|
|
5314
|
-
extsprintf: 1.3.0
|
|
5315
|
-
json-schema: 0.4.0
|
|
5316
|
-
verror: 1.10.0
|
|
5317
|
-
dev: true
|
|
5318
|
-
|
|
5319
5176
|
/jsprim@2.0.2:
|
|
5320
5177
|
resolution: {integrity: sha512-gqXddjPqQ6G40VdnI6T6yObEC+pDNvyP95wdQhkWkg7crHH3km5qP1FsOXEkzEQwnz6gz5qGTn1c2Y52wP3OyQ==}
|
|
5321
5178
|
engines: {'0': node >=0.6.0}
|
|
@@ -5336,7 +5193,7 @@ packages:
|
|
|
5336
5193
|
engines: {node: '> 0.8'}
|
|
5337
5194
|
dev: true
|
|
5338
5195
|
|
|
5339
|
-
/less-loader@11.1.3(less@4.1.3)(webpack@5.
|
|
5196
|
+
/less-loader@11.1.3(less@4.1.3)(webpack@5.88.2):
|
|
5340
5197
|
resolution: {integrity: sha512-A5b7O8dH9xpxvkosNrP0dFp2i/dISOJa9WwGF3WJflfqIERE2ybxh1BFDj5CovC2+jCE4M354mk90hN6ziXlVw==}
|
|
5341
5198
|
engines: {node: '>= 14.15.0'}
|
|
5342
5199
|
peerDependencies:
|
|
@@ -5344,7 +5201,7 @@ packages:
|
|
|
5344
5201
|
webpack: ^5.0.0
|
|
5345
5202
|
dependencies:
|
|
5346
5203
|
less: 4.1.3
|
|
5347
|
-
webpack: 5.
|
|
5204
|
+
webpack: 5.88.2
|
|
5348
5205
|
dev: true
|
|
5349
5206
|
|
|
5350
5207
|
/less@4.1.3:
|
|
@@ -5357,7 +5214,7 @@ packages:
|
|
|
5357
5214
|
tslib: 2.4.1
|
|
5358
5215
|
optionalDependencies:
|
|
5359
5216
|
errno: 0.1.8
|
|
5360
|
-
graceful-fs: 4.2.
|
|
5217
|
+
graceful-fs: 4.2.11
|
|
5361
5218
|
image-size: 0.5.5
|
|
5362
5219
|
make-dir: 2.1.0
|
|
5363
5220
|
mime: 1.6.0
|
|
@@ -5510,6 +5367,11 @@ packages:
|
|
|
5510
5367
|
yallist: 4.0.0
|
|
5511
5368
|
dev: true
|
|
5512
5369
|
|
|
5370
|
+
/lru-cache@7.18.3:
|
|
5371
|
+
resolution: {integrity: sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==}
|
|
5372
|
+
engines: {node: '>=12'}
|
|
5373
|
+
dev: true
|
|
5374
|
+
|
|
5513
5375
|
/magic-string@0.25.9:
|
|
5514
5376
|
resolution: {integrity: sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==}
|
|
5515
5377
|
dependencies:
|
|
@@ -5535,6 +5397,31 @@ packages:
|
|
|
5535
5397
|
/make-error@1.3.6:
|
|
5536
5398
|
resolution: {integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==}
|
|
5537
5399
|
|
|
5400
|
+
/make-fetch-happen@10.2.1:
|
|
5401
|
+
resolution: {integrity: sha512-NgOPbRiaQM10DYXvN3/hhGVI2M5MtITFryzBGxHM5p4wnFxsVCbxkrBrDsk+EZ5OB4jEOT7AjDxtdF+KVEFT7w==}
|
|
5402
|
+
engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
|
|
5403
|
+
dependencies:
|
|
5404
|
+
agentkeepalive: 4.3.0
|
|
5405
|
+
cacache: 16.1.3
|
|
5406
|
+
http-cache-semantics: 4.1.1
|
|
5407
|
+
http-proxy-agent: 5.0.0
|
|
5408
|
+
https-proxy-agent: 5.0.1
|
|
5409
|
+
is-lambda: 1.0.1
|
|
5410
|
+
lru-cache: 7.18.3
|
|
5411
|
+
minipass: 3.3.6
|
|
5412
|
+
minipass-collect: 1.0.2
|
|
5413
|
+
minipass-fetch: 2.1.2
|
|
5414
|
+
minipass-flush: 1.0.5
|
|
5415
|
+
minipass-pipeline: 1.2.4
|
|
5416
|
+
negotiator: 0.6.3
|
|
5417
|
+
promise-retry: 2.0.1
|
|
5418
|
+
socks-proxy-agent: 7.0.0
|
|
5419
|
+
ssri: 9.0.1
|
|
5420
|
+
transitivePeerDependencies:
|
|
5421
|
+
- bluebird
|
|
5422
|
+
- supports-color
|
|
5423
|
+
dev: true
|
|
5424
|
+
|
|
5538
5425
|
/make-fetch-happen@9.1.0:
|
|
5539
5426
|
resolution: {integrity: sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg==}
|
|
5540
5427
|
engines: {node: '>= 10'}
|
|
@@ -5667,6 +5554,13 @@ packages:
|
|
|
5667
5554
|
brace-expansion: 1.1.11
|
|
5668
5555
|
dev: true
|
|
5669
5556
|
|
|
5557
|
+
/minimatch@5.1.6:
|
|
5558
|
+
resolution: {integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==}
|
|
5559
|
+
engines: {node: '>=10'}
|
|
5560
|
+
dependencies:
|
|
5561
|
+
brace-expansion: 2.0.1
|
|
5562
|
+
dev: true
|
|
5563
|
+
|
|
5670
5564
|
/minimist-options@4.1.0:
|
|
5671
5565
|
resolution: {integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==}
|
|
5672
5566
|
engines: {node: '>= 6'}
|
|
@@ -5697,6 +5591,17 @@ packages:
|
|
|
5697
5591
|
encoding: 0.1.13
|
|
5698
5592
|
dev: true
|
|
5699
5593
|
|
|
5594
|
+
/minipass-fetch@2.1.2:
|
|
5595
|
+
resolution: {integrity: sha512-LT49Zi2/WMROHYoqGgdlQIZh8mLPZmOrN2NdJjMXxYe4nkN6FUyuPuOAOedNJDrx0IRGg9+4guZewtp8hE6TxA==}
|
|
5596
|
+
engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
|
|
5597
|
+
dependencies:
|
|
5598
|
+
minipass: 3.3.6
|
|
5599
|
+
minipass-sized: 1.0.3
|
|
5600
|
+
minizlib: 2.1.2
|
|
5601
|
+
optionalDependencies:
|
|
5602
|
+
encoding: 0.1.13
|
|
5603
|
+
dev: true
|
|
5604
|
+
|
|
5700
5605
|
/minipass-flush@1.0.5:
|
|
5701
5606
|
resolution: {integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==}
|
|
5702
5607
|
engines: {node: '>= 8'}
|
|
@@ -5788,6 +5693,12 @@ packages:
|
|
|
5788
5693
|
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
|
5789
5694
|
hasBin: true
|
|
5790
5695
|
|
|
5696
|
+
/nanoid@3.3.6:
|
|
5697
|
+
resolution: {integrity: sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==}
|
|
5698
|
+
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
|
5699
|
+
hasBin: true
|
|
5700
|
+
dev: true
|
|
5701
|
+
|
|
5791
5702
|
/natural-compare-lite@1.4.0:
|
|
5792
5703
|
resolution: {integrity: sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==}
|
|
5793
5704
|
dev: true
|
|
@@ -5826,7 +5737,7 @@ packages:
|
|
|
5826
5737
|
dependencies:
|
|
5827
5738
|
env-paths: 2.2.1
|
|
5828
5739
|
glob: 7.2.3
|
|
5829
|
-
graceful-fs: 4.2.
|
|
5740
|
+
graceful-fs: 4.2.11
|
|
5830
5741
|
make-fetch-happen: 9.1.0
|
|
5831
5742
|
nopt: 5.0.0
|
|
5832
5743
|
npmlog: 6.0.2
|
|
@@ -5839,13 +5750,17 @@ packages:
|
|
|
5839
5750
|
- supports-color
|
|
5840
5751
|
dev: true
|
|
5841
5752
|
|
|
5753
|
+
/node-releases@2.0.13:
|
|
5754
|
+
resolution: {integrity: sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==}
|
|
5755
|
+
dev: true
|
|
5756
|
+
|
|
5842
5757
|
/node-releases@2.0.7:
|
|
5843
5758
|
resolution: {integrity: sha512-EJ3rzxL9pTWPjk5arA0s0dgXpnyiAbJDE6wHT62g7VsgrgQgmmZ+Ru++M1BFofncWja+Pnn3rEr3fieRySAdKQ==}
|
|
5844
5759
|
dev: true
|
|
5845
5760
|
|
|
5846
|
-
/node-sass@
|
|
5847
|
-
resolution: {integrity: sha512-
|
|
5848
|
-
engines: {node: '>=
|
|
5761
|
+
/node-sass@9.0.0:
|
|
5762
|
+
resolution: {integrity: sha512-yltEuuLrfH6M7Pq2gAj5B6Zm7m+gdZoG66wTqG6mIZV/zijq3M2OO2HswtT6oBspPyFhHDcaxWpsBm0fRNDHPg==}
|
|
5763
|
+
engines: {node: '>=16'}
|
|
5849
5764
|
hasBin: true
|
|
5850
5765
|
requiresBuild: true
|
|
5851
5766
|
dependencies:
|
|
@@ -5856,14 +5771,13 @@ packages:
|
|
|
5856
5771
|
get-stdin: 4.0.1
|
|
5857
5772
|
glob: 7.2.3
|
|
5858
5773
|
lodash: 4.17.21
|
|
5774
|
+
make-fetch-happen: 10.2.1
|
|
5859
5775
|
meow: 9.0.0
|
|
5860
5776
|
nan: 2.17.0
|
|
5861
5777
|
node-gyp: 8.4.1
|
|
5862
|
-
npmlog: 5.0.1
|
|
5863
|
-
request: 2.88.2
|
|
5864
5778
|
sass-graph: 4.0.1
|
|
5865
5779
|
stdout-stream: 1.4.1
|
|
5866
|
-
true-case-path:
|
|
5780
|
+
true-case-path: 2.2.1
|
|
5867
5781
|
transitivePeerDependencies:
|
|
5868
5782
|
- bluebird
|
|
5869
5783
|
- supports-color
|
|
@@ -5919,15 +5833,6 @@ packages:
|
|
|
5919
5833
|
path-key: 3.1.1
|
|
5920
5834
|
dev: true
|
|
5921
5835
|
|
|
5922
|
-
/npmlog@5.0.1:
|
|
5923
|
-
resolution: {integrity: sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==}
|
|
5924
|
-
dependencies:
|
|
5925
|
-
are-we-there-yet: 2.0.0
|
|
5926
|
-
console-control-strings: 1.1.0
|
|
5927
|
-
gauge: 3.0.2
|
|
5928
|
-
set-blocking: 2.0.0
|
|
5929
|
-
dev: true
|
|
5930
|
-
|
|
5931
5836
|
/npmlog@6.0.2:
|
|
5932
5837
|
resolution: {integrity: sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==}
|
|
5933
5838
|
engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
|
|
@@ -5948,15 +5853,6 @@ packages:
|
|
|
5948
5853
|
resolution: {integrity: sha512-90yv+6538zuvUMnN+zCr8LuV6bPFdq50304114vJYJ8RDyK8D5O9Phpbd6SZWgI7PwzmmfN1upeOJlvybDSgCw==}
|
|
5949
5854
|
dev: true
|
|
5950
5855
|
|
|
5951
|
-
/oauth-sign@0.9.0:
|
|
5952
|
-
resolution: {integrity: sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==}
|
|
5953
|
-
dev: true
|
|
5954
|
-
|
|
5955
|
-
/object-assign@4.1.1:
|
|
5956
|
-
resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==}
|
|
5957
|
-
engines: {node: '>=0.10.0'}
|
|
5958
|
-
dev: true
|
|
5959
|
-
|
|
5960
5856
|
/object-hash@3.0.0:
|
|
5961
5857
|
resolution: {integrity: sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==}
|
|
5962
5858
|
engines: {node: '>= 6'}
|
|
@@ -6085,7 +5981,7 @@ packages:
|
|
|
6085
5981
|
resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==}
|
|
6086
5982
|
engines: {node: '>=8'}
|
|
6087
5983
|
dependencies:
|
|
6088
|
-
'@babel/code-frame': 7.
|
|
5984
|
+
'@babel/code-frame': 7.21.4
|
|
6089
5985
|
error-ex: 1.3.2
|
|
6090
5986
|
json-parse-even-better-errors: 2.3.1
|
|
6091
5987
|
lines-and-columns: 1.2.4
|
|
@@ -6266,7 +6162,7 @@ packages:
|
|
|
6266
6162
|
dependencies:
|
|
6267
6163
|
lilconfig: 2.0.6
|
|
6268
6164
|
postcss: 8.4.20
|
|
6269
|
-
ts-node: 10.9.1(@types/node@20.6.
|
|
6165
|
+
ts-node: 10.9.1(@types/node@20.6.3)(typescript@4.9.4)
|
|
6270
6166
|
yaml: 1.10.2
|
|
6271
6167
|
dev: false
|
|
6272
6168
|
|
|
@@ -6298,6 +6194,15 @@ packages:
|
|
|
6298
6194
|
picocolors: 1.0.0
|
|
6299
6195
|
source-map-js: 1.0.2
|
|
6300
6196
|
|
|
6197
|
+
/postcss@8.4.30:
|
|
6198
|
+
resolution: {integrity: sha512-7ZEao1g4kd68l97aWG/etQKPKq07us0ieSZ2TnFDk11i0ZfDW2AwKHYU8qv4MZKqN2fdBfg+7q0ES06UA73C1g==}
|
|
6199
|
+
engines: {node: ^10 || ^12 || >=14}
|
|
6200
|
+
dependencies:
|
|
6201
|
+
nanoid: 3.3.6
|
|
6202
|
+
picocolors: 1.0.0
|
|
6203
|
+
source-map-js: 1.0.2
|
|
6204
|
+
dev: true
|
|
6205
|
+
|
|
6301
6206
|
/prelude-ls@1.1.2:
|
|
6302
6207
|
resolution: {integrity: sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==}
|
|
6303
6208
|
engines: {node: '>= 0.8.0'}
|
|
@@ -6540,33 +6445,6 @@ packages:
|
|
|
6540
6445
|
throttleit: 1.0.0
|
|
6541
6446
|
dev: true
|
|
6542
6447
|
|
|
6543
|
-
/request@2.88.2:
|
|
6544
|
-
resolution: {integrity: sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==}
|
|
6545
|
-
engines: {node: '>= 6'}
|
|
6546
|
-
deprecated: request has been deprecated, see https://github.com/request/request/issues/3142
|
|
6547
|
-
dependencies:
|
|
6548
|
-
aws-sign2: 0.7.0
|
|
6549
|
-
aws4: 1.11.0
|
|
6550
|
-
caseless: 0.12.0
|
|
6551
|
-
combined-stream: 1.0.8
|
|
6552
|
-
extend: 3.0.2
|
|
6553
|
-
forever-agent: 0.6.1
|
|
6554
|
-
form-data: 2.3.3
|
|
6555
|
-
har-validator: 5.1.5
|
|
6556
|
-
http-signature: 1.2.0
|
|
6557
|
-
is-typedarray: 1.0.0
|
|
6558
|
-
isstream: 0.1.2
|
|
6559
|
-
json-stringify-safe: 5.0.1
|
|
6560
|
-
mime-types: 2.1.35
|
|
6561
|
-
oauth-sign: 0.9.0
|
|
6562
|
-
performance-now: 2.1.0
|
|
6563
|
-
qs: 6.5.3
|
|
6564
|
-
safe-buffer: 5.2.1
|
|
6565
|
-
tough-cookie: 2.5.0
|
|
6566
|
-
tunnel-agent: 0.6.0
|
|
6567
|
-
uuid: 3.4.0
|
|
6568
|
-
dev: true
|
|
6569
|
-
|
|
6570
6448
|
/require-directory@2.1.1:
|
|
6571
6449
|
resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==}
|
|
6572
6450
|
engines: {node: '>=0.10.0'}
|
|
@@ -6629,15 +6507,7 @@ packages:
|
|
|
6629
6507
|
engines: {node: '>=10.0.0'}
|
|
6630
6508
|
hasBin: true
|
|
6631
6509
|
optionalDependencies:
|
|
6632
|
-
fsevents: 2.3.
|
|
6633
|
-
dev: true
|
|
6634
|
-
|
|
6635
|
-
/rollup@3.7.5:
|
|
6636
|
-
resolution: {integrity: sha512-z0ZbqHBtS/et2EEUKMrAl2CoSdwN7ZPzL17UMiKN9RjjqHShTlv7F9J6ZJZJNREYjBh3TvBrdfjkFDIXFNeuiQ==}
|
|
6637
|
-
engines: {node: '>=14.18.0', npm: '>=8.0.0'}
|
|
6638
|
-
hasBin: true
|
|
6639
|
-
optionalDependencies:
|
|
6640
|
-
fsevents: 2.3.2
|
|
6510
|
+
fsevents: 2.3.3
|
|
6641
6511
|
dev: true
|
|
6642
6512
|
|
|
6643
6513
|
/run-parallel@1.2.0:
|
|
@@ -6715,11 +6585,11 @@ packages:
|
|
|
6715
6585
|
ajv-keywords: 3.5.2(ajv@6.12.6)
|
|
6716
6586
|
dev: true
|
|
6717
6587
|
|
|
6718
|
-
/schema-utils@3.
|
|
6719
|
-
resolution: {integrity: sha512-
|
|
6588
|
+
/schema-utils@3.3.0:
|
|
6589
|
+
resolution: {integrity: sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==}
|
|
6720
6590
|
engines: {node: '>= 10.13.0'}
|
|
6721
6591
|
dependencies:
|
|
6722
|
-
'@types/json-schema': 7.0.
|
|
6592
|
+
'@types/json-schema': 7.0.13
|
|
6723
6593
|
ajv: 6.12.6
|
|
6724
6594
|
ajv-keywords: 3.5.2(ajv@6.12.6)
|
|
6725
6595
|
dev: true
|
|
@@ -6741,6 +6611,11 @@ packages:
|
|
|
6741
6611
|
hasBin: true
|
|
6742
6612
|
dev: true
|
|
6743
6613
|
|
|
6614
|
+
/semver@6.3.1:
|
|
6615
|
+
resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
|
|
6616
|
+
hasBin: true
|
|
6617
|
+
dev: true
|
|
6618
|
+
|
|
6744
6619
|
/semver@7.3.8:
|
|
6745
6620
|
resolution: {integrity: sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==}
|
|
6746
6621
|
engines: {node: '>=10'}
|
|
@@ -6890,6 +6765,17 @@ packages:
|
|
|
6890
6765
|
- supports-color
|
|
6891
6766
|
dev: true
|
|
6892
6767
|
|
|
6768
|
+
/socks-proxy-agent@7.0.0:
|
|
6769
|
+
resolution: {integrity: sha512-Fgl0YPZ902wEsAyiQ+idGd1A7rSFx/ayC1CQVMw5P+EQx2V0SgpGtf6OKFhVjPflPUl9YMmEOnmfjCdMUsygww==}
|
|
6770
|
+
engines: {node: '>= 10'}
|
|
6771
|
+
dependencies:
|
|
6772
|
+
agent-base: 6.0.2
|
|
6773
|
+
debug: 4.3.4(supports-color@8.1.1)
|
|
6774
|
+
socks: 2.7.1
|
|
6775
|
+
transitivePeerDependencies:
|
|
6776
|
+
- supports-color
|
|
6777
|
+
dev: true
|
|
6778
|
+
|
|
6893
6779
|
/socks@2.7.1:
|
|
6894
6780
|
resolution: {integrity: sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==}
|
|
6895
6781
|
engines: {node: '>= 10.13.0', npm: '>= 3.0.0'}
|
|
@@ -6986,6 +6872,13 @@ packages:
|
|
|
6986
6872
|
minipass: 3.3.6
|
|
6987
6873
|
dev: true
|
|
6988
6874
|
|
|
6875
|
+
/ssri@9.0.1:
|
|
6876
|
+
resolution: {integrity: sha512-o57Wcn66jMQvfHG1FlYbWeZWW/dHZhJXjpIcTfXldXEk5nz5lStPo3mK0OJQfGR3RbZUlbISexbljkJzuEj/8Q==}
|
|
6877
|
+
engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
|
|
6878
|
+
dependencies:
|
|
6879
|
+
minipass: 3.3.6
|
|
6880
|
+
dev: true
|
|
6881
|
+
|
|
6989
6882
|
/stdout-stream@1.4.1:
|
|
6990
6883
|
resolution: {integrity: sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA==}
|
|
6991
6884
|
dependencies:
|
|
@@ -7062,14 +6955,14 @@ packages:
|
|
|
7062
6955
|
resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}
|
|
7063
6956
|
engines: {node: '>= 0.4'}
|
|
7064
6957
|
|
|
7065
|
-
/svg-url-loader@6.0.0(webpack@5.
|
|
6958
|
+
/svg-url-loader@6.0.0(webpack@5.88.2):
|
|
7066
6959
|
resolution: {integrity: sha512-Qr5SCKxyxKcRnvnVrO3iQj9EX/v40UiGEMshgegzV7vpo3yc+HexELOdtWcA3MKjL8IyZZ1zOdcILmDEa/8JJQ==}
|
|
7067
6960
|
peerDependencies:
|
|
7068
6961
|
webpack: ^4.0.0 || ^5.0.0
|
|
7069
6962
|
dependencies:
|
|
7070
|
-
file-loader: 6.0.0(webpack@5.
|
|
6963
|
+
file-loader: 6.0.0(webpack@5.88.2)
|
|
7071
6964
|
loader-utils: 2.0.4
|
|
7072
|
-
webpack: 5.
|
|
6965
|
+
webpack: 5.88.2
|
|
7073
6966
|
dev: true
|
|
7074
6967
|
|
|
7075
6968
|
/svgo@3.0.2:
|
|
@@ -7140,7 +7033,7 @@ packages:
|
|
|
7140
7033
|
yallist: 4.0.0
|
|
7141
7034
|
dev: true
|
|
7142
7035
|
|
|
7143
|
-
/terser-webpack-plugin@3.1.0(webpack@5.
|
|
7036
|
+
/terser-webpack-plugin@3.1.0(webpack@5.88.2):
|
|
7144
7037
|
resolution: {integrity: sha512-cjdZte66fYkZ65rQ2oJfrdCAkkhJA7YLYk5eGOcGCSGlq0ieZupRdjedSQXYknMPo2IveQL+tPdrxUkERENCFA==}
|
|
7145
7038
|
engines: {node: '>= 10.13.0'}
|
|
7146
7039
|
peerDependencies:
|
|
@@ -7154,13 +7047,13 @@ packages:
|
|
|
7154
7047
|
serialize-javascript: 4.0.0
|
|
7155
7048
|
source-map: 0.6.1
|
|
7156
7049
|
terser: 4.8.1
|
|
7157
|
-
webpack: 5.
|
|
7050
|
+
webpack: 5.88.2
|
|
7158
7051
|
webpack-sources: 1.4.3
|
|
7159
7052
|
transitivePeerDependencies:
|
|
7160
7053
|
- bluebird
|
|
7161
7054
|
dev: true
|
|
7162
7055
|
|
|
7163
|
-
/terser-webpack-plugin@5.3.9(webpack@5.
|
|
7056
|
+
/terser-webpack-plugin@5.3.9(webpack@5.88.2):
|
|
7164
7057
|
resolution: {integrity: sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==}
|
|
7165
7058
|
engines: {node: '>= 10.13.0'}
|
|
7166
7059
|
peerDependencies:
|
|
@@ -7176,12 +7069,12 @@ packages:
|
|
|
7176
7069
|
uglify-js:
|
|
7177
7070
|
optional: true
|
|
7178
7071
|
dependencies:
|
|
7179
|
-
'@jridgewell/trace-mapping': 0.3.
|
|
7072
|
+
'@jridgewell/trace-mapping': 0.3.19
|
|
7180
7073
|
jest-worker: 27.5.1
|
|
7181
|
-
schema-utils: 3.
|
|
7074
|
+
schema-utils: 3.3.0
|
|
7182
7075
|
serialize-javascript: 6.0.1
|
|
7183
|
-
terser: 5.
|
|
7184
|
-
webpack: 5.
|
|
7076
|
+
terser: 5.20.0
|
|
7077
|
+
webpack: 5.88.2
|
|
7185
7078
|
dev: true
|
|
7186
7079
|
|
|
7187
7080
|
/terser@4.8.1:
|
|
@@ -7195,13 +7088,13 @@ packages:
|
|
|
7195
7088
|
source-map-support: 0.5.21
|
|
7196
7089
|
dev: true
|
|
7197
7090
|
|
|
7198
|
-
/terser@5.
|
|
7199
|
-
resolution: {integrity: sha512
|
|
7091
|
+
/terser@5.20.0:
|
|
7092
|
+
resolution: {integrity: sha512-e56ETryaQDyebBwJIWYB2TT6f2EZ0fL0sW/JRXNMN26zZdKi2u/E/5my5lG6jNxym6qsrVXfFRmOdV42zlAgLQ==}
|
|
7200
7093
|
engines: {node: '>=10'}
|
|
7201
7094
|
hasBin: true
|
|
7202
7095
|
dependencies:
|
|
7203
|
-
'@jridgewell/source-map': 0.3.
|
|
7204
|
-
acorn: 8.
|
|
7096
|
+
'@jridgewell/source-map': 0.3.5
|
|
7097
|
+
acorn: 8.10.0
|
|
7205
7098
|
commander: 2.20.3
|
|
7206
7099
|
source-map-support: 0.5.21
|
|
7207
7100
|
dev: true
|
|
@@ -7302,10 +7195,8 @@ packages:
|
|
|
7302
7195
|
engines: {node: '>=8'}
|
|
7303
7196
|
dev: true
|
|
7304
7197
|
|
|
7305
|
-
/true-case-path@
|
|
7306
|
-
resolution: {integrity: sha512-
|
|
7307
|
-
dependencies:
|
|
7308
|
-
glob: 7.2.3
|
|
7198
|
+
/true-case-path@2.2.1:
|
|
7199
|
+
resolution: {integrity: sha512-0z3j8R7MCjy10kc/g+qg7Ln3alJTodw9aDuVWZa3uiWqfuBMKeAeP2ocWcxoyM3D73yz3Jt/Pu4qPr4wHSdB/Q==}
|
|
7309
7200
|
dev: true
|
|
7310
7201
|
|
|
7311
7202
|
/truncate-utf8-bytes@1.0.2:
|
|
@@ -7314,7 +7205,7 @@ packages:
|
|
|
7314
7205
|
utf8-byte-length: 1.0.4
|
|
7315
7206
|
dev: true
|
|
7316
7207
|
|
|
7317
|
-
/ts-node@10.9.1(@types/node@20.6.
|
|
7208
|
+
/ts-node@10.9.1(@types/node@20.6.3)(typescript@4.9.4):
|
|
7318
7209
|
resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==}
|
|
7319
7210
|
hasBin: true
|
|
7320
7211
|
peerDependencies:
|
|
@@ -7333,7 +7224,7 @@ packages:
|
|
|
7333
7224
|
'@tsconfig/node12': 1.0.11
|
|
7334
7225
|
'@tsconfig/node14': 1.0.3
|
|
7335
7226
|
'@tsconfig/node16': 1.0.3
|
|
7336
|
-
'@types/node': 20.6.
|
|
7227
|
+
'@types/node': 20.6.3
|
|
7337
7228
|
acorn: 8.8.1
|
|
7338
7229
|
acorn-walk: 8.2.0
|
|
7339
7230
|
arg: 4.1.3
|
|
@@ -7464,12 +7355,26 @@ packages:
|
|
|
7464
7355
|
unique-slug: 2.0.2
|
|
7465
7356
|
dev: true
|
|
7466
7357
|
|
|
7358
|
+
/unique-filename@2.0.1:
|
|
7359
|
+
resolution: {integrity: sha512-ODWHtkkdx3IAR+veKxFV+VBkUMcN+FaqzUUd7IZzt+0zhDZFPFxhlqwPF3YQvMHx1TD0tdgYl+kuPnJ8E6ql7A==}
|
|
7360
|
+
engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
|
|
7361
|
+
dependencies:
|
|
7362
|
+
unique-slug: 3.0.0
|
|
7363
|
+
dev: true
|
|
7364
|
+
|
|
7467
7365
|
/unique-slug@2.0.2:
|
|
7468
7366
|
resolution: {integrity: sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==}
|
|
7469
7367
|
dependencies:
|
|
7470
7368
|
imurmurhash: 0.1.4
|
|
7471
7369
|
dev: true
|
|
7472
7370
|
|
|
7371
|
+
/unique-slug@3.0.0:
|
|
7372
|
+
resolution: {integrity: sha512-8EyMynh679x/0gqE9fT9oilG+qEt+ibFyqjuVTsZn1+CMxH+XLlpvr2UZx4nVcCwTpx81nICr2JQFkM+HPLq4w==}
|
|
7373
|
+
engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
|
|
7374
|
+
dependencies:
|
|
7375
|
+
imurmurhash: 0.1.4
|
|
7376
|
+
dev: true
|
|
7377
|
+
|
|
7473
7378
|
/universalify@0.1.2:
|
|
7474
7379
|
resolution: {integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==}
|
|
7475
7380
|
engines: {node: '>= 4.0.0'}
|
|
@@ -7501,6 +7406,17 @@ packages:
|
|
|
7501
7406
|
picocolors: 1.0.0
|
|
7502
7407
|
dev: true
|
|
7503
7408
|
|
|
7409
|
+
/update-browserslist-db@1.0.12(browserslist@4.21.10):
|
|
7410
|
+
resolution: {integrity: sha512-tE1smlR58jxbFMtrMpFNRmsrOXlpNXss965T1CrpwuZUzUAg/TBQc94SpyhDLSzrqrJS9xTRBthnZAGcE1oaxg==}
|
|
7411
|
+
hasBin: true
|
|
7412
|
+
peerDependencies:
|
|
7413
|
+
browserslist: '>= 4.21.0'
|
|
7414
|
+
dependencies:
|
|
7415
|
+
browserslist: 4.21.10
|
|
7416
|
+
escalade: 3.1.1
|
|
7417
|
+
picocolors: 1.0.0
|
|
7418
|
+
dev: true
|
|
7419
|
+
|
|
7504
7420
|
/uri-js@4.4.1:
|
|
7505
7421
|
resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==}
|
|
7506
7422
|
dependencies:
|
|
@@ -7527,12 +7443,6 @@ packages:
|
|
|
7527
7443
|
/util-deprecate@1.0.2:
|
|
7528
7444
|
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
|
|
7529
7445
|
|
|
7530
|
-
/uuid@3.4.0:
|
|
7531
|
-
resolution: {integrity: sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==}
|
|
7532
|
-
deprecated: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
|
|
7533
|
-
hasBin: true
|
|
7534
|
-
dev: true
|
|
7535
|
-
|
|
7536
7446
|
/uuid@8.3.2:
|
|
7537
7447
|
resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==}
|
|
7538
7448
|
hasBin: true
|
|
@@ -7557,7 +7467,7 @@ packages:
|
|
|
7557
7467
|
extsprintf: 1.3.0
|
|
7558
7468
|
dev: true
|
|
7559
7469
|
|
|
7560
|
-
/vite-node@0.26.1(@types/node@20.6.
|
|
7470
|
+
/vite-node@0.26.1(@types/node@20.6.3)(less@4.1.3)(sass@1.57.0):
|
|
7561
7471
|
resolution: {integrity: sha512-5FJSKZZJz48zFRKHE55WyevZe61hLMQEsqGn+ungfd60kxEztFybZ3yG9ToGFtOWNCCy7Vn5EVuXD8bdeHOSdw==}
|
|
7562
7472
|
engines: {node: '>=v14.16.0'}
|
|
7563
7473
|
hasBin: true
|
|
@@ -7567,7 +7477,7 @@ packages:
|
|
|
7567
7477
|
pathe: 0.2.0
|
|
7568
7478
|
source-map: 0.6.1
|
|
7569
7479
|
source-map-support: 0.5.21
|
|
7570
|
-
vite:
|
|
7480
|
+
vite: 3.2.7(@types/node@20.6.3)(less@4.1.3)(sass@1.57.0)
|
|
7571
7481
|
transitivePeerDependencies:
|
|
7572
7482
|
- '@types/node'
|
|
7573
7483
|
- less
|
|
@@ -7578,12 +7488,12 @@ packages:
|
|
|
7578
7488
|
- terser
|
|
7579
7489
|
dev: true
|
|
7580
7490
|
|
|
7581
|
-
/vite-plugin-css-injected-by-js@2.2.0(vite@3.2.
|
|
7491
|
+
/vite-plugin-css-injected-by-js@2.2.0(vite@3.2.7):
|
|
7582
7492
|
resolution: {integrity: sha512-SRGuyY1WUHj7cPzv7AIE0bG5Cb+vioxuq3CkFc1j0b8z5Cy3rXLG8SwxjriylFcZAY7tH2jU4i1bsCJRE/ou6g==}
|
|
7583
7493
|
peerDependencies:
|
|
7584
7494
|
vite: '>2.0.0-0'
|
|
7585
7495
|
dependencies:
|
|
7586
|
-
vite: 3.2.
|
|
7496
|
+
vite: 3.2.7(@types/node@20.6.3)(less@4.1.3)(sass@1.57.0)
|
|
7587
7497
|
dev: true
|
|
7588
7498
|
|
|
7589
7499
|
/vite-svg-loader@4.0.0:
|
|
@@ -7593,8 +7503,8 @@ packages:
|
|
|
7593
7503
|
svgo: 3.0.2
|
|
7594
7504
|
dev: true
|
|
7595
7505
|
|
|
7596
|
-
/vite@3.2.
|
|
7597
|
-
resolution: {integrity: sha512-
|
|
7506
|
+
/vite@3.2.7(@types/node@20.6.3)(less@4.1.3)(sass@1.57.0):
|
|
7507
|
+
resolution: {integrity: sha512-29pdXjk49xAP0QBr0xXqu2s5jiQIXNvE/xwd0vUizYT2Hzqe4BksNNoWllFVXJf4eLZ+UlVQmXfB4lWrc+t18g==}
|
|
7598
7508
|
engines: {node: ^14.18.0 || >=16.0.0}
|
|
7599
7509
|
hasBin: true
|
|
7600
7510
|
peerDependencies:
|
|
@@ -7618,51 +7528,15 @@ packages:
|
|
|
7618
7528
|
terser:
|
|
7619
7529
|
optional: true
|
|
7620
7530
|
dependencies:
|
|
7621
|
-
'@types/node': 20.6.
|
|
7531
|
+
'@types/node': 20.6.3
|
|
7622
7532
|
esbuild: 0.15.18
|
|
7623
7533
|
less: 4.1.3
|
|
7624
|
-
postcss: 8.4.
|
|
7534
|
+
postcss: 8.4.30
|
|
7625
7535
|
resolve: 1.22.1
|
|
7626
7536
|
rollup: 2.79.1
|
|
7627
7537
|
sass: 1.57.0
|
|
7628
7538
|
optionalDependencies:
|
|
7629
|
-
fsevents: 2.3.
|
|
7630
|
-
dev: true
|
|
7631
|
-
|
|
7632
|
-
/vite@4.0.1(@types/node@20.6.2)(less@4.1.3)(sass@1.57.0):
|
|
7633
|
-
resolution: {integrity: sha512-kZQPzbDau35iWOhy3CpkrRC7It+HIHtulAzBhMqzGHKRf/4+vmh8rPDDdv98SWQrFWo6//3ozwsRmwQIPZsK9g==}
|
|
7634
|
-
engines: {node: ^14.18.0 || >=16.0.0}
|
|
7635
|
-
hasBin: true
|
|
7636
|
-
peerDependencies:
|
|
7637
|
-
'@types/node': '>= 14'
|
|
7638
|
-
less: '*'
|
|
7639
|
-
sass: '*'
|
|
7640
|
-
stylus: '*'
|
|
7641
|
-
sugarss: '*'
|
|
7642
|
-
terser: ^5.4.0
|
|
7643
|
-
peerDependenciesMeta:
|
|
7644
|
-
'@types/node':
|
|
7645
|
-
optional: true
|
|
7646
|
-
less:
|
|
7647
|
-
optional: true
|
|
7648
|
-
sass:
|
|
7649
|
-
optional: true
|
|
7650
|
-
stylus:
|
|
7651
|
-
optional: true
|
|
7652
|
-
sugarss:
|
|
7653
|
-
optional: true
|
|
7654
|
-
terser:
|
|
7655
|
-
optional: true
|
|
7656
|
-
dependencies:
|
|
7657
|
-
'@types/node': 20.6.2
|
|
7658
|
-
esbuild: 0.16.8
|
|
7659
|
-
less: 4.1.3
|
|
7660
|
-
postcss: 8.4.20
|
|
7661
|
-
resolve: 1.22.1
|
|
7662
|
-
rollup: 3.7.5
|
|
7663
|
-
sass: 1.57.0
|
|
7664
|
-
optionalDependencies:
|
|
7665
|
-
fsevents: 2.3.2
|
|
7539
|
+
fsevents: 2.3.3
|
|
7666
7540
|
dev: true
|
|
7667
7541
|
|
|
7668
7542
|
/vitest@0.26.1(jsdom@20.0.3)(less@4.1.3)(sass@1.57.0):
|
|
@@ -7689,7 +7563,7 @@ packages:
|
|
|
7689
7563
|
dependencies:
|
|
7690
7564
|
'@types/chai': 4.3.4
|
|
7691
7565
|
'@types/chai-subset': 1.3.3
|
|
7692
|
-
'@types/node': 20.6.
|
|
7566
|
+
'@types/node': 20.6.3
|
|
7693
7567
|
acorn: 8.8.1
|
|
7694
7568
|
acorn-walk: 8.2.0
|
|
7695
7569
|
chai: 4.3.7
|
|
@@ -7701,8 +7575,8 @@ packages:
|
|
|
7701
7575
|
tinybench: 2.3.1
|
|
7702
7576
|
tinypool: 0.3.0
|
|
7703
7577
|
tinyspy: 1.0.2
|
|
7704
|
-
vite:
|
|
7705
|
-
vite-node: 0.26.1(@types/node@20.6.
|
|
7578
|
+
vite: 3.2.7(@types/node@20.6.3)(less@4.1.3)(sass@1.57.0)
|
|
7579
|
+
vite-node: 0.26.1(@types/node@20.6.3)(less@4.1.3)(sass@1.57.0)
|
|
7706
7580
|
transitivePeerDependencies:
|
|
7707
7581
|
- less
|
|
7708
7582
|
- sass
|
|
@@ -7760,7 +7634,7 @@ packages:
|
|
|
7760
7634
|
engines: {node: '>=10.13.0'}
|
|
7761
7635
|
dependencies:
|
|
7762
7636
|
glob-to-regexp: 0.4.1
|
|
7763
|
-
graceful-fs: 4.2.
|
|
7637
|
+
graceful-fs: 4.2.11
|
|
7764
7638
|
dev: true
|
|
7765
7639
|
|
|
7766
7640
|
/webidl-conversions@7.0.0:
|
|
@@ -7780,8 +7654,8 @@ packages:
|
|
|
7780
7654
|
engines: {node: '>=10.13.0'}
|
|
7781
7655
|
dev: true
|
|
7782
7656
|
|
|
7783
|
-
/webpack@5.
|
|
7784
|
-
resolution: {integrity: sha512-
|
|
7657
|
+
/webpack@5.88.2:
|
|
7658
|
+
resolution: {integrity: sha512-JmcgNZ1iKj+aiR0OvTYtWQqJwq37Pf683dY9bVORwVbUrDhLhdn/PlO2sHsFHPkj7sHNQF3JwaAkp49V+Sq1tQ==}
|
|
7785
7659
|
engines: {node: '>=10.13.0'}
|
|
7786
7660
|
hasBin: true
|
|
7787
7661
|
peerDependencies:
|
|
@@ -7795,23 +7669,23 @@ packages:
|
|
|
7795
7669
|
'@webassemblyjs/ast': 1.11.6
|
|
7796
7670
|
'@webassemblyjs/wasm-edit': 1.11.6
|
|
7797
7671
|
'@webassemblyjs/wasm-parser': 1.11.6
|
|
7798
|
-
acorn: 8.
|
|
7799
|
-
acorn-import-assertions: 1.9.0(acorn@8.
|
|
7800
|
-
browserslist: 4.21.
|
|
7672
|
+
acorn: 8.10.0
|
|
7673
|
+
acorn-import-assertions: 1.9.0(acorn@8.10.0)
|
|
7674
|
+
browserslist: 4.21.10
|
|
7801
7675
|
chrome-trace-event: 1.0.3
|
|
7802
|
-
enhanced-resolve: 5.
|
|
7803
|
-
es-module-lexer: 1.
|
|
7676
|
+
enhanced-resolve: 5.15.0
|
|
7677
|
+
es-module-lexer: 1.3.1
|
|
7804
7678
|
eslint-scope: 5.1.1
|
|
7805
7679
|
events: 3.3.0
|
|
7806
7680
|
glob-to-regexp: 0.4.1
|
|
7807
|
-
graceful-fs: 4.2.
|
|
7681
|
+
graceful-fs: 4.2.11
|
|
7808
7682
|
json-parse-even-better-errors: 2.3.1
|
|
7809
7683
|
loader-runner: 4.3.0
|
|
7810
7684
|
mime-types: 2.1.35
|
|
7811
7685
|
neo-async: 2.6.2
|
|
7812
|
-
schema-utils: 3.
|
|
7686
|
+
schema-utils: 3.3.0
|
|
7813
7687
|
tapable: 2.2.1
|
|
7814
|
-
terser-webpack-plugin: 5.3.9(webpack@5.
|
|
7688
|
+
terser-webpack-plugin: 5.3.9(webpack@5.88.2)
|
|
7815
7689
|
watchpack: 2.4.0
|
|
7816
7690
|
webpack-sources: 3.2.3
|
|
7817
7691
|
transitivePeerDependencies:
|
|
@@ -8015,3 +7889,7 @@ packages:
|
|
|
8015
7889
|
resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
|
|
8016
7890
|
engines: {node: '>=10'}
|
|
8017
7891
|
dev: true
|
|
7892
|
+
|
|
7893
|
+
settings:
|
|
7894
|
+
autoInstallPeers: true
|
|
7895
|
+
excludeLinksFromLockfile: false
|