olova 2.0.2 → 2.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1433 @@
1
+ {
2
+ "name": "olova",
3
+ "version": "2.0.3",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "olova",
9
+ "version": "2.0.3",
10
+ "license": "MIT"
11
+ },
12
+ "node_modules/@esbuild/win32-x64": {
13
+ "version": "0.18.20",
14
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.18.20.tgz",
15
+ "integrity": "sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==",
16
+ "cpu": [
17
+ "x64"
18
+ ],
19
+ "dev": true,
20
+ "license": "MIT",
21
+ "optional": true,
22
+ "os": [
23
+ "win32"
24
+ ],
25
+ "engines": {
26
+ "node": ">=12"
27
+ }
28
+ },
29
+ "node_modules/@eslint-community/eslint-utils": {
30
+ "version": "4.4.1",
31
+ "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz",
32
+ "integrity": "sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==",
33
+ "dev": true,
34
+ "license": "MIT",
35
+ "dependencies": {
36
+ "eslint-visitor-keys": "^3.4.3"
37
+ },
38
+ "engines": {
39
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
40
+ },
41
+ "funding": {
42
+ "url": "https://opencollective.com/eslint"
43
+ },
44
+ "peerDependencies": {
45
+ "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
46
+ }
47
+ },
48
+ "node_modules/@eslint-community/regexpp": {
49
+ "version": "4.12.1",
50
+ "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz",
51
+ "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==",
52
+ "dev": true,
53
+ "license": "MIT",
54
+ "engines": {
55
+ "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
56
+ }
57
+ },
58
+ "node_modules/@eslint/eslintrc": {
59
+ "version": "2.1.4",
60
+ "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",
61
+ "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==",
62
+ "dev": true,
63
+ "license": "MIT",
64
+ "dependencies": {
65
+ "ajv": "^6.12.4",
66
+ "debug": "^4.3.2",
67
+ "espree": "^9.6.0",
68
+ "globals": "^13.19.0",
69
+ "ignore": "^5.2.0",
70
+ "import-fresh": "^3.2.1",
71
+ "js-yaml": "^4.1.0",
72
+ "minimatch": "^3.1.2",
73
+ "strip-json-comments": "^3.1.1"
74
+ },
75
+ "engines": {
76
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
77
+ },
78
+ "funding": {
79
+ "url": "https://opencollective.com/eslint"
80
+ }
81
+ },
82
+ "node_modules/@eslint/js": {
83
+ "version": "8.57.1",
84
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz",
85
+ "integrity": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==",
86
+ "dev": true,
87
+ "license": "MIT",
88
+ "engines": {
89
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
90
+ }
91
+ },
92
+ "node_modules/@humanwhocodes/config-array": {
93
+ "version": "0.13.0",
94
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz",
95
+ "integrity": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==",
96
+ "deprecated": "Use @eslint/config-array instead",
97
+ "dev": true,
98
+ "license": "Apache-2.0",
99
+ "dependencies": {
100
+ "@humanwhocodes/object-schema": "^2.0.3",
101
+ "debug": "^4.3.1",
102
+ "minimatch": "^3.0.5"
103
+ },
104
+ "engines": {
105
+ "node": ">=10.10.0"
106
+ }
107
+ },
108
+ "node_modules/@humanwhocodes/module-importer": {
109
+ "version": "1.0.1",
110
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
111
+ "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
112
+ "dev": true,
113
+ "license": "Apache-2.0",
114
+ "engines": {
115
+ "node": ">=12.22"
116
+ },
117
+ "funding": {
118
+ "type": "github",
119
+ "url": "https://github.com/sponsors/nzakas"
120
+ }
121
+ },
122
+ "node_modules/@humanwhocodes/object-schema": {
123
+ "version": "2.0.3",
124
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz",
125
+ "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==",
126
+ "deprecated": "Use @eslint/object-schema instead",
127
+ "dev": true,
128
+ "license": "BSD-3-Clause"
129
+ },
130
+ "node_modules/@nodelib/fs.scandir": {
131
+ "version": "2.1.5",
132
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
133
+ "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
134
+ "dev": true,
135
+ "license": "MIT",
136
+ "dependencies": {
137
+ "@nodelib/fs.stat": "2.0.5",
138
+ "run-parallel": "^1.1.9"
139
+ },
140
+ "engines": {
141
+ "node": ">= 8"
142
+ }
143
+ },
144
+ "node_modules/@nodelib/fs.stat": {
145
+ "version": "2.0.5",
146
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
147
+ "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
148
+ "dev": true,
149
+ "license": "MIT",
150
+ "engines": {
151
+ "node": ">= 8"
152
+ }
153
+ },
154
+ "node_modules/@nodelib/fs.walk": {
155
+ "version": "1.2.8",
156
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
157
+ "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
158
+ "dev": true,
159
+ "license": "MIT",
160
+ "dependencies": {
161
+ "@nodelib/fs.scandir": "2.1.5",
162
+ "fastq": "^1.6.0"
163
+ },
164
+ "engines": {
165
+ "node": ">= 8"
166
+ }
167
+ },
168
+ "node_modules/@ungap/structured-clone": {
169
+ "version": "1.2.1",
170
+ "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.1.tgz",
171
+ "integrity": "sha512-fEzPV3hSkSMltkw152tJKNARhOupqbH96MZWyRjNaYZOMIzbrTeQDG+MTc6Mr2pgzFQzFxAfmhGDNP5QK++2ZA==",
172
+ "dev": true,
173
+ "license": "ISC"
174
+ },
175
+ "node_modules/acorn": {
176
+ "version": "8.14.0",
177
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz",
178
+ "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==",
179
+ "dev": true,
180
+ "license": "MIT",
181
+ "bin": {
182
+ "acorn": "bin/acorn"
183
+ },
184
+ "engines": {
185
+ "node": ">=0.4.0"
186
+ }
187
+ },
188
+ "node_modules/acorn-jsx": {
189
+ "version": "5.3.2",
190
+ "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
191
+ "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
192
+ "dev": true,
193
+ "license": "MIT",
194
+ "peerDependencies": {
195
+ "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
196
+ }
197
+ },
198
+ "node_modules/ajv": {
199
+ "version": "6.12.6",
200
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
201
+ "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
202
+ "dev": true,
203
+ "license": "MIT",
204
+ "dependencies": {
205
+ "fast-deep-equal": "^3.1.1",
206
+ "fast-json-stable-stringify": "^2.0.0",
207
+ "json-schema-traverse": "^0.4.1",
208
+ "uri-js": "^4.2.2"
209
+ },
210
+ "funding": {
211
+ "type": "github",
212
+ "url": "https://github.com/sponsors/epoberezkin"
213
+ }
214
+ },
215
+ "node_modules/ansi-regex": {
216
+ "version": "5.0.1",
217
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
218
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
219
+ "dev": true,
220
+ "license": "MIT",
221
+ "engines": {
222
+ "node": ">=8"
223
+ }
224
+ },
225
+ "node_modules/ansi-styles": {
226
+ "version": "4.3.0",
227
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
228
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
229
+ "dev": true,
230
+ "license": "MIT",
231
+ "dependencies": {
232
+ "color-convert": "^2.0.1"
233
+ },
234
+ "engines": {
235
+ "node": ">=8"
236
+ },
237
+ "funding": {
238
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
239
+ }
240
+ },
241
+ "node_modules/argparse": {
242
+ "version": "2.0.1",
243
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
244
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
245
+ "dev": true,
246
+ "license": "Python-2.0"
247
+ },
248
+ "node_modules/balanced-match": {
249
+ "version": "1.0.2",
250
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
251
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
252
+ "dev": true,
253
+ "license": "MIT"
254
+ },
255
+ "node_modules/brace-expansion": {
256
+ "version": "1.1.11",
257
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
258
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
259
+ "dev": true,
260
+ "license": "MIT",
261
+ "dependencies": {
262
+ "balanced-match": "^1.0.0",
263
+ "concat-map": "0.0.1"
264
+ }
265
+ },
266
+ "node_modules/callsites": {
267
+ "version": "3.1.0",
268
+ "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
269
+ "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
270
+ "dev": true,
271
+ "license": "MIT",
272
+ "engines": {
273
+ "node": ">=6"
274
+ }
275
+ },
276
+ "node_modules/chalk": {
277
+ "version": "4.1.2",
278
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
279
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
280
+ "dev": true,
281
+ "license": "MIT",
282
+ "dependencies": {
283
+ "ansi-styles": "^4.1.0",
284
+ "supports-color": "^7.1.0"
285
+ },
286
+ "engines": {
287
+ "node": ">=10"
288
+ },
289
+ "funding": {
290
+ "url": "https://github.com/chalk/chalk?sponsor=1"
291
+ }
292
+ },
293
+ "node_modules/color-convert": {
294
+ "version": "2.0.1",
295
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
296
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
297
+ "dev": true,
298
+ "license": "MIT",
299
+ "dependencies": {
300
+ "color-name": "~1.1.4"
301
+ },
302
+ "engines": {
303
+ "node": ">=7.0.0"
304
+ }
305
+ },
306
+ "node_modules/color-name": {
307
+ "version": "1.1.4",
308
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
309
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
310
+ "dev": true,
311
+ "license": "MIT"
312
+ },
313
+ "node_modules/concat-map": {
314
+ "version": "0.0.1",
315
+ "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
316
+ "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
317
+ "dev": true,
318
+ "license": "MIT"
319
+ },
320
+ "node_modules/cross-spawn": {
321
+ "version": "7.0.6",
322
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
323
+ "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
324
+ "dev": true,
325
+ "license": "MIT",
326
+ "dependencies": {
327
+ "path-key": "^3.1.0",
328
+ "shebang-command": "^2.0.0",
329
+ "which": "^2.0.1"
330
+ },
331
+ "engines": {
332
+ "node": ">= 8"
333
+ }
334
+ },
335
+ "node_modules/debug": {
336
+ "version": "4.4.0",
337
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
338
+ "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
339
+ "dev": true,
340
+ "license": "MIT",
341
+ "dependencies": {
342
+ "ms": "^2.1.3"
343
+ },
344
+ "engines": {
345
+ "node": ">=6.0"
346
+ },
347
+ "peerDependenciesMeta": {
348
+ "supports-color": {
349
+ "optional": true
350
+ }
351
+ }
352
+ },
353
+ "node_modules/deep-is": {
354
+ "version": "0.1.4",
355
+ "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
356
+ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
357
+ "dev": true,
358
+ "license": "MIT"
359
+ },
360
+ "node_modules/doctrine": {
361
+ "version": "3.0.0",
362
+ "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
363
+ "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
364
+ "dev": true,
365
+ "license": "Apache-2.0",
366
+ "dependencies": {
367
+ "esutils": "^2.0.2"
368
+ },
369
+ "engines": {
370
+ "node": ">=6.0.0"
371
+ }
372
+ },
373
+ "node_modules/esbuild": {
374
+ "version": "0.18.20",
375
+ "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.18.20.tgz",
376
+ "integrity": "sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==",
377
+ "dev": true,
378
+ "hasInstallScript": true,
379
+ "license": "MIT",
380
+ "bin": {
381
+ "esbuild": "bin/esbuild"
382
+ },
383
+ "engines": {
384
+ "node": ">=12"
385
+ },
386
+ "optionalDependencies": {
387
+ "@esbuild/android-arm": "0.18.20",
388
+ "@esbuild/android-arm64": "0.18.20",
389
+ "@esbuild/android-x64": "0.18.20",
390
+ "@esbuild/darwin-arm64": "0.18.20",
391
+ "@esbuild/darwin-x64": "0.18.20",
392
+ "@esbuild/freebsd-arm64": "0.18.20",
393
+ "@esbuild/freebsd-x64": "0.18.20",
394
+ "@esbuild/linux-arm": "0.18.20",
395
+ "@esbuild/linux-arm64": "0.18.20",
396
+ "@esbuild/linux-ia32": "0.18.20",
397
+ "@esbuild/linux-loong64": "0.18.20",
398
+ "@esbuild/linux-mips64el": "0.18.20",
399
+ "@esbuild/linux-ppc64": "0.18.20",
400
+ "@esbuild/linux-riscv64": "0.18.20",
401
+ "@esbuild/linux-s390x": "0.18.20",
402
+ "@esbuild/linux-x64": "0.18.20",
403
+ "@esbuild/netbsd-x64": "0.18.20",
404
+ "@esbuild/openbsd-x64": "0.18.20",
405
+ "@esbuild/sunos-x64": "0.18.20",
406
+ "@esbuild/win32-arm64": "0.18.20",
407
+ "@esbuild/win32-ia32": "0.18.20",
408
+ "@esbuild/win32-x64": "0.18.20"
409
+ }
410
+ },
411
+ "node_modules/escape-string-regexp": {
412
+ "version": "4.0.0",
413
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
414
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
415
+ "dev": true,
416
+ "license": "MIT",
417
+ "engines": {
418
+ "node": ">=10"
419
+ },
420
+ "funding": {
421
+ "url": "https://github.com/sponsors/sindresorhus"
422
+ }
423
+ },
424
+ "node_modules/eslint": {
425
+ "version": "8.57.1",
426
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.1.tgz",
427
+ "integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==",
428
+ "deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.",
429
+ "dev": true,
430
+ "license": "MIT",
431
+ "dependencies": {
432
+ "@eslint-community/eslint-utils": "^4.2.0",
433
+ "@eslint-community/regexpp": "^4.6.1",
434
+ "@eslint/eslintrc": "^2.1.4",
435
+ "@eslint/js": "8.57.1",
436
+ "@humanwhocodes/config-array": "^0.13.0",
437
+ "@humanwhocodes/module-importer": "^1.0.1",
438
+ "@nodelib/fs.walk": "^1.2.8",
439
+ "@ungap/structured-clone": "^1.2.0",
440
+ "ajv": "^6.12.4",
441
+ "chalk": "^4.0.0",
442
+ "cross-spawn": "^7.0.2",
443
+ "debug": "^4.3.2",
444
+ "doctrine": "^3.0.0",
445
+ "escape-string-regexp": "^4.0.0",
446
+ "eslint-scope": "^7.2.2",
447
+ "eslint-visitor-keys": "^3.4.3",
448
+ "espree": "^9.6.1",
449
+ "esquery": "^1.4.2",
450
+ "esutils": "^2.0.2",
451
+ "fast-deep-equal": "^3.1.3",
452
+ "file-entry-cache": "^6.0.1",
453
+ "find-up": "^5.0.0",
454
+ "glob-parent": "^6.0.2",
455
+ "globals": "^13.19.0",
456
+ "graphemer": "^1.4.0",
457
+ "ignore": "^5.2.0",
458
+ "imurmurhash": "^0.1.4",
459
+ "is-glob": "^4.0.0",
460
+ "is-path-inside": "^3.0.3",
461
+ "js-yaml": "^4.1.0",
462
+ "json-stable-stringify-without-jsonify": "^1.0.1",
463
+ "levn": "^0.4.1",
464
+ "lodash.merge": "^4.6.2",
465
+ "minimatch": "^3.1.2",
466
+ "natural-compare": "^1.4.0",
467
+ "optionator": "^0.9.3",
468
+ "strip-ansi": "^6.0.1",
469
+ "text-table": "^0.2.0"
470
+ },
471
+ "bin": {
472
+ "eslint": "bin/eslint.js"
473
+ },
474
+ "engines": {
475
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
476
+ },
477
+ "funding": {
478
+ "url": "https://opencollective.com/eslint"
479
+ }
480
+ },
481
+ "node_modules/eslint-scope": {
482
+ "version": "7.2.2",
483
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz",
484
+ "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
485
+ "dev": true,
486
+ "license": "BSD-2-Clause",
487
+ "dependencies": {
488
+ "esrecurse": "^4.3.0",
489
+ "estraverse": "^5.2.0"
490
+ },
491
+ "engines": {
492
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
493
+ },
494
+ "funding": {
495
+ "url": "https://opencollective.com/eslint"
496
+ }
497
+ },
498
+ "node_modules/eslint-visitor-keys": {
499
+ "version": "3.4.3",
500
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
501
+ "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
502
+ "dev": true,
503
+ "license": "Apache-2.0",
504
+ "engines": {
505
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
506
+ },
507
+ "funding": {
508
+ "url": "https://opencollective.com/eslint"
509
+ }
510
+ },
511
+ "node_modules/espree": {
512
+ "version": "9.6.1",
513
+ "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
514
+ "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
515
+ "dev": true,
516
+ "license": "BSD-2-Clause",
517
+ "dependencies": {
518
+ "acorn": "^8.9.0",
519
+ "acorn-jsx": "^5.3.2",
520
+ "eslint-visitor-keys": "^3.4.1"
521
+ },
522
+ "engines": {
523
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
524
+ },
525
+ "funding": {
526
+ "url": "https://opencollective.com/eslint"
527
+ }
528
+ },
529
+ "node_modules/esquery": {
530
+ "version": "1.6.0",
531
+ "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz",
532
+ "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
533
+ "dev": true,
534
+ "license": "BSD-3-Clause",
535
+ "dependencies": {
536
+ "estraverse": "^5.1.0"
537
+ },
538
+ "engines": {
539
+ "node": ">=0.10"
540
+ }
541
+ },
542
+ "node_modules/esrecurse": {
543
+ "version": "4.3.0",
544
+ "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
545
+ "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
546
+ "dev": true,
547
+ "license": "BSD-2-Clause",
548
+ "dependencies": {
549
+ "estraverse": "^5.2.0"
550
+ },
551
+ "engines": {
552
+ "node": ">=4.0"
553
+ }
554
+ },
555
+ "node_modules/estraverse": {
556
+ "version": "5.3.0",
557
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
558
+ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
559
+ "dev": true,
560
+ "license": "BSD-2-Clause",
561
+ "engines": {
562
+ "node": ">=4.0"
563
+ }
564
+ },
565
+ "node_modules/esutils": {
566
+ "version": "2.0.3",
567
+ "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
568
+ "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
569
+ "dev": true,
570
+ "license": "BSD-2-Clause",
571
+ "engines": {
572
+ "node": ">=0.10.0"
573
+ }
574
+ },
575
+ "node_modules/fast-deep-equal": {
576
+ "version": "3.1.3",
577
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
578
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
579
+ "dev": true,
580
+ "license": "MIT"
581
+ },
582
+ "node_modules/fast-json-stable-stringify": {
583
+ "version": "2.1.0",
584
+ "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
585
+ "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
586
+ "dev": true,
587
+ "license": "MIT"
588
+ },
589
+ "node_modules/fast-levenshtein": {
590
+ "version": "2.0.6",
591
+ "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
592
+ "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
593
+ "dev": true,
594
+ "license": "MIT"
595
+ },
596
+ "node_modules/fastq": {
597
+ "version": "1.18.0",
598
+ "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.18.0.tgz",
599
+ "integrity": "sha512-QKHXPW0hD8g4UET03SdOdunzSouc9N4AuHdsX8XNcTsuz+yYFILVNIX4l9yHABMhiEI9Db0JTTIpu0wB+Y1QQw==",
600
+ "dev": true,
601
+ "license": "ISC",
602
+ "dependencies": {
603
+ "reusify": "^1.0.4"
604
+ }
605
+ },
606
+ "node_modules/file-entry-cache": {
607
+ "version": "6.0.1",
608
+ "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
609
+ "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
610
+ "dev": true,
611
+ "license": "MIT",
612
+ "dependencies": {
613
+ "flat-cache": "^3.0.4"
614
+ },
615
+ "engines": {
616
+ "node": "^10.12.0 || >=12.0.0"
617
+ }
618
+ },
619
+ "node_modules/find-up": {
620
+ "version": "5.0.0",
621
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
622
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
623
+ "dev": true,
624
+ "license": "MIT",
625
+ "dependencies": {
626
+ "locate-path": "^6.0.0",
627
+ "path-exists": "^4.0.0"
628
+ },
629
+ "engines": {
630
+ "node": ">=10"
631
+ },
632
+ "funding": {
633
+ "url": "https://github.com/sponsors/sindresorhus"
634
+ }
635
+ },
636
+ "node_modules/flat-cache": {
637
+ "version": "3.2.0",
638
+ "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz",
639
+ "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==",
640
+ "dev": true,
641
+ "license": "MIT",
642
+ "dependencies": {
643
+ "flatted": "^3.2.9",
644
+ "keyv": "^4.5.3",
645
+ "rimraf": "^3.0.2"
646
+ },
647
+ "engines": {
648
+ "node": "^10.12.0 || >=12.0.0"
649
+ }
650
+ },
651
+ "node_modules/flatted": {
652
+ "version": "3.3.2",
653
+ "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.2.tgz",
654
+ "integrity": "sha512-AiwGJM8YcNOaobumgtng+6NHuOqC3A7MixFeDafM3X9cIUM+xUXoS5Vfgf+OihAYe20fxqNM9yPBXJzRtZ/4eA==",
655
+ "dev": true,
656
+ "license": "ISC"
657
+ },
658
+ "node_modules/fs.realpath": {
659
+ "version": "1.0.0",
660
+ "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
661
+ "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
662
+ "dev": true,
663
+ "license": "ISC"
664
+ },
665
+ "node_modules/glob": {
666
+ "version": "7.2.3",
667
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
668
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
669
+ "deprecated": "Glob versions prior to v9 are no longer supported",
670
+ "dev": true,
671
+ "license": "ISC",
672
+ "dependencies": {
673
+ "fs.realpath": "^1.0.0",
674
+ "inflight": "^1.0.4",
675
+ "inherits": "2",
676
+ "minimatch": "^3.1.1",
677
+ "once": "^1.3.0",
678
+ "path-is-absolute": "^1.0.0"
679
+ },
680
+ "engines": {
681
+ "node": "*"
682
+ },
683
+ "funding": {
684
+ "url": "https://github.com/sponsors/isaacs"
685
+ }
686
+ },
687
+ "node_modules/glob-parent": {
688
+ "version": "6.0.2",
689
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
690
+ "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
691
+ "dev": true,
692
+ "license": "ISC",
693
+ "dependencies": {
694
+ "is-glob": "^4.0.3"
695
+ },
696
+ "engines": {
697
+ "node": ">=10.13.0"
698
+ }
699
+ },
700
+ "node_modules/globals": {
701
+ "version": "13.24.0",
702
+ "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
703
+ "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
704
+ "dev": true,
705
+ "license": "MIT",
706
+ "dependencies": {
707
+ "type-fest": "^0.20.2"
708
+ },
709
+ "engines": {
710
+ "node": ">=8"
711
+ },
712
+ "funding": {
713
+ "url": "https://github.com/sponsors/sindresorhus"
714
+ }
715
+ },
716
+ "node_modules/graphemer": {
717
+ "version": "1.4.0",
718
+ "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
719
+ "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
720
+ "dev": true,
721
+ "license": "MIT"
722
+ },
723
+ "node_modules/has-flag": {
724
+ "version": "4.0.0",
725
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
726
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
727
+ "dev": true,
728
+ "license": "MIT",
729
+ "engines": {
730
+ "node": ">=8"
731
+ }
732
+ },
733
+ "node_modules/ignore": {
734
+ "version": "5.3.2",
735
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
736
+ "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
737
+ "dev": true,
738
+ "license": "MIT",
739
+ "engines": {
740
+ "node": ">= 4"
741
+ }
742
+ },
743
+ "node_modules/import-fresh": {
744
+ "version": "3.3.0",
745
+ "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
746
+ "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
747
+ "dev": true,
748
+ "license": "MIT",
749
+ "dependencies": {
750
+ "parent-module": "^1.0.0",
751
+ "resolve-from": "^4.0.0"
752
+ },
753
+ "engines": {
754
+ "node": ">=6"
755
+ },
756
+ "funding": {
757
+ "url": "https://github.com/sponsors/sindresorhus"
758
+ }
759
+ },
760
+ "node_modules/imurmurhash": {
761
+ "version": "0.1.4",
762
+ "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
763
+ "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
764
+ "dev": true,
765
+ "license": "MIT",
766
+ "engines": {
767
+ "node": ">=0.8.19"
768
+ }
769
+ },
770
+ "node_modules/inflight": {
771
+ "version": "1.0.6",
772
+ "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
773
+ "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
774
+ "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.",
775
+ "dev": true,
776
+ "license": "ISC",
777
+ "dependencies": {
778
+ "once": "^1.3.0",
779
+ "wrappy": "1"
780
+ }
781
+ },
782
+ "node_modules/inherits": {
783
+ "version": "2.0.4",
784
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
785
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
786
+ "dev": true,
787
+ "license": "ISC"
788
+ },
789
+ "node_modules/is-extglob": {
790
+ "version": "2.1.1",
791
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
792
+ "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
793
+ "dev": true,
794
+ "license": "MIT",
795
+ "engines": {
796
+ "node": ">=0.10.0"
797
+ }
798
+ },
799
+ "node_modules/is-glob": {
800
+ "version": "4.0.3",
801
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
802
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
803
+ "dev": true,
804
+ "license": "MIT",
805
+ "dependencies": {
806
+ "is-extglob": "^2.1.1"
807
+ },
808
+ "engines": {
809
+ "node": ">=0.10.0"
810
+ }
811
+ },
812
+ "node_modules/is-path-inside": {
813
+ "version": "3.0.3",
814
+ "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
815
+ "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
816
+ "dev": true,
817
+ "license": "MIT",
818
+ "engines": {
819
+ "node": ">=8"
820
+ }
821
+ },
822
+ "node_modules/isexe": {
823
+ "version": "2.0.0",
824
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
825
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
826
+ "dev": true,
827
+ "license": "ISC"
828
+ },
829
+ "node_modules/js-yaml": {
830
+ "version": "4.1.0",
831
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
832
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
833
+ "dev": true,
834
+ "license": "MIT",
835
+ "dependencies": {
836
+ "argparse": "^2.0.1"
837
+ },
838
+ "bin": {
839
+ "js-yaml": "bin/js-yaml.js"
840
+ }
841
+ },
842
+ "node_modules/json-buffer": {
843
+ "version": "3.0.1",
844
+ "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
845
+ "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
846
+ "dev": true,
847
+ "license": "MIT"
848
+ },
849
+ "node_modules/json-schema-traverse": {
850
+ "version": "0.4.1",
851
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
852
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
853
+ "dev": true,
854
+ "license": "MIT"
855
+ },
856
+ "node_modules/json-stable-stringify-without-jsonify": {
857
+ "version": "1.0.1",
858
+ "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
859
+ "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
860
+ "dev": true,
861
+ "license": "MIT"
862
+ },
863
+ "node_modules/keyv": {
864
+ "version": "4.5.4",
865
+ "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
866
+ "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
867
+ "dev": true,
868
+ "license": "MIT",
869
+ "dependencies": {
870
+ "json-buffer": "3.0.1"
871
+ }
872
+ },
873
+ "node_modules/levn": {
874
+ "version": "0.4.1",
875
+ "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
876
+ "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
877
+ "dev": true,
878
+ "license": "MIT",
879
+ "dependencies": {
880
+ "prelude-ls": "^1.2.1",
881
+ "type-check": "~0.4.0"
882
+ },
883
+ "engines": {
884
+ "node": ">= 0.8.0"
885
+ }
886
+ },
887
+ "node_modules/locate-path": {
888
+ "version": "6.0.0",
889
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
890
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
891
+ "dev": true,
892
+ "license": "MIT",
893
+ "dependencies": {
894
+ "p-locate": "^5.0.0"
895
+ },
896
+ "engines": {
897
+ "node": ">=10"
898
+ },
899
+ "funding": {
900
+ "url": "https://github.com/sponsors/sindresorhus"
901
+ }
902
+ },
903
+ "node_modules/lodash.merge": {
904
+ "version": "4.6.2",
905
+ "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
906
+ "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
907
+ "dev": true,
908
+ "license": "MIT"
909
+ },
910
+ "node_modules/minimatch": {
911
+ "version": "3.1.2",
912
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
913
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
914
+ "dev": true,
915
+ "license": "ISC",
916
+ "dependencies": {
917
+ "brace-expansion": "^1.1.7"
918
+ },
919
+ "engines": {
920
+ "node": "*"
921
+ }
922
+ },
923
+ "node_modules/ms": {
924
+ "version": "2.1.3",
925
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
926
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
927
+ "dev": true,
928
+ "license": "MIT"
929
+ },
930
+ "node_modules/nanoid": {
931
+ "version": "3.3.8",
932
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz",
933
+ "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==",
934
+ "dev": true,
935
+ "funding": [
936
+ {
937
+ "type": "github",
938
+ "url": "https://github.com/sponsors/ai"
939
+ }
940
+ ],
941
+ "license": "MIT",
942
+ "bin": {
943
+ "nanoid": "bin/nanoid.cjs"
944
+ },
945
+ "engines": {
946
+ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
947
+ }
948
+ },
949
+ "node_modules/natural-compare": {
950
+ "version": "1.4.0",
951
+ "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
952
+ "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
953
+ "dev": true,
954
+ "license": "MIT"
955
+ },
956
+ "node_modules/once": {
957
+ "version": "1.4.0",
958
+ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
959
+ "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
960
+ "dev": true,
961
+ "license": "ISC",
962
+ "dependencies": {
963
+ "wrappy": "1"
964
+ }
965
+ },
966
+ "node_modules/optionator": {
967
+ "version": "0.9.4",
968
+ "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
969
+ "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
970
+ "dev": true,
971
+ "license": "MIT",
972
+ "dependencies": {
973
+ "deep-is": "^0.1.3",
974
+ "fast-levenshtein": "^2.0.6",
975
+ "levn": "^0.4.1",
976
+ "prelude-ls": "^1.2.1",
977
+ "type-check": "^0.4.0",
978
+ "word-wrap": "^1.2.5"
979
+ },
980
+ "engines": {
981
+ "node": ">= 0.8.0"
982
+ }
983
+ },
984
+ "node_modules/p-limit": {
985
+ "version": "3.1.0",
986
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
987
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
988
+ "dev": true,
989
+ "license": "MIT",
990
+ "dependencies": {
991
+ "yocto-queue": "^0.1.0"
992
+ },
993
+ "engines": {
994
+ "node": ">=10"
995
+ },
996
+ "funding": {
997
+ "url": "https://github.com/sponsors/sindresorhus"
998
+ }
999
+ },
1000
+ "node_modules/p-locate": {
1001
+ "version": "5.0.0",
1002
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
1003
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
1004
+ "dev": true,
1005
+ "license": "MIT",
1006
+ "dependencies": {
1007
+ "p-limit": "^3.0.2"
1008
+ },
1009
+ "engines": {
1010
+ "node": ">=10"
1011
+ },
1012
+ "funding": {
1013
+ "url": "https://github.com/sponsors/sindresorhus"
1014
+ }
1015
+ },
1016
+ "node_modules/parent-module": {
1017
+ "version": "1.0.1",
1018
+ "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
1019
+ "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
1020
+ "dev": true,
1021
+ "license": "MIT",
1022
+ "dependencies": {
1023
+ "callsites": "^3.0.0"
1024
+ },
1025
+ "engines": {
1026
+ "node": ">=6"
1027
+ }
1028
+ },
1029
+ "node_modules/path-exists": {
1030
+ "version": "4.0.0",
1031
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
1032
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
1033
+ "dev": true,
1034
+ "license": "MIT",
1035
+ "engines": {
1036
+ "node": ">=8"
1037
+ }
1038
+ },
1039
+ "node_modules/path-is-absolute": {
1040
+ "version": "1.0.1",
1041
+ "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
1042
+ "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
1043
+ "dev": true,
1044
+ "license": "MIT",
1045
+ "engines": {
1046
+ "node": ">=0.10.0"
1047
+ }
1048
+ },
1049
+ "node_modules/path-key": {
1050
+ "version": "3.1.1",
1051
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
1052
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
1053
+ "dev": true,
1054
+ "license": "MIT",
1055
+ "engines": {
1056
+ "node": ">=8"
1057
+ }
1058
+ },
1059
+ "node_modules/picocolors": {
1060
+ "version": "1.1.1",
1061
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
1062
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
1063
+ "dev": true,
1064
+ "license": "ISC"
1065
+ },
1066
+ "node_modules/postcss": {
1067
+ "version": "8.5.1",
1068
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.1.tgz",
1069
+ "integrity": "sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ==",
1070
+ "dev": true,
1071
+ "funding": [
1072
+ {
1073
+ "type": "opencollective",
1074
+ "url": "https://opencollective.com/postcss/"
1075
+ },
1076
+ {
1077
+ "type": "tidelift",
1078
+ "url": "https://tidelift.com/funding/github/npm/postcss"
1079
+ },
1080
+ {
1081
+ "type": "github",
1082
+ "url": "https://github.com/sponsors/ai"
1083
+ }
1084
+ ],
1085
+ "license": "MIT",
1086
+ "dependencies": {
1087
+ "nanoid": "^3.3.8",
1088
+ "picocolors": "^1.1.1",
1089
+ "source-map-js": "^1.2.1"
1090
+ },
1091
+ "engines": {
1092
+ "node": "^10 || ^12 || >=14"
1093
+ }
1094
+ },
1095
+ "node_modules/prelude-ls": {
1096
+ "version": "1.2.1",
1097
+ "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
1098
+ "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
1099
+ "dev": true,
1100
+ "license": "MIT",
1101
+ "engines": {
1102
+ "node": ">= 0.8.0"
1103
+ }
1104
+ },
1105
+ "node_modules/punycode": {
1106
+ "version": "2.3.1",
1107
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
1108
+ "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
1109
+ "dev": true,
1110
+ "license": "MIT",
1111
+ "engines": {
1112
+ "node": ">=6"
1113
+ }
1114
+ },
1115
+ "node_modules/queue-microtask": {
1116
+ "version": "1.2.3",
1117
+ "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
1118
+ "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
1119
+ "dev": true,
1120
+ "funding": [
1121
+ {
1122
+ "type": "github",
1123
+ "url": "https://github.com/sponsors/feross"
1124
+ },
1125
+ {
1126
+ "type": "patreon",
1127
+ "url": "https://www.patreon.com/feross"
1128
+ },
1129
+ {
1130
+ "type": "consulting",
1131
+ "url": "https://feross.org/support"
1132
+ }
1133
+ ],
1134
+ "license": "MIT"
1135
+ },
1136
+ "node_modules/resolve-from": {
1137
+ "version": "4.0.0",
1138
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
1139
+ "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
1140
+ "dev": true,
1141
+ "license": "MIT",
1142
+ "engines": {
1143
+ "node": ">=4"
1144
+ }
1145
+ },
1146
+ "node_modules/reusify": {
1147
+ "version": "1.0.4",
1148
+ "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
1149
+ "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
1150
+ "dev": true,
1151
+ "license": "MIT",
1152
+ "engines": {
1153
+ "iojs": ">=1.0.0",
1154
+ "node": ">=0.10.0"
1155
+ }
1156
+ },
1157
+ "node_modules/rimraf": {
1158
+ "version": "3.0.2",
1159
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
1160
+ "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
1161
+ "deprecated": "Rimraf versions prior to v4 are no longer supported",
1162
+ "dev": true,
1163
+ "license": "ISC",
1164
+ "dependencies": {
1165
+ "glob": "^7.1.3"
1166
+ },
1167
+ "bin": {
1168
+ "rimraf": "bin.js"
1169
+ },
1170
+ "funding": {
1171
+ "url": "https://github.com/sponsors/isaacs"
1172
+ }
1173
+ },
1174
+ "node_modules/rollup": {
1175
+ "version": "3.29.5",
1176
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.5.tgz",
1177
+ "integrity": "sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w==",
1178
+ "dev": true,
1179
+ "license": "MIT",
1180
+ "bin": {
1181
+ "rollup": "dist/bin/rollup"
1182
+ },
1183
+ "engines": {
1184
+ "node": ">=14.18.0",
1185
+ "npm": ">=8.0.0"
1186
+ },
1187
+ "optionalDependencies": {
1188
+ "fsevents": "~2.3.2"
1189
+ }
1190
+ },
1191
+ "node_modules/run-parallel": {
1192
+ "version": "1.2.0",
1193
+ "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
1194
+ "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
1195
+ "dev": true,
1196
+ "funding": [
1197
+ {
1198
+ "type": "github",
1199
+ "url": "https://github.com/sponsors/feross"
1200
+ },
1201
+ {
1202
+ "type": "patreon",
1203
+ "url": "https://www.patreon.com/feross"
1204
+ },
1205
+ {
1206
+ "type": "consulting",
1207
+ "url": "https://feross.org/support"
1208
+ }
1209
+ ],
1210
+ "license": "MIT",
1211
+ "dependencies": {
1212
+ "queue-microtask": "^1.2.2"
1213
+ }
1214
+ },
1215
+ "node_modules/shebang-command": {
1216
+ "version": "2.0.0",
1217
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
1218
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
1219
+ "dev": true,
1220
+ "license": "MIT",
1221
+ "dependencies": {
1222
+ "shebang-regex": "^3.0.0"
1223
+ },
1224
+ "engines": {
1225
+ "node": ">=8"
1226
+ }
1227
+ },
1228
+ "node_modules/shebang-regex": {
1229
+ "version": "3.0.0",
1230
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
1231
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
1232
+ "dev": true,
1233
+ "license": "MIT",
1234
+ "engines": {
1235
+ "node": ">=8"
1236
+ }
1237
+ },
1238
+ "node_modules/source-map-js": {
1239
+ "version": "1.2.1",
1240
+ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
1241
+ "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
1242
+ "dev": true,
1243
+ "license": "BSD-3-Clause",
1244
+ "engines": {
1245
+ "node": ">=0.10.0"
1246
+ }
1247
+ },
1248
+ "node_modules/strip-ansi": {
1249
+ "version": "6.0.1",
1250
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
1251
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
1252
+ "dev": true,
1253
+ "license": "MIT",
1254
+ "dependencies": {
1255
+ "ansi-regex": "^5.0.1"
1256
+ },
1257
+ "engines": {
1258
+ "node": ">=8"
1259
+ }
1260
+ },
1261
+ "node_modules/strip-json-comments": {
1262
+ "version": "3.1.1",
1263
+ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
1264
+ "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
1265
+ "dev": true,
1266
+ "license": "MIT",
1267
+ "engines": {
1268
+ "node": ">=8"
1269
+ },
1270
+ "funding": {
1271
+ "url": "https://github.com/sponsors/sindresorhus"
1272
+ }
1273
+ },
1274
+ "node_modules/supports-color": {
1275
+ "version": "7.2.0",
1276
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
1277
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
1278
+ "dev": true,
1279
+ "license": "MIT",
1280
+ "dependencies": {
1281
+ "has-flag": "^4.0.0"
1282
+ },
1283
+ "engines": {
1284
+ "node": ">=8"
1285
+ }
1286
+ },
1287
+ "node_modules/text-table": {
1288
+ "version": "0.2.0",
1289
+ "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
1290
+ "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
1291
+ "dev": true,
1292
+ "license": "MIT"
1293
+ },
1294
+ "node_modules/type-check": {
1295
+ "version": "0.4.0",
1296
+ "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
1297
+ "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
1298
+ "dev": true,
1299
+ "license": "MIT",
1300
+ "dependencies": {
1301
+ "prelude-ls": "^1.2.1"
1302
+ },
1303
+ "engines": {
1304
+ "node": ">= 0.8.0"
1305
+ }
1306
+ },
1307
+ "node_modules/type-fest": {
1308
+ "version": "0.20.2",
1309
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
1310
+ "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
1311
+ "dev": true,
1312
+ "license": "(MIT OR CC0-1.0)",
1313
+ "engines": {
1314
+ "node": ">=10"
1315
+ },
1316
+ "funding": {
1317
+ "url": "https://github.com/sponsors/sindresorhus"
1318
+ }
1319
+ },
1320
+ "node_modules/uri-js": {
1321
+ "version": "4.4.1",
1322
+ "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
1323
+ "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
1324
+ "dev": true,
1325
+ "license": "BSD-2-Clause",
1326
+ "dependencies": {
1327
+ "punycode": "^2.1.0"
1328
+ }
1329
+ },
1330
+ "node_modules/vite": {
1331
+ "version": "4.5.5",
1332
+ "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.5.tgz",
1333
+ "integrity": "sha512-ifW3Lb2sMdX+WU91s3R0FyQlAyLxOzCSCP37ujw0+r5POeHPwe6udWVIElKQq8gk3t7b8rkmvqC6IHBpCff4GQ==",
1334
+ "dev": true,
1335
+ "license": "MIT",
1336
+ "dependencies": {
1337
+ "esbuild": "^0.18.10",
1338
+ "postcss": "^8.4.27",
1339
+ "rollup": "^3.27.1"
1340
+ },
1341
+ "bin": {
1342
+ "vite": "bin/vite.js"
1343
+ },
1344
+ "engines": {
1345
+ "node": "^14.18.0 || >=16.0.0"
1346
+ },
1347
+ "funding": {
1348
+ "url": "https://github.com/vitejs/vite?sponsor=1"
1349
+ },
1350
+ "optionalDependencies": {
1351
+ "fsevents": "~2.3.2"
1352
+ },
1353
+ "peerDependencies": {
1354
+ "@types/node": ">= 14",
1355
+ "less": "*",
1356
+ "lightningcss": "^1.21.0",
1357
+ "sass": "*",
1358
+ "stylus": "*",
1359
+ "sugarss": "*",
1360
+ "terser": "^5.4.0"
1361
+ },
1362
+ "peerDependenciesMeta": {
1363
+ "@types/node": {
1364
+ "optional": true
1365
+ },
1366
+ "less": {
1367
+ "optional": true
1368
+ },
1369
+ "lightningcss": {
1370
+ "optional": true
1371
+ },
1372
+ "sass": {
1373
+ "optional": true
1374
+ },
1375
+ "stylus": {
1376
+ "optional": true
1377
+ },
1378
+ "sugarss": {
1379
+ "optional": true
1380
+ },
1381
+ "terser": {
1382
+ "optional": true
1383
+ }
1384
+ }
1385
+ },
1386
+ "node_modules/which": {
1387
+ "version": "2.0.2",
1388
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
1389
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
1390
+ "dev": true,
1391
+ "license": "ISC",
1392
+ "dependencies": {
1393
+ "isexe": "^2.0.0"
1394
+ },
1395
+ "bin": {
1396
+ "node-which": "bin/node-which"
1397
+ },
1398
+ "engines": {
1399
+ "node": ">= 8"
1400
+ }
1401
+ },
1402
+ "node_modules/word-wrap": {
1403
+ "version": "1.2.5",
1404
+ "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
1405
+ "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
1406
+ "dev": true,
1407
+ "license": "MIT",
1408
+ "engines": {
1409
+ "node": ">=0.10.0"
1410
+ }
1411
+ },
1412
+ "node_modules/wrappy": {
1413
+ "version": "1.0.2",
1414
+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
1415
+ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
1416
+ "dev": true,
1417
+ "license": "ISC"
1418
+ },
1419
+ "node_modules/yocto-queue": {
1420
+ "version": "0.1.0",
1421
+ "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
1422
+ "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
1423
+ "dev": true,
1424
+ "license": "MIT",
1425
+ "engines": {
1426
+ "node": ">=10"
1427
+ },
1428
+ "funding": {
1429
+ "url": "https://github.com/sponsors/sindresorhus"
1430
+ }
1431
+ }
1432
+ }
1433
+ }