bump package version to 2.1.1
[squeep-api-dingus] / package-lock.json
1 {
2 "name": "@squeep/api-dingus",
3 "version": "2.1.0",
4 "lockfileVersion": 3,
5 "requires": true,
6 "packages": {
7 "": {
8 "name": "@squeep/api-dingus",
9 "version": "2.1.0",
10 "license": "ISC",
11 "dependencies": {
12 "@squeep/log-helper": "^1.0.0",
13 "mime-db": "^1.52.0",
14 "uuid": "^9.0.1"
15 },
16 "devDependencies": {
17 "eslint": "^8.57.0",
18 "eslint-plugin-jsdoc": "^48.2.3",
19 "eslint-plugin-n": "^17.2.0",
20 "eslint-plugin-security": "^2.1.1",
21 "eslint-plugin-sonarjs": "^0.25.1",
22 "mocha": "^10.4.0",
23 "nyc": "^15.1.0",
24 "pre-commit": "^1.2.2",
25 "sinon": "^17.0.1"
26 },
27 "engines": {
28 "node": ">=14"
29 }
30 },
31 "node_modules/@aashutoshrathi/word-wrap": {
32 "version": "1.2.6",
33 "dev": true,
34 "license": "MIT",
35 "engines": {
36 "node": ">=0.10.0"
37 }
38 },
39 "node_modules/@ampproject/remapping": {
40 "version": "2.3.0",
41 "dev": true,
42 "license": "Apache-2.0",
43 "dependencies": {
44 "@jridgewell/gen-mapping": "^0.3.5",
45 "@jridgewell/trace-mapping": "^0.3.24"
46 },
47 "engines": {
48 "node": ">=6.0.0"
49 }
50 },
51 "node_modules/@babel/code-frame": {
52 "version": "7.24.2",
53 "dev": true,
54 "license": "MIT",
55 "dependencies": {
56 "@babel/highlight": "^7.24.2",
57 "picocolors": "^1.0.0"
58 },
59 "engines": {
60 "node": ">=6.9.0"
61 }
62 },
63 "node_modules/@babel/compat-data": {
64 "version": "7.24.4",
65 "dev": true,
66 "license": "MIT",
67 "engines": {
68 "node": ">=6.9.0"
69 }
70 },
71 "node_modules/@babel/core": {
72 "version": "7.24.4",
73 "dev": true,
74 "license": "MIT",
75 "dependencies": {
76 "@ampproject/remapping": "^2.2.0",
77 "@babel/code-frame": "^7.24.2",
78 "@babel/generator": "^7.24.4",
79 "@babel/helper-compilation-targets": "^7.23.6",
80 "@babel/helper-module-transforms": "^7.23.3",
81 "@babel/helpers": "^7.24.4",
82 "@babel/parser": "^7.24.4",
83 "@babel/template": "^7.24.0",
84 "@babel/traverse": "^7.24.1",
85 "@babel/types": "^7.24.0",
86 "convert-source-map": "^2.0.0",
87 "debug": "^4.1.0",
88 "gensync": "^1.0.0-beta.2",
89 "json5": "^2.2.3",
90 "semver": "^6.3.1"
91 },
92 "engines": {
93 "node": ">=6.9.0"
94 },
95 "funding": {
96 "type": "opencollective",
97 "url": "https://opencollective.com/babel"
98 }
99 },
100 "node_modules/@babel/core/node_modules/convert-source-map": {
101 "version": "2.0.0",
102 "dev": true,
103 "license": "MIT"
104 },
105 "node_modules/@babel/core/node_modules/semver": {
106 "version": "6.3.1",
107 "dev": true,
108 "license": "ISC",
109 "bin": {
110 "semver": "bin/semver.js"
111 }
112 },
113 "node_modules/@babel/generator": {
114 "version": "7.24.4",
115 "dev": true,
116 "license": "MIT",
117 "dependencies": {
118 "@babel/types": "^7.24.0",
119 "@jridgewell/gen-mapping": "^0.3.5",
120 "@jridgewell/trace-mapping": "^0.3.25",
121 "jsesc": "^2.5.1"
122 },
123 "engines": {
124 "node": ">=6.9.0"
125 }
126 },
127 "node_modules/@babel/helper-compilation-targets": {
128 "version": "7.23.6",
129 "dev": true,
130 "license": "MIT",
131 "dependencies": {
132 "@babel/compat-data": "^7.23.5",
133 "@babel/helper-validator-option": "^7.23.5",
134 "browserslist": "^4.22.2",
135 "lru-cache": "^5.1.1",
136 "semver": "^6.3.1"
137 },
138 "engines": {
139 "node": ">=6.9.0"
140 }
141 },
142 "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
143 "version": "6.3.1",
144 "dev": true,
145 "license": "ISC",
146 "bin": {
147 "semver": "bin/semver.js"
148 }
149 },
150 "node_modules/@babel/helper-environment-visitor": {
151 "version": "7.22.20",
152 "dev": true,
153 "license": "MIT",
154 "engines": {
155 "node": ">=6.9.0"
156 }
157 },
158 "node_modules/@babel/helper-function-name": {
159 "version": "7.23.0",
160 "dev": true,
161 "license": "MIT",
162 "dependencies": {
163 "@babel/template": "^7.22.15",
164 "@babel/types": "^7.23.0"
165 },
166 "engines": {
167 "node": ">=6.9.0"
168 }
169 },
170 "node_modules/@babel/helper-hoist-variables": {
171 "version": "7.22.5",
172 "dev": true,
173 "license": "MIT",
174 "dependencies": {
175 "@babel/types": "^7.22.5"
176 },
177 "engines": {
178 "node": ">=6.9.0"
179 }
180 },
181 "node_modules/@babel/helper-module-imports": {
182 "version": "7.24.3",
183 "dev": true,
184 "license": "MIT",
185 "dependencies": {
186 "@babel/types": "^7.24.0"
187 },
188 "engines": {
189 "node": ">=6.9.0"
190 }
191 },
192 "node_modules/@babel/helper-module-transforms": {
193 "version": "7.23.3",
194 "dev": true,
195 "license": "MIT",
196 "dependencies": {
197 "@babel/helper-environment-visitor": "^7.22.20",
198 "@babel/helper-module-imports": "^7.22.15",
199 "@babel/helper-simple-access": "^7.22.5",
200 "@babel/helper-split-export-declaration": "^7.22.6",
201 "@babel/helper-validator-identifier": "^7.22.20"
202 },
203 "engines": {
204 "node": ">=6.9.0"
205 },
206 "peerDependencies": {
207 "@babel/core": "^7.0.0"
208 }
209 },
210 "node_modules/@babel/helper-simple-access": {
211 "version": "7.22.5",
212 "dev": true,
213 "license": "MIT",
214 "dependencies": {
215 "@babel/types": "^7.22.5"
216 },
217 "engines": {
218 "node": ">=6.9.0"
219 }
220 },
221 "node_modules/@babel/helper-split-export-declaration": {
222 "version": "7.22.6",
223 "dev": true,
224 "license": "MIT",
225 "dependencies": {
226 "@babel/types": "^7.22.5"
227 },
228 "engines": {
229 "node": ">=6.9.0"
230 }
231 },
232 "node_modules/@babel/helper-string-parser": {
233 "version": "7.24.1",
234 "dev": true,
235 "license": "MIT",
236 "engines": {
237 "node": ">=6.9.0"
238 }
239 },
240 "node_modules/@babel/helper-validator-identifier": {
241 "version": "7.22.20",
242 "dev": true,
243 "license": "MIT",
244 "engines": {
245 "node": ">=6.9.0"
246 }
247 },
248 "node_modules/@babel/helper-validator-option": {
249 "version": "7.23.5",
250 "dev": true,
251 "license": "MIT",
252 "engines": {
253 "node": ">=6.9.0"
254 }
255 },
256 "node_modules/@babel/helpers": {
257 "version": "7.24.4",
258 "dev": true,
259 "license": "MIT",
260 "dependencies": {
261 "@babel/template": "^7.24.0",
262 "@babel/traverse": "^7.24.1",
263 "@babel/types": "^7.24.0"
264 },
265 "engines": {
266 "node": ">=6.9.0"
267 }
268 },
269 "node_modules/@babel/highlight": {
270 "version": "7.24.2",
271 "dev": true,
272 "license": "MIT",
273 "dependencies": {
274 "@babel/helper-validator-identifier": "^7.22.20",
275 "chalk": "^2.4.2",
276 "js-tokens": "^4.0.0",
277 "picocolors": "^1.0.0"
278 },
279 "engines": {
280 "node": ">=6.9.0"
281 }
282 },
283 "node_modules/@babel/highlight/node_modules/ansi-styles": {
284 "version": "3.2.1",
285 "dev": true,
286 "license": "MIT",
287 "dependencies": {
288 "color-convert": "^1.9.0"
289 },
290 "engines": {
291 "node": ">=4"
292 }
293 },
294 "node_modules/@babel/highlight/node_modules/chalk": {
295 "version": "2.4.2",
296 "dev": true,
297 "license": "MIT",
298 "dependencies": {
299 "ansi-styles": "^3.2.1",
300 "escape-string-regexp": "^1.0.5",
301 "supports-color": "^5.3.0"
302 },
303 "engines": {
304 "node": ">=4"
305 }
306 },
307 "node_modules/@babel/highlight/node_modules/color-convert": {
308 "version": "1.9.3",
309 "dev": true,
310 "license": "MIT",
311 "dependencies": {
312 "color-name": "1.1.3"
313 }
314 },
315 "node_modules/@babel/highlight/node_modules/color-name": {
316 "version": "1.1.3",
317 "dev": true,
318 "license": "MIT"
319 },
320 "node_modules/@babel/highlight/node_modules/escape-string-regexp": {
321 "version": "1.0.5",
322 "dev": true,
323 "license": "MIT",
324 "engines": {
325 "node": ">=0.8.0"
326 }
327 },
328 "node_modules/@babel/highlight/node_modules/has-flag": {
329 "version": "3.0.0",
330 "dev": true,
331 "license": "MIT",
332 "engines": {
333 "node": ">=4"
334 }
335 },
336 "node_modules/@babel/highlight/node_modules/supports-color": {
337 "version": "5.5.0",
338 "dev": true,
339 "license": "MIT",
340 "dependencies": {
341 "has-flag": "^3.0.0"
342 },
343 "engines": {
344 "node": ">=4"
345 }
346 },
347 "node_modules/@babel/parser": {
348 "version": "7.24.4",
349 "dev": true,
350 "license": "MIT",
351 "bin": {
352 "parser": "bin/babel-parser.js"
353 },
354 "engines": {
355 "node": ">=6.0.0"
356 }
357 },
358 "node_modules/@babel/template": {
359 "version": "7.24.0",
360 "dev": true,
361 "license": "MIT",
362 "dependencies": {
363 "@babel/code-frame": "^7.23.5",
364 "@babel/parser": "^7.24.0",
365 "@babel/types": "^7.24.0"
366 },
367 "engines": {
368 "node": ">=6.9.0"
369 }
370 },
371 "node_modules/@babel/traverse": {
372 "version": "7.24.1",
373 "dev": true,
374 "license": "MIT",
375 "dependencies": {
376 "@babel/code-frame": "^7.24.1",
377 "@babel/generator": "^7.24.1",
378 "@babel/helper-environment-visitor": "^7.22.20",
379 "@babel/helper-function-name": "^7.23.0",
380 "@babel/helper-hoist-variables": "^7.22.5",
381 "@babel/helper-split-export-declaration": "^7.22.6",
382 "@babel/parser": "^7.24.1",
383 "@babel/types": "^7.24.0",
384 "debug": "^4.3.1",
385 "globals": "^11.1.0"
386 },
387 "engines": {
388 "node": ">=6.9.0"
389 }
390 },
391 "node_modules/@babel/traverse/node_modules/globals": {
392 "version": "11.12.0",
393 "dev": true,
394 "license": "MIT",
395 "engines": {
396 "node": ">=4"
397 }
398 },
399 "node_modules/@babel/types": {
400 "version": "7.24.0",
401 "dev": true,
402 "license": "MIT",
403 "dependencies": {
404 "@babel/helper-string-parser": "^7.23.4",
405 "@babel/helper-validator-identifier": "^7.22.20",
406 "to-fast-properties": "^2.0.0"
407 },
408 "engines": {
409 "node": ">=6.9.0"
410 }
411 },
412 "node_modules/@es-joy/jsdoccomment": {
413 "version": "0.42.0",
414 "dev": true,
415 "license": "MIT",
416 "dependencies": {
417 "comment-parser": "1.4.1",
418 "esquery": "^1.5.0",
419 "jsdoc-type-pratt-parser": "~4.0.0"
420 },
421 "engines": {
422 "node": ">=16"
423 }
424 },
425 "node_modules/@eslint-community/eslint-utils": {
426 "version": "4.4.0",
427 "dev": true,
428 "license": "MIT",
429 "dependencies": {
430 "eslint-visitor-keys": "^3.3.0"
431 },
432 "engines": {
433 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
434 },
435 "peerDependencies": {
436 "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
437 }
438 },
439 "node_modules/@eslint-community/regexpp": {
440 "version": "4.10.0",
441 "dev": true,
442 "license": "MIT",
443 "engines": {
444 "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
445 }
446 },
447 "node_modules/@eslint/eslintrc": {
448 "version": "2.1.4",
449 "dev": true,
450 "license": "MIT",
451 "dependencies": {
452 "ajv": "^6.12.4",
453 "debug": "^4.3.2",
454 "espree": "^9.6.0",
455 "globals": "^13.19.0",
456 "ignore": "^5.2.0",
457 "import-fresh": "^3.2.1",
458 "js-yaml": "^4.1.0",
459 "minimatch": "^3.1.2",
460 "strip-json-comments": "^3.1.1"
461 },
462 "engines": {
463 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
464 },
465 "funding": {
466 "url": "https://opencollective.com/eslint"
467 }
468 },
469 "node_modules/@eslint/js": {
470 "version": "8.57.0",
471 "dev": true,
472 "license": "MIT",
473 "engines": {
474 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
475 }
476 },
477 "node_modules/@humanwhocodes/config-array": {
478 "version": "0.11.14",
479 "dev": true,
480 "license": "Apache-2.0",
481 "dependencies": {
482 "@humanwhocodes/object-schema": "^2.0.2",
483 "debug": "^4.3.1",
484 "minimatch": "^3.0.5"
485 },
486 "engines": {
487 "node": ">=10.10.0"
488 }
489 },
490 "node_modules/@humanwhocodes/module-importer": {
491 "version": "1.0.1",
492 "dev": true,
493 "license": "Apache-2.0",
494 "engines": {
495 "node": ">=12.22"
496 },
497 "funding": {
498 "type": "github",
499 "url": "https://github.com/sponsors/nzakas"
500 }
501 },
502 "node_modules/@humanwhocodes/object-schema": {
503 "version": "2.0.3",
504 "dev": true,
505 "license": "BSD-3-Clause"
506 },
507 "node_modules/@istanbuljs/load-nyc-config": {
508 "version": "1.1.0",
509 "dev": true,
510 "license": "ISC",
511 "dependencies": {
512 "camelcase": "^5.3.1",
513 "find-up": "^4.1.0",
514 "get-package-type": "^0.1.0",
515 "js-yaml": "^3.13.1",
516 "resolve-from": "^5.0.0"
517 },
518 "engines": {
519 "node": ">=8"
520 }
521 },
522 "node_modules/@istanbuljs/load-nyc-config/node_modules/argparse": {
523 "version": "1.0.10",
524 "dev": true,
525 "license": "MIT",
526 "dependencies": {
527 "sprintf-js": "~1.0.2"
528 }
529 },
530 "node_modules/@istanbuljs/load-nyc-config/node_modules/find-up": {
531 "version": "4.1.0",
532 "dev": true,
533 "license": "MIT",
534 "dependencies": {
535 "locate-path": "^5.0.0",
536 "path-exists": "^4.0.0"
537 },
538 "engines": {
539 "node": ">=8"
540 }
541 },
542 "node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml": {
543 "version": "3.14.1",
544 "dev": true,
545 "license": "MIT",
546 "dependencies": {
547 "argparse": "^1.0.7",
548 "esprima": "^4.0.0"
549 },
550 "bin": {
551 "js-yaml": "bin/js-yaml.js"
552 }
553 },
554 "node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path": {
555 "version": "5.0.0",
556 "dev": true,
557 "license": "MIT",
558 "dependencies": {
559 "p-locate": "^4.1.0"
560 },
561 "engines": {
562 "node": ">=8"
563 }
564 },
565 "node_modules/@istanbuljs/load-nyc-config/node_modules/p-limit": {
566 "version": "2.3.0",
567 "dev": true,
568 "license": "MIT",
569 "dependencies": {
570 "p-try": "^2.0.0"
571 },
572 "engines": {
573 "node": ">=6"
574 },
575 "funding": {
576 "url": "https://github.com/sponsors/sindresorhus"
577 }
578 },
579 "node_modules/@istanbuljs/load-nyc-config/node_modules/p-locate": {
580 "version": "4.1.0",
581 "dev": true,
582 "license": "MIT",
583 "dependencies": {
584 "p-limit": "^2.2.0"
585 },
586 "engines": {
587 "node": ">=8"
588 }
589 },
590 "node_modules/@istanbuljs/load-nyc-config/node_modules/resolve-from": {
591 "version": "5.0.0",
592 "dev": true,
593 "license": "MIT",
594 "engines": {
595 "node": ">=8"
596 }
597 },
598 "node_modules/@istanbuljs/schema": {
599 "version": "0.1.3",
600 "dev": true,
601 "license": "MIT",
602 "engines": {
603 "node": ">=8"
604 }
605 },
606 "node_modules/@jridgewell/gen-mapping": {
607 "version": "0.3.5",
608 "dev": true,
609 "license": "MIT",
610 "dependencies": {
611 "@jridgewell/set-array": "^1.2.1",
612 "@jridgewell/sourcemap-codec": "^1.4.10",
613 "@jridgewell/trace-mapping": "^0.3.24"
614 },
615 "engines": {
616 "node": ">=6.0.0"
617 }
618 },
619 "node_modules/@jridgewell/resolve-uri": {
620 "version": "3.1.2",
621 "dev": true,
622 "license": "MIT",
623 "engines": {
624 "node": ">=6.0.0"
625 }
626 },
627 "node_modules/@jridgewell/set-array": {
628 "version": "1.2.1",
629 "dev": true,
630 "license": "MIT",
631 "engines": {
632 "node": ">=6.0.0"
633 }
634 },
635 "node_modules/@jridgewell/sourcemap-codec": {
636 "version": "1.4.15",
637 "dev": true,
638 "license": "MIT"
639 },
640 "node_modules/@jridgewell/trace-mapping": {
641 "version": "0.3.25",
642 "dev": true,
643 "license": "MIT",
644 "dependencies": {
645 "@jridgewell/resolve-uri": "^3.1.0",
646 "@jridgewell/sourcemap-codec": "^1.4.14"
647 }
648 },
649 "node_modules/@nodelib/fs.scandir": {
650 "version": "2.1.5",
651 "dev": true,
652 "license": "MIT",
653 "dependencies": {
654 "@nodelib/fs.stat": "2.0.5",
655 "run-parallel": "^1.1.9"
656 },
657 "engines": {
658 "node": ">= 8"
659 }
660 },
661 "node_modules/@nodelib/fs.stat": {
662 "version": "2.0.5",
663 "dev": true,
664 "license": "MIT",
665 "engines": {
666 "node": ">= 8"
667 }
668 },
669 "node_modules/@nodelib/fs.walk": {
670 "version": "1.2.8",
671 "dev": true,
672 "license": "MIT",
673 "dependencies": {
674 "@nodelib/fs.scandir": "2.1.5",
675 "fastq": "^1.6.0"
676 },
677 "engines": {
678 "node": ">= 8"
679 }
680 },
681 "node_modules/@sinonjs/commons": {
682 "version": "3.0.1",
683 "dev": true,
684 "license": "BSD-3-Clause",
685 "dependencies": {
686 "type-detect": "4.0.8"
687 }
688 },
689 "node_modules/@sinonjs/fake-timers": {
690 "version": "11.2.2",
691 "dev": true,
692 "license": "BSD-3-Clause",
693 "dependencies": {
694 "@sinonjs/commons": "^3.0.0"
695 }
696 },
697 "node_modules/@sinonjs/samsam": {
698 "version": "8.0.0",
699 "dev": true,
700 "license": "BSD-3-Clause",
701 "dependencies": {
702 "@sinonjs/commons": "^2.0.0",
703 "lodash.get": "^4.4.2",
704 "type-detect": "^4.0.8"
705 }
706 },
707 "node_modules/@sinonjs/samsam/node_modules/@sinonjs/commons": {
708 "version": "2.0.0",
709 "dev": true,
710 "license": "BSD-3-Clause",
711 "dependencies": {
712 "type-detect": "4.0.8"
713 }
714 },
715 "node_modules/@sinonjs/text-encoding": {
716 "version": "0.7.2",
717 "dev": true,
718 "license": "(Unlicense OR Apache-2.0)"
719 },
720 "node_modules/@squeep/log-helper": {
721 "version": "1.0.0",
722 "license": "ISC",
723 "engines": {
724 "node": ">=14"
725 }
726 },
727 "node_modules/@ungap/structured-clone": {
728 "version": "1.2.0",
729 "dev": true,
730 "license": "ISC"
731 },
732 "node_modules/acorn": {
733 "version": "8.11.3",
734 "dev": true,
735 "license": "MIT",
736 "bin": {
737 "acorn": "bin/acorn"
738 },
739 "engines": {
740 "node": ">=0.4.0"
741 }
742 },
743 "node_modules/acorn-jsx": {
744 "version": "5.3.2",
745 "dev": true,
746 "license": "MIT",
747 "peerDependencies": {
748 "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
749 }
750 },
751 "node_modules/aggregate-error": {
752 "version": "3.1.0",
753 "dev": true,
754 "license": "MIT",
755 "dependencies": {
756 "clean-stack": "^2.0.0",
757 "indent-string": "^4.0.0"
758 },
759 "engines": {
760 "node": ">=8"
761 }
762 },
763 "node_modules/ajv": {
764 "version": "6.12.6",
765 "dev": true,
766 "license": "MIT",
767 "dependencies": {
768 "fast-deep-equal": "^3.1.1",
769 "fast-json-stable-stringify": "^2.0.0",
770 "json-schema-traverse": "^0.4.1",
771 "uri-js": "^4.2.2"
772 },
773 "funding": {
774 "type": "github",
775 "url": "https://github.com/sponsors/epoberezkin"
776 }
777 },
778 "node_modules/ansi-colors": {
779 "version": "4.1.1",
780 "dev": true,
781 "license": "MIT",
782 "engines": {
783 "node": ">=6"
784 }
785 },
786 "node_modules/ansi-regex": {
787 "version": "5.0.1",
788 "dev": true,
789 "license": "MIT",
790 "engines": {
791 "node": ">=8"
792 }
793 },
794 "node_modules/ansi-styles": {
795 "version": "4.3.0",
796 "dev": true,
797 "license": "MIT",
798 "dependencies": {
799 "color-convert": "^2.0.1"
800 },
801 "engines": {
802 "node": ">=8"
803 },
804 "funding": {
805 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
806 }
807 },
808 "node_modules/anymatch": {
809 "version": "3.1.3",
810 "dev": true,
811 "license": "ISC",
812 "dependencies": {
813 "normalize-path": "^3.0.0",
814 "picomatch": "^2.0.4"
815 },
816 "engines": {
817 "node": ">= 8"
818 }
819 },
820 "node_modules/append-transform": {
821 "version": "2.0.0",
822 "dev": true,
823 "license": "MIT",
824 "dependencies": {
825 "default-require-extensions": "^3.0.0"
826 },
827 "engines": {
828 "node": ">=8"
829 }
830 },
831 "node_modules/archy": {
832 "version": "1.0.0",
833 "dev": true,
834 "license": "MIT"
835 },
836 "node_modules/are-docs-informative": {
837 "version": "0.0.2",
838 "dev": true,
839 "license": "MIT",
840 "engines": {
841 "node": ">=14"
842 }
843 },
844 "node_modules/argparse": {
845 "version": "2.0.1",
846 "dev": true,
847 "license": "Python-2.0"
848 },
849 "node_modules/balanced-match": {
850 "version": "1.0.2",
851 "dev": true,
852 "license": "MIT"
853 },
854 "node_modules/binary-extensions": {
855 "version": "2.3.0",
856 "dev": true,
857 "license": "MIT",
858 "engines": {
859 "node": ">=8"
860 },
861 "funding": {
862 "url": "https://github.com/sponsors/sindresorhus"
863 }
864 },
865 "node_modules/brace-expansion": {
866 "version": "1.1.11",
867 "dev": true,
868 "license": "MIT",
869 "dependencies": {
870 "balanced-match": "^1.0.0",
871 "concat-map": "0.0.1"
872 }
873 },
874 "node_modules/braces": {
875 "version": "3.0.2",
876 "dev": true,
877 "license": "MIT",
878 "dependencies": {
879 "fill-range": "^7.0.1"
880 },
881 "engines": {
882 "node": ">=8"
883 }
884 },
885 "node_modules/browser-stdout": {
886 "version": "1.3.1",
887 "dev": true,
888 "license": "ISC"
889 },
890 "node_modules/browserslist": {
891 "version": "4.23.0",
892 "dev": true,
893 "funding": [
894 {
895 "type": "opencollective",
896 "url": "https://opencollective.com/browserslist"
897 },
898 {
899 "type": "tidelift",
900 "url": "https://tidelift.com/funding/github/npm/browserslist"
901 },
902 {
903 "type": "github",
904 "url": "https://github.com/sponsors/ai"
905 }
906 ],
907 "license": "MIT",
908 "dependencies": {
909 "caniuse-lite": "^1.0.30001587",
910 "electron-to-chromium": "^1.4.668",
911 "node-releases": "^2.0.14",
912 "update-browserslist-db": "^1.0.13"
913 },
914 "bin": {
915 "browserslist": "cli.js"
916 },
917 "engines": {
918 "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
919 }
920 },
921 "node_modules/buffer-from": {
922 "version": "1.1.2",
923 "dev": true,
924 "license": "MIT"
925 },
926 "node_modules/builtin-modules": {
927 "version": "3.3.0",
928 "dev": true,
929 "license": "MIT",
930 "engines": {
931 "node": ">=6"
932 },
933 "funding": {
934 "url": "https://github.com/sponsors/sindresorhus"
935 }
936 },
937 "node_modules/caching-transform": {
938 "version": "4.0.0",
939 "dev": true,
940 "license": "MIT",
941 "dependencies": {
942 "hasha": "^5.0.0",
943 "make-dir": "^3.0.0",
944 "package-hash": "^4.0.0",
945 "write-file-atomic": "^3.0.0"
946 },
947 "engines": {
948 "node": ">=8"
949 }
950 },
951 "node_modules/callsites": {
952 "version": "3.1.0",
953 "dev": true,
954 "license": "MIT",
955 "engines": {
956 "node": ">=6"
957 }
958 },
959 "node_modules/camelcase": {
960 "version": "5.3.1",
961 "dev": true,
962 "license": "MIT",
963 "engines": {
964 "node": ">=6"
965 }
966 },
967 "node_modules/caniuse-lite": {
968 "version": "1.0.30001607",
969 "dev": true,
970 "funding": [
971 {
972 "type": "opencollective",
973 "url": "https://opencollective.com/browserslist"
974 },
975 {
976 "type": "tidelift",
977 "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
978 },
979 {
980 "type": "github",
981 "url": "https://github.com/sponsors/ai"
982 }
983 ],
984 "license": "CC-BY-4.0"
985 },
986 "node_modules/chalk": {
987 "version": "4.1.2",
988 "dev": true,
989 "license": "MIT",
990 "dependencies": {
991 "ansi-styles": "^4.1.0",
992 "supports-color": "^7.1.0"
993 },
994 "engines": {
995 "node": ">=10"
996 },
997 "funding": {
998 "url": "https://github.com/chalk/chalk?sponsor=1"
999 }
1000 },
1001 "node_modules/chokidar": {
1002 "version": "3.5.3",
1003 "dev": true,
1004 "funding": [
1005 {
1006 "type": "individual",
1007 "url": "https://paulmillr.com/funding/"
1008 }
1009 ],
1010 "license": "MIT",
1011 "dependencies": {
1012 "anymatch": "~3.1.2",
1013 "braces": "~3.0.2",
1014 "glob-parent": "~5.1.2",
1015 "is-binary-path": "~2.1.0",
1016 "is-glob": "~4.0.1",
1017 "normalize-path": "~3.0.0",
1018 "readdirp": "~3.6.0"
1019 },
1020 "engines": {
1021 "node": ">= 8.10.0"
1022 },
1023 "optionalDependencies": {
1024 "fsevents": "~2.3.2"
1025 }
1026 },
1027 "node_modules/chokidar/node_modules/glob-parent": {
1028 "version": "5.1.2",
1029 "dev": true,
1030 "license": "ISC",
1031 "dependencies": {
1032 "is-glob": "^4.0.1"
1033 },
1034 "engines": {
1035 "node": ">= 6"
1036 }
1037 },
1038 "node_modules/clean-stack": {
1039 "version": "2.2.0",
1040 "dev": true,
1041 "license": "MIT",
1042 "engines": {
1043 "node": ">=6"
1044 }
1045 },
1046 "node_modules/cliui": {
1047 "version": "7.0.4",
1048 "dev": true,
1049 "license": "ISC",
1050 "dependencies": {
1051 "string-width": "^4.2.0",
1052 "strip-ansi": "^6.0.0",
1053 "wrap-ansi": "^7.0.0"
1054 }
1055 },
1056 "node_modules/color-convert": {
1057 "version": "2.0.1",
1058 "dev": true,
1059 "license": "MIT",
1060 "dependencies": {
1061 "color-name": "~1.1.4"
1062 },
1063 "engines": {
1064 "node": ">=7.0.0"
1065 }
1066 },
1067 "node_modules/color-name": {
1068 "version": "1.1.4",
1069 "dev": true,
1070 "license": "MIT"
1071 },
1072 "node_modules/comment-parser": {
1073 "version": "1.4.1",
1074 "dev": true,
1075 "license": "MIT",
1076 "engines": {
1077 "node": ">= 12.0.0"
1078 }
1079 },
1080 "node_modules/commondir": {
1081 "version": "1.0.1",
1082 "dev": true,
1083 "license": "MIT"
1084 },
1085 "node_modules/concat-map": {
1086 "version": "0.0.1",
1087 "dev": true,
1088 "license": "MIT"
1089 },
1090 "node_modules/concat-stream": {
1091 "version": "1.6.2",
1092 "dev": true,
1093 "engines": [
1094 "node >= 0.8"
1095 ],
1096 "license": "MIT",
1097 "dependencies": {
1098 "buffer-from": "^1.0.0",
1099 "inherits": "^2.0.3",
1100 "readable-stream": "^2.2.2",
1101 "typedarray": "^0.0.6"
1102 }
1103 },
1104 "node_modules/convert-source-map": {
1105 "version": "1.9.0",
1106 "dev": true,
1107 "license": "MIT"
1108 },
1109 "node_modules/core-util-is": {
1110 "version": "1.0.3",
1111 "dev": true,
1112 "license": "MIT"
1113 },
1114 "node_modules/cross-spawn": {
1115 "version": "7.0.3",
1116 "dev": true,
1117 "license": "MIT",
1118 "dependencies": {
1119 "path-key": "^3.1.0",
1120 "shebang-command": "^2.0.0",
1121 "which": "^2.0.1"
1122 },
1123 "engines": {
1124 "node": ">= 8"
1125 }
1126 },
1127 "node_modules/debug": {
1128 "version": "4.3.4",
1129 "dev": true,
1130 "license": "MIT",
1131 "dependencies": {
1132 "ms": "2.1.2"
1133 },
1134 "engines": {
1135 "node": ">=6.0"
1136 },
1137 "peerDependenciesMeta": {
1138 "supports-color": {
1139 "optional": true
1140 }
1141 }
1142 },
1143 "node_modules/decamelize": {
1144 "version": "1.2.0",
1145 "dev": true,
1146 "license": "MIT",
1147 "engines": {
1148 "node": ">=0.10.0"
1149 }
1150 },
1151 "node_modules/deep-is": {
1152 "version": "0.1.4",
1153 "dev": true,
1154 "license": "MIT"
1155 },
1156 "node_modules/default-require-extensions": {
1157 "version": "3.0.1",
1158 "dev": true,
1159 "license": "MIT",
1160 "dependencies": {
1161 "strip-bom": "^4.0.0"
1162 },
1163 "engines": {
1164 "node": ">=8"
1165 },
1166 "funding": {
1167 "url": "https://github.com/sponsors/sindresorhus"
1168 }
1169 },
1170 "node_modules/diff": {
1171 "version": "5.0.0",
1172 "dev": true,
1173 "license": "BSD-3-Clause",
1174 "engines": {
1175 "node": ">=0.3.1"
1176 }
1177 },
1178 "node_modules/doctrine": {
1179 "version": "3.0.0",
1180 "dev": true,
1181 "license": "Apache-2.0",
1182 "dependencies": {
1183 "esutils": "^2.0.2"
1184 },
1185 "engines": {
1186 "node": ">=6.0.0"
1187 }
1188 },
1189 "node_modules/electron-to-chromium": {
1190 "version": "1.4.730",
1191 "dev": true,
1192 "license": "ISC"
1193 },
1194 "node_modules/emoji-regex": {
1195 "version": "8.0.0",
1196 "dev": true,
1197 "license": "MIT"
1198 },
1199 "node_modules/enhanced-resolve": {
1200 "version": "5.16.0",
1201 "dev": true,
1202 "license": "MIT",
1203 "dependencies": {
1204 "graceful-fs": "^4.2.4",
1205 "tapable": "^2.2.0"
1206 },
1207 "engines": {
1208 "node": ">=10.13.0"
1209 }
1210 },
1211 "node_modules/es6-error": {
1212 "version": "4.1.1",
1213 "dev": true,
1214 "license": "MIT"
1215 },
1216 "node_modules/escalade": {
1217 "version": "3.1.2",
1218 "dev": true,
1219 "license": "MIT",
1220 "engines": {
1221 "node": ">=6"
1222 }
1223 },
1224 "node_modules/escape-string-regexp": {
1225 "version": "4.0.0",
1226 "dev": true,
1227 "license": "MIT",
1228 "engines": {
1229 "node": ">=10"
1230 },
1231 "funding": {
1232 "url": "https://github.com/sponsors/sindresorhus"
1233 }
1234 },
1235 "node_modules/eslint": {
1236 "version": "8.57.0",
1237 "dev": true,
1238 "license": "MIT",
1239 "dependencies": {
1240 "@eslint-community/eslint-utils": "^4.2.0",
1241 "@eslint-community/regexpp": "^4.6.1",
1242 "@eslint/eslintrc": "^2.1.4",
1243 "@eslint/js": "8.57.0",
1244 "@humanwhocodes/config-array": "^0.11.14",
1245 "@humanwhocodes/module-importer": "^1.0.1",
1246 "@nodelib/fs.walk": "^1.2.8",
1247 "@ungap/structured-clone": "^1.2.0",
1248 "ajv": "^6.12.4",
1249 "chalk": "^4.0.0",
1250 "cross-spawn": "^7.0.2",
1251 "debug": "^4.3.2",
1252 "doctrine": "^3.0.0",
1253 "escape-string-regexp": "^4.0.0",
1254 "eslint-scope": "^7.2.2",
1255 "eslint-visitor-keys": "^3.4.3",
1256 "espree": "^9.6.1",
1257 "esquery": "^1.4.2",
1258 "esutils": "^2.0.2",
1259 "fast-deep-equal": "^3.1.3",
1260 "file-entry-cache": "^6.0.1",
1261 "find-up": "^5.0.0",
1262 "glob-parent": "^6.0.2",
1263 "globals": "^13.19.0",
1264 "graphemer": "^1.4.0",
1265 "ignore": "^5.2.0",
1266 "imurmurhash": "^0.1.4",
1267 "is-glob": "^4.0.0",
1268 "is-path-inside": "^3.0.3",
1269 "js-yaml": "^4.1.0",
1270 "json-stable-stringify-without-jsonify": "^1.0.1",
1271 "levn": "^0.4.1",
1272 "lodash.merge": "^4.6.2",
1273 "minimatch": "^3.1.2",
1274 "natural-compare": "^1.4.0",
1275 "optionator": "^0.9.3",
1276 "strip-ansi": "^6.0.1",
1277 "text-table": "^0.2.0"
1278 },
1279 "bin": {
1280 "eslint": "bin/eslint.js"
1281 },
1282 "engines": {
1283 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
1284 },
1285 "funding": {
1286 "url": "https://opencollective.com/eslint"
1287 }
1288 },
1289 "node_modules/eslint-compat-utils": {
1290 "version": "0.5.0",
1291 "dev": true,
1292 "license": "MIT",
1293 "dependencies": {
1294 "semver": "^7.5.4"
1295 },
1296 "engines": {
1297 "node": ">=12"
1298 },
1299 "peerDependencies": {
1300 "eslint": ">=6.0.0"
1301 }
1302 },
1303 "node_modules/eslint-plugin-es-x": {
1304 "version": "7.6.0",
1305 "dev": true,
1306 "license": "MIT",
1307 "dependencies": {
1308 "@eslint-community/eslint-utils": "^4.1.2",
1309 "@eslint-community/regexpp": "^4.6.0",
1310 "eslint-compat-utils": "^0.5.0"
1311 },
1312 "engines": {
1313 "node": "^14.18.0 || >=16.0.0"
1314 },
1315 "funding": {
1316 "url": "https://github.com/sponsors/ota-meshi"
1317 },
1318 "peerDependencies": {
1319 "eslint": ">=8"
1320 }
1321 },
1322 "node_modules/eslint-plugin-jsdoc": {
1323 "version": "48.2.3",
1324 "dev": true,
1325 "license": "BSD-3-Clause",
1326 "dependencies": {
1327 "@es-joy/jsdoccomment": "~0.42.0",
1328 "are-docs-informative": "^0.0.2",
1329 "comment-parser": "1.4.1",
1330 "debug": "^4.3.4",
1331 "escape-string-regexp": "^4.0.0",
1332 "esquery": "^1.5.0",
1333 "is-builtin-module": "^3.2.1",
1334 "semver": "^7.6.0",
1335 "spdx-expression-parse": "^4.0.0"
1336 },
1337 "engines": {
1338 "node": ">=18"
1339 },
1340 "peerDependencies": {
1341 "eslint": "^7.0.0 || ^8.0.0 || ^9.0.0"
1342 }
1343 },
1344 "node_modules/eslint-plugin-n": {
1345 "version": "17.2.0",
1346 "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.2.0.tgz",
1347 "integrity": "sha512-XBkFQxjTFKy9oc925ezHcDoZ8VLdGfxRkdZf0poR4TjC+zvm28pG2Tc7ZZpD1/UxSAzbw6Zz0WpnpUX3KruAAA==",
1348 "dev": true,
1349 "dependencies": {
1350 "@eslint-community/eslint-utils": "^4.4.0",
1351 "enhanced-resolve": "^5.15.0",
1352 "eslint-plugin-es-x": "^7.5.0",
1353 "get-tsconfig": "^4.7.0",
1354 "globals": "^14.0.0",
1355 "ignore": "^5.2.4",
1356 "minimatch": "^9.0.0",
1357 "semver": "^7.5.3"
1358 },
1359 "engines": {
1360 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1361 },
1362 "funding": {
1363 "url": "https://github.com/sponsors/mysticatea"
1364 },
1365 "peerDependencies": {
1366 "eslint": ">=8.23.0"
1367 }
1368 },
1369 "node_modules/eslint-plugin-n/node_modules/brace-expansion": {
1370 "version": "2.0.1",
1371 "dev": true,
1372 "license": "MIT",
1373 "dependencies": {
1374 "balanced-match": "^1.0.0"
1375 }
1376 },
1377 "node_modules/eslint-plugin-n/node_modules/globals": {
1378 "version": "14.0.0",
1379 "dev": true,
1380 "license": "MIT",
1381 "engines": {
1382 "node": ">=18"
1383 },
1384 "funding": {
1385 "url": "https://github.com/sponsors/sindresorhus"
1386 }
1387 },
1388 "node_modules/eslint-plugin-n/node_modules/minimatch": {
1389 "version": "9.0.4",
1390 "dev": true,
1391 "license": "ISC",
1392 "dependencies": {
1393 "brace-expansion": "^2.0.1"
1394 },
1395 "engines": {
1396 "node": ">=16 || 14 >=14.17"
1397 },
1398 "funding": {
1399 "url": "https://github.com/sponsors/isaacs"
1400 }
1401 },
1402 "node_modules/eslint-plugin-security": {
1403 "version": "2.1.1",
1404 "dev": true,
1405 "license": "Apache-2.0",
1406 "dependencies": {
1407 "safe-regex": "^2.1.1"
1408 }
1409 },
1410 "node_modules/eslint-plugin-sonarjs": {
1411 "version": "0.25.1",
1412 "dev": true,
1413 "license": "LGPL-3.0-only",
1414 "engines": {
1415 "node": ">=16"
1416 },
1417 "peerDependencies": {
1418 "eslint": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
1419 }
1420 },
1421 "node_modules/eslint-scope": {
1422 "version": "7.2.2",
1423 "dev": true,
1424 "license": "BSD-2-Clause",
1425 "dependencies": {
1426 "esrecurse": "^4.3.0",
1427 "estraverse": "^5.2.0"
1428 },
1429 "engines": {
1430 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
1431 },
1432 "funding": {
1433 "url": "https://opencollective.com/eslint"
1434 }
1435 },
1436 "node_modules/eslint-visitor-keys": {
1437 "version": "3.4.3",
1438 "dev": true,
1439 "license": "Apache-2.0",
1440 "engines": {
1441 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
1442 },
1443 "funding": {
1444 "url": "https://opencollective.com/eslint"
1445 }
1446 },
1447 "node_modules/espree": {
1448 "version": "9.6.1",
1449 "dev": true,
1450 "license": "BSD-2-Clause",
1451 "dependencies": {
1452 "acorn": "^8.9.0",
1453 "acorn-jsx": "^5.3.2",
1454 "eslint-visitor-keys": "^3.4.1"
1455 },
1456 "engines": {
1457 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
1458 },
1459 "funding": {
1460 "url": "https://opencollective.com/eslint"
1461 }
1462 },
1463 "node_modules/esprima": {
1464 "version": "4.0.1",
1465 "dev": true,
1466 "license": "BSD-2-Clause",
1467 "bin": {
1468 "esparse": "bin/esparse.js",
1469 "esvalidate": "bin/esvalidate.js"
1470 },
1471 "engines": {
1472 "node": ">=4"
1473 }
1474 },
1475 "node_modules/esquery": {
1476 "version": "1.5.0",
1477 "dev": true,
1478 "license": "BSD-3-Clause",
1479 "dependencies": {
1480 "estraverse": "^5.1.0"
1481 },
1482 "engines": {
1483 "node": ">=0.10"
1484 }
1485 },
1486 "node_modules/esrecurse": {
1487 "version": "4.3.0",
1488 "dev": true,
1489 "license": "BSD-2-Clause",
1490 "dependencies": {
1491 "estraverse": "^5.2.0"
1492 },
1493 "engines": {
1494 "node": ">=4.0"
1495 }
1496 },
1497 "node_modules/estraverse": {
1498 "version": "5.3.0",
1499 "dev": true,
1500 "license": "BSD-2-Clause",
1501 "engines": {
1502 "node": ">=4.0"
1503 }
1504 },
1505 "node_modules/esutils": {
1506 "version": "2.0.3",
1507 "dev": true,
1508 "license": "BSD-2-Clause",
1509 "engines": {
1510 "node": ">=0.10.0"
1511 }
1512 },
1513 "node_modules/fast-deep-equal": {
1514 "version": "3.1.3",
1515 "dev": true,
1516 "license": "MIT"
1517 },
1518 "node_modules/fast-json-stable-stringify": {
1519 "version": "2.1.0",
1520 "dev": true,
1521 "license": "MIT"
1522 },
1523 "node_modules/fast-levenshtein": {
1524 "version": "2.0.6",
1525 "dev": true,
1526 "license": "MIT"
1527 },
1528 "node_modules/fastq": {
1529 "version": "1.17.1",
1530 "dev": true,
1531 "license": "ISC",
1532 "dependencies": {
1533 "reusify": "^1.0.4"
1534 }
1535 },
1536 "node_modules/file-entry-cache": {
1537 "version": "6.0.1",
1538 "dev": true,
1539 "license": "MIT",
1540 "dependencies": {
1541 "flat-cache": "^3.0.4"
1542 },
1543 "engines": {
1544 "node": "^10.12.0 || >=12.0.0"
1545 }
1546 },
1547 "node_modules/fill-range": {
1548 "version": "7.0.1",
1549 "dev": true,
1550 "license": "MIT",
1551 "dependencies": {
1552 "to-regex-range": "^5.0.1"
1553 },
1554 "engines": {
1555 "node": ">=8"
1556 }
1557 },
1558 "node_modules/find-cache-dir": {
1559 "version": "3.3.2",
1560 "dev": true,
1561 "license": "MIT",
1562 "dependencies": {
1563 "commondir": "^1.0.1",
1564 "make-dir": "^3.0.2",
1565 "pkg-dir": "^4.1.0"
1566 },
1567 "engines": {
1568 "node": ">=8"
1569 },
1570 "funding": {
1571 "url": "https://github.com/avajs/find-cache-dir?sponsor=1"
1572 }
1573 },
1574 "node_modules/find-up": {
1575 "version": "5.0.0",
1576 "dev": true,
1577 "license": "MIT",
1578 "dependencies": {
1579 "locate-path": "^6.0.0",
1580 "path-exists": "^4.0.0"
1581 },
1582 "engines": {
1583 "node": ">=10"
1584 },
1585 "funding": {
1586 "url": "https://github.com/sponsors/sindresorhus"
1587 }
1588 },
1589 "node_modules/flat": {
1590 "version": "5.0.2",
1591 "dev": true,
1592 "license": "BSD-3-Clause",
1593 "bin": {
1594 "flat": "cli.js"
1595 }
1596 },
1597 "node_modules/flat-cache": {
1598 "version": "3.2.0",
1599 "dev": true,
1600 "license": "MIT",
1601 "dependencies": {
1602 "flatted": "^3.2.9",
1603 "keyv": "^4.5.3",
1604 "rimraf": "^3.0.2"
1605 },
1606 "engines": {
1607 "node": "^10.12.0 || >=12.0.0"
1608 }
1609 },
1610 "node_modules/flatted": {
1611 "version": "3.3.1",
1612 "dev": true,
1613 "license": "ISC"
1614 },
1615 "node_modules/foreground-child": {
1616 "version": "2.0.0",
1617 "dev": true,
1618 "license": "ISC",
1619 "dependencies": {
1620 "cross-spawn": "^7.0.0",
1621 "signal-exit": "^3.0.2"
1622 },
1623 "engines": {
1624 "node": ">=8.0.0"
1625 }
1626 },
1627 "node_modules/fromentries": {
1628 "version": "1.3.2",
1629 "dev": true,
1630 "funding": [
1631 {
1632 "type": "github",
1633 "url": "https://github.com/sponsors/feross"
1634 },
1635 {
1636 "type": "patreon",
1637 "url": "https://www.patreon.com/feross"
1638 },
1639 {
1640 "type": "consulting",
1641 "url": "https://feross.org/support"
1642 }
1643 ],
1644 "license": "MIT"
1645 },
1646 "node_modules/fs.realpath": {
1647 "version": "1.0.0",
1648 "dev": true,
1649 "license": "ISC"
1650 },
1651 "node_modules/gensync": {
1652 "version": "1.0.0-beta.2",
1653 "dev": true,
1654 "license": "MIT",
1655 "engines": {
1656 "node": ">=6.9.0"
1657 }
1658 },
1659 "node_modules/get-caller-file": {
1660 "version": "2.0.5",
1661 "dev": true,
1662 "license": "ISC",
1663 "engines": {
1664 "node": "6.* || 8.* || >= 10.*"
1665 }
1666 },
1667 "node_modules/get-package-type": {
1668 "version": "0.1.0",
1669 "dev": true,
1670 "license": "MIT",
1671 "engines": {
1672 "node": ">=8.0.0"
1673 }
1674 },
1675 "node_modules/get-tsconfig": {
1676 "version": "4.7.3",
1677 "dev": true,
1678 "license": "MIT",
1679 "dependencies": {
1680 "resolve-pkg-maps": "^1.0.0"
1681 },
1682 "funding": {
1683 "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
1684 }
1685 },
1686 "node_modules/glob": {
1687 "version": "8.1.0",
1688 "dev": true,
1689 "license": "ISC",
1690 "dependencies": {
1691 "fs.realpath": "^1.0.0",
1692 "inflight": "^1.0.4",
1693 "inherits": "2",
1694 "minimatch": "^5.0.1",
1695 "once": "^1.3.0"
1696 },
1697 "engines": {
1698 "node": ">=12"
1699 },
1700 "funding": {
1701 "url": "https://github.com/sponsors/isaacs"
1702 }
1703 },
1704 "node_modules/glob-parent": {
1705 "version": "6.0.2",
1706 "dev": true,
1707 "license": "ISC",
1708 "dependencies": {
1709 "is-glob": "^4.0.3"
1710 },
1711 "engines": {
1712 "node": ">=10.13.0"
1713 }
1714 },
1715 "node_modules/glob/node_modules/brace-expansion": {
1716 "version": "2.0.1",
1717 "dev": true,
1718 "license": "MIT",
1719 "dependencies": {
1720 "balanced-match": "^1.0.0"
1721 }
1722 },
1723 "node_modules/glob/node_modules/minimatch": {
1724 "version": "5.1.6",
1725 "dev": true,
1726 "license": "ISC",
1727 "dependencies": {
1728 "brace-expansion": "^2.0.1"
1729 },
1730 "engines": {
1731 "node": ">=10"
1732 }
1733 },
1734 "node_modules/globals": {
1735 "version": "13.24.0",
1736 "dev": true,
1737 "license": "MIT",
1738 "dependencies": {
1739 "type-fest": "^0.20.2"
1740 },
1741 "engines": {
1742 "node": ">=8"
1743 },
1744 "funding": {
1745 "url": "https://github.com/sponsors/sindresorhus"
1746 }
1747 },
1748 "node_modules/graceful-fs": {
1749 "version": "4.2.11",
1750 "dev": true,
1751 "license": "ISC"
1752 },
1753 "node_modules/graphemer": {
1754 "version": "1.4.0",
1755 "dev": true,
1756 "license": "MIT"
1757 },
1758 "node_modules/has-flag": {
1759 "version": "4.0.0",
1760 "dev": true,
1761 "license": "MIT",
1762 "engines": {
1763 "node": ">=8"
1764 }
1765 },
1766 "node_modules/hasha": {
1767 "version": "5.2.2",
1768 "dev": true,
1769 "license": "MIT",
1770 "dependencies": {
1771 "is-stream": "^2.0.0",
1772 "type-fest": "^0.8.0"
1773 },
1774 "engines": {
1775 "node": ">=8"
1776 },
1777 "funding": {
1778 "url": "https://github.com/sponsors/sindresorhus"
1779 }
1780 },
1781 "node_modules/hasha/node_modules/type-fest": {
1782 "version": "0.8.1",
1783 "dev": true,
1784 "license": "(MIT OR CC0-1.0)",
1785 "engines": {
1786 "node": ">=8"
1787 }
1788 },
1789 "node_modules/he": {
1790 "version": "1.2.0",
1791 "dev": true,
1792 "license": "MIT",
1793 "bin": {
1794 "he": "bin/he"
1795 }
1796 },
1797 "node_modules/html-escaper": {
1798 "version": "2.0.2",
1799 "dev": true,
1800 "license": "MIT"
1801 },
1802 "node_modules/ignore": {
1803 "version": "5.3.1",
1804 "dev": true,
1805 "license": "MIT",
1806 "engines": {
1807 "node": ">= 4"
1808 }
1809 },
1810 "node_modules/import-fresh": {
1811 "version": "3.3.0",
1812 "dev": true,
1813 "license": "MIT",
1814 "dependencies": {
1815 "parent-module": "^1.0.0",
1816 "resolve-from": "^4.0.0"
1817 },
1818 "engines": {
1819 "node": ">=6"
1820 },
1821 "funding": {
1822 "url": "https://github.com/sponsors/sindresorhus"
1823 }
1824 },
1825 "node_modules/imurmurhash": {
1826 "version": "0.1.4",
1827 "dev": true,
1828 "license": "MIT",
1829 "engines": {
1830 "node": ">=0.8.19"
1831 }
1832 },
1833 "node_modules/indent-string": {
1834 "version": "4.0.0",
1835 "dev": true,
1836 "license": "MIT",
1837 "engines": {
1838 "node": ">=8"
1839 }
1840 },
1841 "node_modules/inflight": {
1842 "version": "1.0.6",
1843 "dev": true,
1844 "license": "ISC",
1845 "dependencies": {
1846 "once": "^1.3.0",
1847 "wrappy": "1"
1848 }
1849 },
1850 "node_modules/inherits": {
1851 "version": "2.0.4",
1852 "dev": true,
1853 "license": "ISC"
1854 },
1855 "node_modules/is-binary-path": {
1856 "version": "2.1.0",
1857 "dev": true,
1858 "license": "MIT",
1859 "dependencies": {
1860 "binary-extensions": "^2.0.0"
1861 },
1862 "engines": {
1863 "node": ">=8"
1864 }
1865 },
1866 "node_modules/is-builtin-module": {
1867 "version": "3.2.1",
1868 "dev": true,
1869 "license": "MIT",
1870 "dependencies": {
1871 "builtin-modules": "^3.3.0"
1872 },
1873 "engines": {
1874 "node": ">=6"
1875 },
1876 "funding": {
1877 "url": "https://github.com/sponsors/sindresorhus"
1878 }
1879 },
1880 "node_modules/is-extglob": {
1881 "version": "2.1.1",
1882 "dev": true,
1883 "license": "MIT",
1884 "engines": {
1885 "node": ">=0.10.0"
1886 }
1887 },
1888 "node_modules/is-fullwidth-code-point": {
1889 "version": "3.0.0",
1890 "dev": true,
1891 "license": "MIT",
1892 "engines": {
1893 "node": ">=8"
1894 }
1895 },
1896 "node_modules/is-glob": {
1897 "version": "4.0.3",
1898 "dev": true,
1899 "license": "MIT",
1900 "dependencies": {
1901 "is-extglob": "^2.1.1"
1902 },
1903 "engines": {
1904 "node": ">=0.10.0"
1905 }
1906 },
1907 "node_modules/is-number": {
1908 "version": "7.0.0",
1909 "dev": true,
1910 "license": "MIT",
1911 "engines": {
1912 "node": ">=0.12.0"
1913 }
1914 },
1915 "node_modules/is-path-inside": {
1916 "version": "3.0.3",
1917 "dev": true,
1918 "license": "MIT",
1919 "engines": {
1920 "node": ">=8"
1921 }
1922 },
1923 "node_modules/is-plain-obj": {
1924 "version": "2.1.0",
1925 "dev": true,
1926 "license": "MIT",
1927 "engines": {
1928 "node": ">=8"
1929 }
1930 },
1931 "node_modules/is-stream": {
1932 "version": "2.0.1",
1933 "dev": true,
1934 "license": "MIT",
1935 "engines": {
1936 "node": ">=8"
1937 },
1938 "funding": {
1939 "url": "https://github.com/sponsors/sindresorhus"
1940 }
1941 },
1942 "node_modules/is-typedarray": {
1943 "version": "1.0.0",
1944 "dev": true,
1945 "license": "MIT"
1946 },
1947 "node_modules/is-unicode-supported": {
1948 "version": "0.1.0",
1949 "dev": true,
1950 "license": "MIT",
1951 "engines": {
1952 "node": ">=10"
1953 },
1954 "funding": {
1955 "url": "https://github.com/sponsors/sindresorhus"
1956 }
1957 },
1958 "node_modules/is-windows": {
1959 "version": "1.0.2",
1960 "dev": true,
1961 "license": "MIT",
1962 "engines": {
1963 "node": ">=0.10.0"
1964 }
1965 },
1966 "node_modules/isarray": {
1967 "version": "1.0.0",
1968 "dev": true,
1969 "license": "MIT"
1970 },
1971 "node_modules/isexe": {
1972 "version": "2.0.0",
1973 "dev": true,
1974 "license": "ISC"
1975 },
1976 "node_modules/istanbul-lib-coverage": {
1977 "version": "3.2.2",
1978 "dev": true,
1979 "license": "BSD-3-Clause",
1980 "engines": {
1981 "node": ">=8"
1982 }
1983 },
1984 "node_modules/istanbul-lib-hook": {
1985 "version": "3.0.0",
1986 "dev": true,
1987 "license": "BSD-3-Clause",
1988 "dependencies": {
1989 "append-transform": "^2.0.0"
1990 },
1991 "engines": {
1992 "node": ">=8"
1993 }
1994 },
1995 "node_modules/istanbul-lib-instrument": {
1996 "version": "4.0.3",
1997 "dev": true,
1998 "license": "BSD-3-Clause",
1999 "dependencies": {
2000 "@babel/core": "^7.7.5",
2001 "@istanbuljs/schema": "^0.1.2",
2002 "istanbul-lib-coverage": "^3.0.0",
2003 "semver": "^6.3.0"
2004 },
2005 "engines": {
2006 "node": ">=8"
2007 }
2008 },
2009 "node_modules/istanbul-lib-instrument/node_modules/semver": {
2010 "version": "6.3.1",
2011 "dev": true,
2012 "license": "ISC",
2013 "bin": {
2014 "semver": "bin/semver.js"
2015 }
2016 },
2017 "node_modules/istanbul-lib-processinfo": {
2018 "version": "2.0.3",
2019 "dev": true,
2020 "license": "ISC",
2021 "dependencies": {
2022 "archy": "^1.0.0",
2023 "cross-spawn": "^7.0.3",
2024 "istanbul-lib-coverage": "^3.2.0",
2025 "p-map": "^3.0.0",
2026 "rimraf": "^3.0.0",
2027 "uuid": "^8.3.2"
2028 },
2029 "engines": {
2030 "node": ">=8"
2031 }
2032 },
2033 "node_modules/istanbul-lib-processinfo/node_modules/uuid": {
2034 "version": "8.3.2",
2035 "dev": true,
2036 "license": "MIT",
2037 "bin": {
2038 "uuid": "dist/bin/uuid"
2039 }
2040 },
2041 "node_modules/istanbul-lib-report": {
2042 "version": "3.0.1",
2043 "dev": true,
2044 "license": "BSD-3-Clause",
2045 "dependencies": {
2046 "istanbul-lib-coverage": "^3.0.0",
2047 "make-dir": "^4.0.0",
2048 "supports-color": "^7.1.0"
2049 },
2050 "engines": {
2051 "node": ">=10"
2052 }
2053 },
2054 "node_modules/istanbul-lib-report/node_modules/make-dir": {
2055 "version": "4.0.0",
2056 "dev": true,
2057 "license": "MIT",
2058 "dependencies": {
2059 "semver": "^7.5.3"
2060 },
2061 "engines": {
2062 "node": ">=10"
2063 },
2064 "funding": {
2065 "url": "https://github.com/sponsors/sindresorhus"
2066 }
2067 },
2068 "node_modules/istanbul-lib-source-maps": {
2069 "version": "4.0.1",
2070 "dev": true,
2071 "license": "BSD-3-Clause",
2072 "dependencies": {
2073 "debug": "^4.1.1",
2074 "istanbul-lib-coverage": "^3.0.0",
2075 "source-map": "^0.6.1"
2076 },
2077 "engines": {
2078 "node": ">=10"
2079 }
2080 },
2081 "node_modules/istanbul-reports": {
2082 "version": "3.1.7",
2083 "dev": true,
2084 "license": "BSD-3-Clause",
2085 "dependencies": {
2086 "html-escaper": "^2.0.0",
2087 "istanbul-lib-report": "^3.0.0"
2088 },
2089 "engines": {
2090 "node": ">=8"
2091 }
2092 },
2093 "node_modules/js-tokens": {
2094 "version": "4.0.0",
2095 "dev": true,
2096 "license": "MIT"
2097 },
2098 "node_modules/js-yaml": {
2099 "version": "4.1.0",
2100 "dev": true,
2101 "license": "MIT",
2102 "dependencies": {
2103 "argparse": "^2.0.1"
2104 },
2105 "bin": {
2106 "js-yaml": "bin/js-yaml.js"
2107 }
2108 },
2109 "node_modules/jsdoc-type-pratt-parser": {
2110 "version": "4.0.0",
2111 "dev": true,
2112 "license": "MIT",
2113 "engines": {
2114 "node": ">=12.0.0"
2115 }
2116 },
2117 "node_modules/jsesc": {
2118 "version": "2.5.2",
2119 "dev": true,
2120 "license": "MIT",
2121 "bin": {
2122 "jsesc": "bin/jsesc"
2123 },
2124 "engines": {
2125 "node": ">=4"
2126 }
2127 },
2128 "node_modules/json-buffer": {
2129 "version": "3.0.1",
2130 "dev": true,
2131 "license": "MIT"
2132 },
2133 "node_modules/json-schema-traverse": {
2134 "version": "0.4.1",
2135 "dev": true,
2136 "license": "MIT"
2137 },
2138 "node_modules/json-stable-stringify-without-jsonify": {
2139 "version": "1.0.1",
2140 "dev": true,
2141 "license": "MIT"
2142 },
2143 "node_modules/json5": {
2144 "version": "2.2.3",
2145 "dev": true,
2146 "license": "MIT",
2147 "bin": {
2148 "json5": "lib/cli.js"
2149 },
2150 "engines": {
2151 "node": ">=6"
2152 }
2153 },
2154 "node_modules/just-extend": {
2155 "version": "6.2.0",
2156 "dev": true,
2157 "license": "MIT"
2158 },
2159 "node_modules/keyv": {
2160 "version": "4.5.4",
2161 "dev": true,
2162 "license": "MIT",
2163 "dependencies": {
2164 "json-buffer": "3.0.1"
2165 }
2166 },
2167 "node_modules/levn": {
2168 "version": "0.4.1",
2169 "dev": true,
2170 "license": "MIT",
2171 "dependencies": {
2172 "prelude-ls": "^1.2.1",
2173 "type-check": "~0.4.0"
2174 },
2175 "engines": {
2176 "node": ">= 0.8.0"
2177 }
2178 },
2179 "node_modules/locate-path": {
2180 "version": "6.0.0",
2181 "dev": true,
2182 "license": "MIT",
2183 "dependencies": {
2184 "p-locate": "^5.0.0"
2185 },
2186 "engines": {
2187 "node": ">=10"
2188 },
2189 "funding": {
2190 "url": "https://github.com/sponsors/sindresorhus"
2191 }
2192 },
2193 "node_modules/lodash.flattendeep": {
2194 "version": "4.4.0",
2195 "dev": true,
2196 "license": "MIT"
2197 },
2198 "node_modules/lodash.get": {
2199 "version": "4.4.2",
2200 "dev": true,
2201 "license": "MIT"
2202 },
2203 "node_modules/lodash.merge": {
2204 "version": "4.6.2",
2205 "dev": true,
2206 "license": "MIT"
2207 },
2208 "node_modules/log-symbols": {
2209 "version": "4.1.0",
2210 "dev": true,
2211 "license": "MIT",
2212 "dependencies": {
2213 "chalk": "^4.1.0",
2214 "is-unicode-supported": "^0.1.0"
2215 },
2216 "engines": {
2217 "node": ">=10"
2218 },
2219 "funding": {
2220 "url": "https://github.com/sponsors/sindresorhus"
2221 }
2222 },
2223 "node_modules/lru-cache": {
2224 "version": "5.1.1",
2225 "dev": true,
2226 "license": "ISC",
2227 "dependencies": {
2228 "yallist": "^3.0.2"
2229 }
2230 },
2231 "node_modules/make-dir": {
2232 "version": "3.1.0",
2233 "dev": true,
2234 "license": "MIT",
2235 "dependencies": {
2236 "semver": "^6.0.0"
2237 },
2238 "engines": {
2239 "node": ">=8"
2240 },
2241 "funding": {
2242 "url": "https://github.com/sponsors/sindresorhus"
2243 }
2244 },
2245 "node_modules/make-dir/node_modules/semver": {
2246 "version": "6.3.1",
2247 "dev": true,
2248 "license": "ISC",
2249 "bin": {
2250 "semver": "bin/semver.js"
2251 }
2252 },
2253 "node_modules/mime-db": {
2254 "version": "1.52.0",
2255 "license": "MIT",
2256 "engines": {
2257 "node": ">= 0.6"
2258 }
2259 },
2260 "node_modules/minimatch": {
2261 "version": "3.1.2",
2262 "dev": true,
2263 "license": "ISC",
2264 "dependencies": {
2265 "brace-expansion": "^1.1.7"
2266 },
2267 "engines": {
2268 "node": "*"
2269 }
2270 },
2271 "node_modules/mocha": {
2272 "version": "10.4.0",
2273 "dev": true,
2274 "license": "MIT",
2275 "dependencies": {
2276 "ansi-colors": "4.1.1",
2277 "browser-stdout": "1.3.1",
2278 "chokidar": "3.5.3",
2279 "debug": "4.3.4",
2280 "diff": "5.0.0",
2281 "escape-string-regexp": "4.0.0",
2282 "find-up": "5.0.0",
2283 "glob": "8.1.0",
2284 "he": "1.2.0",
2285 "js-yaml": "4.1.0",
2286 "log-symbols": "4.1.0",
2287 "minimatch": "5.0.1",
2288 "ms": "2.1.3",
2289 "serialize-javascript": "6.0.0",
2290 "strip-json-comments": "3.1.1",
2291 "supports-color": "8.1.1",
2292 "workerpool": "6.2.1",
2293 "yargs": "16.2.0",
2294 "yargs-parser": "20.2.4",
2295 "yargs-unparser": "2.0.0"
2296 },
2297 "bin": {
2298 "_mocha": "bin/_mocha",
2299 "mocha": "bin/mocha.js"
2300 },
2301 "engines": {
2302 "node": ">= 14.0.0"
2303 }
2304 },
2305 "node_modules/mocha/node_modules/brace-expansion": {
2306 "version": "2.0.1",
2307 "dev": true,
2308 "license": "MIT",
2309 "dependencies": {
2310 "balanced-match": "^1.0.0"
2311 }
2312 },
2313 "node_modules/mocha/node_modules/minimatch": {
2314 "version": "5.0.1",
2315 "dev": true,
2316 "license": "ISC",
2317 "dependencies": {
2318 "brace-expansion": "^2.0.1"
2319 },
2320 "engines": {
2321 "node": ">=10"
2322 }
2323 },
2324 "node_modules/mocha/node_modules/ms": {
2325 "version": "2.1.3",
2326 "dev": true,
2327 "license": "MIT"
2328 },
2329 "node_modules/mocha/node_modules/supports-color": {
2330 "version": "8.1.1",
2331 "dev": true,
2332 "license": "MIT",
2333 "dependencies": {
2334 "has-flag": "^4.0.0"
2335 },
2336 "engines": {
2337 "node": ">=10"
2338 },
2339 "funding": {
2340 "url": "https://github.com/chalk/supports-color?sponsor=1"
2341 }
2342 },
2343 "node_modules/ms": {
2344 "version": "2.1.2",
2345 "dev": true,
2346 "license": "MIT"
2347 },
2348 "node_modules/natural-compare": {
2349 "version": "1.4.0",
2350 "dev": true,
2351 "license": "MIT"
2352 },
2353 "node_modules/nise": {
2354 "version": "5.1.9",
2355 "dev": true,
2356 "license": "BSD-3-Clause",
2357 "dependencies": {
2358 "@sinonjs/commons": "^3.0.0",
2359 "@sinonjs/fake-timers": "^11.2.2",
2360 "@sinonjs/text-encoding": "^0.7.2",
2361 "just-extend": "^6.2.0",
2362 "path-to-regexp": "^6.2.1"
2363 }
2364 },
2365 "node_modules/node-preload": {
2366 "version": "0.2.1",
2367 "dev": true,
2368 "license": "MIT",
2369 "dependencies": {
2370 "process-on-spawn": "^1.0.0"
2371 },
2372 "engines": {
2373 "node": ">=8"
2374 }
2375 },
2376 "node_modules/node-releases": {
2377 "version": "2.0.14",
2378 "dev": true,
2379 "license": "MIT"
2380 },
2381 "node_modules/normalize-path": {
2382 "version": "3.0.0",
2383 "dev": true,
2384 "license": "MIT",
2385 "engines": {
2386 "node": ">=0.10.0"
2387 }
2388 },
2389 "node_modules/nyc": {
2390 "version": "15.1.0",
2391 "dev": true,
2392 "license": "ISC",
2393 "dependencies": {
2394 "@istanbuljs/load-nyc-config": "^1.0.0",
2395 "@istanbuljs/schema": "^0.1.2",
2396 "caching-transform": "^4.0.0",
2397 "convert-source-map": "^1.7.0",
2398 "decamelize": "^1.2.0",
2399 "find-cache-dir": "^3.2.0",
2400 "find-up": "^4.1.0",
2401 "foreground-child": "^2.0.0",
2402 "get-package-type": "^0.1.0",
2403 "glob": "^7.1.6",
2404 "istanbul-lib-coverage": "^3.0.0",
2405 "istanbul-lib-hook": "^3.0.0",
2406 "istanbul-lib-instrument": "^4.0.0",
2407 "istanbul-lib-processinfo": "^2.0.2",
2408 "istanbul-lib-report": "^3.0.0",
2409 "istanbul-lib-source-maps": "^4.0.0",
2410 "istanbul-reports": "^3.0.2",
2411 "make-dir": "^3.0.0",
2412 "node-preload": "^0.2.1",
2413 "p-map": "^3.0.0",
2414 "process-on-spawn": "^1.0.0",
2415 "resolve-from": "^5.0.0",
2416 "rimraf": "^3.0.0",
2417 "signal-exit": "^3.0.2",
2418 "spawn-wrap": "^2.0.0",
2419 "test-exclude": "^6.0.0",
2420 "yargs": "^15.0.2"
2421 },
2422 "bin": {
2423 "nyc": "bin/nyc.js"
2424 },
2425 "engines": {
2426 "node": ">=8.9"
2427 }
2428 },
2429 "node_modules/nyc/node_modules/cliui": {
2430 "version": "6.0.0",
2431 "dev": true,
2432 "license": "ISC",
2433 "dependencies": {
2434 "string-width": "^4.2.0",
2435 "strip-ansi": "^6.0.0",
2436 "wrap-ansi": "^6.2.0"
2437 }
2438 },
2439 "node_modules/nyc/node_modules/find-up": {
2440 "version": "4.1.0",
2441 "dev": true,
2442 "license": "MIT",
2443 "dependencies": {
2444 "locate-path": "^5.0.0",
2445 "path-exists": "^4.0.0"
2446 },
2447 "engines": {
2448 "node": ">=8"
2449 }
2450 },
2451 "node_modules/nyc/node_modules/glob": {
2452 "version": "7.2.3",
2453 "dev": true,
2454 "license": "ISC",
2455 "dependencies": {
2456 "fs.realpath": "^1.0.0",
2457 "inflight": "^1.0.4",
2458 "inherits": "2",
2459 "minimatch": "^3.1.1",
2460 "once": "^1.3.0",
2461 "path-is-absolute": "^1.0.0"
2462 },
2463 "engines": {
2464 "node": "*"
2465 },
2466 "funding": {
2467 "url": "https://github.com/sponsors/isaacs"
2468 }
2469 },
2470 "node_modules/nyc/node_modules/locate-path": {
2471 "version": "5.0.0",
2472 "dev": true,
2473 "license": "MIT",
2474 "dependencies": {
2475 "p-locate": "^4.1.0"
2476 },
2477 "engines": {
2478 "node": ">=8"
2479 }
2480 },
2481 "node_modules/nyc/node_modules/p-limit": {
2482 "version": "2.3.0",
2483 "dev": true,
2484 "license": "MIT",
2485 "dependencies": {
2486 "p-try": "^2.0.0"
2487 },
2488 "engines": {
2489 "node": ">=6"
2490 },
2491 "funding": {
2492 "url": "https://github.com/sponsors/sindresorhus"
2493 }
2494 },
2495 "node_modules/nyc/node_modules/p-locate": {
2496 "version": "4.1.0",
2497 "dev": true,
2498 "license": "MIT",
2499 "dependencies": {
2500 "p-limit": "^2.2.0"
2501 },
2502 "engines": {
2503 "node": ">=8"
2504 }
2505 },
2506 "node_modules/nyc/node_modules/resolve-from": {
2507 "version": "5.0.0",
2508 "dev": true,
2509 "license": "MIT",
2510 "engines": {
2511 "node": ">=8"
2512 }
2513 },
2514 "node_modules/nyc/node_modules/wrap-ansi": {
2515 "version": "6.2.0",
2516 "dev": true,
2517 "license": "MIT",
2518 "dependencies": {
2519 "ansi-styles": "^4.0.0",
2520 "string-width": "^4.1.0",
2521 "strip-ansi": "^6.0.0"
2522 },
2523 "engines": {
2524 "node": ">=8"
2525 }
2526 },
2527 "node_modules/nyc/node_modules/y18n": {
2528 "version": "4.0.3",
2529 "dev": true,
2530 "license": "ISC"
2531 },
2532 "node_modules/nyc/node_modules/yargs": {
2533 "version": "15.4.1",
2534 "dev": true,
2535 "license": "MIT",
2536 "dependencies": {
2537 "cliui": "^6.0.0",
2538 "decamelize": "^1.2.0",
2539 "find-up": "^4.1.0",
2540 "get-caller-file": "^2.0.1",
2541 "require-directory": "^2.1.1",
2542 "require-main-filename": "^2.0.0",
2543 "set-blocking": "^2.0.0",
2544 "string-width": "^4.2.0",
2545 "which-module": "^2.0.0",
2546 "y18n": "^4.0.0",
2547 "yargs-parser": "^18.1.2"
2548 },
2549 "engines": {
2550 "node": ">=8"
2551 }
2552 },
2553 "node_modules/nyc/node_modules/yargs-parser": {
2554 "version": "18.1.3",
2555 "dev": true,
2556 "license": "ISC",
2557 "dependencies": {
2558 "camelcase": "^5.0.0",
2559 "decamelize": "^1.2.0"
2560 },
2561 "engines": {
2562 "node": ">=6"
2563 }
2564 },
2565 "node_modules/once": {
2566 "version": "1.4.0",
2567 "dev": true,
2568 "license": "ISC",
2569 "dependencies": {
2570 "wrappy": "1"
2571 }
2572 },
2573 "node_modules/optionator": {
2574 "version": "0.9.3",
2575 "dev": true,
2576 "license": "MIT",
2577 "dependencies": {
2578 "@aashutoshrathi/word-wrap": "^1.2.3",
2579 "deep-is": "^0.1.3",
2580 "fast-levenshtein": "^2.0.6",
2581 "levn": "^0.4.1",
2582 "prelude-ls": "^1.2.1",
2583 "type-check": "^0.4.0"
2584 },
2585 "engines": {
2586 "node": ">= 0.8.0"
2587 }
2588 },
2589 "node_modules/os-shim": {
2590 "version": "0.1.3",
2591 "dev": true,
2592 "engines": {
2593 "node": ">= 0.4.0"
2594 }
2595 },
2596 "node_modules/p-limit": {
2597 "version": "3.1.0",
2598 "dev": true,
2599 "license": "MIT",
2600 "dependencies": {
2601 "yocto-queue": "^0.1.0"
2602 },
2603 "engines": {
2604 "node": ">=10"
2605 },
2606 "funding": {
2607 "url": "https://github.com/sponsors/sindresorhus"
2608 }
2609 },
2610 "node_modules/p-locate": {
2611 "version": "5.0.0",
2612 "dev": true,
2613 "license": "MIT",
2614 "dependencies": {
2615 "p-limit": "^3.0.2"
2616 },
2617 "engines": {
2618 "node": ">=10"
2619 },
2620 "funding": {
2621 "url": "https://github.com/sponsors/sindresorhus"
2622 }
2623 },
2624 "node_modules/p-map": {
2625 "version": "3.0.0",
2626 "dev": true,
2627 "license": "MIT",
2628 "dependencies": {
2629 "aggregate-error": "^3.0.0"
2630 },
2631 "engines": {
2632 "node": ">=8"
2633 }
2634 },
2635 "node_modules/p-try": {
2636 "version": "2.2.0",
2637 "dev": true,
2638 "license": "MIT",
2639 "engines": {
2640 "node": ">=6"
2641 }
2642 },
2643 "node_modules/package-hash": {
2644 "version": "4.0.0",
2645 "dev": true,
2646 "license": "ISC",
2647 "dependencies": {
2648 "graceful-fs": "^4.1.15",
2649 "hasha": "^5.0.0",
2650 "lodash.flattendeep": "^4.4.0",
2651 "release-zalgo": "^1.0.0"
2652 },
2653 "engines": {
2654 "node": ">=8"
2655 }
2656 },
2657 "node_modules/parent-module": {
2658 "version": "1.0.1",
2659 "dev": true,
2660 "license": "MIT",
2661 "dependencies": {
2662 "callsites": "^3.0.0"
2663 },
2664 "engines": {
2665 "node": ">=6"
2666 }
2667 },
2668 "node_modules/path-exists": {
2669 "version": "4.0.0",
2670 "dev": true,
2671 "license": "MIT",
2672 "engines": {
2673 "node": ">=8"
2674 }
2675 },
2676 "node_modules/path-is-absolute": {
2677 "version": "1.0.1",
2678 "dev": true,
2679 "license": "MIT",
2680 "engines": {
2681 "node": ">=0.10.0"
2682 }
2683 },
2684 "node_modules/path-key": {
2685 "version": "3.1.1",
2686 "dev": true,
2687 "license": "MIT",
2688 "engines": {
2689 "node": ">=8"
2690 }
2691 },
2692 "node_modules/path-to-regexp": {
2693 "version": "6.2.2",
2694 "dev": true,
2695 "license": "MIT"
2696 },
2697 "node_modules/picocolors": {
2698 "version": "1.0.0",
2699 "dev": true,
2700 "license": "ISC"
2701 },
2702 "node_modules/picomatch": {
2703 "version": "2.3.1",
2704 "dev": true,
2705 "license": "MIT",
2706 "engines": {
2707 "node": ">=8.6"
2708 },
2709 "funding": {
2710 "url": "https://github.com/sponsors/jonschlinkert"
2711 }
2712 },
2713 "node_modules/pkg-dir": {
2714 "version": "4.2.0",
2715 "dev": true,
2716 "license": "MIT",
2717 "dependencies": {
2718 "find-up": "^4.0.0"
2719 },
2720 "engines": {
2721 "node": ">=8"
2722 }
2723 },
2724 "node_modules/pkg-dir/node_modules/find-up": {
2725 "version": "4.1.0",
2726 "dev": true,
2727 "license": "MIT",
2728 "dependencies": {
2729 "locate-path": "^5.0.0",
2730 "path-exists": "^4.0.0"
2731 },
2732 "engines": {
2733 "node": ">=8"
2734 }
2735 },
2736 "node_modules/pkg-dir/node_modules/locate-path": {
2737 "version": "5.0.0",
2738 "dev": true,
2739 "license": "MIT",
2740 "dependencies": {
2741 "p-locate": "^4.1.0"
2742 },
2743 "engines": {
2744 "node": ">=8"
2745 }
2746 },
2747 "node_modules/pkg-dir/node_modules/p-limit": {
2748 "version": "2.3.0",
2749 "dev": true,
2750 "license": "MIT",
2751 "dependencies": {
2752 "p-try": "^2.0.0"
2753 },
2754 "engines": {
2755 "node": ">=6"
2756 },
2757 "funding": {
2758 "url": "https://github.com/sponsors/sindresorhus"
2759 }
2760 },
2761 "node_modules/pkg-dir/node_modules/p-locate": {
2762 "version": "4.1.0",
2763 "dev": true,
2764 "license": "MIT",
2765 "dependencies": {
2766 "p-limit": "^2.2.0"
2767 },
2768 "engines": {
2769 "node": ">=8"
2770 }
2771 },
2772 "node_modules/pre-commit": {
2773 "version": "1.2.2",
2774 "dev": true,
2775 "hasInstallScript": true,
2776 "license": "MIT",
2777 "dependencies": {
2778 "cross-spawn": "^5.0.1",
2779 "spawn-sync": "^1.0.15",
2780 "which": "1.2.x"
2781 }
2782 },
2783 "node_modules/pre-commit/node_modules/cross-spawn": {
2784 "version": "5.1.0",
2785 "dev": true,
2786 "license": "MIT",
2787 "dependencies": {
2788 "lru-cache": "^4.0.1",
2789 "shebang-command": "^1.2.0",
2790 "which": "^1.2.9"
2791 }
2792 },
2793 "node_modules/pre-commit/node_modules/lru-cache": {
2794 "version": "4.1.5",
2795 "dev": true,
2796 "license": "ISC",
2797 "dependencies": {
2798 "pseudomap": "^1.0.2",
2799 "yallist": "^2.1.2"
2800 }
2801 },
2802 "node_modules/pre-commit/node_modules/shebang-command": {
2803 "version": "1.2.0",
2804 "dev": true,
2805 "license": "MIT",
2806 "dependencies": {
2807 "shebang-regex": "^1.0.0"
2808 },
2809 "engines": {
2810 "node": ">=0.10.0"
2811 }
2812 },
2813 "node_modules/pre-commit/node_modules/shebang-regex": {
2814 "version": "1.0.0",
2815 "dev": true,
2816 "license": "MIT",
2817 "engines": {
2818 "node": ">=0.10.0"
2819 }
2820 },
2821 "node_modules/pre-commit/node_modules/which": {
2822 "version": "1.2.14",
2823 "dev": true,
2824 "license": "ISC",
2825 "dependencies": {
2826 "isexe": "^2.0.0"
2827 },
2828 "bin": {
2829 "which": "bin/which"
2830 }
2831 },
2832 "node_modules/pre-commit/node_modules/yallist": {
2833 "version": "2.1.2",
2834 "dev": true,
2835 "license": "ISC"
2836 },
2837 "node_modules/prelude-ls": {
2838 "version": "1.2.1",
2839 "dev": true,
2840 "license": "MIT",
2841 "engines": {
2842 "node": ">= 0.8.0"
2843 }
2844 },
2845 "node_modules/process-nextick-args": {
2846 "version": "2.0.1",
2847 "dev": true,
2848 "license": "MIT"
2849 },
2850 "node_modules/process-on-spawn": {
2851 "version": "1.0.0",
2852 "dev": true,
2853 "license": "MIT",
2854 "dependencies": {
2855 "fromentries": "^1.2.0"
2856 },
2857 "engines": {
2858 "node": ">=8"
2859 }
2860 },
2861 "node_modules/pseudomap": {
2862 "version": "1.0.2",
2863 "dev": true,
2864 "license": "ISC"
2865 },
2866 "node_modules/punycode": {
2867 "version": "2.3.1",
2868 "dev": true,
2869 "license": "MIT",
2870 "engines": {
2871 "node": ">=6"
2872 }
2873 },
2874 "node_modules/queue-microtask": {
2875 "version": "1.2.3",
2876 "dev": true,
2877 "funding": [
2878 {
2879 "type": "github",
2880 "url": "https://github.com/sponsors/feross"
2881 },
2882 {
2883 "type": "patreon",
2884 "url": "https://www.patreon.com/feross"
2885 },
2886 {
2887 "type": "consulting",
2888 "url": "https://feross.org/support"
2889 }
2890 ],
2891 "license": "MIT"
2892 },
2893 "node_modules/randombytes": {
2894 "version": "2.1.0",
2895 "dev": true,
2896 "license": "MIT",
2897 "dependencies": {
2898 "safe-buffer": "^5.1.0"
2899 }
2900 },
2901 "node_modules/readable-stream": {
2902 "version": "2.3.8",
2903 "dev": true,
2904 "license": "MIT",
2905 "dependencies": {
2906 "core-util-is": "~1.0.0",
2907 "inherits": "~2.0.3",
2908 "isarray": "~1.0.0",
2909 "process-nextick-args": "~2.0.0",
2910 "safe-buffer": "~5.1.1",
2911 "string_decoder": "~1.1.1",
2912 "util-deprecate": "~1.0.1"
2913 }
2914 },
2915 "node_modules/readable-stream/node_modules/safe-buffer": {
2916 "version": "5.1.2",
2917 "dev": true,
2918 "license": "MIT"
2919 },
2920 "node_modules/readdirp": {
2921 "version": "3.6.0",
2922 "dev": true,
2923 "license": "MIT",
2924 "dependencies": {
2925 "picomatch": "^2.2.1"
2926 },
2927 "engines": {
2928 "node": ">=8.10.0"
2929 }
2930 },
2931 "node_modules/regexp-tree": {
2932 "version": "0.1.27",
2933 "dev": true,
2934 "license": "MIT",
2935 "bin": {
2936 "regexp-tree": "bin/regexp-tree"
2937 }
2938 },
2939 "node_modules/release-zalgo": {
2940 "version": "1.0.0",
2941 "dev": true,
2942 "license": "ISC",
2943 "dependencies": {
2944 "es6-error": "^4.0.1"
2945 },
2946 "engines": {
2947 "node": ">=4"
2948 }
2949 },
2950 "node_modules/require-directory": {
2951 "version": "2.1.1",
2952 "dev": true,
2953 "license": "MIT",
2954 "engines": {
2955 "node": ">=0.10.0"
2956 }
2957 },
2958 "node_modules/require-main-filename": {
2959 "version": "2.0.0",
2960 "dev": true,
2961 "license": "ISC"
2962 },
2963 "node_modules/resolve-from": {
2964 "version": "4.0.0",
2965 "dev": true,
2966 "license": "MIT",
2967 "engines": {
2968 "node": ">=4"
2969 }
2970 },
2971 "node_modules/resolve-pkg-maps": {
2972 "version": "1.0.0",
2973 "dev": true,
2974 "license": "MIT",
2975 "funding": {
2976 "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
2977 }
2978 },
2979 "node_modules/reusify": {
2980 "version": "1.0.4",
2981 "dev": true,
2982 "license": "MIT",
2983 "engines": {
2984 "iojs": ">=1.0.0",
2985 "node": ">=0.10.0"
2986 }
2987 },
2988 "node_modules/rimraf": {
2989 "version": "3.0.2",
2990 "dev": true,
2991 "license": "ISC",
2992 "dependencies": {
2993 "glob": "^7.1.3"
2994 },
2995 "bin": {
2996 "rimraf": "bin.js"
2997 },
2998 "funding": {
2999 "url": "https://github.com/sponsors/isaacs"
3000 }
3001 },
3002 "node_modules/rimraf/node_modules/glob": {
3003 "version": "7.2.3",
3004 "dev": true,
3005 "license": "ISC",
3006 "dependencies": {
3007 "fs.realpath": "^1.0.0",
3008 "inflight": "^1.0.4",
3009 "inherits": "2",
3010 "minimatch": "^3.1.1",
3011 "once": "^1.3.0",
3012 "path-is-absolute": "^1.0.0"
3013 },
3014 "engines": {
3015 "node": "*"
3016 },
3017 "funding": {
3018 "url": "https://github.com/sponsors/isaacs"
3019 }
3020 },
3021 "node_modules/run-parallel": {
3022 "version": "1.2.0",
3023 "dev": true,
3024 "funding": [
3025 {
3026 "type": "github",
3027 "url": "https://github.com/sponsors/feross"
3028 },
3029 {
3030 "type": "patreon",
3031 "url": "https://www.patreon.com/feross"
3032 },
3033 {
3034 "type": "consulting",
3035 "url": "https://feross.org/support"
3036 }
3037 ],
3038 "license": "MIT",
3039 "dependencies": {
3040 "queue-microtask": "^1.2.2"
3041 }
3042 },
3043 "node_modules/safe-buffer": {
3044 "version": "5.2.1",
3045 "dev": true,
3046 "funding": [
3047 {
3048 "type": "github",
3049 "url": "https://github.com/sponsors/feross"
3050 },
3051 {
3052 "type": "patreon",
3053 "url": "https://www.patreon.com/feross"
3054 },
3055 {
3056 "type": "consulting",
3057 "url": "https://feross.org/support"
3058 }
3059 ],
3060 "license": "MIT"
3061 },
3062 "node_modules/safe-regex": {
3063 "version": "2.1.1",
3064 "dev": true,
3065 "license": "MIT",
3066 "dependencies": {
3067 "regexp-tree": "~0.1.1"
3068 }
3069 },
3070 "node_modules/semver": {
3071 "version": "7.6.0",
3072 "dev": true,
3073 "license": "ISC",
3074 "dependencies": {
3075 "lru-cache": "^6.0.0"
3076 },
3077 "bin": {
3078 "semver": "bin/semver.js"
3079 },
3080 "engines": {
3081 "node": ">=10"
3082 }
3083 },
3084 "node_modules/semver/node_modules/lru-cache": {
3085 "version": "6.0.0",
3086 "dev": true,
3087 "license": "ISC",
3088 "dependencies": {
3089 "yallist": "^4.0.0"
3090 },
3091 "engines": {
3092 "node": ">=10"
3093 }
3094 },
3095 "node_modules/semver/node_modules/yallist": {
3096 "version": "4.0.0",
3097 "dev": true,
3098 "license": "ISC"
3099 },
3100 "node_modules/serialize-javascript": {
3101 "version": "6.0.0",
3102 "dev": true,
3103 "license": "BSD-3-Clause",
3104 "dependencies": {
3105 "randombytes": "^2.1.0"
3106 }
3107 },
3108 "node_modules/set-blocking": {
3109 "version": "2.0.0",
3110 "dev": true,
3111 "license": "ISC"
3112 },
3113 "node_modules/shebang-command": {
3114 "version": "2.0.0",
3115 "dev": true,
3116 "license": "MIT",
3117 "dependencies": {
3118 "shebang-regex": "^3.0.0"
3119 },
3120 "engines": {
3121 "node": ">=8"
3122 }
3123 },
3124 "node_modules/shebang-regex": {
3125 "version": "3.0.0",
3126 "dev": true,
3127 "license": "MIT",
3128 "engines": {
3129 "node": ">=8"
3130 }
3131 },
3132 "node_modules/signal-exit": {
3133 "version": "3.0.7",
3134 "dev": true,
3135 "license": "ISC"
3136 },
3137 "node_modules/sinon": {
3138 "version": "17.0.1",
3139 "dev": true,
3140 "license": "BSD-3-Clause",
3141 "dependencies": {
3142 "@sinonjs/commons": "^3.0.0",
3143 "@sinonjs/fake-timers": "^11.2.2",
3144 "@sinonjs/samsam": "^8.0.0",
3145 "diff": "^5.1.0",
3146 "nise": "^5.1.5",
3147 "supports-color": "^7.2.0"
3148 },
3149 "funding": {
3150 "type": "opencollective",
3151 "url": "https://opencollective.com/sinon"
3152 }
3153 },
3154 "node_modules/sinon/node_modules/diff": {
3155 "version": "5.2.0",
3156 "dev": true,
3157 "license": "BSD-3-Clause",
3158 "engines": {
3159 "node": ">=0.3.1"
3160 }
3161 },
3162 "node_modules/source-map": {
3163 "version": "0.6.1",
3164 "dev": true,
3165 "license": "BSD-3-Clause",
3166 "engines": {
3167 "node": ">=0.10.0"
3168 }
3169 },
3170 "node_modules/spawn-sync": {
3171 "version": "1.0.15",
3172 "dev": true,
3173 "hasInstallScript": true,
3174 "license": "MIT",
3175 "dependencies": {
3176 "concat-stream": "^1.4.7",
3177 "os-shim": "^0.1.2"
3178 }
3179 },
3180 "node_modules/spawn-wrap": {
3181 "version": "2.0.0",
3182 "dev": true,
3183 "license": "ISC",
3184 "dependencies": {
3185 "foreground-child": "^2.0.0",
3186 "is-windows": "^1.0.2",
3187 "make-dir": "^3.0.0",
3188 "rimraf": "^3.0.0",
3189 "signal-exit": "^3.0.2",
3190 "which": "^2.0.1"
3191 },
3192 "engines": {
3193 "node": ">=8"
3194 }
3195 },
3196 "node_modules/spdx-exceptions": {
3197 "version": "2.5.0",
3198 "dev": true,
3199 "license": "CC-BY-3.0"
3200 },
3201 "node_modules/spdx-expression-parse": {
3202 "version": "4.0.0",
3203 "dev": true,
3204 "license": "MIT",
3205 "dependencies": {
3206 "spdx-exceptions": "^2.1.0",
3207 "spdx-license-ids": "^3.0.0"
3208 }
3209 },
3210 "node_modules/spdx-license-ids": {
3211 "version": "3.0.17",
3212 "dev": true,
3213 "license": "CC0-1.0"
3214 },
3215 "node_modules/sprintf-js": {
3216 "version": "1.0.3",
3217 "dev": true,
3218 "license": "BSD-3-Clause"
3219 },
3220 "node_modules/string_decoder": {
3221 "version": "1.1.1",
3222 "dev": true,
3223 "license": "MIT",
3224 "dependencies": {
3225 "safe-buffer": "~5.1.0"
3226 }
3227 },
3228 "node_modules/string_decoder/node_modules/safe-buffer": {
3229 "version": "5.1.2",
3230 "dev": true,
3231 "license": "MIT"
3232 },
3233 "node_modules/string-width": {
3234 "version": "4.2.3",
3235 "dev": true,
3236 "license": "MIT",
3237 "dependencies": {
3238 "emoji-regex": "^8.0.0",
3239 "is-fullwidth-code-point": "^3.0.0",
3240 "strip-ansi": "^6.0.1"
3241 },
3242 "engines": {
3243 "node": ">=8"
3244 }
3245 },
3246 "node_modules/strip-ansi": {
3247 "version": "6.0.1",
3248 "dev": true,
3249 "license": "MIT",
3250 "dependencies": {
3251 "ansi-regex": "^5.0.1"
3252 },
3253 "engines": {
3254 "node": ">=8"
3255 }
3256 },
3257 "node_modules/strip-bom": {
3258 "version": "4.0.0",
3259 "dev": true,
3260 "license": "MIT",
3261 "engines": {
3262 "node": ">=8"
3263 }
3264 },
3265 "node_modules/strip-json-comments": {
3266 "version": "3.1.1",
3267 "dev": true,
3268 "license": "MIT",
3269 "engines": {
3270 "node": ">=8"
3271 },
3272 "funding": {
3273 "url": "https://github.com/sponsors/sindresorhus"
3274 }
3275 },
3276 "node_modules/supports-color": {
3277 "version": "7.2.0",
3278 "dev": true,
3279 "license": "MIT",
3280 "dependencies": {
3281 "has-flag": "^4.0.0"
3282 },
3283 "engines": {
3284 "node": ">=8"
3285 }
3286 },
3287 "node_modules/tapable": {
3288 "version": "2.2.1",
3289 "dev": true,
3290 "license": "MIT",
3291 "engines": {
3292 "node": ">=6"
3293 }
3294 },
3295 "node_modules/test-exclude": {
3296 "version": "6.0.0",
3297 "dev": true,
3298 "license": "ISC",
3299 "dependencies": {
3300 "@istanbuljs/schema": "^0.1.2",
3301 "glob": "^7.1.4",
3302 "minimatch": "^3.0.4"
3303 },
3304 "engines": {
3305 "node": ">=8"
3306 }
3307 },
3308 "node_modules/test-exclude/node_modules/glob": {
3309 "version": "7.2.3",
3310 "dev": true,
3311 "license": "ISC",
3312 "dependencies": {
3313 "fs.realpath": "^1.0.0",
3314 "inflight": "^1.0.4",
3315 "inherits": "2",
3316 "minimatch": "^3.1.1",
3317 "once": "^1.3.0",
3318 "path-is-absolute": "^1.0.0"
3319 },
3320 "engines": {
3321 "node": "*"
3322 },
3323 "funding": {
3324 "url": "https://github.com/sponsors/isaacs"
3325 }
3326 },
3327 "node_modules/text-table": {
3328 "version": "0.2.0",
3329 "dev": true,
3330 "license": "MIT"
3331 },
3332 "node_modules/to-fast-properties": {
3333 "version": "2.0.0",
3334 "dev": true,
3335 "license": "MIT",
3336 "engines": {
3337 "node": ">=4"
3338 }
3339 },
3340 "node_modules/to-regex-range": {
3341 "version": "5.0.1",
3342 "dev": true,
3343 "license": "MIT",
3344 "dependencies": {
3345 "is-number": "^7.0.0"
3346 },
3347 "engines": {
3348 "node": ">=8.0"
3349 }
3350 },
3351 "node_modules/type-check": {
3352 "version": "0.4.0",
3353 "dev": true,
3354 "license": "MIT",
3355 "dependencies": {
3356 "prelude-ls": "^1.2.1"
3357 },
3358 "engines": {
3359 "node": ">= 0.8.0"
3360 }
3361 },
3362 "node_modules/type-detect": {
3363 "version": "4.0.8",
3364 "dev": true,
3365 "license": "MIT",
3366 "engines": {
3367 "node": ">=4"
3368 }
3369 },
3370 "node_modules/type-fest": {
3371 "version": "0.20.2",
3372 "dev": true,
3373 "license": "(MIT OR CC0-1.0)",
3374 "engines": {
3375 "node": ">=10"
3376 },
3377 "funding": {
3378 "url": "https://github.com/sponsors/sindresorhus"
3379 }
3380 },
3381 "node_modules/typedarray": {
3382 "version": "0.0.6",
3383 "dev": true,
3384 "license": "MIT"
3385 },
3386 "node_modules/typedarray-to-buffer": {
3387 "version": "3.1.5",
3388 "dev": true,
3389 "license": "MIT",
3390 "dependencies": {
3391 "is-typedarray": "^1.0.0"
3392 }
3393 },
3394 "node_modules/update-browserslist-db": {
3395 "version": "1.0.13",
3396 "dev": true,
3397 "funding": [
3398 {
3399 "type": "opencollective",
3400 "url": "https://opencollective.com/browserslist"
3401 },
3402 {
3403 "type": "tidelift",
3404 "url": "https://tidelift.com/funding/github/npm/browserslist"
3405 },
3406 {
3407 "type": "github",
3408 "url": "https://github.com/sponsors/ai"
3409 }
3410 ],
3411 "license": "MIT",
3412 "dependencies": {
3413 "escalade": "^3.1.1",
3414 "picocolors": "^1.0.0"
3415 },
3416 "bin": {
3417 "update-browserslist-db": "cli.js"
3418 },
3419 "peerDependencies": {
3420 "browserslist": ">= 4.21.0"
3421 }
3422 },
3423 "node_modules/uri-js": {
3424 "version": "4.4.1",
3425 "dev": true,
3426 "license": "BSD-2-Clause",
3427 "dependencies": {
3428 "punycode": "^2.1.0"
3429 }
3430 },
3431 "node_modules/util-deprecate": {
3432 "version": "1.0.2",
3433 "dev": true,
3434 "license": "MIT"
3435 },
3436 "node_modules/uuid": {
3437 "version": "9.0.1",
3438 "funding": [
3439 "https://github.com/sponsors/broofa",
3440 "https://github.com/sponsors/ctavan"
3441 ],
3442 "license": "MIT",
3443 "bin": {
3444 "uuid": "dist/bin/uuid"
3445 }
3446 },
3447 "node_modules/which": {
3448 "version": "2.0.2",
3449 "dev": true,
3450 "license": "ISC",
3451 "dependencies": {
3452 "isexe": "^2.0.0"
3453 },
3454 "bin": {
3455 "node-which": "bin/node-which"
3456 },
3457 "engines": {
3458 "node": ">= 8"
3459 }
3460 },
3461 "node_modules/which-module": {
3462 "version": "2.0.1",
3463 "dev": true,
3464 "license": "ISC"
3465 },
3466 "node_modules/workerpool": {
3467 "version": "6.2.1",
3468 "dev": true,
3469 "license": "Apache-2.0"
3470 },
3471 "node_modules/wrap-ansi": {
3472 "version": "7.0.0",
3473 "dev": true,
3474 "license": "MIT",
3475 "dependencies": {
3476 "ansi-styles": "^4.0.0",
3477 "string-width": "^4.1.0",
3478 "strip-ansi": "^6.0.0"
3479 },
3480 "engines": {
3481 "node": ">=10"
3482 },
3483 "funding": {
3484 "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
3485 }
3486 },
3487 "node_modules/wrappy": {
3488 "version": "1.0.2",
3489 "dev": true,
3490 "license": "ISC"
3491 },
3492 "node_modules/write-file-atomic": {
3493 "version": "3.0.3",
3494 "dev": true,
3495 "license": "ISC",
3496 "dependencies": {
3497 "imurmurhash": "^0.1.4",
3498 "is-typedarray": "^1.0.0",
3499 "signal-exit": "^3.0.2",
3500 "typedarray-to-buffer": "^3.1.5"
3501 }
3502 },
3503 "node_modules/y18n": {
3504 "version": "5.0.8",
3505 "dev": true,
3506 "license": "ISC",
3507 "engines": {
3508 "node": ">=10"
3509 }
3510 },
3511 "node_modules/yallist": {
3512 "version": "3.1.1",
3513 "dev": true,
3514 "license": "ISC"
3515 },
3516 "node_modules/yargs": {
3517 "version": "16.2.0",
3518 "dev": true,
3519 "license": "MIT",
3520 "dependencies": {
3521 "cliui": "^7.0.2",
3522 "escalade": "^3.1.1",
3523 "get-caller-file": "^2.0.5",
3524 "require-directory": "^2.1.1",
3525 "string-width": "^4.2.0",
3526 "y18n": "^5.0.5",
3527 "yargs-parser": "^20.2.2"
3528 },
3529 "engines": {
3530 "node": ">=10"
3531 }
3532 },
3533 "node_modules/yargs-parser": {
3534 "version": "20.2.4",
3535 "dev": true,
3536 "license": "ISC",
3537 "engines": {
3538 "node": ">=10"
3539 }
3540 },
3541 "node_modules/yargs-unparser": {
3542 "version": "2.0.0",
3543 "dev": true,
3544 "license": "MIT",
3545 "dependencies": {
3546 "camelcase": "^6.0.0",
3547 "decamelize": "^4.0.0",
3548 "flat": "^5.0.2",
3549 "is-plain-obj": "^2.1.0"
3550 },
3551 "engines": {
3552 "node": ">=10"
3553 }
3554 },
3555 "node_modules/yargs-unparser/node_modules/camelcase": {
3556 "version": "6.3.0",
3557 "dev": true,
3558 "license": "MIT",
3559 "engines": {
3560 "node": ">=10"
3561 },
3562 "funding": {
3563 "url": "https://github.com/sponsors/sindresorhus"
3564 }
3565 },
3566 "node_modules/yargs-unparser/node_modules/decamelize": {
3567 "version": "4.0.0",
3568 "dev": true,
3569 "license": "MIT",
3570 "engines": {
3571 "node": ">=10"
3572 },
3573 "funding": {
3574 "url": "https://github.com/sponsors/sindresorhus"
3575 }
3576 },
3577 "node_modules/yocto-queue": {
3578 "version": "0.1.0",
3579 "dev": true,
3580 "license": "MIT",
3581 "engines": {
3582 "node": ">=10"
3583 },
3584 "funding": {
3585 "url": "https://github.com/sponsors/sindresorhus"
3586 }
3587 }
3588 }
3589 }