@pristy/pristy-libvue 0.25.2 → 0.26.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,4048 @@
1
+ {
2
+ "name": "@pristy/pristy-libvue",
3
+ "version": "0.26.0",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "@pristy/pristy-libvue",
9
+ "version": "0.26.0",
10
+ "license": "AGPL-3.0",
11
+ "dependencies": {
12
+ "@alfresco/js-api": "^5.5.0",
13
+ "async-retry": "^1.3.3",
14
+ "axios": "^1.5.1",
15
+ "pinia": "^2.1.6",
16
+ "primevue": "^3.35.0",
17
+ "vue-i18n": "^9.4.1"
18
+ },
19
+ "devDependencies": {
20
+ "@vitejs/plugin-vue": "^3.2.0",
21
+ "@vitest/coverage-c8": "^0.24.5",
22
+ "eslint": "^8.50.0",
23
+ "eslint-config-prettier": "^8.10.0",
24
+ "eslint-plugin-prettier": "^4.2.1",
25
+ "eslint-plugin-vue": "^9.17.0",
26
+ "jsdom": "^20.0.3",
27
+ "prettier": "^2.8.8",
28
+ "rollup-plugin-visualizer": "^5.9.2",
29
+ "tslib": "^2.6.2",
30
+ "vite": "^3.2.7",
31
+ "vite-plugin-eslint": "^1.8.1",
32
+ "vitest": "^0.27.3"
33
+ },
34
+ "peerDependencies": {
35
+ "vue": "^3.2.5"
36
+ }
37
+ },
38
+ "node_modules/@aashutoshrathi/word-wrap": {
39
+ "version": "1.2.6",
40
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz",
41
+ "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==",
42
+ "dev": true,
43
+ "license": "MIT",
44
+ "engines": {
45
+ "node": ">=0.10.0"
46
+ }
47
+ },
48
+ "node_modules/@alfresco/js-api": {
49
+ "version": "5.5.0",
50
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/@alfresco/js-api/-/js-api-5.5.0.tgz",
51
+ "integrity": "sha512-JypBqL2n45+RZNxWsjaDEx+ajZ2Hg6yDxDTXZZn3xlldv7AKhm3rH6mUFbkJM79aBowthDccrk3jkwwR57ZinQ==",
52
+ "license": "Apache-2.0",
53
+ "dependencies": {
54
+ "event-emitter": "^0.3.5",
55
+ "superagent": "^6.0.0",
56
+ "tslib": "^2.0.0"
57
+ }
58
+ },
59
+ "node_modules/@babel/parser": {
60
+ "version": "7.23.5",
61
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/@babel/parser/-/parser-7.23.5.tgz",
62
+ "integrity": "sha512-hOOqoiNXrmGdFbhgCzu6GiURxUgM27Xwd/aPuu8RfHEZPBzL1Z54okAHAQjXfcQNwvrlkAmAp4SlRTZ45vlthQ==",
63
+ "license": "MIT",
64
+ "peer": true,
65
+ "bin": {
66
+ "parser": "bin/babel-parser.js"
67
+ },
68
+ "engines": {
69
+ "node": ">=6.0.0"
70
+ }
71
+ },
72
+ "node_modules/@bcoe/v8-coverage": {
73
+ "version": "0.2.3",
74
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",
75
+ "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==",
76
+ "dev": true,
77
+ "license": "MIT"
78
+ },
79
+ "node_modules/@eslint-community/eslint-utils": {
80
+ "version": "4.4.0",
81
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",
82
+ "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==",
83
+ "dev": true,
84
+ "license": "MIT",
85
+ "dependencies": {
86
+ "eslint-visitor-keys": "^3.3.0"
87
+ },
88
+ "engines": {
89
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
90
+ },
91
+ "peerDependencies": {
92
+ "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
93
+ }
94
+ },
95
+ "node_modules/@eslint-community/regexpp": {
96
+ "version": "4.10.0",
97
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/@eslint-community/regexpp/-/regexpp-4.10.0.tgz",
98
+ "integrity": "sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==",
99
+ "dev": true,
100
+ "license": "MIT",
101
+ "engines": {
102
+ "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
103
+ }
104
+ },
105
+ "node_modules/@eslint/eslintrc": {
106
+ "version": "2.1.3",
107
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/@eslint/eslintrc/-/eslintrc-2.1.3.tgz",
108
+ "integrity": "sha512-yZzuIG+jnVu6hNSzFEN07e8BxF3uAzYtQb6uDkaYZLo6oYZDCq454c5kB8zxnzfCYyP4MIuyBn10L0DqwujTmA==",
109
+ "dev": true,
110
+ "license": "MIT",
111
+ "dependencies": {
112
+ "ajv": "^6.12.4",
113
+ "debug": "^4.3.2",
114
+ "espree": "^9.6.0",
115
+ "globals": "^13.19.0",
116
+ "ignore": "^5.2.0",
117
+ "import-fresh": "^3.2.1",
118
+ "js-yaml": "^4.1.0",
119
+ "minimatch": "^3.1.2",
120
+ "strip-json-comments": "^3.1.1"
121
+ },
122
+ "engines": {
123
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
124
+ },
125
+ "funding": {
126
+ "url": "https://opencollective.com/eslint"
127
+ }
128
+ },
129
+ "node_modules/@eslint/js": {
130
+ "version": "8.54.0",
131
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/@eslint/js/-/js-8.54.0.tgz",
132
+ "integrity": "sha512-ut5V+D+fOoWPgGGNj83GGjnntO39xDy6DWxO0wb7Jp3DcMX0TfIqdzHF85VTQkerdyGmuuMD9AKAo5KiNlf/AQ==",
133
+ "dev": true,
134
+ "license": "MIT",
135
+ "engines": {
136
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
137
+ }
138
+ },
139
+ "node_modules/@humanwhocodes/config-array": {
140
+ "version": "0.11.13",
141
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/@humanwhocodes/config-array/-/config-array-0.11.13.tgz",
142
+ "integrity": "sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==",
143
+ "dev": true,
144
+ "license": "Apache-2.0",
145
+ "dependencies": {
146
+ "@humanwhocodes/object-schema": "^2.0.1",
147
+ "debug": "^4.1.1",
148
+ "minimatch": "^3.0.5"
149
+ },
150
+ "engines": {
151
+ "node": ">=10.10.0"
152
+ }
153
+ },
154
+ "node_modules/@humanwhocodes/module-importer": {
155
+ "version": "1.0.1",
156
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
157
+ "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
158
+ "dev": true,
159
+ "license": "Apache-2.0",
160
+ "engines": {
161
+ "node": ">=12.22"
162
+ },
163
+ "funding": {
164
+ "type": "github",
165
+ "url": "https://github.com/sponsors/nzakas"
166
+ }
167
+ },
168
+ "node_modules/@humanwhocodes/object-schema": {
169
+ "version": "2.0.1",
170
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz",
171
+ "integrity": "sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==",
172
+ "dev": true,
173
+ "license": "BSD-3-Clause"
174
+ },
175
+ "node_modules/@intlify/core-base": {
176
+ "version": "9.8.0",
177
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/@intlify/core-base/-/core-base-9.8.0.tgz",
178
+ "integrity": "sha512-UxaSZVZ1DwqC/CltUZrWZNaWNhfmKtfyV4BJSt/Zt4Or/fZs1iFj0B+OekYk1+MRHfIOe3+x00uXGQI4PbO/9g==",
179
+ "license": "MIT",
180
+ "dependencies": {
181
+ "@intlify/message-compiler": "9.8.0",
182
+ "@intlify/shared": "9.8.0"
183
+ },
184
+ "engines": {
185
+ "node": ">= 16"
186
+ },
187
+ "funding": {
188
+ "url": "https://github.com/sponsors/kazupon"
189
+ }
190
+ },
191
+ "node_modules/@intlify/message-compiler": {
192
+ "version": "9.8.0",
193
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/@intlify/message-compiler/-/message-compiler-9.8.0.tgz",
194
+ "integrity": "sha512-McnYWhcoYmDJvssVu6QGR0shqlkJuL1HHdi5lK7fNqvQqRYaQ4lSLjYmZxwc8tRNMdIe9/KUKfyPxU9M6yCtNQ==",
195
+ "license": "MIT",
196
+ "dependencies": {
197
+ "@intlify/shared": "9.8.0",
198
+ "source-map-js": "^1.0.2"
199
+ },
200
+ "engines": {
201
+ "node": ">= 16"
202
+ },
203
+ "funding": {
204
+ "url": "https://github.com/sponsors/kazupon"
205
+ }
206
+ },
207
+ "node_modules/@intlify/shared": {
208
+ "version": "9.8.0",
209
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/@intlify/shared/-/shared-9.8.0.tgz",
210
+ "integrity": "sha512-TmgR0RCLjzrSo+W3wT0ALf9851iFMlVI9EYNGeWvZFUQTAJx0bvfsMlPdgVtV1tDNRiAfhkFsMKu6jtUY1ZLKQ==",
211
+ "license": "MIT",
212
+ "engines": {
213
+ "node": ">= 16"
214
+ },
215
+ "funding": {
216
+ "url": "https://github.com/sponsors/kazupon"
217
+ }
218
+ },
219
+ "node_modules/@istanbuljs/schema": {
220
+ "version": "0.1.3",
221
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/@istanbuljs/schema/-/schema-0.1.3.tgz",
222
+ "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==",
223
+ "dev": true,
224
+ "license": "MIT",
225
+ "engines": {
226
+ "node": ">=8"
227
+ }
228
+ },
229
+ "node_modules/@jridgewell/resolve-uri": {
230
+ "version": "3.1.1",
231
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz",
232
+ "integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==",
233
+ "dev": true,
234
+ "license": "MIT",
235
+ "engines": {
236
+ "node": ">=6.0.0"
237
+ }
238
+ },
239
+ "node_modules/@jridgewell/sourcemap-codec": {
240
+ "version": "1.4.15",
241
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz",
242
+ "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==",
243
+ "license": "MIT"
244
+ },
245
+ "node_modules/@jridgewell/trace-mapping": {
246
+ "version": "0.3.20",
247
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz",
248
+ "integrity": "sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q==",
249
+ "dev": true,
250
+ "license": "MIT",
251
+ "dependencies": {
252
+ "@jridgewell/resolve-uri": "^3.1.0",
253
+ "@jridgewell/sourcemap-codec": "^1.4.14"
254
+ }
255
+ },
256
+ "node_modules/@nodelib/fs.scandir": {
257
+ "version": "2.1.5",
258
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
259
+ "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
260
+ "dev": true,
261
+ "license": "MIT",
262
+ "dependencies": {
263
+ "@nodelib/fs.stat": "2.0.5",
264
+ "run-parallel": "^1.1.9"
265
+ },
266
+ "engines": {
267
+ "node": ">= 8"
268
+ }
269
+ },
270
+ "node_modules/@nodelib/fs.stat": {
271
+ "version": "2.0.5",
272
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
273
+ "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
274
+ "dev": true,
275
+ "license": "MIT",
276
+ "engines": {
277
+ "node": ">= 8"
278
+ }
279
+ },
280
+ "node_modules/@nodelib/fs.walk": {
281
+ "version": "1.2.8",
282
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
283
+ "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
284
+ "dev": true,
285
+ "license": "MIT",
286
+ "dependencies": {
287
+ "@nodelib/fs.scandir": "2.1.5",
288
+ "fastq": "^1.6.0"
289
+ },
290
+ "engines": {
291
+ "node": ">= 8"
292
+ }
293
+ },
294
+ "node_modules/@rollup/pluginutils": {
295
+ "version": "4.2.1",
296
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/@rollup/pluginutils/-/pluginutils-4.2.1.tgz",
297
+ "integrity": "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==",
298
+ "dev": true,
299
+ "license": "MIT",
300
+ "dependencies": {
301
+ "estree-walker": "^2.0.1",
302
+ "picomatch": "^2.2.2"
303
+ },
304
+ "engines": {
305
+ "node": ">= 8.0.0"
306
+ }
307
+ },
308
+ "node_modules/@tootallnate/once": {
309
+ "version": "2.0.0",
310
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/@tootallnate/once/-/once-2.0.0.tgz",
311
+ "integrity": "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==",
312
+ "dev": true,
313
+ "license": "MIT",
314
+ "engines": {
315
+ "node": ">= 10"
316
+ }
317
+ },
318
+ "node_modules/@types/chai": {
319
+ "version": "4.3.11",
320
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/@types/chai/-/chai-4.3.11.tgz",
321
+ "integrity": "sha512-qQR1dr2rGIHYlJulmr8Ioq3De0Le9E4MJ5AiaeAETJJpndT1uUNHsGFK3L/UIu+rbkQSdj8J/w2bCsBZc/Y5fQ==",
322
+ "dev": true,
323
+ "license": "MIT"
324
+ },
325
+ "node_modules/@types/chai-subset": {
326
+ "version": "1.3.5",
327
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/@types/chai-subset/-/chai-subset-1.3.5.tgz",
328
+ "integrity": "sha512-c2mPnw+xHtXDoHmdtcCXGwyLMiauiAyxWMzhGpqHC4nqI/Y5G2XhTampslK2rb59kpcuHon03UH8W6iYUzw88A==",
329
+ "dev": true,
330
+ "license": "MIT",
331
+ "dependencies": {
332
+ "@types/chai": "*"
333
+ }
334
+ },
335
+ "node_modules/@types/eslint": {
336
+ "version": "8.44.8",
337
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/@types/eslint/-/eslint-8.44.8.tgz",
338
+ "integrity": "sha512-4K8GavROwhrYl2QXDXm0Rv9epkA8GBFu0EI+XrrnnuCl7u8CWBRusX7fXJfanhZTDWSAL24gDI/UqXyUM0Injw==",
339
+ "dev": true,
340
+ "license": "MIT",
341
+ "dependencies": {
342
+ "@types/estree": "*",
343
+ "@types/json-schema": "*"
344
+ }
345
+ },
346
+ "node_modules/@types/estree": {
347
+ "version": "1.0.5",
348
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/@types/estree/-/estree-1.0.5.tgz",
349
+ "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==",
350
+ "dev": true,
351
+ "license": "MIT"
352
+ },
353
+ "node_modules/@types/istanbul-lib-coverage": {
354
+ "version": "2.0.6",
355
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz",
356
+ "integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==",
357
+ "dev": true,
358
+ "license": "MIT"
359
+ },
360
+ "node_modules/@types/json-schema": {
361
+ "version": "7.0.15",
362
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/@types/json-schema/-/json-schema-7.0.15.tgz",
363
+ "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
364
+ "dev": true,
365
+ "license": "MIT"
366
+ },
367
+ "node_modules/@types/node": {
368
+ "version": "20.10.1",
369
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/@types/node/-/node-20.10.1.tgz",
370
+ "integrity": "sha512-T2qwhjWwGH81vUEx4EXmBKsTJRXFXNZTL4v0gi01+zyBmCwzE6TyHszqX01m+QHTEq+EZNo13NeJIdEqf+Myrg==",
371
+ "dev": true,
372
+ "license": "MIT",
373
+ "dependencies": {
374
+ "undici-types": "~5.26.4"
375
+ }
376
+ },
377
+ "node_modules/@ungap/structured-clone": {
378
+ "version": "1.2.0",
379
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/@ungap/structured-clone/-/structured-clone-1.2.0.tgz",
380
+ "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==",
381
+ "dev": true,
382
+ "license": "ISC"
383
+ },
384
+ "node_modules/@vitejs/plugin-vue": {
385
+ "version": "3.2.0",
386
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/@vitejs/plugin-vue/-/plugin-vue-3.2.0.tgz",
387
+ "integrity": "sha512-E0tnaL4fr+qkdCNxJ+Xd0yM31UwMkQje76fsDVBBUCoGOUPexu2VDUYHL8P4CwV+zMvWw6nlRw19OnRKmYAJpw==",
388
+ "dev": true,
389
+ "license": "MIT",
390
+ "engines": {
391
+ "node": "^14.18.0 || >=16.0.0"
392
+ },
393
+ "peerDependencies": {
394
+ "vite": "^3.0.0",
395
+ "vue": "^3.2.25"
396
+ }
397
+ },
398
+ "node_modules/@vitest/coverage-c8": {
399
+ "version": "0.24.5",
400
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/@vitest/coverage-c8/-/coverage-c8-0.24.5.tgz",
401
+ "integrity": "sha512-955yK/SdSBZPYrSXgXB0F+0JnOX5EY9kSL7ywJ4rNajmkFUhwLjuKm13Xb6YKSyIY/g5WvbBnyowqfNRxBJ3ww==",
402
+ "deprecated": "v8 coverage is moved to @vitest/coverage-v8 package",
403
+ "dev": true,
404
+ "license": "MIT",
405
+ "dependencies": {
406
+ "c8": "^7.12.0",
407
+ "vitest": "0.24.5"
408
+ },
409
+ "funding": {
410
+ "url": "https://github.com/sponsors/antfu"
411
+ }
412
+ },
413
+ "node_modules/@vitest/coverage-c8/node_modules/strip-literal": {
414
+ "version": "0.4.2",
415
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/strip-literal/-/strip-literal-0.4.2.tgz",
416
+ "integrity": "sha512-pv48ybn4iE1O9RLgCAN0iU4Xv7RlBTiit6DKmMiErbs9x1wH6vXBs45tWc0H5wUIF6TLTrKweqkmYF/iraQKNw==",
417
+ "dev": true,
418
+ "license": "MIT",
419
+ "dependencies": {
420
+ "acorn": "^8.8.0"
421
+ },
422
+ "funding": {
423
+ "url": "https://github.com/sponsors/antfu"
424
+ }
425
+ },
426
+ "node_modules/@vitest/coverage-c8/node_modules/vitest": {
427
+ "version": "0.24.5",
428
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/vitest/-/vitest-0.24.5.tgz",
429
+ "integrity": "sha512-zw6JhPUHtLILQDe5Q39b/SzoITkG+R7hcFjuthp4xsi6zpmfQPOZcHodZ+3bqoWl4EdGK/p1fuMiEwdxgbGLOA==",
430
+ "dev": true,
431
+ "license": "MIT",
432
+ "dependencies": {
433
+ "@types/chai": "^4.3.3",
434
+ "@types/chai-subset": "^1.3.3",
435
+ "@types/node": "*",
436
+ "chai": "^4.3.6",
437
+ "debug": "^4.3.4",
438
+ "local-pkg": "^0.4.2",
439
+ "strip-literal": "^0.4.2",
440
+ "tinybench": "^2.3.1",
441
+ "tinypool": "^0.3.0",
442
+ "tinyspy": "^1.0.2",
443
+ "vite": "^3.0.0"
444
+ },
445
+ "bin": {
446
+ "vitest": "vitest.mjs"
447
+ },
448
+ "engines": {
449
+ "node": ">=v14.16.0"
450
+ },
451
+ "funding": {
452
+ "url": "https://github.com/sponsors/antfu"
453
+ },
454
+ "peerDependencies": {
455
+ "@edge-runtime/vm": "*",
456
+ "@vitest/browser": "*",
457
+ "@vitest/ui": "*",
458
+ "happy-dom": "*",
459
+ "jsdom": "*"
460
+ },
461
+ "peerDependenciesMeta": {
462
+ "@edge-runtime/vm": {
463
+ "optional": true
464
+ },
465
+ "@vitest/browser": {
466
+ "optional": true
467
+ },
468
+ "@vitest/ui": {
469
+ "optional": true
470
+ },
471
+ "happy-dom": {
472
+ "optional": true
473
+ },
474
+ "jsdom": {
475
+ "optional": true
476
+ }
477
+ }
478
+ },
479
+ "node_modules/@vue/compiler-core": {
480
+ "version": "3.3.9",
481
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/@vue/compiler-core/-/compiler-core-3.3.9.tgz",
482
+ "integrity": "sha512-+/Lf68Vr/nFBA6ol4xOtJrW+BQWv3QWKfRwGSm70jtXwfhZNF4R/eRgyVJYoxFRhdCTk/F6g99BP0ffPgZihfQ==",
483
+ "license": "MIT",
484
+ "peer": true,
485
+ "dependencies": {
486
+ "@babel/parser": "^7.23.3",
487
+ "@vue/shared": "3.3.9",
488
+ "estree-walker": "^2.0.2",
489
+ "source-map-js": "^1.0.2"
490
+ }
491
+ },
492
+ "node_modules/@vue/compiler-dom": {
493
+ "version": "3.3.9",
494
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/@vue/compiler-dom/-/compiler-dom-3.3.9.tgz",
495
+ "integrity": "sha512-nfWubTtLXuT4iBeDSZ5J3m218MjOy42Vp2pmKVuBKo2/BLcrFUX8nCSr/bKRFiJ32R8qbdnnnBgRn9AdU5v0Sg==",
496
+ "license": "MIT",
497
+ "peer": true,
498
+ "dependencies": {
499
+ "@vue/compiler-core": "3.3.9",
500
+ "@vue/shared": "3.3.9"
501
+ }
502
+ },
503
+ "node_modules/@vue/compiler-sfc": {
504
+ "version": "3.3.9",
505
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/@vue/compiler-sfc/-/compiler-sfc-3.3.9.tgz",
506
+ "integrity": "sha512-wy0CNc8z4ihoDzjASCOCsQuzW0A/HP27+0MDSSICMjVIFzk/rFViezkR3dzH+miS2NDEz8ywMdbjO5ylhOLI2A==",
507
+ "license": "MIT",
508
+ "peer": true,
509
+ "dependencies": {
510
+ "@babel/parser": "^7.23.3",
511
+ "@vue/compiler-core": "3.3.9",
512
+ "@vue/compiler-dom": "3.3.9",
513
+ "@vue/compiler-ssr": "3.3.9",
514
+ "@vue/reactivity-transform": "3.3.9",
515
+ "@vue/shared": "3.3.9",
516
+ "estree-walker": "^2.0.2",
517
+ "magic-string": "^0.30.5",
518
+ "postcss": "^8.4.31",
519
+ "source-map-js": "^1.0.2"
520
+ }
521
+ },
522
+ "node_modules/@vue/compiler-ssr": {
523
+ "version": "3.3.9",
524
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/@vue/compiler-ssr/-/compiler-ssr-3.3.9.tgz",
525
+ "integrity": "sha512-NO5oobAw78R0G4SODY5A502MGnDNiDjf6qvhn7zD7TJGc8XDeIEw4fg6JU705jZ/YhuokBKz0A5a/FL/XZU73g==",
526
+ "license": "MIT",
527
+ "peer": true,
528
+ "dependencies": {
529
+ "@vue/compiler-dom": "3.3.9",
530
+ "@vue/shared": "3.3.9"
531
+ }
532
+ },
533
+ "node_modules/@vue/devtools-api": {
534
+ "version": "6.5.1",
535
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/@vue/devtools-api/-/devtools-api-6.5.1.tgz",
536
+ "integrity": "sha512-+KpckaAQyfbvshdDW5xQylLni1asvNSGme1JFs8I1+/H5pHEhqUKMEQD/qn3Nx5+/nycBq11qAEi8lk+LXI2dA==",
537
+ "license": "MIT"
538
+ },
539
+ "node_modules/@vue/reactivity": {
540
+ "version": "3.3.9",
541
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/@vue/reactivity/-/reactivity-3.3.9.tgz",
542
+ "integrity": "sha512-VmpIqlNp+aYDg2X0xQhJqHx9YguOmz2UxuUJDckBdQCNkipJvfk9yA75woLWElCa0Jtyec3lAAt49GO0izsphw==",
543
+ "license": "MIT",
544
+ "peer": true,
545
+ "dependencies": {
546
+ "@vue/shared": "3.3.9"
547
+ }
548
+ },
549
+ "node_modules/@vue/reactivity-transform": {
550
+ "version": "3.3.9",
551
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/@vue/reactivity-transform/-/reactivity-transform-3.3.9.tgz",
552
+ "integrity": "sha512-HnUFm7Ry6dFa4Lp63DAxTixUp8opMtQr6RxQCpDI1vlh12rkGIeYqMvJtK+IKyEfEOa2I9oCkD1mmsPdaGpdVg==",
553
+ "license": "MIT",
554
+ "peer": true,
555
+ "dependencies": {
556
+ "@babel/parser": "^7.23.3",
557
+ "@vue/compiler-core": "3.3.9",
558
+ "@vue/shared": "3.3.9",
559
+ "estree-walker": "^2.0.2",
560
+ "magic-string": "^0.30.5"
561
+ }
562
+ },
563
+ "node_modules/@vue/runtime-core": {
564
+ "version": "3.3.9",
565
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/@vue/runtime-core/-/runtime-core-3.3.9.tgz",
566
+ "integrity": "sha512-xxaG9KvPm3GTRuM4ZyU8Tc+pMVzcu6eeoSRQJ9IE7NmCcClW6z4B3Ij6L4EDl80sxe/arTtQ6YmgiO4UZqRc+w==",
567
+ "license": "MIT",
568
+ "peer": true,
569
+ "dependencies": {
570
+ "@vue/reactivity": "3.3.9",
571
+ "@vue/shared": "3.3.9"
572
+ }
573
+ },
574
+ "node_modules/@vue/runtime-dom": {
575
+ "version": "3.3.9",
576
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/@vue/runtime-dom/-/runtime-dom-3.3.9.tgz",
577
+ "integrity": "sha512-e7LIfcxYSWbV6BK1wQv9qJyxprC75EvSqF/kQKe6bdZEDNValzeRXEVgiX7AHI6hZ59HA4h7WT5CGvm69vzJTQ==",
578
+ "license": "MIT",
579
+ "peer": true,
580
+ "dependencies": {
581
+ "@vue/runtime-core": "3.3.9",
582
+ "@vue/shared": "3.3.9",
583
+ "csstype": "^3.1.2"
584
+ }
585
+ },
586
+ "node_modules/@vue/server-renderer": {
587
+ "version": "3.3.9",
588
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/@vue/server-renderer/-/server-renderer-3.3.9.tgz",
589
+ "integrity": "sha512-w0zT/s5l3Oa3ZjtLW88eO4uV6AQFqU8X5GOgzq7SkQQu6vVr+8tfm+OI2kDBplS/W/XgCBuFXiPw6T5EdwXP0A==",
590
+ "license": "MIT",
591
+ "peer": true,
592
+ "dependencies": {
593
+ "@vue/compiler-ssr": "3.3.9",
594
+ "@vue/shared": "3.3.9"
595
+ },
596
+ "peerDependencies": {
597
+ "vue": "3.3.9"
598
+ }
599
+ },
600
+ "node_modules/@vue/shared": {
601
+ "version": "3.3.9",
602
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/@vue/shared/-/shared-3.3.9.tgz",
603
+ "integrity": "sha512-ZE0VTIR0LmYgeyhurPTpy4KzKsuDyQbMSdM49eKkMnT5X4VfFBLysMzjIZhLEFQYjjOVVfbvUDHckwjDFiO2eA==",
604
+ "license": "MIT",
605
+ "peer": true
606
+ },
607
+ "node_modules/abab": {
608
+ "version": "2.0.6",
609
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/abab/-/abab-2.0.6.tgz",
610
+ "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==",
611
+ "dev": true,
612
+ "license": "BSD-3-Clause"
613
+ },
614
+ "node_modules/acorn": {
615
+ "version": "8.11.2",
616
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/acorn/-/acorn-8.11.2.tgz",
617
+ "integrity": "sha512-nc0Axzp/0FILLEVsm4fNwLCwMttvhEI263QtVPQcbpfZZ3ts0hLsZGOpE6czNlid7CJ9MlyH8reXkpsf3YUY4w==",
618
+ "dev": true,
619
+ "license": "MIT",
620
+ "bin": {
621
+ "acorn": "bin/acorn"
622
+ },
623
+ "engines": {
624
+ "node": ">=0.4.0"
625
+ }
626
+ },
627
+ "node_modules/acorn-globals": {
628
+ "version": "7.0.1",
629
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/acorn-globals/-/acorn-globals-7.0.1.tgz",
630
+ "integrity": "sha512-umOSDSDrfHbTNPuNpC2NSnnA3LUrqpevPb4T9jRx4MagXNS0rs+gwiTcAvqCRmsD6utzsrzNt+ebm00SNWiC3Q==",
631
+ "dev": true,
632
+ "license": "MIT",
633
+ "dependencies": {
634
+ "acorn": "^8.1.0",
635
+ "acorn-walk": "^8.0.2"
636
+ }
637
+ },
638
+ "node_modules/acorn-jsx": {
639
+ "version": "5.3.2",
640
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
641
+ "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
642
+ "dev": true,
643
+ "license": "MIT",
644
+ "peerDependencies": {
645
+ "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
646
+ }
647
+ },
648
+ "node_modules/acorn-walk": {
649
+ "version": "8.3.0",
650
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/acorn-walk/-/acorn-walk-8.3.0.tgz",
651
+ "integrity": "sha512-FS7hV565M5l1R08MXqo8odwMTB02C2UqzB17RVgu9EyuYFBqJZ3/ZY97sQD5FewVu1UyDFc1yztUDrAwT0EypA==",
652
+ "dev": true,
653
+ "license": "MIT",
654
+ "engines": {
655
+ "node": ">=0.4.0"
656
+ }
657
+ },
658
+ "node_modules/agent-base": {
659
+ "version": "6.0.2",
660
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/agent-base/-/agent-base-6.0.2.tgz",
661
+ "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
662
+ "dev": true,
663
+ "license": "MIT",
664
+ "dependencies": {
665
+ "debug": "4"
666
+ },
667
+ "engines": {
668
+ "node": ">= 6.0.0"
669
+ }
670
+ },
671
+ "node_modules/ajv": {
672
+ "version": "6.12.6",
673
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/ajv/-/ajv-6.12.6.tgz",
674
+ "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
675
+ "dev": true,
676
+ "license": "MIT",
677
+ "dependencies": {
678
+ "fast-deep-equal": "^3.1.1",
679
+ "fast-json-stable-stringify": "^2.0.0",
680
+ "json-schema-traverse": "^0.4.1",
681
+ "uri-js": "^4.2.2"
682
+ },
683
+ "funding": {
684
+ "type": "github",
685
+ "url": "https://github.com/sponsors/epoberezkin"
686
+ }
687
+ },
688
+ "node_modules/ansi-regex": {
689
+ "version": "5.0.1",
690
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/ansi-regex/-/ansi-regex-5.0.1.tgz",
691
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
692
+ "dev": true,
693
+ "license": "MIT",
694
+ "engines": {
695
+ "node": ">=8"
696
+ }
697
+ },
698
+ "node_modules/ansi-styles": {
699
+ "version": "4.3.0",
700
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/ansi-styles/-/ansi-styles-4.3.0.tgz",
701
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
702
+ "dev": true,
703
+ "license": "MIT",
704
+ "dependencies": {
705
+ "color-convert": "^2.0.1"
706
+ },
707
+ "engines": {
708
+ "node": ">=8"
709
+ },
710
+ "funding": {
711
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
712
+ }
713
+ },
714
+ "node_modules/argparse": {
715
+ "version": "2.0.1",
716
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/argparse/-/argparse-2.0.1.tgz",
717
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
718
+ "dev": true,
719
+ "license": "Python-2.0"
720
+ },
721
+ "node_modules/assertion-error": {
722
+ "version": "1.1.0",
723
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/assertion-error/-/assertion-error-1.1.0.tgz",
724
+ "integrity": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==",
725
+ "dev": true,
726
+ "license": "MIT",
727
+ "engines": {
728
+ "node": "*"
729
+ }
730
+ },
731
+ "node_modules/async-retry": {
732
+ "version": "1.3.3",
733
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/async-retry/-/async-retry-1.3.3.tgz",
734
+ "integrity": "sha512-wfr/jstw9xNi/0teMHrRW7dsz3Lt5ARhYNZ2ewpadnhaIp5mbALhOAP+EAdsC7t4Z6wqsDVv9+W6gm1Dk9mEyw==",
735
+ "license": "MIT",
736
+ "dependencies": {
737
+ "retry": "0.13.1"
738
+ }
739
+ },
740
+ "node_modules/asynckit": {
741
+ "version": "0.4.0",
742
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/asynckit/-/asynckit-0.4.0.tgz",
743
+ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
744
+ "license": "MIT"
745
+ },
746
+ "node_modules/axios": {
747
+ "version": "1.6.2",
748
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/axios/-/axios-1.6.2.tgz",
749
+ "integrity": "sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==",
750
+ "license": "MIT",
751
+ "dependencies": {
752
+ "follow-redirects": "^1.15.0",
753
+ "form-data": "^4.0.0",
754
+ "proxy-from-env": "^1.1.0"
755
+ }
756
+ },
757
+ "node_modules/balanced-match": {
758
+ "version": "1.0.2",
759
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/balanced-match/-/balanced-match-1.0.2.tgz",
760
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
761
+ "dev": true,
762
+ "license": "MIT"
763
+ },
764
+ "node_modules/boolbase": {
765
+ "version": "1.0.0",
766
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/boolbase/-/boolbase-1.0.0.tgz",
767
+ "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
768
+ "dev": true,
769
+ "license": "ISC"
770
+ },
771
+ "node_modules/brace-expansion": {
772
+ "version": "1.1.11",
773
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/brace-expansion/-/brace-expansion-1.1.11.tgz",
774
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
775
+ "dev": true,
776
+ "license": "MIT",
777
+ "dependencies": {
778
+ "balanced-match": "^1.0.0",
779
+ "concat-map": "0.0.1"
780
+ }
781
+ },
782
+ "node_modules/buffer-from": {
783
+ "version": "1.1.2",
784
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/buffer-from/-/buffer-from-1.1.2.tgz",
785
+ "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
786
+ "dev": true,
787
+ "license": "MIT"
788
+ },
789
+ "node_modules/c8": {
790
+ "version": "7.14.0",
791
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/c8/-/c8-7.14.0.tgz",
792
+ "integrity": "sha512-i04rtkkcNcCf7zsQcSv/T9EbUn4RXQ6mropeMcjFOsQXQ0iGLAr/xT6TImQg4+U9hmNpN9XdvPkjUL1IzbgxJw==",
793
+ "dev": true,
794
+ "license": "ISC",
795
+ "dependencies": {
796
+ "@bcoe/v8-coverage": "^0.2.3",
797
+ "@istanbuljs/schema": "^0.1.3",
798
+ "find-up": "^5.0.0",
799
+ "foreground-child": "^2.0.0",
800
+ "istanbul-lib-coverage": "^3.2.0",
801
+ "istanbul-lib-report": "^3.0.0",
802
+ "istanbul-reports": "^3.1.4",
803
+ "rimraf": "^3.0.2",
804
+ "test-exclude": "^6.0.0",
805
+ "v8-to-istanbul": "^9.0.0",
806
+ "yargs": "^16.2.0",
807
+ "yargs-parser": "^20.2.9"
808
+ },
809
+ "bin": {
810
+ "c8": "bin/c8.js"
811
+ },
812
+ "engines": {
813
+ "node": ">=10.12.0"
814
+ }
815
+ },
816
+ "node_modules/cac": {
817
+ "version": "6.7.14",
818
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/cac/-/cac-6.7.14.tgz",
819
+ "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==",
820
+ "dev": true,
821
+ "license": "MIT",
822
+ "engines": {
823
+ "node": ">=8"
824
+ }
825
+ },
826
+ "node_modules/call-bind": {
827
+ "version": "1.0.5",
828
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/call-bind/-/call-bind-1.0.5.tgz",
829
+ "integrity": "sha512-C3nQxfFZxFRVoJoGKKI8y3MOEo129NQ+FgQ08iye+Mk4zNZZGdjfs06bVTr+DBSlA66Q2VEcMki/cUCP4SercQ==",
830
+ "license": "MIT",
831
+ "dependencies": {
832
+ "function-bind": "^1.1.2",
833
+ "get-intrinsic": "^1.2.1",
834
+ "set-function-length": "^1.1.1"
835
+ },
836
+ "funding": {
837
+ "url": "https://github.com/sponsors/ljharb"
838
+ }
839
+ },
840
+ "node_modules/callsites": {
841
+ "version": "3.1.0",
842
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/callsites/-/callsites-3.1.0.tgz",
843
+ "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
844
+ "dev": true,
845
+ "license": "MIT",
846
+ "engines": {
847
+ "node": ">=6"
848
+ }
849
+ },
850
+ "node_modules/chai": {
851
+ "version": "4.3.10",
852
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/chai/-/chai-4.3.10.tgz",
853
+ "integrity": "sha512-0UXG04VuVbruMUYbJ6JctvH0YnC/4q3/AkT18q4NaITo91CUm0liMS9VqzT9vZhVQ/1eqPanMWjBM+Juhfb/9g==",
854
+ "dev": true,
855
+ "license": "MIT",
856
+ "dependencies": {
857
+ "assertion-error": "^1.1.0",
858
+ "check-error": "^1.0.3",
859
+ "deep-eql": "^4.1.3",
860
+ "get-func-name": "^2.0.2",
861
+ "loupe": "^2.3.6",
862
+ "pathval": "^1.1.1",
863
+ "type-detect": "^4.0.8"
864
+ },
865
+ "engines": {
866
+ "node": ">=4"
867
+ }
868
+ },
869
+ "node_modules/chalk": {
870
+ "version": "4.1.2",
871
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/chalk/-/chalk-4.1.2.tgz",
872
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
873
+ "dev": true,
874
+ "license": "MIT",
875
+ "dependencies": {
876
+ "ansi-styles": "^4.1.0",
877
+ "supports-color": "^7.1.0"
878
+ },
879
+ "engines": {
880
+ "node": ">=10"
881
+ },
882
+ "funding": {
883
+ "url": "https://github.com/chalk/chalk?sponsor=1"
884
+ }
885
+ },
886
+ "node_modules/check-error": {
887
+ "version": "1.0.3",
888
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/check-error/-/check-error-1.0.3.tgz",
889
+ "integrity": "sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==",
890
+ "dev": true,
891
+ "license": "MIT",
892
+ "dependencies": {
893
+ "get-func-name": "^2.0.2"
894
+ },
895
+ "engines": {
896
+ "node": "*"
897
+ }
898
+ },
899
+ "node_modules/cliui": {
900
+ "version": "7.0.4",
901
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/cliui/-/cliui-7.0.4.tgz",
902
+ "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
903
+ "dev": true,
904
+ "license": "ISC",
905
+ "dependencies": {
906
+ "string-width": "^4.2.0",
907
+ "strip-ansi": "^6.0.0",
908
+ "wrap-ansi": "^7.0.0"
909
+ }
910
+ },
911
+ "node_modules/color-convert": {
912
+ "version": "2.0.1",
913
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/color-convert/-/color-convert-2.0.1.tgz",
914
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
915
+ "dev": true,
916
+ "license": "MIT",
917
+ "dependencies": {
918
+ "color-name": "~1.1.4"
919
+ },
920
+ "engines": {
921
+ "node": ">=7.0.0"
922
+ }
923
+ },
924
+ "node_modules/color-name": {
925
+ "version": "1.1.4",
926
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/color-name/-/color-name-1.1.4.tgz",
927
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
928
+ "dev": true,
929
+ "license": "MIT"
930
+ },
931
+ "node_modules/combined-stream": {
932
+ "version": "1.0.8",
933
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/combined-stream/-/combined-stream-1.0.8.tgz",
934
+ "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
935
+ "license": "MIT",
936
+ "dependencies": {
937
+ "delayed-stream": "~1.0.0"
938
+ },
939
+ "engines": {
940
+ "node": ">= 0.8"
941
+ }
942
+ },
943
+ "node_modules/component-emitter": {
944
+ "version": "1.3.1",
945
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/component-emitter/-/component-emitter-1.3.1.tgz",
946
+ "integrity": "sha512-T0+barUSQRTUQASh8bx02dl+DhF54GtIDY13Y3m9oWTklKbb3Wv974meRpeZ3lp1JpLVECWWNHC4vaG2XHXouQ==",
947
+ "license": "MIT",
948
+ "funding": {
949
+ "url": "https://github.com/sponsors/sindresorhus"
950
+ }
951
+ },
952
+ "node_modules/concat-map": {
953
+ "version": "0.0.1",
954
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/concat-map/-/concat-map-0.0.1.tgz",
955
+ "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
956
+ "dev": true,
957
+ "license": "MIT"
958
+ },
959
+ "node_modules/convert-source-map": {
960
+ "version": "2.0.0",
961
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/convert-source-map/-/convert-source-map-2.0.0.tgz",
962
+ "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
963
+ "dev": true,
964
+ "license": "MIT"
965
+ },
966
+ "node_modules/cookiejar": {
967
+ "version": "2.1.4",
968
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/cookiejar/-/cookiejar-2.1.4.tgz",
969
+ "integrity": "sha512-LDx6oHrK+PhzLKJU9j5S7/Y3jM/mUHvD/DeI1WQmJn652iPC5Y4TBzC9l+5OMOXlyTTA+SmVUPm0HQUwpD5Jqw==",
970
+ "license": "MIT"
971
+ },
972
+ "node_modules/cross-spawn": {
973
+ "version": "7.0.3",
974
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/cross-spawn/-/cross-spawn-7.0.3.tgz",
975
+ "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
976
+ "dev": true,
977
+ "license": "MIT",
978
+ "dependencies": {
979
+ "path-key": "^3.1.0",
980
+ "shebang-command": "^2.0.0",
981
+ "which": "^2.0.1"
982
+ },
983
+ "engines": {
984
+ "node": ">= 8"
985
+ }
986
+ },
987
+ "node_modules/cssesc": {
988
+ "version": "3.0.0",
989
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/cssesc/-/cssesc-3.0.0.tgz",
990
+ "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
991
+ "dev": true,
992
+ "license": "MIT",
993
+ "bin": {
994
+ "cssesc": "bin/cssesc"
995
+ },
996
+ "engines": {
997
+ "node": ">=4"
998
+ }
999
+ },
1000
+ "node_modules/cssom": {
1001
+ "version": "0.5.0",
1002
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/cssom/-/cssom-0.5.0.tgz",
1003
+ "integrity": "sha512-iKuQcq+NdHqlAcwUY0o/HL69XQrUaQdMjmStJ8JFmUaiiQErlhrmuigkg/CU4E2J0IyUKUrMAgl36TvN67MqTw==",
1004
+ "dev": true,
1005
+ "license": "MIT"
1006
+ },
1007
+ "node_modules/cssstyle": {
1008
+ "version": "2.3.0",
1009
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/cssstyle/-/cssstyle-2.3.0.tgz",
1010
+ "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==",
1011
+ "dev": true,
1012
+ "license": "MIT",
1013
+ "dependencies": {
1014
+ "cssom": "~0.3.6"
1015
+ },
1016
+ "engines": {
1017
+ "node": ">=8"
1018
+ }
1019
+ },
1020
+ "node_modules/cssstyle/node_modules/cssom": {
1021
+ "version": "0.3.8",
1022
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/cssom/-/cssom-0.3.8.tgz",
1023
+ "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==",
1024
+ "dev": true,
1025
+ "license": "MIT"
1026
+ },
1027
+ "node_modules/csstype": {
1028
+ "version": "3.1.2",
1029
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/csstype/-/csstype-3.1.2.tgz",
1030
+ "integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==",
1031
+ "license": "MIT",
1032
+ "peer": true
1033
+ },
1034
+ "node_modules/d": {
1035
+ "version": "1.0.1",
1036
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/d/-/d-1.0.1.tgz",
1037
+ "integrity": "sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==",
1038
+ "license": "ISC",
1039
+ "dependencies": {
1040
+ "es5-ext": "^0.10.50",
1041
+ "type": "^1.0.1"
1042
+ }
1043
+ },
1044
+ "node_modules/data-urls": {
1045
+ "version": "3.0.2",
1046
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/data-urls/-/data-urls-3.0.2.tgz",
1047
+ "integrity": "sha512-Jy/tj3ldjZJo63sVAvg6LHt2mHvl4V6AgRAmNDtLdm7faqtsx+aJG42rsyCo9JCoRVKwPFzKlIPx3DIibwSIaQ==",
1048
+ "dev": true,
1049
+ "license": "MIT",
1050
+ "dependencies": {
1051
+ "abab": "^2.0.6",
1052
+ "whatwg-mimetype": "^3.0.0",
1053
+ "whatwg-url": "^11.0.0"
1054
+ },
1055
+ "engines": {
1056
+ "node": ">=12"
1057
+ }
1058
+ },
1059
+ "node_modules/debug": {
1060
+ "version": "4.3.4",
1061
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/debug/-/debug-4.3.4.tgz",
1062
+ "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
1063
+ "license": "MIT",
1064
+ "dependencies": {
1065
+ "ms": "2.1.2"
1066
+ },
1067
+ "engines": {
1068
+ "node": ">=6.0"
1069
+ },
1070
+ "peerDependenciesMeta": {
1071
+ "supports-color": {
1072
+ "optional": true
1073
+ }
1074
+ }
1075
+ },
1076
+ "node_modules/decimal.js": {
1077
+ "version": "10.4.3",
1078
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/decimal.js/-/decimal.js-10.4.3.tgz",
1079
+ "integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==",
1080
+ "dev": true,
1081
+ "license": "MIT"
1082
+ },
1083
+ "node_modules/deep-eql": {
1084
+ "version": "4.1.3",
1085
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/deep-eql/-/deep-eql-4.1.3.tgz",
1086
+ "integrity": "sha512-WaEtAOpRA1MQ0eohqZjpGD8zdI0Ovsm8mmFhaDN8dvDZzyoUMcYDnf5Y6iu7HTXxf8JDS23qWa4a+hKCDyOPzw==",
1087
+ "dev": true,
1088
+ "license": "MIT",
1089
+ "dependencies": {
1090
+ "type-detect": "^4.0.0"
1091
+ },
1092
+ "engines": {
1093
+ "node": ">=6"
1094
+ }
1095
+ },
1096
+ "node_modules/deep-is": {
1097
+ "version": "0.1.4",
1098
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/deep-is/-/deep-is-0.1.4.tgz",
1099
+ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
1100
+ "dev": true,
1101
+ "license": "MIT"
1102
+ },
1103
+ "node_modules/define-data-property": {
1104
+ "version": "1.1.1",
1105
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/define-data-property/-/define-data-property-1.1.1.tgz",
1106
+ "integrity": "sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ==",
1107
+ "license": "MIT",
1108
+ "dependencies": {
1109
+ "get-intrinsic": "^1.2.1",
1110
+ "gopd": "^1.0.1",
1111
+ "has-property-descriptors": "^1.0.0"
1112
+ },
1113
+ "engines": {
1114
+ "node": ">= 0.4"
1115
+ }
1116
+ },
1117
+ "node_modules/define-lazy-prop": {
1118
+ "version": "2.0.0",
1119
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
1120
+ "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==",
1121
+ "dev": true,
1122
+ "license": "MIT",
1123
+ "engines": {
1124
+ "node": ">=8"
1125
+ }
1126
+ },
1127
+ "node_modules/delayed-stream": {
1128
+ "version": "1.0.0",
1129
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/delayed-stream/-/delayed-stream-1.0.0.tgz",
1130
+ "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
1131
+ "license": "MIT",
1132
+ "engines": {
1133
+ "node": ">=0.4.0"
1134
+ }
1135
+ },
1136
+ "node_modules/doctrine": {
1137
+ "version": "3.0.0",
1138
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/doctrine/-/doctrine-3.0.0.tgz",
1139
+ "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
1140
+ "dev": true,
1141
+ "license": "Apache-2.0",
1142
+ "dependencies": {
1143
+ "esutils": "^2.0.2"
1144
+ },
1145
+ "engines": {
1146
+ "node": ">=6.0.0"
1147
+ }
1148
+ },
1149
+ "node_modules/domexception": {
1150
+ "version": "4.0.0",
1151
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/domexception/-/domexception-4.0.0.tgz",
1152
+ "integrity": "sha512-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw==",
1153
+ "dev": true,
1154
+ "license": "MIT",
1155
+ "dependencies": {
1156
+ "webidl-conversions": "^7.0.0"
1157
+ },
1158
+ "engines": {
1159
+ "node": ">=12"
1160
+ }
1161
+ },
1162
+ "node_modules/emoji-regex": {
1163
+ "version": "8.0.0",
1164
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/emoji-regex/-/emoji-regex-8.0.0.tgz",
1165
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
1166
+ "dev": true,
1167
+ "license": "MIT"
1168
+ },
1169
+ "node_modules/entities": {
1170
+ "version": "4.5.0",
1171
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/entities/-/entities-4.5.0.tgz",
1172
+ "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
1173
+ "dev": true,
1174
+ "license": "BSD-2-Clause",
1175
+ "engines": {
1176
+ "node": ">=0.12"
1177
+ },
1178
+ "funding": {
1179
+ "url": "https://github.com/fb55/entities?sponsor=1"
1180
+ }
1181
+ },
1182
+ "node_modules/es5-ext": {
1183
+ "version": "0.10.62",
1184
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/es5-ext/-/es5-ext-0.10.62.tgz",
1185
+ "integrity": "sha512-BHLqn0klhEpnOKSrzn/Xsz2UIW8j+cGmo9JLzr8BiUapV8hPL9+FliFqjwr9ngW7jWdnxv6eO+/LqyhJVqgrjA==",
1186
+ "hasInstallScript": true,
1187
+ "license": "ISC",
1188
+ "dependencies": {
1189
+ "es6-iterator": "^2.0.3",
1190
+ "es6-symbol": "^3.1.3",
1191
+ "next-tick": "^1.1.0"
1192
+ },
1193
+ "engines": {
1194
+ "node": ">=0.10"
1195
+ }
1196
+ },
1197
+ "node_modules/es6-iterator": {
1198
+ "version": "2.0.3",
1199
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/es6-iterator/-/es6-iterator-2.0.3.tgz",
1200
+ "integrity": "sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g==",
1201
+ "license": "MIT",
1202
+ "dependencies": {
1203
+ "d": "1",
1204
+ "es5-ext": "^0.10.35",
1205
+ "es6-symbol": "^3.1.1"
1206
+ }
1207
+ },
1208
+ "node_modules/es6-symbol": {
1209
+ "version": "3.1.3",
1210
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/es6-symbol/-/es6-symbol-3.1.3.tgz",
1211
+ "integrity": "sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA==",
1212
+ "license": "ISC",
1213
+ "dependencies": {
1214
+ "d": "^1.0.1",
1215
+ "ext": "^1.1.2"
1216
+ }
1217
+ },
1218
+ "node_modules/esbuild": {
1219
+ "version": "0.15.18",
1220
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/esbuild/-/esbuild-0.15.18.tgz",
1221
+ "integrity": "sha512-x/R72SmW3sSFRm5zrrIjAhCeQSAWoni3CmHEqfQrZIQTM3lVCdehdwuIqaOtfC2slvpdlLa62GYoN8SxT23m6Q==",
1222
+ "dev": true,
1223
+ "hasInstallScript": true,
1224
+ "license": "MIT",
1225
+ "bin": {
1226
+ "esbuild": "bin/esbuild"
1227
+ },
1228
+ "engines": {
1229
+ "node": ">=12"
1230
+ },
1231
+ "optionalDependencies": {
1232
+ "@esbuild/android-arm": "0.15.18",
1233
+ "@esbuild/linux-loong64": "0.15.18",
1234
+ "esbuild-android-64": "0.15.18",
1235
+ "esbuild-android-arm64": "0.15.18",
1236
+ "esbuild-darwin-64": "0.15.18",
1237
+ "esbuild-darwin-arm64": "0.15.18",
1238
+ "esbuild-freebsd-64": "0.15.18",
1239
+ "esbuild-freebsd-arm64": "0.15.18",
1240
+ "esbuild-linux-32": "0.15.18",
1241
+ "esbuild-linux-64": "0.15.18",
1242
+ "esbuild-linux-arm": "0.15.18",
1243
+ "esbuild-linux-arm64": "0.15.18",
1244
+ "esbuild-linux-mips64le": "0.15.18",
1245
+ "esbuild-linux-ppc64le": "0.15.18",
1246
+ "esbuild-linux-riscv64": "0.15.18",
1247
+ "esbuild-linux-s390x": "0.15.18",
1248
+ "esbuild-netbsd-64": "0.15.18",
1249
+ "esbuild-openbsd-64": "0.15.18",
1250
+ "esbuild-sunos-64": "0.15.18",
1251
+ "esbuild-windows-32": "0.15.18",
1252
+ "esbuild-windows-64": "0.15.18",
1253
+ "esbuild-windows-arm64": "0.15.18"
1254
+ }
1255
+ },
1256
+ "node_modules/esbuild-linux-64": {
1257
+ "version": "0.15.18",
1258
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/esbuild-linux-64/-/esbuild-linux-64-0.15.18.tgz",
1259
+ "integrity": "sha512-hNSeP97IviD7oxLKFuii5sDPJ+QHeiFTFLoLm7NZQligur8poNOWGIgpQ7Qf8Balb69hptMZzyOBIPtY09GZYw==",
1260
+ "cpu": [
1261
+ "x64"
1262
+ ],
1263
+ "dev": true,
1264
+ "license": "MIT",
1265
+ "optional": true,
1266
+ "os": [
1267
+ "linux"
1268
+ ],
1269
+ "engines": {
1270
+ "node": ">=12"
1271
+ }
1272
+ },
1273
+ "node_modules/escalade": {
1274
+ "version": "3.1.1",
1275
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/escalade/-/escalade-3.1.1.tgz",
1276
+ "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==",
1277
+ "dev": true,
1278
+ "license": "MIT",
1279
+ "engines": {
1280
+ "node": ">=6"
1281
+ }
1282
+ },
1283
+ "node_modules/escape-string-regexp": {
1284
+ "version": "4.0.0",
1285
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
1286
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
1287
+ "dev": true,
1288
+ "license": "MIT",
1289
+ "engines": {
1290
+ "node": ">=10"
1291
+ },
1292
+ "funding": {
1293
+ "url": "https://github.com/sponsors/sindresorhus"
1294
+ }
1295
+ },
1296
+ "node_modules/escodegen": {
1297
+ "version": "2.1.0",
1298
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/escodegen/-/escodegen-2.1.0.tgz",
1299
+ "integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==",
1300
+ "dev": true,
1301
+ "license": "BSD-2-Clause",
1302
+ "dependencies": {
1303
+ "esprima": "^4.0.1",
1304
+ "estraverse": "^5.2.0",
1305
+ "esutils": "^2.0.2"
1306
+ },
1307
+ "bin": {
1308
+ "escodegen": "bin/escodegen.js",
1309
+ "esgenerate": "bin/esgenerate.js"
1310
+ },
1311
+ "engines": {
1312
+ "node": ">=6.0"
1313
+ },
1314
+ "optionalDependencies": {
1315
+ "source-map": "~0.6.1"
1316
+ }
1317
+ },
1318
+ "node_modules/eslint": {
1319
+ "version": "8.54.0",
1320
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/eslint/-/eslint-8.54.0.tgz",
1321
+ "integrity": "sha512-NY0DfAkM8BIZDVl6PgSa1ttZbx3xHgJzSNJKYcQglem6CppHyMhRIQkBVSSMaSRnLhig3jsDbEzOjwCVt4AmmA==",
1322
+ "dev": true,
1323
+ "license": "MIT",
1324
+ "dependencies": {
1325
+ "@eslint-community/eslint-utils": "^4.2.0",
1326
+ "@eslint-community/regexpp": "^4.6.1",
1327
+ "@eslint/eslintrc": "^2.1.3",
1328
+ "@eslint/js": "8.54.0",
1329
+ "@humanwhocodes/config-array": "^0.11.13",
1330
+ "@humanwhocodes/module-importer": "^1.0.1",
1331
+ "@nodelib/fs.walk": "^1.2.8",
1332
+ "@ungap/structured-clone": "^1.2.0",
1333
+ "ajv": "^6.12.4",
1334
+ "chalk": "^4.0.0",
1335
+ "cross-spawn": "^7.0.2",
1336
+ "debug": "^4.3.2",
1337
+ "doctrine": "^3.0.0",
1338
+ "escape-string-regexp": "^4.0.0",
1339
+ "eslint-scope": "^7.2.2",
1340
+ "eslint-visitor-keys": "^3.4.3",
1341
+ "espree": "^9.6.1",
1342
+ "esquery": "^1.4.2",
1343
+ "esutils": "^2.0.2",
1344
+ "fast-deep-equal": "^3.1.3",
1345
+ "file-entry-cache": "^6.0.1",
1346
+ "find-up": "^5.0.0",
1347
+ "glob-parent": "^6.0.2",
1348
+ "globals": "^13.19.0",
1349
+ "graphemer": "^1.4.0",
1350
+ "ignore": "^5.2.0",
1351
+ "imurmurhash": "^0.1.4",
1352
+ "is-glob": "^4.0.0",
1353
+ "is-path-inside": "^3.0.3",
1354
+ "js-yaml": "^4.1.0",
1355
+ "json-stable-stringify-without-jsonify": "^1.0.1",
1356
+ "levn": "^0.4.1",
1357
+ "lodash.merge": "^4.6.2",
1358
+ "minimatch": "^3.1.2",
1359
+ "natural-compare": "^1.4.0",
1360
+ "optionator": "^0.9.3",
1361
+ "strip-ansi": "^6.0.1",
1362
+ "text-table": "^0.2.0"
1363
+ },
1364
+ "bin": {
1365
+ "eslint": "bin/eslint.js"
1366
+ },
1367
+ "engines": {
1368
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
1369
+ },
1370
+ "funding": {
1371
+ "url": "https://opencollective.com/eslint"
1372
+ }
1373
+ },
1374
+ "node_modules/eslint-config-prettier": {
1375
+ "version": "8.10.0",
1376
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz",
1377
+ "integrity": "sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==",
1378
+ "dev": true,
1379
+ "license": "MIT",
1380
+ "bin": {
1381
+ "eslint-config-prettier": "bin/cli.js"
1382
+ },
1383
+ "peerDependencies": {
1384
+ "eslint": ">=7.0.0"
1385
+ }
1386
+ },
1387
+ "node_modules/eslint-plugin-prettier": {
1388
+ "version": "4.2.1",
1389
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz",
1390
+ "integrity": "sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==",
1391
+ "dev": true,
1392
+ "license": "MIT",
1393
+ "dependencies": {
1394
+ "prettier-linter-helpers": "^1.0.0"
1395
+ },
1396
+ "engines": {
1397
+ "node": ">=12.0.0"
1398
+ },
1399
+ "peerDependencies": {
1400
+ "eslint": ">=7.28.0",
1401
+ "prettier": ">=2.0.0"
1402
+ },
1403
+ "peerDependenciesMeta": {
1404
+ "eslint-config-prettier": {
1405
+ "optional": true
1406
+ }
1407
+ }
1408
+ },
1409
+ "node_modules/eslint-plugin-vue": {
1410
+ "version": "9.19.2",
1411
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/eslint-plugin-vue/-/eslint-plugin-vue-9.19.2.tgz",
1412
+ "integrity": "sha512-CPDqTOG2K4Ni2o4J5wixkLVNwgctKXFu6oBpVJlpNq7f38lh9I80pRTouZSJ2MAebPJlINU/KTFSXyQfBUlymA==",
1413
+ "dev": true,
1414
+ "license": "MIT",
1415
+ "dependencies": {
1416
+ "@eslint-community/eslint-utils": "^4.4.0",
1417
+ "natural-compare": "^1.4.0",
1418
+ "nth-check": "^2.1.1",
1419
+ "postcss-selector-parser": "^6.0.13",
1420
+ "semver": "^7.5.4",
1421
+ "vue-eslint-parser": "^9.3.1",
1422
+ "xml-name-validator": "^4.0.0"
1423
+ },
1424
+ "engines": {
1425
+ "node": "^14.17.0 || >=16.0.0"
1426
+ },
1427
+ "peerDependencies": {
1428
+ "eslint": "^6.2.0 || ^7.0.0 || ^8.0.0"
1429
+ }
1430
+ },
1431
+ "node_modules/eslint-scope": {
1432
+ "version": "7.2.2",
1433
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/eslint-scope/-/eslint-scope-7.2.2.tgz",
1434
+ "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
1435
+ "dev": true,
1436
+ "license": "BSD-2-Clause",
1437
+ "dependencies": {
1438
+ "esrecurse": "^4.3.0",
1439
+ "estraverse": "^5.2.0"
1440
+ },
1441
+ "engines": {
1442
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
1443
+ },
1444
+ "funding": {
1445
+ "url": "https://opencollective.com/eslint"
1446
+ }
1447
+ },
1448
+ "node_modules/eslint-visitor-keys": {
1449
+ "version": "3.4.3",
1450
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
1451
+ "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
1452
+ "dev": true,
1453
+ "license": "Apache-2.0",
1454
+ "engines": {
1455
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
1456
+ },
1457
+ "funding": {
1458
+ "url": "https://opencollective.com/eslint"
1459
+ }
1460
+ },
1461
+ "node_modules/espree": {
1462
+ "version": "9.6.1",
1463
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/espree/-/espree-9.6.1.tgz",
1464
+ "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
1465
+ "dev": true,
1466
+ "license": "BSD-2-Clause",
1467
+ "dependencies": {
1468
+ "acorn": "^8.9.0",
1469
+ "acorn-jsx": "^5.3.2",
1470
+ "eslint-visitor-keys": "^3.4.1"
1471
+ },
1472
+ "engines": {
1473
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
1474
+ },
1475
+ "funding": {
1476
+ "url": "https://opencollective.com/eslint"
1477
+ }
1478
+ },
1479
+ "node_modules/esprima": {
1480
+ "version": "4.0.1",
1481
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/esprima/-/esprima-4.0.1.tgz",
1482
+ "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
1483
+ "dev": true,
1484
+ "license": "BSD-2-Clause",
1485
+ "bin": {
1486
+ "esparse": "bin/esparse.js",
1487
+ "esvalidate": "bin/esvalidate.js"
1488
+ },
1489
+ "engines": {
1490
+ "node": ">=4"
1491
+ }
1492
+ },
1493
+ "node_modules/esquery": {
1494
+ "version": "1.5.0",
1495
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/esquery/-/esquery-1.5.0.tgz",
1496
+ "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==",
1497
+ "dev": true,
1498
+ "license": "BSD-3-Clause",
1499
+ "dependencies": {
1500
+ "estraverse": "^5.1.0"
1501
+ },
1502
+ "engines": {
1503
+ "node": ">=0.10"
1504
+ }
1505
+ },
1506
+ "node_modules/esrecurse": {
1507
+ "version": "4.3.0",
1508
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/esrecurse/-/esrecurse-4.3.0.tgz",
1509
+ "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
1510
+ "dev": true,
1511
+ "license": "BSD-2-Clause",
1512
+ "dependencies": {
1513
+ "estraverse": "^5.2.0"
1514
+ },
1515
+ "engines": {
1516
+ "node": ">=4.0"
1517
+ }
1518
+ },
1519
+ "node_modules/estraverse": {
1520
+ "version": "5.3.0",
1521
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/estraverse/-/estraverse-5.3.0.tgz",
1522
+ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
1523
+ "dev": true,
1524
+ "license": "BSD-2-Clause",
1525
+ "engines": {
1526
+ "node": ">=4.0"
1527
+ }
1528
+ },
1529
+ "node_modules/estree-walker": {
1530
+ "version": "2.0.2",
1531
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/estree-walker/-/estree-walker-2.0.2.tgz",
1532
+ "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
1533
+ "license": "MIT"
1534
+ },
1535
+ "node_modules/esutils": {
1536
+ "version": "2.0.3",
1537
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/esutils/-/esutils-2.0.3.tgz",
1538
+ "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
1539
+ "dev": true,
1540
+ "license": "BSD-2-Clause",
1541
+ "engines": {
1542
+ "node": ">=0.10.0"
1543
+ }
1544
+ },
1545
+ "node_modules/event-emitter": {
1546
+ "version": "0.3.5",
1547
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/event-emitter/-/event-emitter-0.3.5.tgz",
1548
+ "integrity": "sha512-D9rRn9y7kLPnJ+hMq7S/nhvoKwwvVJahBi2BPmx3bvbsEdK3W9ii8cBSGjP+72/LnM4n6fo3+dkCX5FeTQruXA==",
1549
+ "license": "MIT",
1550
+ "dependencies": {
1551
+ "d": "1",
1552
+ "es5-ext": "~0.10.14"
1553
+ }
1554
+ },
1555
+ "node_modules/ext": {
1556
+ "version": "1.7.0",
1557
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/ext/-/ext-1.7.0.tgz",
1558
+ "integrity": "sha512-6hxeJYaL110a9b5TEJSj0gojyHQAmA2ch5Os+ySCiA1QGdS697XWY1pzsrSjqA9LDEEgdB/KypIlR59RcLuHYw==",
1559
+ "license": "ISC",
1560
+ "dependencies": {
1561
+ "type": "^2.7.2"
1562
+ }
1563
+ },
1564
+ "node_modules/ext/node_modules/type": {
1565
+ "version": "2.7.2",
1566
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/type/-/type-2.7.2.tgz",
1567
+ "integrity": "sha512-dzlvlNlt6AXU7EBSfpAscydQ7gXB+pPGsPnfJnZpiNJBDj7IaJzQlBZYGdEi4R9HmPdBv2XmWJ6YUtoTa7lmCw==",
1568
+ "license": "ISC"
1569
+ },
1570
+ "node_modules/fast-deep-equal": {
1571
+ "version": "3.1.3",
1572
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
1573
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
1574
+ "dev": true,
1575
+ "license": "MIT"
1576
+ },
1577
+ "node_modules/fast-diff": {
1578
+ "version": "1.3.0",
1579
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/fast-diff/-/fast-diff-1.3.0.tgz",
1580
+ "integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==",
1581
+ "dev": true,
1582
+ "license": "Apache-2.0"
1583
+ },
1584
+ "node_modules/fast-json-stable-stringify": {
1585
+ "version": "2.1.0",
1586
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
1587
+ "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
1588
+ "dev": true,
1589
+ "license": "MIT"
1590
+ },
1591
+ "node_modules/fast-levenshtein": {
1592
+ "version": "2.0.6",
1593
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
1594
+ "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
1595
+ "dev": true,
1596
+ "license": "MIT"
1597
+ },
1598
+ "node_modules/fast-safe-stringify": {
1599
+ "version": "2.1.1",
1600
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz",
1601
+ "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==",
1602
+ "license": "MIT"
1603
+ },
1604
+ "node_modules/fastq": {
1605
+ "version": "1.15.0",
1606
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/fastq/-/fastq-1.15.0.tgz",
1607
+ "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==",
1608
+ "dev": true,
1609
+ "license": "ISC",
1610
+ "dependencies": {
1611
+ "reusify": "^1.0.4"
1612
+ }
1613
+ },
1614
+ "node_modules/file-entry-cache": {
1615
+ "version": "6.0.1",
1616
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
1617
+ "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
1618
+ "dev": true,
1619
+ "license": "MIT",
1620
+ "dependencies": {
1621
+ "flat-cache": "^3.0.4"
1622
+ },
1623
+ "engines": {
1624
+ "node": "^10.12.0 || >=12.0.0"
1625
+ }
1626
+ },
1627
+ "node_modules/find-up": {
1628
+ "version": "5.0.0",
1629
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/find-up/-/find-up-5.0.0.tgz",
1630
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
1631
+ "dev": true,
1632
+ "license": "MIT",
1633
+ "dependencies": {
1634
+ "locate-path": "^6.0.0",
1635
+ "path-exists": "^4.0.0"
1636
+ },
1637
+ "engines": {
1638
+ "node": ">=10"
1639
+ },
1640
+ "funding": {
1641
+ "url": "https://github.com/sponsors/sindresorhus"
1642
+ }
1643
+ },
1644
+ "node_modules/flat-cache": {
1645
+ "version": "3.2.0",
1646
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/flat-cache/-/flat-cache-3.2.0.tgz",
1647
+ "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==",
1648
+ "dev": true,
1649
+ "license": "MIT",
1650
+ "dependencies": {
1651
+ "flatted": "^3.2.9",
1652
+ "keyv": "^4.5.3",
1653
+ "rimraf": "^3.0.2"
1654
+ },
1655
+ "engines": {
1656
+ "node": "^10.12.0 || >=12.0.0"
1657
+ }
1658
+ },
1659
+ "node_modules/flatted": {
1660
+ "version": "3.2.9",
1661
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/flatted/-/flatted-3.2.9.tgz",
1662
+ "integrity": "sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==",
1663
+ "dev": true,
1664
+ "license": "ISC"
1665
+ },
1666
+ "node_modules/follow-redirects": {
1667
+ "version": "1.15.3",
1668
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/follow-redirects/-/follow-redirects-1.15.3.tgz",
1669
+ "integrity": "sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==",
1670
+ "funding": [
1671
+ {
1672
+ "type": "individual",
1673
+ "url": "https://github.com/sponsors/RubenVerborgh"
1674
+ }
1675
+ ],
1676
+ "license": "MIT",
1677
+ "engines": {
1678
+ "node": ">=4.0"
1679
+ },
1680
+ "peerDependenciesMeta": {
1681
+ "debug": {
1682
+ "optional": true
1683
+ }
1684
+ }
1685
+ },
1686
+ "node_modules/foreground-child": {
1687
+ "version": "2.0.0",
1688
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/foreground-child/-/foreground-child-2.0.0.tgz",
1689
+ "integrity": "sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA==",
1690
+ "dev": true,
1691
+ "license": "ISC",
1692
+ "dependencies": {
1693
+ "cross-spawn": "^7.0.0",
1694
+ "signal-exit": "^3.0.2"
1695
+ },
1696
+ "engines": {
1697
+ "node": ">=8.0.0"
1698
+ }
1699
+ },
1700
+ "node_modules/form-data": {
1701
+ "version": "4.0.0",
1702
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/form-data/-/form-data-4.0.0.tgz",
1703
+ "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
1704
+ "license": "MIT",
1705
+ "dependencies": {
1706
+ "asynckit": "^0.4.0",
1707
+ "combined-stream": "^1.0.8",
1708
+ "mime-types": "^2.1.12"
1709
+ },
1710
+ "engines": {
1711
+ "node": ">= 6"
1712
+ }
1713
+ },
1714
+ "node_modules/formidable": {
1715
+ "version": "1.2.6",
1716
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/formidable/-/formidable-1.2.6.tgz",
1717
+ "integrity": "sha512-KcpbcpuLNOwrEjnbpMC0gS+X8ciDoZE1kkqzat4a8vrprf+s9pKNQ/QIwWfbfs4ltgmFl3MD177SNTkve3BwGQ==",
1718
+ "deprecated": "Please upgrade to latest, formidable@v2 or formidable@v3! Check these notes: https://bit.ly/2ZEqIau",
1719
+ "license": "MIT",
1720
+ "funding": {
1721
+ "url": "https://ko-fi.com/tunnckoCore/commissions"
1722
+ }
1723
+ },
1724
+ "node_modules/fs.realpath": {
1725
+ "version": "1.0.0",
1726
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/fs.realpath/-/fs.realpath-1.0.0.tgz",
1727
+ "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
1728
+ "dev": true,
1729
+ "license": "ISC"
1730
+ },
1731
+ "node_modules/function-bind": {
1732
+ "version": "1.1.2",
1733
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/function-bind/-/function-bind-1.1.2.tgz",
1734
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
1735
+ "license": "MIT",
1736
+ "funding": {
1737
+ "url": "https://github.com/sponsors/ljharb"
1738
+ }
1739
+ },
1740
+ "node_modules/get-caller-file": {
1741
+ "version": "2.0.5",
1742
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/get-caller-file/-/get-caller-file-2.0.5.tgz",
1743
+ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
1744
+ "dev": true,
1745
+ "license": "ISC",
1746
+ "engines": {
1747
+ "node": "6.* || 8.* || >= 10.*"
1748
+ }
1749
+ },
1750
+ "node_modules/get-func-name": {
1751
+ "version": "2.0.2",
1752
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/get-func-name/-/get-func-name-2.0.2.tgz",
1753
+ "integrity": "sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==",
1754
+ "dev": true,
1755
+ "license": "MIT",
1756
+ "engines": {
1757
+ "node": "*"
1758
+ }
1759
+ },
1760
+ "node_modules/get-intrinsic": {
1761
+ "version": "1.2.2",
1762
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/get-intrinsic/-/get-intrinsic-1.2.2.tgz",
1763
+ "integrity": "sha512-0gSo4ml/0j98Y3lngkFEot/zhiCeWsbYIlZ+uZOVgzLyLaUw7wxUL+nCTP0XJvJg1AXulJRI3UJi8GsbDuxdGA==",
1764
+ "license": "MIT",
1765
+ "dependencies": {
1766
+ "function-bind": "^1.1.2",
1767
+ "has-proto": "^1.0.1",
1768
+ "has-symbols": "^1.0.3",
1769
+ "hasown": "^2.0.0"
1770
+ },
1771
+ "funding": {
1772
+ "url": "https://github.com/sponsors/ljharb"
1773
+ }
1774
+ },
1775
+ "node_modules/glob": {
1776
+ "version": "7.2.3",
1777
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/glob/-/glob-7.2.3.tgz",
1778
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
1779
+ "dev": true,
1780
+ "license": "ISC",
1781
+ "dependencies": {
1782
+ "fs.realpath": "^1.0.0",
1783
+ "inflight": "^1.0.4",
1784
+ "inherits": "2",
1785
+ "minimatch": "^3.1.1",
1786
+ "once": "^1.3.0",
1787
+ "path-is-absolute": "^1.0.0"
1788
+ },
1789
+ "engines": {
1790
+ "node": "*"
1791
+ },
1792
+ "funding": {
1793
+ "url": "https://github.com/sponsors/isaacs"
1794
+ }
1795
+ },
1796
+ "node_modules/glob-parent": {
1797
+ "version": "6.0.2",
1798
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/glob-parent/-/glob-parent-6.0.2.tgz",
1799
+ "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
1800
+ "dev": true,
1801
+ "license": "ISC",
1802
+ "dependencies": {
1803
+ "is-glob": "^4.0.3"
1804
+ },
1805
+ "engines": {
1806
+ "node": ">=10.13.0"
1807
+ }
1808
+ },
1809
+ "node_modules/globals": {
1810
+ "version": "13.23.0",
1811
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/globals/-/globals-13.23.0.tgz",
1812
+ "integrity": "sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA==",
1813
+ "dev": true,
1814
+ "license": "MIT",
1815
+ "dependencies": {
1816
+ "type-fest": "^0.20.2"
1817
+ },
1818
+ "engines": {
1819
+ "node": ">=8"
1820
+ },
1821
+ "funding": {
1822
+ "url": "https://github.com/sponsors/sindresorhus"
1823
+ }
1824
+ },
1825
+ "node_modules/gopd": {
1826
+ "version": "1.0.1",
1827
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/gopd/-/gopd-1.0.1.tgz",
1828
+ "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
1829
+ "license": "MIT",
1830
+ "dependencies": {
1831
+ "get-intrinsic": "^1.1.3"
1832
+ },
1833
+ "funding": {
1834
+ "url": "https://github.com/sponsors/ljharb"
1835
+ }
1836
+ },
1837
+ "node_modules/graphemer": {
1838
+ "version": "1.4.0",
1839
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/graphemer/-/graphemer-1.4.0.tgz",
1840
+ "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
1841
+ "dev": true,
1842
+ "license": "MIT"
1843
+ },
1844
+ "node_modules/has-flag": {
1845
+ "version": "4.0.0",
1846
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/has-flag/-/has-flag-4.0.0.tgz",
1847
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
1848
+ "dev": true,
1849
+ "license": "MIT",
1850
+ "engines": {
1851
+ "node": ">=8"
1852
+ }
1853
+ },
1854
+ "node_modules/has-property-descriptors": {
1855
+ "version": "1.0.1",
1856
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/has-property-descriptors/-/has-property-descriptors-1.0.1.tgz",
1857
+ "integrity": "sha512-VsX8eaIewvas0xnvinAe9bw4WfIeODpGYikiWYLH+dma0Jw6KHYqWiWfhQlgOVK8D6PvjubK5Uc4P0iIhIcNVg==",
1858
+ "license": "MIT",
1859
+ "dependencies": {
1860
+ "get-intrinsic": "^1.2.2"
1861
+ },
1862
+ "funding": {
1863
+ "url": "https://github.com/sponsors/ljharb"
1864
+ }
1865
+ },
1866
+ "node_modules/has-proto": {
1867
+ "version": "1.0.1",
1868
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/has-proto/-/has-proto-1.0.1.tgz",
1869
+ "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==",
1870
+ "license": "MIT",
1871
+ "engines": {
1872
+ "node": ">= 0.4"
1873
+ },
1874
+ "funding": {
1875
+ "url": "https://github.com/sponsors/ljharb"
1876
+ }
1877
+ },
1878
+ "node_modules/has-symbols": {
1879
+ "version": "1.0.3",
1880
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/has-symbols/-/has-symbols-1.0.3.tgz",
1881
+ "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
1882
+ "license": "MIT",
1883
+ "engines": {
1884
+ "node": ">= 0.4"
1885
+ },
1886
+ "funding": {
1887
+ "url": "https://github.com/sponsors/ljharb"
1888
+ }
1889
+ },
1890
+ "node_modules/hasown": {
1891
+ "version": "2.0.0",
1892
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/hasown/-/hasown-2.0.0.tgz",
1893
+ "integrity": "sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==",
1894
+ "license": "MIT",
1895
+ "dependencies": {
1896
+ "function-bind": "^1.1.2"
1897
+ },
1898
+ "engines": {
1899
+ "node": ">= 0.4"
1900
+ }
1901
+ },
1902
+ "node_modules/html-encoding-sniffer": {
1903
+ "version": "3.0.0",
1904
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/html-encoding-sniffer/-/html-encoding-sniffer-3.0.0.tgz",
1905
+ "integrity": "sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA==",
1906
+ "dev": true,
1907
+ "license": "MIT",
1908
+ "dependencies": {
1909
+ "whatwg-encoding": "^2.0.0"
1910
+ },
1911
+ "engines": {
1912
+ "node": ">=12"
1913
+ }
1914
+ },
1915
+ "node_modules/html-escaper": {
1916
+ "version": "2.0.2",
1917
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/html-escaper/-/html-escaper-2.0.2.tgz",
1918
+ "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==",
1919
+ "dev": true,
1920
+ "license": "MIT"
1921
+ },
1922
+ "node_modules/http-proxy-agent": {
1923
+ "version": "5.0.0",
1924
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz",
1925
+ "integrity": "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==",
1926
+ "dev": true,
1927
+ "license": "MIT",
1928
+ "dependencies": {
1929
+ "@tootallnate/once": "2",
1930
+ "agent-base": "6",
1931
+ "debug": "4"
1932
+ },
1933
+ "engines": {
1934
+ "node": ">= 6"
1935
+ }
1936
+ },
1937
+ "node_modules/https-proxy-agent": {
1938
+ "version": "5.0.1",
1939
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
1940
+ "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
1941
+ "dev": true,
1942
+ "license": "MIT",
1943
+ "dependencies": {
1944
+ "agent-base": "6",
1945
+ "debug": "4"
1946
+ },
1947
+ "engines": {
1948
+ "node": ">= 6"
1949
+ }
1950
+ },
1951
+ "node_modules/iconv-lite": {
1952
+ "version": "0.6.3",
1953
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/iconv-lite/-/iconv-lite-0.6.3.tgz",
1954
+ "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
1955
+ "dev": true,
1956
+ "license": "MIT",
1957
+ "dependencies": {
1958
+ "safer-buffer": ">= 2.1.2 < 3.0.0"
1959
+ },
1960
+ "engines": {
1961
+ "node": ">=0.10.0"
1962
+ }
1963
+ },
1964
+ "node_modules/ignore": {
1965
+ "version": "5.3.0",
1966
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/ignore/-/ignore-5.3.0.tgz",
1967
+ "integrity": "sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==",
1968
+ "dev": true,
1969
+ "license": "MIT",
1970
+ "engines": {
1971
+ "node": ">= 4"
1972
+ }
1973
+ },
1974
+ "node_modules/import-fresh": {
1975
+ "version": "3.3.0",
1976
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/import-fresh/-/import-fresh-3.3.0.tgz",
1977
+ "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
1978
+ "dev": true,
1979
+ "license": "MIT",
1980
+ "dependencies": {
1981
+ "parent-module": "^1.0.0",
1982
+ "resolve-from": "^4.0.0"
1983
+ },
1984
+ "engines": {
1985
+ "node": ">=6"
1986
+ },
1987
+ "funding": {
1988
+ "url": "https://github.com/sponsors/sindresorhus"
1989
+ }
1990
+ },
1991
+ "node_modules/imurmurhash": {
1992
+ "version": "0.1.4",
1993
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/imurmurhash/-/imurmurhash-0.1.4.tgz",
1994
+ "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
1995
+ "dev": true,
1996
+ "license": "MIT",
1997
+ "engines": {
1998
+ "node": ">=0.8.19"
1999
+ }
2000
+ },
2001
+ "node_modules/inflight": {
2002
+ "version": "1.0.6",
2003
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/inflight/-/inflight-1.0.6.tgz",
2004
+ "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
2005
+ "dev": true,
2006
+ "license": "ISC",
2007
+ "dependencies": {
2008
+ "once": "^1.3.0",
2009
+ "wrappy": "1"
2010
+ }
2011
+ },
2012
+ "node_modules/inherits": {
2013
+ "version": "2.0.4",
2014
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/inherits/-/inherits-2.0.4.tgz",
2015
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
2016
+ "license": "ISC"
2017
+ },
2018
+ "node_modules/is-core-module": {
2019
+ "version": "2.13.1",
2020
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/is-core-module/-/is-core-module-2.13.1.tgz",
2021
+ "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==",
2022
+ "dev": true,
2023
+ "license": "MIT",
2024
+ "dependencies": {
2025
+ "hasown": "^2.0.0"
2026
+ },
2027
+ "funding": {
2028
+ "url": "https://github.com/sponsors/ljharb"
2029
+ }
2030
+ },
2031
+ "node_modules/is-docker": {
2032
+ "version": "2.2.1",
2033
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/is-docker/-/is-docker-2.2.1.tgz",
2034
+ "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
2035
+ "dev": true,
2036
+ "license": "MIT",
2037
+ "bin": {
2038
+ "is-docker": "cli.js"
2039
+ },
2040
+ "engines": {
2041
+ "node": ">=8"
2042
+ },
2043
+ "funding": {
2044
+ "url": "https://github.com/sponsors/sindresorhus"
2045
+ }
2046
+ },
2047
+ "node_modules/is-extglob": {
2048
+ "version": "2.1.1",
2049
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/is-extglob/-/is-extglob-2.1.1.tgz",
2050
+ "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
2051
+ "dev": true,
2052
+ "license": "MIT",
2053
+ "engines": {
2054
+ "node": ">=0.10.0"
2055
+ }
2056
+ },
2057
+ "node_modules/is-fullwidth-code-point": {
2058
+ "version": "3.0.0",
2059
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
2060
+ "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
2061
+ "dev": true,
2062
+ "license": "MIT",
2063
+ "engines": {
2064
+ "node": ">=8"
2065
+ }
2066
+ },
2067
+ "node_modules/is-glob": {
2068
+ "version": "4.0.3",
2069
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/is-glob/-/is-glob-4.0.3.tgz",
2070
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
2071
+ "dev": true,
2072
+ "license": "MIT",
2073
+ "dependencies": {
2074
+ "is-extglob": "^2.1.1"
2075
+ },
2076
+ "engines": {
2077
+ "node": ">=0.10.0"
2078
+ }
2079
+ },
2080
+ "node_modules/is-path-inside": {
2081
+ "version": "3.0.3",
2082
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/is-path-inside/-/is-path-inside-3.0.3.tgz",
2083
+ "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
2084
+ "dev": true,
2085
+ "license": "MIT",
2086
+ "engines": {
2087
+ "node": ">=8"
2088
+ }
2089
+ },
2090
+ "node_modules/is-potential-custom-element-name": {
2091
+ "version": "1.0.1",
2092
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
2093
+ "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==",
2094
+ "dev": true,
2095
+ "license": "MIT"
2096
+ },
2097
+ "node_modules/is-wsl": {
2098
+ "version": "2.2.0",
2099
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/is-wsl/-/is-wsl-2.2.0.tgz",
2100
+ "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
2101
+ "dev": true,
2102
+ "license": "MIT",
2103
+ "dependencies": {
2104
+ "is-docker": "^2.0.0"
2105
+ },
2106
+ "engines": {
2107
+ "node": ">=8"
2108
+ }
2109
+ },
2110
+ "node_modules/isexe": {
2111
+ "version": "2.0.0",
2112
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/isexe/-/isexe-2.0.0.tgz",
2113
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
2114
+ "dev": true,
2115
+ "license": "ISC"
2116
+ },
2117
+ "node_modules/istanbul-lib-coverage": {
2118
+ "version": "3.2.2",
2119
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz",
2120
+ "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==",
2121
+ "dev": true,
2122
+ "license": "BSD-3-Clause",
2123
+ "engines": {
2124
+ "node": ">=8"
2125
+ }
2126
+ },
2127
+ "node_modules/istanbul-lib-report": {
2128
+ "version": "3.0.1",
2129
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz",
2130
+ "integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==",
2131
+ "dev": true,
2132
+ "license": "BSD-3-Clause",
2133
+ "dependencies": {
2134
+ "istanbul-lib-coverage": "^3.0.0",
2135
+ "make-dir": "^4.0.0",
2136
+ "supports-color": "^7.1.0"
2137
+ },
2138
+ "engines": {
2139
+ "node": ">=10"
2140
+ }
2141
+ },
2142
+ "node_modules/istanbul-reports": {
2143
+ "version": "3.1.6",
2144
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/istanbul-reports/-/istanbul-reports-3.1.6.tgz",
2145
+ "integrity": "sha512-TLgnMkKg3iTDsQ9PbPTdpfAK2DzjF9mqUG7RMgcQl8oFjad8ob4laGxv5XV5U9MAfx8D6tSJiUyuAwzLicaxlg==",
2146
+ "dev": true,
2147
+ "license": "BSD-3-Clause",
2148
+ "dependencies": {
2149
+ "html-escaper": "^2.0.0",
2150
+ "istanbul-lib-report": "^3.0.0"
2151
+ },
2152
+ "engines": {
2153
+ "node": ">=8"
2154
+ }
2155
+ },
2156
+ "node_modules/js-yaml": {
2157
+ "version": "4.1.0",
2158
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/js-yaml/-/js-yaml-4.1.0.tgz",
2159
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
2160
+ "dev": true,
2161
+ "license": "MIT",
2162
+ "dependencies": {
2163
+ "argparse": "^2.0.1"
2164
+ },
2165
+ "bin": {
2166
+ "js-yaml": "bin/js-yaml.js"
2167
+ }
2168
+ },
2169
+ "node_modules/jsdom": {
2170
+ "version": "20.0.3",
2171
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/jsdom/-/jsdom-20.0.3.tgz",
2172
+ "integrity": "sha512-SYhBvTh89tTfCD/CRdSOm13mOBa42iTaTyfyEWBdKcGdPxPtLFBXuHR8XHb33YNYaP+lLbmSvBTsnoesCNJEsQ==",
2173
+ "dev": true,
2174
+ "license": "MIT",
2175
+ "dependencies": {
2176
+ "abab": "^2.0.6",
2177
+ "acorn": "^8.8.1",
2178
+ "acorn-globals": "^7.0.0",
2179
+ "cssom": "^0.5.0",
2180
+ "cssstyle": "^2.3.0",
2181
+ "data-urls": "^3.0.2",
2182
+ "decimal.js": "^10.4.2",
2183
+ "domexception": "^4.0.0",
2184
+ "escodegen": "^2.0.0",
2185
+ "form-data": "^4.0.0",
2186
+ "html-encoding-sniffer": "^3.0.0",
2187
+ "http-proxy-agent": "^5.0.0",
2188
+ "https-proxy-agent": "^5.0.1",
2189
+ "is-potential-custom-element-name": "^1.0.1",
2190
+ "nwsapi": "^2.2.2",
2191
+ "parse5": "^7.1.1",
2192
+ "saxes": "^6.0.0",
2193
+ "symbol-tree": "^3.2.4",
2194
+ "tough-cookie": "^4.1.2",
2195
+ "w3c-xmlserializer": "^4.0.0",
2196
+ "webidl-conversions": "^7.0.0",
2197
+ "whatwg-encoding": "^2.0.0",
2198
+ "whatwg-mimetype": "^3.0.0",
2199
+ "whatwg-url": "^11.0.0",
2200
+ "ws": "^8.11.0",
2201
+ "xml-name-validator": "^4.0.0"
2202
+ },
2203
+ "engines": {
2204
+ "node": ">=14"
2205
+ },
2206
+ "peerDependencies": {
2207
+ "canvas": "^2.5.0"
2208
+ },
2209
+ "peerDependenciesMeta": {
2210
+ "canvas": {
2211
+ "optional": true
2212
+ }
2213
+ }
2214
+ },
2215
+ "node_modules/json-buffer": {
2216
+ "version": "3.0.1",
2217
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/json-buffer/-/json-buffer-3.0.1.tgz",
2218
+ "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
2219
+ "dev": true,
2220
+ "license": "MIT"
2221
+ },
2222
+ "node_modules/json-schema-traverse": {
2223
+ "version": "0.4.1",
2224
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
2225
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
2226
+ "dev": true,
2227
+ "license": "MIT"
2228
+ },
2229
+ "node_modules/json-stable-stringify-without-jsonify": {
2230
+ "version": "1.0.1",
2231
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
2232
+ "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
2233
+ "dev": true,
2234
+ "license": "MIT"
2235
+ },
2236
+ "node_modules/jsonc-parser": {
2237
+ "version": "3.2.0",
2238
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/jsonc-parser/-/jsonc-parser-3.2.0.tgz",
2239
+ "integrity": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==",
2240
+ "dev": true,
2241
+ "license": "MIT"
2242
+ },
2243
+ "node_modules/keyv": {
2244
+ "version": "4.5.4",
2245
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/keyv/-/keyv-4.5.4.tgz",
2246
+ "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
2247
+ "dev": true,
2248
+ "license": "MIT",
2249
+ "dependencies": {
2250
+ "json-buffer": "3.0.1"
2251
+ }
2252
+ },
2253
+ "node_modules/levn": {
2254
+ "version": "0.4.1",
2255
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/levn/-/levn-0.4.1.tgz",
2256
+ "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
2257
+ "dev": true,
2258
+ "license": "MIT",
2259
+ "dependencies": {
2260
+ "prelude-ls": "^1.2.1",
2261
+ "type-check": "~0.4.0"
2262
+ },
2263
+ "engines": {
2264
+ "node": ">= 0.8.0"
2265
+ }
2266
+ },
2267
+ "node_modules/local-pkg": {
2268
+ "version": "0.4.3",
2269
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/local-pkg/-/local-pkg-0.4.3.tgz",
2270
+ "integrity": "sha512-SFppqq5p42fe2qcZQqqEOiVRXl+WCP1MdT6k7BDEW1j++sp5fIY+/fdRQitvKgB5BrBcmrs5m/L0v2FrU5MY1g==",
2271
+ "dev": true,
2272
+ "license": "MIT",
2273
+ "engines": {
2274
+ "node": ">=14"
2275
+ },
2276
+ "funding": {
2277
+ "url": "https://github.com/sponsors/antfu"
2278
+ }
2279
+ },
2280
+ "node_modules/locate-path": {
2281
+ "version": "6.0.0",
2282
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/locate-path/-/locate-path-6.0.0.tgz",
2283
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
2284
+ "dev": true,
2285
+ "license": "MIT",
2286
+ "dependencies": {
2287
+ "p-locate": "^5.0.0"
2288
+ },
2289
+ "engines": {
2290
+ "node": ">=10"
2291
+ },
2292
+ "funding": {
2293
+ "url": "https://github.com/sponsors/sindresorhus"
2294
+ }
2295
+ },
2296
+ "node_modules/lodash": {
2297
+ "version": "4.17.21",
2298
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/lodash/-/lodash-4.17.21.tgz",
2299
+ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
2300
+ "dev": true,
2301
+ "license": "MIT"
2302
+ },
2303
+ "node_modules/lodash.merge": {
2304
+ "version": "4.6.2",
2305
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/lodash.merge/-/lodash.merge-4.6.2.tgz",
2306
+ "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
2307
+ "dev": true,
2308
+ "license": "MIT"
2309
+ },
2310
+ "node_modules/loupe": {
2311
+ "version": "2.3.7",
2312
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/loupe/-/loupe-2.3.7.tgz",
2313
+ "integrity": "sha512-zSMINGVYkdpYSOBmLi0D1Uo7JU9nVdQKrHxC8eYlV+9YKK9WePqAlL7lSlorG/U2Fw1w0hTBmaa/jrQ3UbPHtA==",
2314
+ "dev": true,
2315
+ "license": "MIT",
2316
+ "dependencies": {
2317
+ "get-func-name": "^2.0.1"
2318
+ }
2319
+ },
2320
+ "node_modules/lru-cache": {
2321
+ "version": "6.0.0",
2322
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/lru-cache/-/lru-cache-6.0.0.tgz",
2323
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
2324
+ "license": "ISC",
2325
+ "dependencies": {
2326
+ "yallist": "^4.0.0"
2327
+ },
2328
+ "engines": {
2329
+ "node": ">=10"
2330
+ }
2331
+ },
2332
+ "node_modules/magic-string": {
2333
+ "version": "0.30.5",
2334
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/magic-string/-/magic-string-0.30.5.tgz",
2335
+ "integrity": "sha512-7xlpfBaQaP/T6Vh8MO/EqXSW5En6INHEvEXQiuff7Gku0PWjU3uf6w/j9o7O+SpB5fOAkrI5HeoNgwjEO0pFsA==",
2336
+ "license": "MIT",
2337
+ "peer": true,
2338
+ "dependencies": {
2339
+ "@jridgewell/sourcemap-codec": "^1.4.15"
2340
+ },
2341
+ "engines": {
2342
+ "node": ">=12"
2343
+ }
2344
+ },
2345
+ "node_modules/make-dir": {
2346
+ "version": "4.0.0",
2347
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/make-dir/-/make-dir-4.0.0.tgz",
2348
+ "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==",
2349
+ "dev": true,
2350
+ "license": "MIT",
2351
+ "dependencies": {
2352
+ "semver": "^7.5.3"
2353
+ },
2354
+ "engines": {
2355
+ "node": ">=10"
2356
+ },
2357
+ "funding": {
2358
+ "url": "https://github.com/sponsors/sindresorhus"
2359
+ }
2360
+ },
2361
+ "node_modules/methods": {
2362
+ "version": "1.1.2",
2363
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/methods/-/methods-1.1.2.tgz",
2364
+ "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==",
2365
+ "license": "MIT",
2366
+ "engines": {
2367
+ "node": ">= 0.6"
2368
+ }
2369
+ },
2370
+ "node_modules/mime": {
2371
+ "version": "2.6.0",
2372
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/mime/-/mime-2.6.0.tgz",
2373
+ "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==",
2374
+ "license": "MIT",
2375
+ "bin": {
2376
+ "mime": "cli.js"
2377
+ },
2378
+ "engines": {
2379
+ "node": ">=4.0.0"
2380
+ }
2381
+ },
2382
+ "node_modules/mime-db": {
2383
+ "version": "1.52.0",
2384
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/mime-db/-/mime-db-1.52.0.tgz",
2385
+ "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
2386
+ "license": "MIT",
2387
+ "engines": {
2388
+ "node": ">= 0.6"
2389
+ }
2390
+ },
2391
+ "node_modules/mime-types": {
2392
+ "version": "2.1.35",
2393
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/mime-types/-/mime-types-2.1.35.tgz",
2394
+ "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
2395
+ "license": "MIT",
2396
+ "dependencies": {
2397
+ "mime-db": "1.52.0"
2398
+ },
2399
+ "engines": {
2400
+ "node": ">= 0.6"
2401
+ }
2402
+ },
2403
+ "node_modules/minimatch": {
2404
+ "version": "3.1.2",
2405
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/minimatch/-/minimatch-3.1.2.tgz",
2406
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
2407
+ "dev": true,
2408
+ "license": "ISC",
2409
+ "dependencies": {
2410
+ "brace-expansion": "^1.1.7"
2411
+ },
2412
+ "engines": {
2413
+ "node": "*"
2414
+ }
2415
+ },
2416
+ "node_modules/mlly": {
2417
+ "version": "1.4.2",
2418
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/mlly/-/mlly-1.4.2.tgz",
2419
+ "integrity": "sha512-i/Ykufi2t1EZ6NaPLdfnZk2AX8cs0d+mTzVKuPfqPKPatxLApaBoxJQ9x1/uckXtrS/U5oisPMDkNs0yQTaBRg==",
2420
+ "dev": true,
2421
+ "license": "MIT",
2422
+ "dependencies": {
2423
+ "acorn": "^8.10.0",
2424
+ "pathe": "^1.1.1",
2425
+ "pkg-types": "^1.0.3",
2426
+ "ufo": "^1.3.0"
2427
+ }
2428
+ },
2429
+ "node_modules/mlly/node_modules/pathe": {
2430
+ "version": "1.1.1",
2431
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/pathe/-/pathe-1.1.1.tgz",
2432
+ "integrity": "sha512-d+RQGp0MAYTIaDBIMmOfMwz3E+LOZnxx1HZd5R18mmCZY0QBlK0LDZfPc8FW8Ed2DlvsuE6PRjroDY+wg4+j/Q==",
2433
+ "dev": true,
2434
+ "license": "MIT"
2435
+ },
2436
+ "node_modules/ms": {
2437
+ "version": "2.1.2",
2438
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/ms/-/ms-2.1.2.tgz",
2439
+ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
2440
+ "license": "MIT"
2441
+ },
2442
+ "node_modules/nanoid": {
2443
+ "version": "3.3.7",
2444
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/nanoid/-/nanoid-3.3.7.tgz",
2445
+ "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
2446
+ "funding": [
2447
+ {
2448
+ "type": "github",
2449
+ "url": "https://github.com/sponsors/ai"
2450
+ }
2451
+ ],
2452
+ "license": "MIT",
2453
+ "bin": {
2454
+ "nanoid": "bin/nanoid.cjs"
2455
+ },
2456
+ "engines": {
2457
+ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
2458
+ }
2459
+ },
2460
+ "node_modules/natural-compare": {
2461
+ "version": "1.4.0",
2462
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/natural-compare/-/natural-compare-1.4.0.tgz",
2463
+ "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
2464
+ "dev": true,
2465
+ "license": "MIT"
2466
+ },
2467
+ "node_modules/next-tick": {
2468
+ "version": "1.1.0",
2469
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/next-tick/-/next-tick-1.1.0.tgz",
2470
+ "integrity": "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==",
2471
+ "license": "ISC"
2472
+ },
2473
+ "node_modules/nth-check": {
2474
+ "version": "2.1.1",
2475
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/nth-check/-/nth-check-2.1.1.tgz",
2476
+ "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
2477
+ "dev": true,
2478
+ "license": "BSD-2-Clause",
2479
+ "dependencies": {
2480
+ "boolbase": "^1.0.0"
2481
+ },
2482
+ "funding": {
2483
+ "url": "https://github.com/fb55/nth-check?sponsor=1"
2484
+ }
2485
+ },
2486
+ "node_modules/nwsapi": {
2487
+ "version": "2.2.7",
2488
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/nwsapi/-/nwsapi-2.2.7.tgz",
2489
+ "integrity": "sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==",
2490
+ "dev": true,
2491
+ "license": "MIT"
2492
+ },
2493
+ "node_modules/object-inspect": {
2494
+ "version": "1.13.1",
2495
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/object-inspect/-/object-inspect-1.13.1.tgz",
2496
+ "integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==",
2497
+ "license": "MIT",
2498
+ "funding": {
2499
+ "url": "https://github.com/sponsors/ljharb"
2500
+ }
2501
+ },
2502
+ "node_modules/once": {
2503
+ "version": "1.4.0",
2504
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/once/-/once-1.4.0.tgz",
2505
+ "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
2506
+ "dev": true,
2507
+ "license": "ISC",
2508
+ "dependencies": {
2509
+ "wrappy": "1"
2510
+ }
2511
+ },
2512
+ "node_modules/open": {
2513
+ "version": "8.4.2",
2514
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/open/-/open-8.4.2.tgz",
2515
+ "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==",
2516
+ "dev": true,
2517
+ "license": "MIT",
2518
+ "dependencies": {
2519
+ "define-lazy-prop": "^2.0.0",
2520
+ "is-docker": "^2.1.1",
2521
+ "is-wsl": "^2.2.0"
2522
+ },
2523
+ "engines": {
2524
+ "node": ">=12"
2525
+ },
2526
+ "funding": {
2527
+ "url": "https://github.com/sponsors/sindresorhus"
2528
+ }
2529
+ },
2530
+ "node_modules/optionator": {
2531
+ "version": "0.9.3",
2532
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/optionator/-/optionator-0.9.3.tgz",
2533
+ "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==",
2534
+ "dev": true,
2535
+ "license": "MIT",
2536
+ "dependencies": {
2537
+ "@aashutoshrathi/word-wrap": "^1.2.3",
2538
+ "deep-is": "^0.1.3",
2539
+ "fast-levenshtein": "^2.0.6",
2540
+ "levn": "^0.4.1",
2541
+ "prelude-ls": "^1.2.1",
2542
+ "type-check": "^0.4.0"
2543
+ },
2544
+ "engines": {
2545
+ "node": ">= 0.8.0"
2546
+ }
2547
+ },
2548
+ "node_modules/p-limit": {
2549
+ "version": "3.1.0",
2550
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/p-limit/-/p-limit-3.1.0.tgz",
2551
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
2552
+ "dev": true,
2553
+ "license": "MIT",
2554
+ "dependencies": {
2555
+ "yocto-queue": "^0.1.0"
2556
+ },
2557
+ "engines": {
2558
+ "node": ">=10"
2559
+ },
2560
+ "funding": {
2561
+ "url": "https://github.com/sponsors/sindresorhus"
2562
+ }
2563
+ },
2564
+ "node_modules/p-locate": {
2565
+ "version": "5.0.0",
2566
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/p-locate/-/p-locate-5.0.0.tgz",
2567
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
2568
+ "dev": true,
2569
+ "license": "MIT",
2570
+ "dependencies": {
2571
+ "p-limit": "^3.0.2"
2572
+ },
2573
+ "engines": {
2574
+ "node": ">=10"
2575
+ },
2576
+ "funding": {
2577
+ "url": "https://github.com/sponsors/sindresorhus"
2578
+ }
2579
+ },
2580
+ "node_modules/parent-module": {
2581
+ "version": "1.0.1",
2582
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/parent-module/-/parent-module-1.0.1.tgz",
2583
+ "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
2584
+ "dev": true,
2585
+ "license": "MIT",
2586
+ "dependencies": {
2587
+ "callsites": "^3.0.0"
2588
+ },
2589
+ "engines": {
2590
+ "node": ">=6"
2591
+ }
2592
+ },
2593
+ "node_modules/parse5": {
2594
+ "version": "7.1.2",
2595
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/parse5/-/parse5-7.1.2.tgz",
2596
+ "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==",
2597
+ "dev": true,
2598
+ "license": "MIT",
2599
+ "dependencies": {
2600
+ "entities": "^4.4.0"
2601
+ },
2602
+ "funding": {
2603
+ "url": "https://github.com/inikulin/parse5?sponsor=1"
2604
+ }
2605
+ },
2606
+ "node_modules/path-exists": {
2607
+ "version": "4.0.0",
2608
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/path-exists/-/path-exists-4.0.0.tgz",
2609
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
2610
+ "dev": true,
2611
+ "license": "MIT",
2612
+ "engines": {
2613
+ "node": ">=8"
2614
+ }
2615
+ },
2616
+ "node_modules/path-is-absolute": {
2617
+ "version": "1.0.1",
2618
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
2619
+ "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
2620
+ "dev": true,
2621
+ "license": "MIT",
2622
+ "engines": {
2623
+ "node": ">=0.10.0"
2624
+ }
2625
+ },
2626
+ "node_modules/path-key": {
2627
+ "version": "3.1.1",
2628
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/path-key/-/path-key-3.1.1.tgz",
2629
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
2630
+ "dev": true,
2631
+ "license": "MIT",
2632
+ "engines": {
2633
+ "node": ">=8"
2634
+ }
2635
+ },
2636
+ "node_modules/path-parse": {
2637
+ "version": "1.0.7",
2638
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/path-parse/-/path-parse-1.0.7.tgz",
2639
+ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
2640
+ "dev": true,
2641
+ "license": "MIT"
2642
+ },
2643
+ "node_modules/pathe": {
2644
+ "version": "0.2.0",
2645
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/pathe/-/pathe-0.2.0.tgz",
2646
+ "integrity": "sha512-sTitTPYnn23esFR3RlqYBWn4c45WGeLcsKzQiUpXJAyfcWkolvlYpV8FLo7JishK946oQwMFUCHXQ9AjGPKExw==",
2647
+ "dev": true,
2648
+ "license": "MIT"
2649
+ },
2650
+ "node_modules/pathval": {
2651
+ "version": "1.1.1",
2652
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/pathval/-/pathval-1.1.1.tgz",
2653
+ "integrity": "sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==",
2654
+ "dev": true,
2655
+ "license": "MIT",
2656
+ "engines": {
2657
+ "node": "*"
2658
+ }
2659
+ },
2660
+ "node_modules/picocolors": {
2661
+ "version": "1.0.0",
2662
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/picocolors/-/picocolors-1.0.0.tgz",
2663
+ "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==",
2664
+ "license": "ISC"
2665
+ },
2666
+ "node_modules/picomatch": {
2667
+ "version": "2.3.1",
2668
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/picomatch/-/picomatch-2.3.1.tgz",
2669
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
2670
+ "dev": true,
2671
+ "license": "MIT",
2672
+ "engines": {
2673
+ "node": ">=8.6"
2674
+ },
2675
+ "funding": {
2676
+ "url": "https://github.com/sponsors/jonschlinkert"
2677
+ }
2678
+ },
2679
+ "node_modules/pinia": {
2680
+ "version": "2.1.7",
2681
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/pinia/-/pinia-2.1.7.tgz",
2682
+ "integrity": "sha512-+C2AHFtcFqjPih0zpYuvof37SFxMQ7OEG2zV9jRI12i9BOy3YQVAHwdKtyyc8pDcDyIc33WCIsZaCFWU7WWxGQ==",
2683
+ "license": "MIT",
2684
+ "dependencies": {
2685
+ "@vue/devtools-api": "^6.5.0",
2686
+ "vue-demi": ">=0.14.5"
2687
+ },
2688
+ "funding": {
2689
+ "url": "https://github.com/sponsors/posva"
2690
+ },
2691
+ "peerDependencies": {
2692
+ "@vue/composition-api": "^1.4.0",
2693
+ "typescript": ">=4.4.4",
2694
+ "vue": "^2.6.14 || ^3.3.0"
2695
+ },
2696
+ "peerDependenciesMeta": {
2697
+ "@vue/composition-api": {
2698
+ "optional": true
2699
+ },
2700
+ "typescript": {
2701
+ "optional": true
2702
+ }
2703
+ }
2704
+ },
2705
+ "node_modules/pinia/node_modules/vue-demi": {
2706
+ "version": "0.14.6",
2707
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/vue-demi/-/vue-demi-0.14.6.tgz",
2708
+ "integrity": "sha512-8QA7wrYSHKaYgUxDA5ZC24w+eHm3sYCbp0EzcDwKqN3p6HqtTCGR/GVsPyZW92unff4UlcSh++lmqDWN3ZIq4w==",
2709
+ "hasInstallScript": true,
2710
+ "license": "MIT",
2711
+ "bin": {
2712
+ "vue-demi-fix": "bin/vue-demi-fix.js",
2713
+ "vue-demi-switch": "bin/vue-demi-switch.js"
2714
+ },
2715
+ "engines": {
2716
+ "node": ">=12"
2717
+ },
2718
+ "funding": {
2719
+ "url": "https://github.com/sponsors/antfu"
2720
+ },
2721
+ "peerDependencies": {
2722
+ "@vue/composition-api": "^1.0.0-rc.1",
2723
+ "vue": "^3.0.0-0 || ^2.6.0"
2724
+ },
2725
+ "peerDependenciesMeta": {
2726
+ "@vue/composition-api": {
2727
+ "optional": true
2728
+ }
2729
+ }
2730
+ },
2731
+ "node_modules/pkg-types": {
2732
+ "version": "1.0.3",
2733
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/pkg-types/-/pkg-types-1.0.3.tgz",
2734
+ "integrity": "sha512-nN7pYi0AQqJnoLPC9eHFQ8AcyaixBUOwvqc5TDnIKCMEE6I0y8P7OKA7fPexsXGCGxQDl/cmrLAp26LhcwxZ4A==",
2735
+ "dev": true,
2736
+ "license": "MIT",
2737
+ "dependencies": {
2738
+ "jsonc-parser": "^3.2.0",
2739
+ "mlly": "^1.2.0",
2740
+ "pathe": "^1.1.0"
2741
+ }
2742
+ },
2743
+ "node_modules/pkg-types/node_modules/pathe": {
2744
+ "version": "1.1.1",
2745
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/pathe/-/pathe-1.1.1.tgz",
2746
+ "integrity": "sha512-d+RQGp0MAYTIaDBIMmOfMwz3E+LOZnxx1HZd5R18mmCZY0QBlK0LDZfPc8FW8Ed2DlvsuE6PRjroDY+wg4+j/Q==",
2747
+ "dev": true,
2748
+ "license": "MIT"
2749
+ },
2750
+ "node_modules/postcss": {
2751
+ "version": "8.4.31",
2752
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/postcss/-/postcss-8.4.31.tgz",
2753
+ "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==",
2754
+ "funding": [
2755
+ {
2756
+ "type": "opencollective",
2757
+ "url": "https://opencollective.com/postcss/"
2758
+ },
2759
+ {
2760
+ "type": "tidelift",
2761
+ "url": "https://tidelift.com/funding/github/npm/postcss"
2762
+ },
2763
+ {
2764
+ "type": "github",
2765
+ "url": "https://github.com/sponsors/ai"
2766
+ }
2767
+ ],
2768
+ "license": "MIT",
2769
+ "dependencies": {
2770
+ "nanoid": "^3.3.6",
2771
+ "picocolors": "^1.0.0",
2772
+ "source-map-js": "^1.0.2"
2773
+ },
2774
+ "engines": {
2775
+ "node": "^10 || ^12 || >=14"
2776
+ }
2777
+ },
2778
+ "node_modules/postcss-selector-parser": {
2779
+ "version": "6.0.13",
2780
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz",
2781
+ "integrity": "sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==",
2782
+ "dev": true,
2783
+ "license": "MIT",
2784
+ "dependencies": {
2785
+ "cssesc": "^3.0.0",
2786
+ "util-deprecate": "^1.0.2"
2787
+ },
2788
+ "engines": {
2789
+ "node": ">=4"
2790
+ }
2791
+ },
2792
+ "node_modules/prelude-ls": {
2793
+ "version": "1.2.1",
2794
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/prelude-ls/-/prelude-ls-1.2.1.tgz",
2795
+ "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
2796
+ "dev": true,
2797
+ "license": "MIT",
2798
+ "engines": {
2799
+ "node": ">= 0.8.0"
2800
+ }
2801
+ },
2802
+ "node_modules/prettier": {
2803
+ "version": "2.8.8",
2804
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/prettier/-/prettier-2.8.8.tgz",
2805
+ "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==",
2806
+ "dev": true,
2807
+ "license": "MIT",
2808
+ "bin": {
2809
+ "prettier": "bin-prettier.js"
2810
+ },
2811
+ "engines": {
2812
+ "node": ">=10.13.0"
2813
+ },
2814
+ "funding": {
2815
+ "url": "https://github.com/prettier/prettier?sponsor=1"
2816
+ }
2817
+ },
2818
+ "node_modules/prettier-linter-helpers": {
2819
+ "version": "1.0.0",
2820
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz",
2821
+ "integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==",
2822
+ "dev": true,
2823
+ "license": "MIT",
2824
+ "dependencies": {
2825
+ "fast-diff": "^1.1.2"
2826
+ },
2827
+ "engines": {
2828
+ "node": ">=6.0.0"
2829
+ }
2830
+ },
2831
+ "node_modules/primevue": {
2832
+ "version": "3.42.0",
2833
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/primevue/-/primevue-3.42.0.tgz",
2834
+ "integrity": "sha512-vY/nHBInl/k2MFfgx+5dGI3tH1P6OmO2Oj6eOLwtHk000yopPxLBUP/enALoElriy5EaPzfv02upOrsQqd+nJA==",
2835
+ "license": "MIT",
2836
+ "peerDependencies": {
2837
+ "vue": "^3.0.0"
2838
+ }
2839
+ },
2840
+ "node_modules/proxy-from-env": {
2841
+ "version": "1.1.0",
2842
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
2843
+ "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
2844
+ "license": "MIT"
2845
+ },
2846
+ "node_modules/psl": {
2847
+ "version": "1.9.0",
2848
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/psl/-/psl-1.9.0.tgz",
2849
+ "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==",
2850
+ "dev": true,
2851
+ "license": "MIT"
2852
+ },
2853
+ "node_modules/punycode": {
2854
+ "version": "2.3.1",
2855
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/punycode/-/punycode-2.3.1.tgz",
2856
+ "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
2857
+ "dev": true,
2858
+ "license": "MIT",
2859
+ "engines": {
2860
+ "node": ">=6"
2861
+ }
2862
+ },
2863
+ "node_modules/qs": {
2864
+ "version": "6.11.2",
2865
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/qs/-/qs-6.11.2.tgz",
2866
+ "integrity": "sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA==",
2867
+ "license": "BSD-3-Clause",
2868
+ "dependencies": {
2869
+ "side-channel": "^1.0.4"
2870
+ },
2871
+ "engines": {
2872
+ "node": ">=0.6"
2873
+ },
2874
+ "funding": {
2875
+ "url": "https://github.com/sponsors/ljharb"
2876
+ }
2877
+ },
2878
+ "node_modules/querystringify": {
2879
+ "version": "2.2.0",
2880
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/querystringify/-/querystringify-2.2.0.tgz",
2881
+ "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==",
2882
+ "dev": true,
2883
+ "license": "MIT"
2884
+ },
2885
+ "node_modules/queue-microtask": {
2886
+ "version": "1.2.3",
2887
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/queue-microtask/-/queue-microtask-1.2.3.tgz",
2888
+ "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
2889
+ "dev": true,
2890
+ "funding": [
2891
+ {
2892
+ "type": "github",
2893
+ "url": "https://github.com/sponsors/feross"
2894
+ },
2895
+ {
2896
+ "type": "patreon",
2897
+ "url": "https://www.patreon.com/feross"
2898
+ },
2899
+ {
2900
+ "type": "consulting",
2901
+ "url": "https://feross.org/support"
2902
+ }
2903
+ ],
2904
+ "license": "MIT"
2905
+ },
2906
+ "node_modules/readable-stream": {
2907
+ "version": "3.6.2",
2908
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/readable-stream/-/readable-stream-3.6.2.tgz",
2909
+ "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
2910
+ "license": "MIT",
2911
+ "dependencies": {
2912
+ "inherits": "^2.0.3",
2913
+ "string_decoder": "^1.1.1",
2914
+ "util-deprecate": "^1.0.1"
2915
+ },
2916
+ "engines": {
2917
+ "node": ">= 6"
2918
+ }
2919
+ },
2920
+ "node_modules/require-directory": {
2921
+ "version": "2.1.1",
2922
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/require-directory/-/require-directory-2.1.1.tgz",
2923
+ "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
2924
+ "dev": true,
2925
+ "license": "MIT",
2926
+ "engines": {
2927
+ "node": ">=0.10.0"
2928
+ }
2929
+ },
2930
+ "node_modules/requires-port": {
2931
+ "version": "1.0.0",
2932
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/requires-port/-/requires-port-1.0.0.tgz",
2933
+ "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==",
2934
+ "dev": true,
2935
+ "license": "MIT"
2936
+ },
2937
+ "node_modules/resolve": {
2938
+ "version": "1.22.8",
2939
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/resolve/-/resolve-1.22.8.tgz",
2940
+ "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
2941
+ "dev": true,
2942
+ "license": "MIT",
2943
+ "dependencies": {
2944
+ "is-core-module": "^2.13.0",
2945
+ "path-parse": "^1.0.7",
2946
+ "supports-preserve-symlinks-flag": "^1.0.0"
2947
+ },
2948
+ "bin": {
2949
+ "resolve": "bin/resolve"
2950
+ },
2951
+ "funding": {
2952
+ "url": "https://github.com/sponsors/ljharb"
2953
+ }
2954
+ },
2955
+ "node_modules/resolve-from": {
2956
+ "version": "4.0.0",
2957
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/resolve-from/-/resolve-from-4.0.0.tgz",
2958
+ "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
2959
+ "dev": true,
2960
+ "license": "MIT",
2961
+ "engines": {
2962
+ "node": ">=4"
2963
+ }
2964
+ },
2965
+ "node_modules/retry": {
2966
+ "version": "0.13.1",
2967
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/retry/-/retry-0.13.1.tgz",
2968
+ "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==",
2969
+ "license": "MIT",
2970
+ "engines": {
2971
+ "node": ">= 4"
2972
+ }
2973
+ },
2974
+ "node_modules/reusify": {
2975
+ "version": "1.0.4",
2976
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/reusify/-/reusify-1.0.4.tgz",
2977
+ "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
2978
+ "dev": true,
2979
+ "license": "MIT",
2980
+ "engines": {
2981
+ "iojs": ">=1.0.0",
2982
+ "node": ">=0.10.0"
2983
+ }
2984
+ },
2985
+ "node_modules/rimraf": {
2986
+ "version": "3.0.2",
2987
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/rimraf/-/rimraf-3.0.2.tgz",
2988
+ "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
2989
+ "dev": true,
2990
+ "license": "ISC",
2991
+ "dependencies": {
2992
+ "glob": "^7.1.3"
2993
+ },
2994
+ "bin": {
2995
+ "rimraf": "bin.js"
2996
+ },
2997
+ "funding": {
2998
+ "url": "https://github.com/sponsors/isaacs"
2999
+ }
3000
+ },
3001
+ "node_modules/rollup": {
3002
+ "version": "2.79.1",
3003
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/rollup/-/rollup-2.79.1.tgz",
3004
+ "integrity": "sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==",
3005
+ "dev": true,
3006
+ "license": "MIT",
3007
+ "bin": {
3008
+ "rollup": "dist/bin/rollup"
3009
+ },
3010
+ "engines": {
3011
+ "node": ">=10.0.0"
3012
+ },
3013
+ "optionalDependencies": {
3014
+ "fsevents": "~2.3.2"
3015
+ }
3016
+ },
3017
+ "node_modules/rollup-plugin-visualizer": {
3018
+ "version": "5.9.3",
3019
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/rollup-plugin-visualizer/-/rollup-plugin-visualizer-5.9.3.tgz",
3020
+ "integrity": "sha512-ieGM5UAbMVqThX67GCuFHu/GkaSXIUZwFKJsSzE+7+k9fibU/6gbUz7SL+9BBzNtv5bIFHj7kEu0TWcqEnT/sQ==",
3021
+ "dev": true,
3022
+ "license": "MIT",
3023
+ "dependencies": {
3024
+ "open": "^8.4.0",
3025
+ "picomatch": "^2.3.1",
3026
+ "source-map": "^0.7.4",
3027
+ "yargs": "^17.5.1"
3028
+ },
3029
+ "bin": {
3030
+ "rollup-plugin-visualizer": "dist/bin/cli.js"
3031
+ },
3032
+ "engines": {
3033
+ "node": ">=14"
3034
+ },
3035
+ "peerDependencies": {
3036
+ "rollup": "2.x || 3.x || 4.x"
3037
+ },
3038
+ "peerDependenciesMeta": {
3039
+ "rollup": {
3040
+ "optional": true
3041
+ }
3042
+ }
3043
+ },
3044
+ "node_modules/rollup-plugin-visualizer/node_modules/cliui": {
3045
+ "version": "8.0.1",
3046
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/cliui/-/cliui-8.0.1.tgz",
3047
+ "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
3048
+ "dev": true,
3049
+ "license": "ISC",
3050
+ "dependencies": {
3051
+ "string-width": "^4.2.0",
3052
+ "strip-ansi": "^6.0.1",
3053
+ "wrap-ansi": "^7.0.0"
3054
+ },
3055
+ "engines": {
3056
+ "node": ">=12"
3057
+ }
3058
+ },
3059
+ "node_modules/rollup-plugin-visualizer/node_modules/source-map": {
3060
+ "version": "0.7.4",
3061
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/source-map/-/source-map-0.7.4.tgz",
3062
+ "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==",
3063
+ "dev": true,
3064
+ "license": "BSD-3-Clause",
3065
+ "engines": {
3066
+ "node": ">= 8"
3067
+ }
3068
+ },
3069
+ "node_modules/rollup-plugin-visualizer/node_modules/yargs": {
3070
+ "version": "17.7.2",
3071
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/yargs/-/yargs-17.7.2.tgz",
3072
+ "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
3073
+ "dev": true,
3074
+ "license": "MIT",
3075
+ "dependencies": {
3076
+ "cliui": "^8.0.1",
3077
+ "escalade": "^3.1.1",
3078
+ "get-caller-file": "^2.0.5",
3079
+ "require-directory": "^2.1.1",
3080
+ "string-width": "^4.2.3",
3081
+ "y18n": "^5.0.5",
3082
+ "yargs-parser": "^21.1.1"
3083
+ },
3084
+ "engines": {
3085
+ "node": ">=12"
3086
+ }
3087
+ },
3088
+ "node_modules/rollup-plugin-visualizer/node_modules/yargs-parser": {
3089
+ "version": "21.1.1",
3090
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/yargs-parser/-/yargs-parser-21.1.1.tgz",
3091
+ "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
3092
+ "dev": true,
3093
+ "license": "ISC",
3094
+ "engines": {
3095
+ "node": ">=12"
3096
+ }
3097
+ },
3098
+ "node_modules/run-parallel": {
3099
+ "version": "1.2.0",
3100
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/run-parallel/-/run-parallel-1.2.0.tgz",
3101
+ "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
3102
+ "dev": true,
3103
+ "funding": [
3104
+ {
3105
+ "type": "github",
3106
+ "url": "https://github.com/sponsors/feross"
3107
+ },
3108
+ {
3109
+ "type": "patreon",
3110
+ "url": "https://www.patreon.com/feross"
3111
+ },
3112
+ {
3113
+ "type": "consulting",
3114
+ "url": "https://feross.org/support"
3115
+ }
3116
+ ],
3117
+ "license": "MIT",
3118
+ "dependencies": {
3119
+ "queue-microtask": "^1.2.2"
3120
+ }
3121
+ },
3122
+ "node_modules/safe-buffer": {
3123
+ "version": "5.2.1",
3124
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/safe-buffer/-/safe-buffer-5.2.1.tgz",
3125
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
3126
+ "funding": [
3127
+ {
3128
+ "type": "github",
3129
+ "url": "https://github.com/sponsors/feross"
3130
+ },
3131
+ {
3132
+ "type": "patreon",
3133
+ "url": "https://www.patreon.com/feross"
3134
+ },
3135
+ {
3136
+ "type": "consulting",
3137
+ "url": "https://feross.org/support"
3138
+ }
3139
+ ],
3140
+ "license": "MIT"
3141
+ },
3142
+ "node_modules/safer-buffer": {
3143
+ "version": "2.1.2",
3144
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/safer-buffer/-/safer-buffer-2.1.2.tgz",
3145
+ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
3146
+ "dev": true,
3147
+ "license": "MIT"
3148
+ },
3149
+ "node_modules/saxes": {
3150
+ "version": "6.0.0",
3151
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/saxes/-/saxes-6.0.0.tgz",
3152
+ "integrity": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==",
3153
+ "dev": true,
3154
+ "license": "ISC",
3155
+ "dependencies": {
3156
+ "xmlchars": "^2.2.0"
3157
+ },
3158
+ "engines": {
3159
+ "node": ">=v12.22.7"
3160
+ }
3161
+ },
3162
+ "node_modules/semver": {
3163
+ "version": "7.5.4",
3164
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/semver/-/semver-7.5.4.tgz",
3165
+ "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
3166
+ "license": "ISC",
3167
+ "dependencies": {
3168
+ "lru-cache": "^6.0.0"
3169
+ },
3170
+ "bin": {
3171
+ "semver": "bin/semver.js"
3172
+ },
3173
+ "engines": {
3174
+ "node": ">=10"
3175
+ }
3176
+ },
3177
+ "node_modules/set-function-length": {
3178
+ "version": "1.1.1",
3179
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/set-function-length/-/set-function-length-1.1.1.tgz",
3180
+ "integrity": "sha512-VoaqjbBJKiWtg4yRcKBQ7g7wnGnLV3M8oLvVWwOk2PdYY6PEFegR1vezXR0tw6fZGF9csVakIRjrJiy2veSBFQ==",
3181
+ "license": "MIT",
3182
+ "dependencies": {
3183
+ "define-data-property": "^1.1.1",
3184
+ "get-intrinsic": "^1.2.1",
3185
+ "gopd": "^1.0.1",
3186
+ "has-property-descriptors": "^1.0.0"
3187
+ },
3188
+ "engines": {
3189
+ "node": ">= 0.4"
3190
+ }
3191
+ },
3192
+ "node_modules/shebang-command": {
3193
+ "version": "2.0.0",
3194
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/shebang-command/-/shebang-command-2.0.0.tgz",
3195
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
3196
+ "dev": true,
3197
+ "license": "MIT",
3198
+ "dependencies": {
3199
+ "shebang-regex": "^3.0.0"
3200
+ },
3201
+ "engines": {
3202
+ "node": ">=8"
3203
+ }
3204
+ },
3205
+ "node_modules/shebang-regex": {
3206
+ "version": "3.0.0",
3207
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/shebang-regex/-/shebang-regex-3.0.0.tgz",
3208
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
3209
+ "dev": true,
3210
+ "license": "MIT",
3211
+ "engines": {
3212
+ "node": ">=8"
3213
+ }
3214
+ },
3215
+ "node_modules/side-channel": {
3216
+ "version": "1.0.4",
3217
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/side-channel/-/side-channel-1.0.4.tgz",
3218
+ "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==",
3219
+ "license": "MIT",
3220
+ "dependencies": {
3221
+ "call-bind": "^1.0.0",
3222
+ "get-intrinsic": "^1.0.2",
3223
+ "object-inspect": "^1.9.0"
3224
+ },
3225
+ "funding": {
3226
+ "url": "https://github.com/sponsors/ljharb"
3227
+ }
3228
+ },
3229
+ "node_modules/siginfo": {
3230
+ "version": "2.0.0",
3231
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/siginfo/-/siginfo-2.0.0.tgz",
3232
+ "integrity": "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==",
3233
+ "dev": true,
3234
+ "license": "ISC"
3235
+ },
3236
+ "node_modules/signal-exit": {
3237
+ "version": "3.0.7",
3238
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/signal-exit/-/signal-exit-3.0.7.tgz",
3239
+ "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
3240
+ "dev": true,
3241
+ "license": "ISC"
3242
+ },
3243
+ "node_modules/source-map": {
3244
+ "version": "0.6.1",
3245
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/source-map/-/source-map-0.6.1.tgz",
3246
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
3247
+ "dev": true,
3248
+ "license": "BSD-3-Clause",
3249
+ "engines": {
3250
+ "node": ">=0.10.0"
3251
+ }
3252
+ },
3253
+ "node_modules/source-map-js": {
3254
+ "version": "1.0.2",
3255
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/source-map-js/-/source-map-js-1.0.2.tgz",
3256
+ "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==",
3257
+ "license": "BSD-3-Clause",
3258
+ "engines": {
3259
+ "node": ">=0.10.0"
3260
+ }
3261
+ },
3262
+ "node_modules/source-map-support": {
3263
+ "version": "0.5.21",
3264
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/source-map-support/-/source-map-support-0.5.21.tgz",
3265
+ "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
3266
+ "dev": true,
3267
+ "license": "MIT",
3268
+ "dependencies": {
3269
+ "buffer-from": "^1.0.0",
3270
+ "source-map": "^0.6.0"
3271
+ }
3272
+ },
3273
+ "node_modules/stackback": {
3274
+ "version": "0.0.2",
3275
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/stackback/-/stackback-0.0.2.tgz",
3276
+ "integrity": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==",
3277
+ "dev": true,
3278
+ "license": "MIT"
3279
+ },
3280
+ "node_modules/std-env": {
3281
+ "version": "3.6.0",
3282
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/std-env/-/std-env-3.6.0.tgz",
3283
+ "integrity": "sha512-aFZ19IgVmhdB2uX599ve2kE6BIE3YMnQ6Gp6BURhW/oIzpXGKr878TQfAQZn1+i0Flcc/UKUy1gOlcfaUBCryg==",
3284
+ "dev": true,
3285
+ "license": "MIT"
3286
+ },
3287
+ "node_modules/string_decoder": {
3288
+ "version": "1.3.0",
3289
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/string_decoder/-/string_decoder-1.3.0.tgz",
3290
+ "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
3291
+ "license": "MIT",
3292
+ "dependencies": {
3293
+ "safe-buffer": "~5.2.0"
3294
+ }
3295
+ },
3296
+ "node_modules/string-width": {
3297
+ "version": "4.2.3",
3298
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/string-width/-/string-width-4.2.3.tgz",
3299
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
3300
+ "dev": true,
3301
+ "license": "MIT",
3302
+ "dependencies": {
3303
+ "emoji-regex": "^8.0.0",
3304
+ "is-fullwidth-code-point": "^3.0.0",
3305
+ "strip-ansi": "^6.0.1"
3306
+ },
3307
+ "engines": {
3308
+ "node": ">=8"
3309
+ }
3310
+ },
3311
+ "node_modules/strip-ansi": {
3312
+ "version": "6.0.1",
3313
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/strip-ansi/-/strip-ansi-6.0.1.tgz",
3314
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
3315
+ "dev": true,
3316
+ "license": "MIT",
3317
+ "dependencies": {
3318
+ "ansi-regex": "^5.0.1"
3319
+ },
3320
+ "engines": {
3321
+ "node": ">=8"
3322
+ }
3323
+ },
3324
+ "node_modules/strip-json-comments": {
3325
+ "version": "3.1.1",
3326
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
3327
+ "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
3328
+ "dev": true,
3329
+ "license": "MIT",
3330
+ "engines": {
3331
+ "node": ">=8"
3332
+ },
3333
+ "funding": {
3334
+ "url": "https://github.com/sponsors/sindresorhus"
3335
+ }
3336
+ },
3337
+ "node_modules/strip-literal": {
3338
+ "version": "1.3.0",
3339
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/strip-literal/-/strip-literal-1.3.0.tgz",
3340
+ "integrity": "sha512-PugKzOsyXpArk0yWmUwqOZecSO0GH0bPoctLcqNDH9J04pVW3lflYE0ujElBGTloevcxF5MofAOZ7C5l2b+wLg==",
3341
+ "dev": true,
3342
+ "license": "MIT",
3343
+ "dependencies": {
3344
+ "acorn": "^8.10.0"
3345
+ },
3346
+ "funding": {
3347
+ "url": "https://github.com/sponsors/antfu"
3348
+ }
3349
+ },
3350
+ "node_modules/superagent": {
3351
+ "version": "6.1.0",
3352
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/superagent/-/superagent-6.1.0.tgz",
3353
+ "integrity": "sha512-OUDHEssirmplo3F+1HWKUrUjvnQuA+nZI6i/JJBdXb5eq9IyEQwPyPpqND+SSsxf6TygpBEkUjISVRN4/VOpeg==",
3354
+ "deprecated": "Please upgrade to v7.0.2+ of superagent. We have fixed numerous issues with streams, form-data, attach(), filesystem errors not bubbling up (ENOENT on attach()), and all tests are now passing. See the releases tab for more information at <https://github.com/visionmedia/superagent/releases>.",
3355
+ "license": "MIT",
3356
+ "dependencies": {
3357
+ "component-emitter": "^1.3.0",
3358
+ "cookiejar": "^2.1.2",
3359
+ "debug": "^4.1.1",
3360
+ "fast-safe-stringify": "^2.0.7",
3361
+ "form-data": "^3.0.0",
3362
+ "formidable": "^1.2.2",
3363
+ "methods": "^1.1.2",
3364
+ "mime": "^2.4.6",
3365
+ "qs": "^6.9.4",
3366
+ "readable-stream": "^3.6.0",
3367
+ "semver": "^7.3.2"
3368
+ },
3369
+ "engines": {
3370
+ "node": ">= 7.0.0"
3371
+ }
3372
+ },
3373
+ "node_modules/superagent/node_modules/form-data": {
3374
+ "version": "3.0.1",
3375
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/form-data/-/form-data-3.0.1.tgz",
3376
+ "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==",
3377
+ "license": "MIT",
3378
+ "dependencies": {
3379
+ "asynckit": "^0.4.0",
3380
+ "combined-stream": "^1.0.8",
3381
+ "mime-types": "^2.1.12"
3382
+ },
3383
+ "engines": {
3384
+ "node": ">= 6"
3385
+ }
3386
+ },
3387
+ "node_modules/supports-color": {
3388
+ "version": "7.2.0",
3389
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/supports-color/-/supports-color-7.2.0.tgz",
3390
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
3391
+ "dev": true,
3392
+ "license": "MIT",
3393
+ "dependencies": {
3394
+ "has-flag": "^4.0.0"
3395
+ },
3396
+ "engines": {
3397
+ "node": ">=8"
3398
+ }
3399
+ },
3400
+ "node_modules/supports-preserve-symlinks-flag": {
3401
+ "version": "1.0.0",
3402
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
3403
+ "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
3404
+ "dev": true,
3405
+ "license": "MIT",
3406
+ "engines": {
3407
+ "node": ">= 0.4"
3408
+ },
3409
+ "funding": {
3410
+ "url": "https://github.com/sponsors/ljharb"
3411
+ }
3412
+ },
3413
+ "node_modules/symbol-tree": {
3414
+ "version": "3.2.4",
3415
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/symbol-tree/-/symbol-tree-3.2.4.tgz",
3416
+ "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==",
3417
+ "dev": true,
3418
+ "license": "MIT"
3419
+ },
3420
+ "node_modules/test-exclude": {
3421
+ "version": "6.0.0",
3422
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/test-exclude/-/test-exclude-6.0.0.tgz",
3423
+ "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==",
3424
+ "dev": true,
3425
+ "license": "ISC",
3426
+ "dependencies": {
3427
+ "@istanbuljs/schema": "^0.1.2",
3428
+ "glob": "^7.1.4",
3429
+ "minimatch": "^3.0.4"
3430
+ },
3431
+ "engines": {
3432
+ "node": ">=8"
3433
+ }
3434
+ },
3435
+ "node_modules/text-table": {
3436
+ "version": "0.2.0",
3437
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/text-table/-/text-table-0.2.0.tgz",
3438
+ "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
3439
+ "dev": true,
3440
+ "license": "MIT"
3441
+ },
3442
+ "node_modules/tinybench": {
3443
+ "version": "2.5.1",
3444
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/tinybench/-/tinybench-2.5.1.tgz",
3445
+ "integrity": "sha512-65NKvSuAVDP/n4CqH+a9w2kTlLReS9vhsAP06MWx+/89nMinJyB2icyl58RIcqCmIggpojIGeuJGhjU1aGMBSg==",
3446
+ "dev": true,
3447
+ "license": "MIT"
3448
+ },
3449
+ "node_modules/tinypool": {
3450
+ "version": "0.3.1",
3451
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/tinypool/-/tinypool-0.3.1.tgz",
3452
+ "integrity": "sha512-zLA1ZXlstbU2rlpA4CIeVaqvWq41MTWqLY3FfsAXgC8+f7Pk7zroaJQxDgxn1xNudKW6Kmj4808rPFShUlIRmQ==",
3453
+ "dev": true,
3454
+ "license": "MIT",
3455
+ "engines": {
3456
+ "node": ">=14.0.0"
3457
+ }
3458
+ },
3459
+ "node_modules/tinyspy": {
3460
+ "version": "1.1.1",
3461
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/tinyspy/-/tinyspy-1.1.1.tgz",
3462
+ "integrity": "sha512-UVq5AXt/gQlti7oxoIg5oi/9r0WpF7DGEVwXgqWSMmyN16+e3tl5lIvTaOpJ3TAtu5xFzWccFRM4R5NaWHF+4g==",
3463
+ "dev": true,
3464
+ "license": "MIT",
3465
+ "engines": {
3466
+ "node": ">=14.0.0"
3467
+ }
3468
+ },
3469
+ "node_modules/tough-cookie": {
3470
+ "version": "4.1.3",
3471
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/tough-cookie/-/tough-cookie-4.1.3.tgz",
3472
+ "integrity": "sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==",
3473
+ "dev": true,
3474
+ "license": "BSD-3-Clause",
3475
+ "dependencies": {
3476
+ "psl": "^1.1.33",
3477
+ "punycode": "^2.1.1",
3478
+ "universalify": "^0.2.0",
3479
+ "url-parse": "^1.5.3"
3480
+ },
3481
+ "engines": {
3482
+ "node": ">=6"
3483
+ }
3484
+ },
3485
+ "node_modules/tr46": {
3486
+ "version": "3.0.0",
3487
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/tr46/-/tr46-3.0.0.tgz",
3488
+ "integrity": "sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==",
3489
+ "dev": true,
3490
+ "license": "MIT",
3491
+ "dependencies": {
3492
+ "punycode": "^2.1.1"
3493
+ },
3494
+ "engines": {
3495
+ "node": ">=12"
3496
+ }
3497
+ },
3498
+ "node_modules/tslib": {
3499
+ "version": "2.6.2",
3500
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/tslib/-/tslib-2.6.2.tgz",
3501
+ "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
3502
+ "license": "0BSD"
3503
+ },
3504
+ "node_modules/type": {
3505
+ "version": "1.2.0",
3506
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/type/-/type-1.2.0.tgz",
3507
+ "integrity": "sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==",
3508
+ "license": "ISC"
3509
+ },
3510
+ "node_modules/type-check": {
3511
+ "version": "0.4.0",
3512
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/type-check/-/type-check-0.4.0.tgz",
3513
+ "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
3514
+ "dev": true,
3515
+ "license": "MIT",
3516
+ "dependencies": {
3517
+ "prelude-ls": "^1.2.1"
3518
+ },
3519
+ "engines": {
3520
+ "node": ">= 0.8.0"
3521
+ }
3522
+ },
3523
+ "node_modules/type-detect": {
3524
+ "version": "4.0.8",
3525
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/type-detect/-/type-detect-4.0.8.tgz",
3526
+ "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==",
3527
+ "dev": true,
3528
+ "license": "MIT",
3529
+ "engines": {
3530
+ "node": ">=4"
3531
+ }
3532
+ },
3533
+ "node_modules/type-fest": {
3534
+ "version": "0.20.2",
3535
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/type-fest/-/type-fest-0.20.2.tgz",
3536
+ "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
3537
+ "dev": true,
3538
+ "license": "(MIT OR CC0-1.0)",
3539
+ "engines": {
3540
+ "node": ">=10"
3541
+ },
3542
+ "funding": {
3543
+ "url": "https://github.com/sponsors/sindresorhus"
3544
+ }
3545
+ },
3546
+ "node_modules/ufo": {
3547
+ "version": "1.3.2",
3548
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/ufo/-/ufo-1.3.2.tgz",
3549
+ "integrity": "sha512-o+ORpgGwaYQXgqGDwd+hkS4PuZ3QnmqMMxRuajK/a38L6fTpcE5GPIfrf+L/KemFzfUpeUQc1rRS1iDBozvnFA==",
3550
+ "dev": true,
3551
+ "license": "MIT"
3552
+ },
3553
+ "node_modules/undici-types": {
3554
+ "version": "5.26.5",
3555
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/undici-types/-/undici-types-5.26.5.tgz",
3556
+ "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
3557
+ "dev": true,
3558
+ "license": "MIT"
3559
+ },
3560
+ "node_modules/universalify": {
3561
+ "version": "0.2.0",
3562
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/universalify/-/universalify-0.2.0.tgz",
3563
+ "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==",
3564
+ "dev": true,
3565
+ "license": "MIT",
3566
+ "engines": {
3567
+ "node": ">= 4.0.0"
3568
+ }
3569
+ },
3570
+ "node_modules/uri-js": {
3571
+ "version": "4.4.1",
3572
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/uri-js/-/uri-js-4.4.1.tgz",
3573
+ "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
3574
+ "dev": true,
3575
+ "license": "BSD-2-Clause",
3576
+ "dependencies": {
3577
+ "punycode": "^2.1.0"
3578
+ }
3579
+ },
3580
+ "node_modules/url-parse": {
3581
+ "version": "1.5.10",
3582
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/url-parse/-/url-parse-1.5.10.tgz",
3583
+ "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==",
3584
+ "dev": true,
3585
+ "license": "MIT",
3586
+ "dependencies": {
3587
+ "querystringify": "^2.1.1",
3588
+ "requires-port": "^1.0.0"
3589
+ }
3590
+ },
3591
+ "node_modules/util-deprecate": {
3592
+ "version": "1.0.2",
3593
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/util-deprecate/-/util-deprecate-1.0.2.tgz",
3594
+ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
3595
+ "license": "MIT"
3596
+ },
3597
+ "node_modules/v8-to-istanbul": {
3598
+ "version": "9.2.0",
3599
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/v8-to-istanbul/-/v8-to-istanbul-9.2.0.tgz",
3600
+ "integrity": "sha512-/EH/sDgxU2eGxajKdwLCDmQ4FWq+kpi3uCmBGpw1xJtnAxEjlD8j8PEiGWpCIMIs3ciNAgH0d3TTJiUkYzyZjA==",
3601
+ "dev": true,
3602
+ "license": "ISC",
3603
+ "dependencies": {
3604
+ "@jridgewell/trace-mapping": "^0.3.12",
3605
+ "@types/istanbul-lib-coverage": "^2.0.1",
3606
+ "convert-source-map": "^2.0.0"
3607
+ },
3608
+ "engines": {
3609
+ "node": ">=10.12.0"
3610
+ }
3611
+ },
3612
+ "node_modules/vite": {
3613
+ "version": "3.2.7",
3614
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/vite/-/vite-3.2.7.tgz",
3615
+ "integrity": "sha512-29pdXjk49xAP0QBr0xXqu2s5jiQIXNvE/xwd0vUizYT2Hzqe4BksNNoWllFVXJf4eLZ+UlVQmXfB4lWrc+t18g==",
3616
+ "dev": true,
3617
+ "license": "MIT",
3618
+ "dependencies": {
3619
+ "esbuild": "^0.15.9",
3620
+ "postcss": "^8.4.18",
3621
+ "resolve": "^1.22.1",
3622
+ "rollup": "^2.79.1"
3623
+ },
3624
+ "bin": {
3625
+ "vite": "bin/vite.js"
3626
+ },
3627
+ "engines": {
3628
+ "node": "^14.18.0 || >=16.0.0"
3629
+ },
3630
+ "optionalDependencies": {
3631
+ "fsevents": "~2.3.2"
3632
+ },
3633
+ "peerDependencies": {
3634
+ "@types/node": ">= 14",
3635
+ "less": "*",
3636
+ "sass": "*",
3637
+ "stylus": "*",
3638
+ "sugarss": "*",
3639
+ "terser": "^5.4.0"
3640
+ },
3641
+ "peerDependenciesMeta": {
3642
+ "@types/node": {
3643
+ "optional": true
3644
+ },
3645
+ "less": {
3646
+ "optional": true
3647
+ },
3648
+ "sass": {
3649
+ "optional": true
3650
+ },
3651
+ "stylus": {
3652
+ "optional": true
3653
+ },
3654
+ "sugarss": {
3655
+ "optional": true
3656
+ },
3657
+ "terser": {
3658
+ "optional": true
3659
+ }
3660
+ }
3661
+ },
3662
+ "node_modules/vite-node": {
3663
+ "version": "0.27.3",
3664
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/vite-node/-/vite-node-0.27.3.tgz",
3665
+ "integrity": "sha512-eyJYOO64o5HIp8poc4bJX+ZNBwMZeI3f6/JdiUmJgW02Mt7LnoCtDMRVmLaY9S05SIsjGe339ZK4uo2wQ+bF9g==",
3666
+ "dev": true,
3667
+ "license": "MIT",
3668
+ "dependencies": {
3669
+ "cac": "^6.7.14",
3670
+ "debug": "^4.3.4",
3671
+ "mlly": "^1.1.0",
3672
+ "pathe": "^0.2.0",
3673
+ "picocolors": "^1.0.0",
3674
+ "source-map": "^0.6.1",
3675
+ "source-map-support": "^0.5.21",
3676
+ "vite": "^3.0.0 || ^4.0.0"
3677
+ },
3678
+ "bin": {
3679
+ "vite-node": "vite-node.mjs"
3680
+ },
3681
+ "engines": {
3682
+ "node": ">=v14.16.0"
3683
+ },
3684
+ "funding": {
3685
+ "url": "https://github.com/sponsors/antfu"
3686
+ }
3687
+ },
3688
+ "node_modules/vite-plugin-eslint": {
3689
+ "version": "1.8.1",
3690
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/vite-plugin-eslint/-/vite-plugin-eslint-1.8.1.tgz",
3691
+ "integrity": "sha512-PqdMf3Y2fLO9FsNPmMX+//2BF5SF8nEWspZdgl4kSt7UvHDRHVVfHvxsD7ULYzZrJDGRxR81Nq7TOFgwMnUang==",
3692
+ "dev": true,
3693
+ "license": "MIT",
3694
+ "dependencies": {
3695
+ "@rollup/pluginutils": "^4.2.1",
3696
+ "@types/eslint": "^8.4.5",
3697
+ "rollup": "^2.77.2"
3698
+ },
3699
+ "peerDependencies": {
3700
+ "eslint": ">=7",
3701
+ "vite": ">=2"
3702
+ }
3703
+ },
3704
+ "node_modules/vitest": {
3705
+ "version": "0.27.3",
3706
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/vitest/-/vitest-0.27.3.tgz",
3707
+ "integrity": "sha512-Ld3UVgRVhJUtqvQ3dW89GxiApFAgBsWJZBCWzK+gA3w2yG68csXlGZZ4WDJURf+8ecNfgrScga6xY+8YSOpiMg==",
3708
+ "dev": true,
3709
+ "license": "MIT",
3710
+ "dependencies": {
3711
+ "@types/chai": "^4.3.4",
3712
+ "@types/chai-subset": "^1.3.3",
3713
+ "@types/node": "*",
3714
+ "acorn": "^8.8.1",
3715
+ "acorn-walk": "^8.2.0",
3716
+ "cac": "^6.7.14",
3717
+ "chai": "^4.3.7",
3718
+ "debug": "^4.3.4",
3719
+ "local-pkg": "^0.4.2",
3720
+ "picocolors": "^1.0.0",
3721
+ "source-map": "^0.6.1",
3722
+ "std-env": "^3.3.1",
3723
+ "strip-literal": "^1.0.0",
3724
+ "tinybench": "^2.3.1",
3725
+ "tinypool": "^0.3.0",
3726
+ "tinyspy": "^1.0.2",
3727
+ "vite": "^3.0.0 || ^4.0.0",
3728
+ "vite-node": "0.27.3",
3729
+ "why-is-node-running": "^2.2.2"
3730
+ },
3731
+ "bin": {
3732
+ "vitest": "vitest.mjs"
3733
+ },
3734
+ "engines": {
3735
+ "node": ">=v14.16.0"
3736
+ },
3737
+ "funding": {
3738
+ "url": "https://github.com/sponsors/antfu"
3739
+ },
3740
+ "peerDependencies": {
3741
+ "@edge-runtime/vm": "*",
3742
+ "@vitest/browser": "*",
3743
+ "@vitest/ui": "*",
3744
+ "happy-dom": "*",
3745
+ "jsdom": "*"
3746
+ },
3747
+ "peerDependenciesMeta": {
3748
+ "@edge-runtime/vm": {
3749
+ "optional": true
3750
+ },
3751
+ "@vitest/browser": {
3752
+ "optional": true
3753
+ },
3754
+ "@vitest/ui": {
3755
+ "optional": true
3756
+ },
3757
+ "happy-dom": {
3758
+ "optional": true
3759
+ },
3760
+ "jsdom": {
3761
+ "optional": true
3762
+ }
3763
+ }
3764
+ },
3765
+ "node_modules/vue": {
3766
+ "version": "3.3.9",
3767
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/vue/-/vue-3.3.9.tgz",
3768
+ "integrity": "sha512-sy5sLCTR8m6tvUk1/ijri3Yqzgpdsmxgj6n6yl7GXXCXqVbmW2RCXe9atE4cEI6Iv7L89v5f35fZRRr5dChP9w==",
3769
+ "license": "MIT",
3770
+ "peer": true,
3771
+ "dependencies": {
3772
+ "@vue/compiler-dom": "3.3.9",
3773
+ "@vue/compiler-sfc": "3.3.9",
3774
+ "@vue/runtime-dom": "3.3.9",
3775
+ "@vue/server-renderer": "3.3.9",
3776
+ "@vue/shared": "3.3.9"
3777
+ },
3778
+ "peerDependencies": {
3779
+ "typescript": "*"
3780
+ },
3781
+ "peerDependenciesMeta": {
3782
+ "typescript": {
3783
+ "optional": true
3784
+ }
3785
+ }
3786
+ },
3787
+ "node_modules/vue-eslint-parser": {
3788
+ "version": "9.3.2",
3789
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/vue-eslint-parser/-/vue-eslint-parser-9.3.2.tgz",
3790
+ "integrity": "sha512-q7tWyCVaV9f8iQyIA5Mkj/S6AoJ9KBN8IeUSf3XEmBrOtxOZnfTg5s4KClbZBCK3GtnT/+RyCLZyDHuZwTuBjg==",
3791
+ "dev": true,
3792
+ "license": "MIT",
3793
+ "dependencies": {
3794
+ "debug": "^4.3.4",
3795
+ "eslint-scope": "^7.1.1",
3796
+ "eslint-visitor-keys": "^3.3.0",
3797
+ "espree": "^9.3.1",
3798
+ "esquery": "^1.4.0",
3799
+ "lodash": "^4.17.21",
3800
+ "semver": "^7.3.6"
3801
+ },
3802
+ "engines": {
3803
+ "node": "^14.17.0 || >=16.0.0"
3804
+ },
3805
+ "funding": {
3806
+ "url": "https://github.com/sponsors/mysticatea"
3807
+ },
3808
+ "peerDependencies": {
3809
+ "eslint": ">=6.0.0"
3810
+ }
3811
+ },
3812
+ "node_modules/vue-i18n": {
3813
+ "version": "9.8.0",
3814
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/vue-i18n/-/vue-i18n-9.8.0.tgz",
3815
+ "integrity": "sha512-Izho+6PYjejsTq2mzjcRdBZ5VLRQoSuuexvR8029h5CpN03FYqiqBrShMyf2I1DKkN6kw/xmujcbvC+4QybpsQ==",
3816
+ "license": "MIT",
3817
+ "dependencies": {
3818
+ "@intlify/core-base": "9.8.0",
3819
+ "@intlify/shared": "9.8.0",
3820
+ "@vue/devtools-api": "^6.5.0"
3821
+ },
3822
+ "engines": {
3823
+ "node": ">= 16"
3824
+ },
3825
+ "funding": {
3826
+ "url": "https://github.com/sponsors/kazupon"
3827
+ },
3828
+ "peerDependencies": {
3829
+ "vue": "^3.0.0"
3830
+ }
3831
+ },
3832
+ "node_modules/w3c-xmlserializer": {
3833
+ "version": "4.0.0",
3834
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/w3c-xmlserializer/-/w3c-xmlserializer-4.0.0.tgz",
3835
+ "integrity": "sha512-d+BFHzbiCx6zGfz0HyQ6Rg69w9k19nviJspaj4yNscGjrHu94sVP+aRm75yEbCh+r2/yR+7q6hux9LVtbuTGBw==",
3836
+ "dev": true,
3837
+ "license": "MIT",
3838
+ "dependencies": {
3839
+ "xml-name-validator": "^4.0.0"
3840
+ },
3841
+ "engines": {
3842
+ "node": ">=14"
3843
+ }
3844
+ },
3845
+ "node_modules/webidl-conversions": {
3846
+ "version": "7.0.0",
3847
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
3848
+ "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==",
3849
+ "dev": true,
3850
+ "license": "BSD-2-Clause",
3851
+ "engines": {
3852
+ "node": ">=12"
3853
+ }
3854
+ },
3855
+ "node_modules/whatwg-encoding": {
3856
+ "version": "2.0.0",
3857
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/whatwg-encoding/-/whatwg-encoding-2.0.0.tgz",
3858
+ "integrity": "sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg==",
3859
+ "dev": true,
3860
+ "license": "MIT",
3861
+ "dependencies": {
3862
+ "iconv-lite": "0.6.3"
3863
+ },
3864
+ "engines": {
3865
+ "node": ">=12"
3866
+ }
3867
+ },
3868
+ "node_modules/whatwg-mimetype": {
3869
+ "version": "3.0.0",
3870
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz",
3871
+ "integrity": "sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==",
3872
+ "dev": true,
3873
+ "license": "MIT",
3874
+ "engines": {
3875
+ "node": ">=12"
3876
+ }
3877
+ },
3878
+ "node_modules/whatwg-url": {
3879
+ "version": "11.0.0",
3880
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/whatwg-url/-/whatwg-url-11.0.0.tgz",
3881
+ "integrity": "sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==",
3882
+ "dev": true,
3883
+ "license": "MIT",
3884
+ "dependencies": {
3885
+ "tr46": "^3.0.0",
3886
+ "webidl-conversions": "^7.0.0"
3887
+ },
3888
+ "engines": {
3889
+ "node": ">=12"
3890
+ }
3891
+ },
3892
+ "node_modules/which": {
3893
+ "version": "2.0.2",
3894
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/which/-/which-2.0.2.tgz",
3895
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
3896
+ "dev": true,
3897
+ "license": "ISC",
3898
+ "dependencies": {
3899
+ "isexe": "^2.0.0"
3900
+ },
3901
+ "bin": {
3902
+ "node-which": "bin/node-which"
3903
+ },
3904
+ "engines": {
3905
+ "node": ">= 8"
3906
+ }
3907
+ },
3908
+ "node_modules/why-is-node-running": {
3909
+ "version": "2.2.2",
3910
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/why-is-node-running/-/why-is-node-running-2.2.2.tgz",
3911
+ "integrity": "sha512-6tSwToZxTOcotxHeA+qGCq1mVzKR3CwcJGmVcY+QE8SHy6TnpFnh8PAvPNHYr7EcuVeG0QSMxtYCuO1ta/G/oA==",
3912
+ "dev": true,
3913
+ "license": "MIT",
3914
+ "dependencies": {
3915
+ "siginfo": "^2.0.0",
3916
+ "stackback": "0.0.2"
3917
+ },
3918
+ "bin": {
3919
+ "why-is-node-running": "cli.js"
3920
+ },
3921
+ "engines": {
3922
+ "node": ">=8"
3923
+ }
3924
+ },
3925
+ "node_modules/wrap-ansi": {
3926
+ "version": "7.0.0",
3927
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
3928
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
3929
+ "dev": true,
3930
+ "license": "MIT",
3931
+ "dependencies": {
3932
+ "ansi-styles": "^4.0.0",
3933
+ "string-width": "^4.1.0",
3934
+ "strip-ansi": "^6.0.0"
3935
+ },
3936
+ "engines": {
3937
+ "node": ">=10"
3938
+ },
3939
+ "funding": {
3940
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
3941
+ }
3942
+ },
3943
+ "node_modules/wrappy": {
3944
+ "version": "1.0.2",
3945
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/wrappy/-/wrappy-1.0.2.tgz",
3946
+ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
3947
+ "dev": true,
3948
+ "license": "ISC"
3949
+ },
3950
+ "node_modules/ws": {
3951
+ "version": "8.14.2",
3952
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/ws/-/ws-8.14.2.tgz",
3953
+ "integrity": "sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g==",
3954
+ "dev": true,
3955
+ "license": "MIT",
3956
+ "engines": {
3957
+ "node": ">=10.0.0"
3958
+ },
3959
+ "peerDependencies": {
3960
+ "bufferutil": "^4.0.1",
3961
+ "utf-8-validate": ">=5.0.2"
3962
+ },
3963
+ "peerDependenciesMeta": {
3964
+ "bufferutil": {
3965
+ "optional": true
3966
+ },
3967
+ "utf-8-validate": {
3968
+ "optional": true
3969
+ }
3970
+ }
3971
+ },
3972
+ "node_modules/xml-name-validator": {
3973
+ "version": "4.0.0",
3974
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/xml-name-validator/-/xml-name-validator-4.0.0.tgz",
3975
+ "integrity": "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==",
3976
+ "dev": true,
3977
+ "license": "Apache-2.0",
3978
+ "engines": {
3979
+ "node": ">=12"
3980
+ }
3981
+ },
3982
+ "node_modules/xmlchars": {
3983
+ "version": "2.2.0",
3984
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/xmlchars/-/xmlchars-2.2.0.tgz",
3985
+ "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==",
3986
+ "dev": true,
3987
+ "license": "MIT"
3988
+ },
3989
+ "node_modules/y18n": {
3990
+ "version": "5.0.8",
3991
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/y18n/-/y18n-5.0.8.tgz",
3992
+ "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
3993
+ "dev": true,
3994
+ "license": "ISC",
3995
+ "engines": {
3996
+ "node": ">=10"
3997
+ }
3998
+ },
3999
+ "node_modules/yallist": {
4000
+ "version": "4.0.0",
4001
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/yallist/-/yallist-4.0.0.tgz",
4002
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
4003
+ "license": "ISC"
4004
+ },
4005
+ "node_modules/yargs": {
4006
+ "version": "16.2.0",
4007
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/yargs/-/yargs-16.2.0.tgz",
4008
+ "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
4009
+ "dev": true,
4010
+ "license": "MIT",
4011
+ "dependencies": {
4012
+ "cliui": "^7.0.2",
4013
+ "escalade": "^3.1.1",
4014
+ "get-caller-file": "^2.0.5",
4015
+ "require-directory": "^2.1.1",
4016
+ "string-width": "^4.2.0",
4017
+ "y18n": "^5.0.5",
4018
+ "yargs-parser": "^20.2.2"
4019
+ },
4020
+ "engines": {
4021
+ "node": ">=10"
4022
+ }
4023
+ },
4024
+ "node_modules/yargs-parser": {
4025
+ "version": "20.2.9",
4026
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/yargs-parser/-/yargs-parser-20.2.9.tgz",
4027
+ "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",
4028
+ "dev": true,
4029
+ "license": "ISC",
4030
+ "engines": {
4031
+ "node": ">=10"
4032
+ }
4033
+ },
4034
+ "node_modules/yocto-queue": {
4035
+ "version": "0.1.0",
4036
+ "resolved": "https://nexus.jeci.tech/repository/npm-group/yocto-queue/-/yocto-queue-0.1.0.tgz",
4037
+ "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
4038
+ "dev": true,
4039
+ "license": "MIT",
4040
+ "engines": {
4041
+ "node": ">=10"
4042
+ },
4043
+ "funding": {
4044
+ "url": "https://github.com/sponsors/sindresorhus"
4045
+ }
4046
+ }
4047
+ }
4048
+ }