update dependencies and devDependencies
[squeep-indie-auther] / package-lock.json
1 {
2 "name": "@squeep/indie-auther",
3 "version": "1.0.2",
4 "lockfileVersion": 2,
5 "requires": true,
6 "packages": {
7 "": {
8 "name": "@squeep/indie-auther",
9 "version": "1.0.2",
10 "license": "ISC",
11 "dependencies": {
12 "@squeep/amqp-helper": "git+https://git.squeep.com/squeep-amqp-helper#v1.0.0",
13 "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.9",
14 "@squeep/authentication-module": "git+https://git.squeep.com/squeep-authentication-module/#v1.3.1",
15 "@squeep/chores": "git+https://git.squeep.com/squeep-chores/#v1.0.0",
16 "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.4.0",
17 "@squeep/indieauth-helper": "^1.3.0",
18 "@squeep/logger-json-console": "^2.0.1",
19 "@squeep/mystery-box": "^2.0.1",
20 "@squeep/resource-authentication-module": "git+https://git.squeep.com/squeep-resource-authentication-module#v1.0.0",
21 "@squeep/roman": "^1.0.0",
22 "@squeep/web-linking": "^1.0.8",
23 "better-sqlite3": "^8.5.0",
24 "pg-promise": "^11.5.3",
25 "uuid": "^9.0.0"
26 },
27 "devDependencies": {
28 "@squeep/test-helper": "git+https://git.squeep.com/squeep-test-helper#v1.0.0",
29 "eslint": "^8.46.0",
30 "eslint-plugin-node": "^11.1.0",
31 "eslint-plugin-promise": "^6.1.1",
32 "eslint-plugin-security": "^1.7.1",
33 "eslint-plugin-sonarjs": "^0.20.0",
34 "html-minifier-lint": "^2.0.0",
35 "mocha": "^10.2.0",
36 "mocha-steps": "^1.3.0",
37 "nyc": "^15.1.0",
38 "pre-commit": "^1.2.2",
39 "sinon": "^15.2.0"
40 },
41 "engines": {
42 "node": ">=14.0"
43 }
44 },
45 "node_modules/@aashutoshrathi/word-wrap": {
46 "version": "1.2.6",
47 "dev": true,
48 "license": "MIT",
49 "engines": {
50 "node": ">=0.10.0"
51 }
52 },
53 "node_modules/@acuminous/bitsyntax": {
54 "version": "0.1.2",
55 "license": "MIT",
56 "dependencies": {
57 "buffer-more-ints": "~1.0.0",
58 "debug": "^4.3.4",
59 "safe-buffer": "~5.1.2"
60 },
61 "engines": {
62 "node": ">=0.8"
63 }
64 },
65 "node_modules/@ampproject/remapping": {
66 "version": "2.2.1",
67 "dev": true,
68 "license": "Apache-2.0",
69 "dependencies": {
70 "@jridgewell/gen-mapping": "^0.3.0",
71 "@jridgewell/trace-mapping": "^0.3.9"
72 },
73 "engines": {
74 "node": ">=6.0.0"
75 }
76 },
77 "node_modules/@babel/code-frame": {
78 "version": "7.22.5",
79 "dev": true,
80 "license": "MIT",
81 "dependencies": {
82 "@babel/highlight": "^7.22.5"
83 },
84 "engines": {
85 "node": ">=6.9.0"
86 }
87 },
88 "node_modules/@babel/compat-data": {
89 "version": "7.22.5",
90 "dev": true,
91 "license": "MIT",
92 "engines": {
93 "node": ">=6.9.0"
94 }
95 },
96 "node_modules/@babel/core": {
97 "version": "7.22.5",
98 "dev": true,
99 "license": "MIT",
100 "dependencies": {
101 "@ampproject/remapping": "^2.2.0",
102 "@babel/code-frame": "^7.22.5",
103 "@babel/generator": "^7.22.5",
104 "@babel/helper-compilation-targets": "^7.22.5",
105 "@babel/helper-module-transforms": "^7.22.5",
106 "@babel/helpers": "^7.22.5",
107 "@babel/parser": "^7.22.5",
108 "@babel/template": "^7.22.5",
109 "@babel/traverse": "^7.22.5",
110 "@babel/types": "^7.22.5",
111 "convert-source-map": "^1.7.0",
112 "debug": "^4.1.0",
113 "gensync": "^1.0.0-beta.2",
114 "json5": "^2.2.2",
115 "semver": "^6.3.0"
116 },
117 "engines": {
118 "node": ">=6.9.0"
119 },
120 "funding": {
121 "type": "opencollective",
122 "url": "https://opencollective.com/babel"
123 }
124 },
125 "node_modules/@babel/core/node_modules/semver": {
126 "version": "6.3.1",
127 "dev": true,
128 "license": "ISC",
129 "bin": {
130 "semver": "bin/semver.js"
131 }
132 },
133 "node_modules/@babel/generator": {
134 "version": "7.22.5",
135 "dev": true,
136 "license": "MIT",
137 "dependencies": {
138 "@babel/types": "^7.22.5",
139 "@jridgewell/gen-mapping": "^0.3.2",
140 "@jridgewell/trace-mapping": "^0.3.17",
141 "jsesc": "^2.5.1"
142 },
143 "engines": {
144 "node": ">=6.9.0"
145 }
146 },
147 "node_modules/@babel/helper-compilation-targets": {
148 "version": "7.22.5",
149 "dev": true,
150 "license": "MIT",
151 "dependencies": {
152 "@babel/compat-data": "^7.22.5",
153 "@babel/helper-validator-option": "^7.22.5",
154 "browserslist": "^4.21.3",
155 "lru-cache": "^5.1.1",
156 "semver": "^6.3.0"
157 },
158 "engines": {
159 "node": ">=6.9.0"
160 },
161 "peerDependencies": {
162 "@babel/core": "^7.0.0"
163 }
164 },
165 "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
166 "version": "6.3.1",
167 "dev": true,
168 "license": "ISC",
169 "bin": {
170 "semver": "bin/semver.js"
171 }
172 },
173 "node_modules/@babel/helper-environment-visitor": {
174 "version": "7.22.5",
175 "dev": true,
176 "license": "MIT",
177 "engines": {
178 "node": ">=6.9.0"
179 }
180 },
181 "node_modules/@babel/helper-function-name": {
182 "version": "7.22.5",
183 "dev": true,
184 "license": "MIT",
185 "dependencies": {
186 "@babel/template": "^7.22.5",
187 "@babel/types": "^7.22.5"
188 },
189 "engines": {
190 "node": ">=6.9.0"
191 }
192 },
193 "node_modules/@babel/helper-hoist-variables": {
194 "version": "7.22.5",
195 "dev": true,
196 "license": "MIT",
197 "dependencies": {
198 "@babel/types": "^7.22.5"
199 },
200 "engines": {
201 "node": ">=6.9.0"
202 }
203 },
204 "node_modules/@babel/helper-module-imports": {
205 "version": "7.22.5",
206 "dev": true,
207 "license": "MIT",
208 "dependencies": {
209 "@babel/types": "^7.22.5"
210 },
211 "engines": {
212 "node": ">=6.9.0"
213 }
214 },
215 "node_modules/@babel/helper-module-transforms": {
216 "version": "7.22.5",
217 "dev": true,
218 "license": "MIT",
219 "dependencies": {
220 "@babel/helper-environment-visitor": "^7.22.5",
221 "@babel/helper-module-imports": "^7.22.5",
222 "@babel/helper-simple-access": "^7.22.5",
223 "@babel/helper-split-export-declaration": "^7.22.5",
224 "@babel/helper-validator-identifier": "^7.22.5",
225 "@babel/template": "^7.22.5",
226 "@babel/traverse": "^7.22.5",
227 "@babel/types": "^7.22.5"
228 },
229 "engines": {
230 "node": ">=6.9.0"
231 }
232 },
233 "node_modules/@babel/helper-simple-access": {
234 "version": "7.22.5",
235 "dev": true,
236 "license": "MIT",
237 "dependencies": {
238 "@babel/types": "^7.22.5"
239 },
240 "engines": {
241 "node": ">=6.9.0"
242 }
243 },
244 "node_modules/@babel/helper-split-export-declaration": {
245 "version": "7.22.5",
246 "dev": true,
247 "license": "MIT",
248 "dependencies": {
249 "@babel/types": "^7.22.5"
250 },
251 "engines": {
252 "node": ">=6.9.0"
253 }
254 },
255 "node_modules/@babel/helper-string-parser": {
256 "version": "7.22.5",
257 "dev": true,
258 "license": "MIT",
259 "engines": {
260 "node": ">=6.9.0"
261 }
262 },
263 "node_modules/@babel/helper-validator-identifier": {
264 "version": "7.22.5",
265 "dev": true,
266 "license": "MIT",
267 "engines": {
268 "node": ">=6.9.0"
269 }
270 },
271 "node_modules/@babel/helper-validator-option": {
272 "version": "7.22.5",
273 "dev": true,
274 "license": "MIT",
275 "engines": {
276 "node": ">=6.9.0"
277 }
278 },
279 "node_modules/@babel/helpers": {
280 "version": "7.22.5",
281 "dev": true,
282 "license": "MIT",
283 "dependencies": {
284 "@babel/template": "^7.22.5",
285 "@babel/traverse": "^7.22.5",
286 "@babel/types": "^7.22.5"
287 },
288 "engines": {
289 "node": ">=6.9.0"
290 }
291 },
292 "node_modules/@babel/highlight": {
293 "version": "7.22.5",
294 "dev": true,
295 "license": "MIT",
296 "dependencies": {
297 "@babel/helper-validator-identifier": "^7.22.5",
298 "chalk": "^2.0.0",
299 "js-tokens": "^4.0.0"
300 },
301 "engines": {
302 "node": ">=6.9.0"
303 }
304 },
305 "node_modules/@babel/highlight/node_modules/ansi-styles": {
306 "version": "3.2.1",
307 "dev": true,
308 "license": "MIT",
309 "dependencies": {
310 "color-convert": "^1.9.0"
311 },
312 "engines": {
313 "node": ">=4"
314 }
315 },
316 "node_modules/@babel/highlight/node_modules/chalk": {
317 "version": "2.4.2",
318 "dev": true,
319 "license": "MIT",
320 "dependencies": {
321 "ansi-styles": "^3.2.1",
322 "escape-string-regexp": "^1.0.5",
323 "supports-color": "^5.3.0"
324 },
325 "engines": {
326 "node": ">=4"
327 }
328 },
329 "node_modules/@babel/highlight/node_modules/color-convert": {
330 "version": "1.9.3",
331 "dev": true,
332 "license": "MIT",
333 "dependencies": {
334 "color-name": "1.1.3"
335 }
336 },
337 "node_modules/@babel/highlight/node_modules/color-name": {
338 "version": "1.1.3",
339 "dev": true,
340 "license": "MIT"
341 },
342 "node_modules/@babel/highlight/node_modules/escape-string-regexp": {
343 "version": "1.0.5",
344 "dev": true,
345 "license": "MIT",
346 "engines": {
347 "node": ">=0.8.0"
348 }
349 },
350 "node_modules/@babel/highlight/node_modules/has-flag": {
351 "version": "3.0.0",
352 "dev": true,
353 "license": "MIT",
354 "engines": {
355 "node": ">=4"
356 }
357 },
358 "node_modules/@babel/highlight/node_modules/supports-color": {
359 "version": "5.5.0",
360 "dev": true,
361 "license": "MIT",
362 "dependencies": {
363 "has-flag": "^3.0.0"
364 },
365 "engines": {
366 "node": ">=4"
367 }
368 },
369 "node_modules/@babel/parser": {
370 "version": "7.22.5",
371 "dev": true,
372 "license": "MIT",
373 "bin": {
374 "parser": "bin/babel-parser.js"
375 },
376 "engines": {
377 "node": ">=6.0.0"
378 }
379 },
380 "node_modules/@babel/template": {
381 "version": "7.22.5",
382 "dev": true,
383 "license": "MIT",
384 "dependencies": {
385 "@babel/code-frame": "^7.22.5",
386 "@babel/parser": "^7.22.5",
387 "@babel/types": "^7.22.5"
388 },
389 "engines": {
390 "node": ">=6.9.0"
391 }
392 },
393 "node_modules/@babel/traverse": {
394 "version": "7.22.5",
395 "dev": true,
396 "license": "MIT",
397 "dependencies": {
398 "@babel/code-frame": "^7.22.5",
399 "@babel/generator": "^7.22.5",
400 "@babel/helper-environment-visitor": "^7.22.5",
401 "@babel/helper-function-name": "^7.22.5",
402 "@babel/helper-hoist-variables": "^7.22.5",
403 "@babel/helper-split-export-declaration": "^7.22.5",
404 "@babel/parser": "^7.22.5",
405 "@babel/types": "^7.22.5",
406 "debug": "^4.1.0",
407 "globals": "^11.1.0"
408 },
409 "engines": {
410 "node": ">=6.9.0"
411 }
412 },
413 "node_modules/@babel/traverse/node_modules/globals": {
414 "version": "11.12.0",
415 "dev": true,
416 "license": "MIT",
417 "engines": {
418 "node": ">=4"
419 }
420 },
421 "node_modules/@babel/types": {
422 "version": "7.22.5",
423 "dev": true,
424 "license": "MIT",
425 "dependencies": {
426 "@babel/helper-string-parser": "^7.22.5",
427 "@babel/helper-validator-identifier": "^7.22.5",
428 "to-fast-properties": "^2.0.0"
429 },
430 "engines": {
431 "node": ">=6.9.0"
432 }
433 },
434 "node_modules/@eslint-community/eslint-utils": {
435 "version": "4.4.0",
436 "dev": true,
437 "license": "MIT",
438 "dependencies": {
439 "eslint-visitor-keys": "^3.3.0"
440 },
441 "engines": {
442 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
443 },
444 "peerDependencies": {
445 "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
446 }
447 },
448 "node_modules/@eslint-community/regexpp": {
449 "version": "4.6.2",
450 "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.6.2.tgz",
451 "integrity": "sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==",
452 "dev": true,
453 "engines": {
454 "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
455 }
456 },
457 "node_modules/@eslint/eslintrc": {
458 "version": "2.1.1",
459 "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.1.tgz",
460 "integrity": "sha512-9t7ZA7NGGK8ckelF0PQCfcxIUzs1Md5rrO6U/c+FIQNanea5UZC0wqKXH4vHBccmu4ZJgZ2idtPeW7+Q2npOEA==",
461 "dev": true,
462 "dependencies": {
463 "ajv": "^6.12.4",
464 "debug": "^4.3.2",
465 "espree": "^9.6.0",
466 "globals": "^13.19.0",
467 "ignore": "^5.2.0",
468 "import-fresh": "^3.2.1",
469 "js-yaml": "^4.1.0",
470 "minimatch": "^3.1.2",
471 "strip-json-comments": "^3.1.1"
472 },
473 "engines": {
474 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
475 },
476 "funding": {
477 "url": "https://opencollective.com/eslint"
478 }
479 },
480 "node_modules/@eslint/js": {
481 "version": "8.46.0",
482 "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.46.0.tgz",
483 "integrity": "sha512-a8TLtmPi8xzPkCbp/OGFUo5yhRkHM2Ko9kOWP4znJr0WAhWyThaw3PnwX4vOTWOAMsV2uRt32PPDcEz63esSaA==",
484 "dev": true,
485 "engines": {
486 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
487 }
488 },
489 "node_modules/@humanwhocodes/config-array": {
490 "version": "0.11.10",
491 "dev": true,
492 "license": "Apache-2.0",
493 "dependencies": {
494 "@humanwhocodes/object-schema": "^1.2.1",
495 "debug": "^4.1.1",
496 "minimatch": "^3.0.5"
497 },
498 "engines": {
499 "node": ">=10.10.0"
500 }
501 },
502 "node_modules/@humanwhocodes/module-importer": {
503 "version": "1.0.1",
504 "dev": true,
505 "license": "Apache-2.0",
506 "engines": {
507 "node": ">=12.22"
508 },
509 "funding": {
510 "type": "github",
511 "url": "https://github.com/sponsors/nzakas"
512 }
513 },
514 "node_modules/@humanwhocodes/object-schema": {
515 "version": "1.2.1",
516 "dev": true,
517 "license": "BSD-3-Clause"
518 },
519 "node_modules/@istanbuljs/load-nyc-config": {
520 "version": "1.1.0",
521 "dev": true,
522 "license": "ISC",
523 "dependencies": {
524 "camelcase": "^5.3.1",
525 "find-up": "^4.1.0",
526 "get-package-type": "^0.1.0",
527 "js-yaml": "^3.13.1",
528 "resolve-from": "^5.0.0"
529 },
530 "engines": {
531 "node": ">=8"
532 }
533 },
534 "node_modules/@istanbuljs/load-nyc-config/node_modules/argparse": {
535 "version": "1.0.10",
536 "dev": true,
537 "license": "MIT",
538 "dependencies": {
539 "sprintf-js": "~1.0.2"
540 }
541 },
542 "node_modules/@istanbuljs/load-nyc-config/node_modules/find-up": {
543 "version": "4.1.0",
544 "dev": true,
545 "license": "MIT",
546 "dependencies": {
547 "locate-path": "^5.0.0",
548 "path-exists": "^4.0.0"
549 },
550 "engines": {
551 "node": ">=8"
552 }
553 },
554 "node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml": {
555 "version": "3.14.1",
556 "dev": true,
557 "license": "MIT",
558 "dependencies": {
559 "argparse": "^1.0.7",
560 "esprima": "^4.0.0"
561 },
562 "bin": {
563 "js-yaml": "bin/js-yaml.js"
564 }
565 },
566 "node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path": {
567 "version": "5.0.0",
568 "dev": true,
569 "license": "MIT",
570 "dependencies": {
571 "p-locate": "^4.1.0"
572 },
573 "engines": {
574 "node": ">=8"
575 }
576 },
577 "node_modules/@istanbuljs/load-nyc-config/node_modules/p-limit": {
578 "version": "2.3.0",
579 "dev": true,
580 "license": "MIT",
581 "dependencies": {
582 "p-try": "^2.0.0"
583 },
584 "engines": {
585 "node": ">=6"
586 },
587 "funding": {
588 "url": "https://github.com/sponsors/sindresorhus"
589 }
590 },
591 "node_modules/@istanbuljs/load-nyc-config/node_modules/p-locate": {
592 "version": "4.1.0",
593 "dev": true,
594 "license": "MIT",
595 "dependencies": {
596 "p-limit": "^2.2.0"
597 },
598 "engines": {
599 "node": ">=8"
600 }
601 },
602 "node_modules/@istanbuljs/load-nyc-config/node_modules/resolve-from": {
603 "version": "5.0.0",
604 "dev": true,
605 "license": "MIT",
606 "engines": {
607 "node": ">=8"
608 }
609 },
610 "node_modules/@istanbuljs/load-nyc-config/node_modules/sprintf-js": {
611 "version": "1.0.3",
612 "dev": true,
613 "license": "BSD-3-Clause"
614 },
615 "node_modules/@istanbuljs/schema": {
616 "version": "0.1.3",
617 "dev": true,
618 "license": "MIT",
619 "engines": {
620 "node": ">=8"
621 }
622 },
623 "node_modules/@jridgewell/gen-mapping": {
624 "version": "0.3.3",
625 "dev": true,
626 "license": "MIT",
627 "dependencies": {
628 "@jridgewell/set-array": "^1.0.1",
629 "@jridgewell/sourcemap-codec": "^1.4.10",
630 "@jridgewell/trace-mapping": "^0.3.9"
631 },
632 "engines": {
633 "node": ">=6.0.0"
634 }
635 },
636 "node_modules/@jridgewell/resolve-uri": {
637 "version": "3.1.0",
638 "dev": true,
639 "license": "MIT",
640 "engines": {
641 "node": ">=6.0.0"
642 }
643 },
644 "node_modules/@jridgewell/set-array": {
645 "version": "1.1.2",
646 "dev": true,
647 "license": "MIT",
648 "engines": {
649 "node": ">=6.0.0"
650 }
651 },
652 "node_modules/@jridgewell/sourcemap-codec": {
653 "version": "1.4.15",
654 "dev": true,
655 "license": "MIT"
656 },
657 "node_modules/@jridgewell/trace-mapping": {
658 "version": "0.3.18",
659 "dev": true,
660 "license": "MIT",
661 "dependencies": {
662 "@jridgewell/resolve-uri": "3.1.0",
663 "@jridgewell/sourcemap-codec": "1.4.14"
664 }
665 },
666 "node_modules/@jridgewell/trace-mapping/node_modules/@jridgewell/sourcemap-codec": {
667 "version": "1.4.14",
668 "dev": true,
669 "license": "MIT"
670 },
671 "node_modules/@mapbox/node-pre-gyp": {
672 "version": "1.0.10",
673 "license": "BSD-3-Clause",
674 "optional": true,
675 "dependencies": {
676 "detect-libc": "^2.0.0",
677 "https-proxy-agent": "^5.0.0",
678 "make-dir": "^3.1.0",
679 "node-fetch": "^2.6.7",
680 "nopt": "^5.0.0",
681 "npmlog": "^5.0.1",
682 "rimraf": "^3.0.2",
683 "semver": "^7.3.5",
684 "tar": "^6.1.11"
685 },
686 "bin": {
687 "node-pre-gyp": "bin/node-pre-gyp"
688 }
689 },
690 "node_modules/@nodelib/fs.scandir": {
691 "version": "2.1.5",
692 "dev": true,
693 "license": "MIT",
694 "dependencies": {
695 "@nodelib/fs.stat": "2.0.5",
696 "run-parallel": "^1.1.9"
697 },
698 "engines": {
699 "node": ">= 8"
700 }
701 },
702 "node_modules/@nodelib/fs.stat": {
703 "version": "2.0.5",
704 "dev": true,
705 "license": "MIT",
706 "engines": {
707 "node": ">= 8"
708 }
709 },
710 "node_modules/@nodelib/fs.walk": {
711 "version": "1.2.8",
712 "dev": true,
713 "license": "MIT",
714 "dependencies": {
715 "@nodelib/fs.scandir": "2.1.5",
716 "fastq": "^1.6.0"
717 },
718 "engines": {
719 "node": ">= 8"
720 }
721 },
722 "node_modules/@phc/format": {
723 "version": "1.0.0",
724 "license": "MIT",
725 "optional": true,
726 "engines": {
727 "node": ">=10"
728 }
729 },
730 "node_modules/@sindresorhus/is": {
731 "version": "5.4.1",
732 "license": "MIT",
733 "engines": {
734 "node": ">=14.16"
735 },
736 "funding": {
737 "url": "https://github.com/sindresorhus/is?sponsor=1"
738 }
739 },
740 "node_modules/@sinonjs/commons": {
741 "version": "3.0.0",
742 "dev": true,
743 "license": "BSD-3-Clause",
744 "dependencies": {
745 "type-detect": "4.0.8"
746 }
747 },
748 "node_modules/@sinonjs/fake-timers": {
749 "version": "10.3.0",
750 "dev": true,
751 "license": "BSD-3-Clause",
752 "dependencies": {
753 "@sinonjs/commons": "^3.0.0"
754 }
755 },
756 "node_modules/@sinonjs/samsam": {
757 "version": "8.0.0",
758 "dev": true,
759 "license": "BSD-3-Clause",
760 "dependencies": {
761 "@sinonjs/commons": "^2.0.0",
762 "lodash.get": "^4.4.2",
763 "type-detect": "^4.0.8"
764 }
765 },
766 "node_modules/@sinonjs/samsam/node_modules/@sinonjs/commons": {
767 "version": "2.0.0",
768 "dev": true,
769 "license": "BSD-3-Clause",
770 "dependencies": {
771 "type-detect": "4.0.8"
772 }
773 },
774 "node_modules/@sinonjs/text-encoding": {
775 "version": "0.7.2",
776 "dev": true,
777 "license": "(Unlicense OR Apache-2.0)"
778 },
779 "node_modules/@squeep/amqp-helper": {
780 "version": "1.0.0",
781 "resolved": "git+https://git.squeep.com/squeep-amqp-helper#174280d3f44ba13dac0b26d42d968189a4f4fa93",
782 "license": "ISC",
783 "dependencies": {
784 "amqplib": "^0.10.3"
785 },
786 "engines": {
787 "node": ">=14"
788 }
789 },
790 "node_modules/@squeep/api-dingus": {
791 "version": "1.2.9",
792 "resolved": "git+https://git.squeep.com/squeep-api-dingus/#3b15b5ff792fc5d61be8337989058c297460cd99",
793 "license": "ISC",
794 "dependencies": {
795 "mime-db": "^1.52.0",
796 "uuid": "^9.0.0"
797 },
798 "engines": {
799 "node": ">=14"
800 }
801 },
802 "node_modules/@squeep/authentication-module": {
803 "version": "1.3.1",
804 "resolved": "git+https://git.squeep.com/squeep-authentication-module/#a821a0f79c42f8ea55aec503c992650113d82028",
805 "license": "ISC",
806 "dependencies": {
807 "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.9",
808 "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.4.0",
809 "@squeep/indieauth-helper": "^1.3.0",
810 "@squeep/mystery-box": "^2.0.1"
811 },
812 "engines": {
813 "node": "^14 >=14.18 || >=15.7"
814 },
815 "optionalDependencies": {
816 "argon2": "^0.30.3",
817 "node-linux-pam": "^0.2.1"
818 }
819 },
820 "node_modules/@squeep/base64url": {
821 "version": "1.0.5",
822 "license": "ISC",
823 "engines": {
824 "node": ">=14"
825 }
826 },
827 "node_modules/@squeep/chores": {
828 "version": "1.0.0",
829 "resolved": "git+https://git.squeep.com/squeep-chores/#d98a3c114eb33bd68477c0ca750e6f82b4d02964",
830 "license": "ISC"
831 },
832 "node_modules/@squeep/html-template-helper": {
833 "version": "1.4.0",
834 "resolved": "git+https://git.squeep.com/squeep-html-template-helper#100046316a87631fb8814f80b35647709e6c7319",
835 "license": "ISC",
836 "dependencies": {
837 "@squeep/lazy-property": "^1.1.2"
838 },
839 "engines": {
840 "node": ">=14"
841 }
842 },
843 "node_modules/@squeep/indieauth-helper": {
844 "version": "1.3.0",
845 "license": "ISC",
846 "dependencies": {
847 "@squeep/web-linking": "^1.0.8",
848 "got": "^13.0.0",
849 "iconv": "^3.0.1",
850 "ip-address": "^8.1.0",
851 "microformats-parser": "^1.4.1"
852 },
853 "engines": {
854 "node": "^14 >=14.18 || >=15.7"
855 }
856 },
857 "node_modules/@squeep/lazy-property": {
858 "version": "1.1.2",
859 "resolved": "https://registry.npmjs.org/@squeep/lazy-property/-/lazy-property-1.1.2.tgz",
860 "integrity": "sha512-wRdR4IOqWXoDMArx0HPo5MtM2Wk5wemAULbZ6PabVw1ylSQekkzKfoAUuupxsKuzjcRPjZvbpGDv+i04hBMnQw==",
861 "engines": {
862 "node": ">=14"
863 }
864 },
865 "node_modules/@squeep/logger-json-console": {
866 "version": "2.0.1",
867 "license": "ISC",
868 "engines": {
869 "node": ">=14"
870 }
871 },
872 "node_modules/@squeep/mystery-box": {
873 "version": "2.0.1",
874 "license": "ISC",
875 "engines": {
876 "node": "^14 >=14.18.0 || >=15.7.0"
877 }
878 },
879 "node_modules/@squeep/resource-authentication-module": {
880 "version": "1.0.0",
881 "resolved": "git+https://git.squeep.com/squeep-resource-authentication-module#69a2f5e7d73dd3f58e07b652c306daa8b253245d",
882 "license": "ISC",
883 "dependencies": {
884 "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.8",
885 "@squeep/base64url": "^1.0.5",
886 "uuid": "^9.0.0"
887 },
888 "engines": {
889 "node": ">=14"
890 }
891 },
892 "node_modules/@squeep/roman": {
893 "version": "1.0.0",
894 "license": "ISC"
895 },
896 "node_modules/@squeep/test-helper": {
897 "version": "1.0.0",
898 "resolved": "git+https://git.squeep.com/squeep-test-helper#7a5a384abb99757b53c8898c508023f0ba9e94b1",
899 "dev": true,
900 "license": "ISC",
901 "dependencies": {
902 "eslint": "^8.23.1",
903 "eslint-plugin-node": "^11.1.0",
904 "eslint-plugin-security": "^1.5.0",
905 "eslint-plugin-sonarjs": "^0.15.0",
906 "mocha": "^10.0.0",
907 "nyc": "^15.1.0",
908 "pre-commit": "^1.2.2",
909 "sinon": "^14.0.0"
910 }
911 },
912 "node_modules/@squeep/test-helper/node_modules/@sinonjs/commons": {
913 "version": "2.0.0",
914 "dev": true,
915 "license": "BSD-3-Clause",
916 "dependencies": {
917 "type-detect": "4.0.8"
918 }
919 },
920 "node_modules/@squeep/test-helper/node_modules/@sinonjs/fake-timers": {
921 "version": "9.1.2",
922 "dev": true,
923 "license": "BSD-3-Clause",
924 "dependencies": {
925 "@sinonjs/commons": "^1.7.0"
926 }
927 },
928 "node_modules/@squeep/test-helper/node_modules/@sinonjs/fake-timers/node_modules/@sinonjs/commons": {
929 "version": "1.8.6",
930 "dev": true,
931 "license": "BSD-3-Clause",
932 "dependencies": {
933 "type-detect": "4.0.8"
934 }
935 },
936 "node_modules/@squeep/test-helper/node_modules/@sinonjs/samsam": {
937 "version": "7.0.1",
938 "dev": true,
939 "license": "BSD-3-Clause",
940 "dependencies": {
941 "@sinonjs/commons": "^2.0.0",
942 "lodash.get": "^4.4.2",
943 "type-detect": "^4.0.8"
944 }
945 },
946 "node_modules/@squeep/test-helper/node_modules/eslint-plugin-sonarjs": {
947 "version": "0.15.0",
948 "dev": true,
949 "license": "LGPL-3.0",
950 "engines": {
951 "node": ">=12"
952 },
953 "peerDependencies": {
954 "eslint": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
955 }
956 },
957 "node_modules/@squeep/test-helper/node_modules/sinon": {
958 "version": "14.0.2",
959 "dev": true,
960 "license": "BSD-3-Clause",
961 "dependencies": {
962 "@sinonjs/commons": "^2.0.0",
963 "@sinonjs/fake-timers": "^9.1.2",
964 "@sinonjs/samsam": "^7.0.1",
965 "diff": "^5.0.0",
966 "nise": "^5.1.2",
967 "supports-color": "^7.2.0"
968 },
969 "funding": {
970 "type": "opencollective",
971 "url": "https://opencollective.com/sinon"
972 }
973 },
974 "node_modules/@squeep/web-linking": {
975 "version": "1.0.8",
976 "license": "ISC",
977 "engines": {
978 "node": ">=14.0"
979 }
980 },
981 "node_modules/@szmarczak/http-timer": {
982 "version": "5.0.1",
983 "license": "MIT",
984 "dependencies": {
985 "defer-to-connect": "^2.0.1"
986 },
987 "engines": {
988 "node": ">=14.16"
989 }
990 },
991 "node_modules/@types/http-cache-semantics": {
992 "version": "4.0.1",
993 "license": "MIT"
994 },
995 "node_modules/abbrev": {
996 "version": "1.1.1",
997 "license": "ISC",
998 "optional": true
999 },
1000 "node_modules/acorn": {
1001 "version": "8.10.0",
1002 "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.10.0.tgz",
1003 "integrity": "sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==",
1004 "dev": true,
1005 "bin": {
1006 "acorn": "bin/acorn"
1007 },
1008 "engines": {
1009 "node": ">=0.4.0"
1010 }
1011 },
1012 "node_modules/acorn-jsx": {
1013 "version": "5.3.2",
1014 "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
1015 "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
1016 "dev": true,
1017 "peerDependencies": {
1018 "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
1019 }
1020 },
1021 "node_modules/agent-base": {
1022 "version": "6.0.2",
1023 "license": "MIT",
1024 "optional": true,
1025 "dependencies": {
1026 "debug": "4"
1027 },
1028 "engines": {
1029 "node": ">= 6.0.0"
1030 }
1031 },
1032 "node_modules/aggregate-error": {
1033 "version": "3.1.0",
1034 "dev": true,
1035 "license": "MIT",
1036 "dependencies": {
1037 "clean-stack": "^2.0.0",
1038 "indent-string": "^4.0.0"
1039 },
1040 "engines": {
1041 "node": ">=8"
1042 }
1043 },
1044 "node_modules/ajv": {
1045 "version": "6.12.6",
1046 "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
1047 "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
1048 "dev": true,
1049 "dependencies": {
1050 "fast-deep-equal": "^3.1.1",
1051 "fast-json-stable-stringify": "^2.0.0",
1052 "json-schema-traverse": "^0.4.1",
1053 "uri-js": "^4.2.2"
1054 },
1055 "funding": {
1056 "type": "github",
1057 "url": "https://github.com/sponsors/epoberezkin"
1058 }
1059 },
1060 "node_modules/amqplib": {
1061 "version": "0.10.3",
1062 "license": "MIT",
1063 "dependencies": {
1064 "@acuminous/bitsyntax": "^0.1.2",
1065 "buffer-more-ints": "~1.0.0",
1066 "readable-stream": "1.x >=1.1.9",
1067 "url-parse": "~1.5.10"
1068 },
1069 "engines": {
1070 "node": ">=10"
1071 }
1072 },
1073 "node_modules/ansi-colors": {
1074 "version": "4.1.1",
1075 "dev": true,
1076 "license": "MIT",
1077 "engines": {
1078 "node": ">=6"
1079 }
1080 },
1081 "node_modules/ansi-regex": {
1082 "version": "5.0.1",
1083 "devOptional": true,
1084 "license": "MIT",
1085 "engines": {
1086 "node": ">=8"
1087 }
1088 },
1089 "node_modules/ansi-styles": {
1090 "version": "4.3.0",
1091 "devOptional": true,
1092 "license": "MIT",
1093 "dependencies": {
1094 "color-convert": "^2.0.1"
1095 },
1096 "engines": {
1097 "node": ">=8"
1098 },
1099 "funding": {
1100 "url": "https://github.com/chalk/ansi-styles?sponsor=1"
1101 }
1102 },
1103 "node_modules/anymatch": {
1104 "version": "3.1.3",
1105 "dev": true,
1106 "license": "ISC",
1107 "dependencies": {
1108 "normalize-path": "^3.0.0",
1109 "picomatch": "^2.0.4"
1110 },
1111 "engines": {
1112 "node": ">= 8"
1113 }
1114 },
1115 "node_modules/append-transform": {
1116 "version": "2.0.0",
1117 "dev": true,
1118 "license": "MIT",
1119 "dependencies": {
1120 "default-require-extensions": "^3.0.0"
1121 },
1122 "engines": {
1123 "node": ">=8"
1124 }
1125 },
1126 "node_modules/aproba": {
1127 "version": "2.0.0",
1128 "license": "ISC",
1129 "optional": true
1130 },
1131 "node_modules/archy": {
1132 "version": "1.0.0",
1133 "dev": true,
1134 "license": "MIT"
1135 },
1136 "node_modules/are-we-there-yet": {
1137 "version": "2.0.0",
1138 "license": "ISC",
1139 "optional": true,
1140 "dependencies": {
1141 "delegates": "^1.0.0",
1142 "readable-stream": "^3.6.0"
1143 },
1144 "engines": {
1145 "node": ">=10"
1146 }
1147 },
1148 "node_modules/are-we-there-yet/node_modules/readable-stream": {
1149 "version": "3.6.2",
1150 "license": "MIT",
1151 "optional": true,
1152 "dependencies": {
1153 "inherits": "^2.0.3",
1154 "string_decoder": "^1.1.1",
1155 "util-deprecate": "^1.0.1"
1156 },
1157 "engines": {
1158 "node": ">= 6"
1159 }
1160 },
1161 "node_modules/are-we-there-yet/node_modules/safe-buffer": {
1162 "version": "5.2.1",
1163 "funding": [
1164 {
1165 "type": "github",
1166 "url": "https://github.com/sponsors/feross"
1167 },
1168 {
1169 "type": "patreon",
1170 "url": "https://www.patreon.com/feross"
1171 },
1172 {
1173 "type": "consulting",
1174 "url": "https://feross.org/support"
1175 }
1176 ],
1177 "license": "MIT",
1178 "optional": true
1179 },
1180 "node_modules/are-we-there-yet/node_modules/string_decoder": {
1181 "version": "1.3.0",
1182 "license": "MIT",
1183 "optional": true,
1184 "dependencies": {
1185 "safe-buffer": "~5.2.0"
1186 }
1187 },
1188 "node_modules/argon2": {
1189 "version": "0.30.3",
1190 "hasInstallScript": true,
1191 "license": "MIT",
1192 "optional": true,
1193 "dependencies": {
1194 "@mapbox/node-pre-gyp": "^1.0.10",
1195 "@phc/format": "^1.0.0",
1196 "node-addon-api": "^5.0.0"
1197 },
1198 "engines": {
1199 "node": ">=14.0.0"
1200 }
1201 },
1202 "node_modules/argparse": {
1203 "version": "2.0.1",
1204 "dev": true,
1205 "license": "Python-2.0"
1206 },
1207 "node_modules/assert-options": {
1208 "version": "0.8.1",
1209 "license": "MIT",
1210 "engines": {
1211 "node": ">=10.0.0"
1212 }
1213 },
1214 "node_modules/balanced-match": {
1215 "version": "1.0.2",
1216 "devOptional": true,
1217 "license": "MIT"
1218 },
1219 "node_modules/base64-js": {
1220 "version": "1.5.1",
1221 "funding": [
1222 {
1223 "type": "github",
1224 "url": "https://github.com/sponsors/feross"
1225 },
1226 {
1227 "type": "patreon",
1228 "url": "https://www.patreon.com/feross"
1229 },
1230 {
1231 "type": "consulting",
1232 "url": "https://feross.org/support"
1233 }
1234 ],
1235 "license": "MIT"
1236 },
1237 "node_modules/better-sqlite3": {
1238 "version": "8.5.0",
1239 "hasInstallScript": true,
1240 "license": "MIT",
1241 "dependencies": {
1242 "bindings": "^1.5.0",
1243 "prebuild-install": "^7.1.0"
1244 }
1245 },
1246 "node_modules/binary-extensions": {
1247 "version": "2.2.0",
1248 "dev": true,
1249 "license": "MIT",
1250 "engines": {
1251 "node": ">=8"
1252 }
1253 },
1254 "node_modules/bindings": {
1255 "version": "1.5.0",
1256 "license": "MIT",
1257 "dependencies": {
1258 "file-uri-to-path": "1.0.0"
1259 }
1260 },
1261 "node_modules/bl": {
1262 "version": "4.1.0",
1263 "license": "MIT",
1264 "dependencies": {
1265 "buffer": "^5.5.0",
1266 "inherits": "^2.0.4",
1267 "readable-stream": "^3.4.0"
1268 }
1269 },
1270 "node_modules/bl/node_modules/readable-stream": {
1271 "version": "3.6.2",
1272 "license": "MIT",
1273 "dependencies": {
1274 "inherits": "^2.0.3",
1275 "string_decoder": "^1.1.1",
1276 "util-deprecate": "^1.0.1"
1277 },
1278 "engines": {
1279 "node": ">= 6"
1280 }
1281 },
1282 "node_modules/bl/node_modules/safe-buffer": {
1283 "version": "5.2.1",
1284 "funding": [
1285 {
1286 "type": "github",
1287 "url": "https://github.com/sponsors/feross"
1288 },
1289 {
1290 "type": "patreon",
1291 "url": "https://www.patreon.com/feross"
1292 },
1293 {
1294 "type": "consulting",
1295 "url": "https://feross.org/support"
1296 }
1297 ],
1298 "license": "MIT"
1299 },
1300 "node_modules/bl/node_modules/string_decoder": {
1301 "version": "1.3.0",
1302 "license": "MIT",
1303 "dependencies": {
1304 "safe-buffer": "~5.2.0"
1305 }
1306 },
1307 "node_modules/brace-expansion": {
1308 "version": "1.1.11",
1309 "devOptional": true,
1310 "license": "MIT",
1311 "dependencies": {
1312 "balanced-match": "^1.0.0",
1313 "concat-map": "0.0.1"
1314 }
1315 },
1316 "node_modules/braces": {
1317 "version": "3.0.2",
1318 "dev": true,
1319 "license": "MIT",
1320 "dependencies": {
1321 "fill-range": "^7.0.1"
1322 },
1323 "engines": {
1324 "node": ">=8"
1325 }
1326 },
1327 "node_modules/browser-stdout": {
1328 "version": "1.3.1",
1329 "dev": true,
1330 "license": "ISC"
1331 },
1332 "node_modules/browserslist": {
1333 "version": "4.21.7",
1334 "dev": true,
1335 "funding": [
1336 {
1337 "type": "opencollective",
1338 "url": "https://opencollective.com/browserslist"
1339 },
1340 {
1341 "type": "tidelift",
1342 "url": "https://tidelift.com/funding/github/npm/browserslist"
1343 },
1344 {
1345 "type": "github",
1346 "url": "https://github.com/sponsors/ai"
1347 }
1348 ],
1349 "license": "MIT",
1350 "dependencies": {
1351 "caniuse-lite": "^1.0.30001489",
1352 "electron-to-chromium": "^1.4.411",
1353 "node-releases": "^2.0.12",
1354 "update-browserslist-db": "^1.0.11"
1355 },
1356 "bin": {
1357 "browserslist": "cli.js"
1358 },
1359 "engines": {
1360 "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
1361 }
1362 },
1363 "node_modules/buffer": {
1364 "version": "5.7.1",
1365 "funding": [
1366 {
1367 "type": "github",
1368 "url": "https://github.com/sponsors/feross"
1369 },
1370 {
1371 "type": "patreon",
1372 "url": "https://www.patreon.com/feross"
1373 },
1374 {
1375 "type": "consulting",
1376 "url": "https://feross.org/support"
1377 }
1378 ],
1379 "license": "MIT",
1380 "dependencies": {
1381 "base64-js": "^1.3.1",
1382 "ieee754": "^1.1.13"
1383 }
1384 },
1385 "node_modules/buffer-from": {
1386 "version": "1.1.2",
1387 "dev": true,
1388 "license": "MIT"
1389 },
1390 "node_modules/buffer-more-ints": {
1391 "version": "1.0.0",
1392 "license": "MIT"
1393 },
1394 "node_modules/buffer-writer": {
1395 "version": "2.0.0",
1396 "resolved": "https://registry.npmjs.org/buffer-writer/-/buffer-writer-2.0.0.tgz",
1397 "integrity": "sha512-a7ZpuTZU1TRtnwyCNW3I5dc0wWNC3VR9S++Ewyk2HHZdrO3CQJqSpd+95Us590V6AL7JqUAH2IwZ/398PmNFgw==",
1398 "engines": {
1399 "node": ">=4"
1400 }
1401 },
1402 "node_modules/cacheable-lookup": {
1403 "version": "7.0.0",
1404 "license": "MIT",
1405 "engines": {
1406 "node": ">=14.16"
1407 }
1408 },
1409 "node_modules/cacheable-request": {
1410 "version": "10.2.10",
1411 "license": "MIT",
1412 "dependencies": {
1413 "@types/http-cache-semantics": "^4.0.1",
1414 "get-stream": "^6.0.1",
1415 "http-cache-semantics": "^4.1.1",
1416 "keyv": "^4.5.2",
1417 "mimic-response": "^4.0.0",
1418 "normalize-url": "^8.0.0",
1419 "responselike": "^3.0.0"
1420 },
1421 "engines": {
1422 "node": ">=14.16"
1423 }
1424 },
1425 "node_modules/caching-transform": {
1426 "version": "4.0.0",
1427 "dev": true,
1428 "license": "MIT",
1429 "dependencies": {
1430 "hasha": "^5.0.0",
1431 "make-dir": "^3.0.0",
1432 "package-hash": "^4.0.0",
1433 "write-file-atomic": "^3.0.0"
1434 },
1435 "engines": {
1436 "node": ">=8"
1437 }
1438 },
1439 "node_modules/callsites": {
1440 "version": "3.1.0",
1441 "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
1442 "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
1443 "dev": true,
1444 "engines": {
1445 "node": ">=6"
1446 }
1447 },
1448 "node_modules/camel-case": {
1449 "version": "3.0.0",
1450 "dev": true,
1451 "license": "MIT",
1452 "dependencies": {
1453 "no-case": "^2.2.0",
1454 "upper-case": "^1.1.1"
1455 }
1456 },
1457 "node_modules/camelcase": {
1458 "version": "5.3.1",
1459 "devOptional": true,
1460 "license": "MIT",
1461 "engines": {
1462 "node": ">=6"
1463 }
1464 },
1465 "node_modules/caniuse-lite": {
1466 "version": "1.0.30001498",
1467 "dev": true,
1468 "funding": [
1469 {
1470 "type": "opencollective",
1471 "url": "https://opencollective.com/browserslist"
1472 },
1473 {
1474 "type": "tidelift",
1475 "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
1476 },
1477 {
1478 "type": "github",
1479 "url": "https://github.com/sponsors/ai"
1480 }
1481 ],
1482 "license": "CC-BY-4.0"
1483 },
1484 "node_modules/chalk": {
1485 "version": "4.1.2",
1486 "dev": true,
1487 "license": "MIT",
1488 "dependencies": {
1489 "ansi-styles": "^4.1.0",
1490 "supports-color": "^7.1.0"
1491 },
1492 "engines": {
1493 "node": ">=10"
1494 },
1495 "funding": {
1496 "url": "https://github.com/chalk/chalk?sponsor=1"
1497 }
1498 },
1499 "node_modules/chokidar": {
1500 "version": "3.5.3",
1501 "dev": true,
1502 "funding": [
1503 {
1504 "type": "individual",
1505 "url": "https://paulmillr.com/funding/"
1506 }
1507 ],
1508 "license": "MIT",
1509 "dependencies": {
1510 "anymatch": "~3.1.2",
1511 "braces": "~3.0.2",
1512 "glob-parent": "~5.1.2",
1513 "is-binary-path": "~2.1.0",
1514 "is-glob": "~4.0.1",
1515 "normalize-path": "~3.0.0",
1516 "readdirp": "~3.6.0"
1517 },
1518 "engines": {
1519 "node": ">= 8.10.0"
1520 },
1521 "optionalDependencies": {
1522 "fsevents": "~2.3.2"
1523 }
1524 },
1525 "node_modules/chokidar/node_modules/glob-parent": {
1526 "version": "5.1.2",
1527 "dev": true,
1528 "license": "ISC",
1529 "dependencies": {
1530 "is-glob": "^4.0.1"
1531 },
1532 "engines": {
1533 "node": ">= 6"
1534 }
1535 },
1536 "node_modules/chownr": {
1537 "version": "2.0.0",
1538 "license": "ISC",
1539 "optional": true,
1540 "engines": {
1541 "node": ">=10"
1542 }
1543 },
1544 "node_modules/clean-css": {
1545 "version": "4.2.4",
1546 "dev": true,
1547 "license": "MIT",
1548 "dependencies": {
1549 "source-map": "~0.6.0"
1550 },
1551 "engines": {
1552 "node": ">= 4.0"
1553 }
1554 },
1555 "node_modules/clean-stack": {
1556 "version": "2.2.0",
1557 "dev": true,
1558 "license": "MIT",
1559 "engines": {
1560 "node": ">=6"
1561 }
1562 },
1563 "node_modules/cliui": {
1564 "version": "7.0.4",
1565 "dev": true,
1566 "license": "ISC",
1567 "dependencies": {
1568 "string-width": "^4.2.0",
1569 "strip-ansi": "^6.0.0",
1570 "wrap-ansi": "^7.0.0"
1571 }
1572 },
1573 "node_modules/code-point-at": {
1574 "version": "1.1.0",
1575 "license": "MIT",
1576 "optional": true,
1577 "engines": {
1578 "node": ">=0.10.0"
1579 }
1580 },
1581 "node_modules/color-convert": {
1582 "version": "2.0.1",
1583 "devOptional": true,
1584 "license": "MIT",
1585 "dependencies": {
1586 "color-name": "~1.1.4"
1587 },
1588 "engines": {
1589 "node": ">=7.0.0"
1590 }
1591 },
1592 "node_modules/color-name": {
1593 "version": "1.1.4",
1594 "devOptional": true,
1595 "license": "MIT"
1596 },
1597 "node_modules/color-support": {
1598 "version": "1.1.3",
1599 "license": "ISC",
1600 "optional": true,
1601 "bin": {
1602 "color-support": "bin.js"
1603 }
1604 },
1605 "node_modules/commander": {
1606 "version": "2.17.1",
1607 "dev": true,
1608 "license": "MIT"
1609 },
1610 "node_modules/commondir": {
1611 "version": "1.0.1",
1612 "dev": true,
1613 "license": "MIT"
1614 },
1615 "node_modules/concat-map": {
1616 "version": "0.0.1",
1617 "devOptional": true,
1618 "license": "MIT"
1619 },
1620 "node_modules/concat-stream": {
1621 "version": "1.6.2",
1622 "dev": true,
1623 "engines": [
1624 "node >= 0.8"
1625 ],
1626 "license": "MIT",
1627 "dependencies": {
1628 "buffer-from": "^1.0.0",
1629 "inherits": "^2.0.3",
1630 "readable-stream": "^2.2.2",
1631 "typedarray": "^0.0.6"
1632 }
1633 },
1634 "node_modules/concat-stream/node_modules/isarray": {
1635 "version": "1.0.0",
1636 "dev": true,
1637 "license": "MIT"
1638 },
1639 "node_modules/concat-stream/node_modules/readable-stream": {
1640 "version": "2.3.8",
1641 "dev": true,
1642 "license": "MIT",
1643 "dependencies": {
1644 "core-util-is": "~1.0.0",
1645 "inherits": "~2.0.3",
1646 "isarray": "~1.0.0",
1647 "process-nextick-args": "~2.0.0",
1648 "safe-buffer": "~5.1.1",
1649 "string_decoder": "~1.1.1",
1650 "util-deprecate": "~1.0.1"
1651 }
1652 },
1653 "node_modules/concat-stream/node_modules/string_decoder": {
1654 "version": "1.1.1",
1655 "dev": true,
1656 "license": "MIT",
1657 "dependencies": {
1658 "safe-buffer": "~5.1.0"
1659 }
1660 },
1661 "node_modules/console-control-strings": {
1662 "version": "1.1.0",
1663 "license": "ISC",
1664 "optional": true
1665 },
1666 "node_modules/convert-source-map": {
1667 "version": "1.9.0",
1668 "dev": true,
1669 "license": "MIT"
1670 },
1671 "node_modules/core-util-is": {
1672 "version": "1.0.3",
1673 "license": "MIT"
1674 },
1675 "node_modules/cross-spawn": {
1676 "version": "7.0.3",
1677 "dev": true,
1678 "license": "MIT",
1679 "dependencies": {
1680 "path-key": "^3.1.0",
1681 "shebang-command": "^2.0.0",
1682 "which": "^2.0.1"
1683 },
1684 "engines": {
1685 "node": ">= 8"
1686 }
1687 },
1688 "node_modules/debug": {
1689 "version": "4.3.4",
1690 "license": "MIT",
1691 "dependencies": {
1692 "ms": "2.1.2"
1693 },
1694 "engines": {
1695 "node": ">=6.0"
1696 },
1697 "peerDependenciesMeta": {
1698 "supports-color": {
1699 "optional": true
1700 }
1701 }
1702 },
1703 "node_modules/decamelize": {
1704 "version": "1.2.0",
1705 "devOptional": true,
1706 "license": "MIT",
1707 "engines": {
1708 "node": ">=0.10.0"
1709 }
1710 },
1711 "node_modules/decompress-response": {
1712 "version": "6.0.0",
1713 "license": "MIT",
1714 "dependencies": {
1715 "mimic-response": "^3.1.0"
1716 },
1717 "engines": {
1718 "node": ">=10"
1719 },
1720 "funding": {
1721 "url": "https://github.com/sponsors/sindresorhus"
1722 }
1723 },
1724 "node_modules/decompress-response/node_modules/mimic-response": {
1725 "version": "3.1.0",
1726 "license": "MIT",
1727 "engines": {
1728 "node": ">=10"
1729 },
1730 "funding": {
1731 "url": "https://github.com/sponsors/sindresorhus"
1732 }
1733 },
1734 "node_modules/deep-extend": {
1735 "version": "0.6.0",
1736 "license": "MIT",
1737 "engines": {
1738 "node": ">=4.0.0"
1739 }
1740 },
1741 "node_modules/deep-is": {
1742 "version": "0.1.4",
1743 "dev": true,
1744 "license": "MIT"
1745 },
1746 "node_modules/default-require-extensions": {
1747 "version": "3.0.1",
1748 "dev": true,
1749 "license": "MIT",
1750 "dependencies": {
1751 "strip-bom": "^4.0.0"
1752 },
1753 "engines": {
1754 "node": ">=8"
1755 },
1756 "funding": {
1757 "url": "https://github.com/sponsors/sindresorhus"
1758 }
1759 },
1760 "node_modules/defer-to-connect": {
1761 "version": "2.0.1",
1762 "license": "MIT",
1763 "engines": {
1764 "node": ">=10"
1765 }
1766 },
1767 "node_modules/delegates": {
1768 "version": "1.0.0",
1769 "license": "MIT",
1770 "optional": true
1771 },
1772 "node_modules/detect-libc": {
1773 "version": "2.0.1",
1774 "license": "Apache-2.0",
1775 "engines": {
1776 "node": ">=8"
1777 }
1778 },
1779 "node_modules/diff": {
1780 "version": "5.0.0",
1781 "dev": true,
1782 "license": "BSD-3-Clause",
1783 "engines": {
1784 "node": ">=0.3.1"
1785 }
1786 },
1787 "node_modules/doctrine": {
1788 "version": "3.0.0",
1789 "dev": true,
1790 "license": "Apache-2.0",
1791 "dependencies": {
1792 "esutils": "^2.0.2"
1793 },
1794 "engines": {
1795 "node": ">=6.0.0"
1796 }
1797 },
1798 "node_modules/electron-to-chromium": {
1799 "version": "1.4.427",
1800 "dev": true,
1801 "license": "ISC"
1802 },
1803 "node_modules/emoji-regex": {
1804 "version": "8.0.0",
1805 "devOptional": true,
1806 "license": "MIT"
1807 },
1808 "node_modules/end-of-stream": {
1809 "version": "1.4.4",
1810 "license": "MIT",
1811 "dependencies": {
1812 "once": "^1.4.0"
1813 }
1814 },
1815 "node_modules/es6-error": {
1816 "version": "4.1.1",
1817 "dev": true,
1818 "license": "MIT"
1819 },
1820 "node_modules/escalade": {
1821 "version": "3.1.1",
1822 "dev": true,
1823 "license": "MIT",
1824 "engines": {
1825 "node": ">=6"
1826 }
1827 },
1828 "node_modules/escape-string-regexp": {
1829 "version": "4.0.0",
1830 "dev": true,
1831 "license": "MIT",
1832 "engines": {
1833 "node": ">=10"
1834 },
1835 "funding": {
1836 "url": "https://github.com/sponsors/sindresorhus"
1837 }
1838 },
1839 "node_modules/eslint": {
1840 "version": "8.46.0",
1841 "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.46.0.tgz",
1842 "integrity": "sha512-cIO74PvbW0qU8e0mIvk5IV3ToWdCq5FYG6gWPHHkx6gNdjlbAYvtfHmlCMXxjcoVaIdwy/IAt3+mDkZkfvb2Dg==",
1843 "dev": true,
1844 "dependencies": {
1845 "@eslint-community/eslint-utils": "^4.2.0",
1846 "@eslint-community/regexpp": "^4.6.1",
1847 "@eslint/eslintrc": "^2.1.1",
1848 "@eslint/js": "^8.46.0",
1849 "@humanwhocodes/config-array": "^0.11.10",
1850 "@humanwhocodes/module-importer": "^1.0.1",
1851 "@nodelib/fs.walk": "^1.2.8",
1852 "ajv": "^6.12.4",
1853 "chalk": "^4.0.0",
1854 "cross-spawn": "^7.0.2",
1855 "debug": "^4.3.2",
1856 "doctrine": "^3.0.0",
1857 "escape-string-regexp": "^4.0.0",
1858 "eslint-scope": "^7.2.2",
1859 "eslint-visitor-keys": "^3.4.2",
1860 "espree": "^9.6.1",
1861 "esquery": "^1.4.2",
1862 "esutils": "^2.0.2",
1863 "fast-deep-equal": "^3.1.3",
1864 "file-entry-cache": "^6.0.1",
1865 "find-up": "^5.0.0",
1866 "glob-parent": "^6.0.2",
1867 "globals": "^13.19.0",
1868 "graphemer": "^1.4.0",
1869 "ignore": "^5.2.0",
1870 "imurmurhash": "^0.1.4",
1871 "is-glob": "^4.0.0",
1872 "is-path-inside": "^3.0.3",
1873 "js-yaml": "^4.1.0",
1874 "json-stable-stringify-without-jsonify": "^1.0.1",
1875 "levn": "^0.4.1",
1876 "lodash.merge": "^4.6.2",
1877 "minimatch": "^3.1.2",
1878 "natural-compare": "^1.4.0",
1879 "optionator": "^0.9.3",
1880 "strip-ansi": "^6.0.1",
1881 "text-table": "^0.2.0"
1882 },
1883 "bin": {
1884 "eslint": "bin/eslint.js"
1885 },
1886 "engines": {
1887 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
1888 },
1889 "funding": {
1890 "url": "https://opencollective.com/eslint"
1891 }
1892 },
1893 "node_modules/eslint-plugin-es": {
1894 "version": "3.0.1",
1895 "dev": true,
1896 "license": "MIT",
1897 "dependencies": {
1898 "eslint-utils": "^2.0.0",
1899 "regexpp": "^3.0.0"
1900 },
1901 "engines": {
1902 "node": ">=8.10.0"
1903 },
1904 "funding": {
1905 "url": "https://github.com/sponsors/mysticatea"
1906 },
1907 "peerDependencies": {
1908 "eslint": ">=4.19.1"
1909 }
1910 },
1911 "node_modules/eslint-plugin-node": {
1912 "version": "11.1.0",
1913 "dev": true,
1914 "license": "MIT",
1915 "dependencies": {
1916 "eslint-plugin-es": "^3.0.0",
1917 "eslint-utils": "^2.0.0",
1918 "ignore": "^5.1.1",
1919 "minimatch": "^3.0.4",
1920 "resolve": "^1.10.1",
1921 "semver": "^6.1.0"
1922 },
1923 "engines": {
1924 "node": ">=8.10.0"
1925 },
1926 "peerDependencies": {
1927 "eslint": ">=5.16.0"
1928 }
1929 },
1930 "node_modules/eslint-plugin-node/node_modules/semver": {
1931 "version": "6.3.1",
1932 "dev": true,
1933 "license": "ISC",
1934 "bin": {
1935 "semver": "bin/semver.js"
1936 }
1937 },
1938 "node_modules/eslint-plugin-promise": {
1939 "version": "6.1.1",
1940 "dev": true,
1941 "license": "ISC",
1942 "engines": {
1943 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
1944 },
1945 "peerDependencies": {
1946 "eslint": "^7.0.0 || ^8.0.0"
1947 }
1948 },
1949 "node_modules/eslint-plugin-security": {
1950 "version": "1.7.1",
1951 "dev": true,
1952 "license": "Apache-2.0",
1953 "dependencies": {
1954 "safe-regex": "^2.1.1"
1955 }
1956 },
1957 "node_modules/eslint-plugin-sonarjs": {
1958 "version": "0.20.0",
1959 "resolved": "https://registry.npmjs.org/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.20.0.tgz",
1960 "integrity": "sha512-BRhZ7BY/oTr6DDaxvx58ReTg7R+J8T+Y2ZVGgShgpml25IHBTIG7EudUtHuJD1zhtMgUEt59x3VNvUQRo2LV6w==",
1961 "dev": true,
1962 "engines": {
1963 "node": ">=14"
1964 },
1965 "peerDependencies": {
1966 "eslint": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
1967 }
1968 },
1969 "node_modules/eslint-scope": {
1970 "version": "7.2.2",
1971 "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz",
1972 "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
1973 "dev": true,
1974 "dependencies": {
1975 "esrecurse": "^4.3.0",
1976 "estraverse": "^5.2.0"
1977 },
1978 "engines": {
1979 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
1980 },
1981 "funding": {
1982 "url": "https://opencollective.com/eslint"
1983 }
1984 },
1985 "node_modules/eslint-utils": {
1986 "version": "2.1.0",
1987 "dev": true,
1988 "license": "MIT",
1989 "dependencies": {
1990 "eslint-visitor-keys": "^1.1.0"
1991 },
1992 "engines": {
1993 "node": ">=6"
1994 },
1995 "funding": {
1996 "url": "https://github.com/sponsors/mysticatea"
1997 }
1998 },
1999 "node_modules/eslint-utils/node_modules/eslint-visitor-keys": {
2000 "version": "1.3.0",
2001 "dev": true,
2002 "license": "Apache-2.0",
2003 "engines": {
2004 "node": ">=4"
2005 }
2006 },
2007 "node_modules/eslint-visitor-keys": {
2008 "version": "3.4.2",
2009 "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.2.tgz",
2010 "integrity": "sha512-8drBzUEyZ2llkpCA67iYrgEssKDUu68V8ChqqOfFupIaG/LCVPUT+CoGJpT77zJprs4T/W7p07LP7zAIMuweVw==",
2011 "dev": true,
2012 "engines": {
2013 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
2014 },
2015 "funding": {
2016 "url": "https://opencollective.com/eslint"
2017 }
2018 },
2019 "node_modules/espree": {
2020 "version": "9.6.1",
2021 "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
2022 "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
2023 "dev": true,
2024 "dependencies": {
2025 "acorn": "^8.9.0",
2026 "acorn-jsx": "^5.3.2",
2027 "eslint-visitor-keys": "^3.4.1"
2028 },
2029 "engines": {
2030 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
2031 },
2032 "funding": {
2033 "url": "https://opencollective.com/eslint"
2034 }
2035 },
2036 "node_modules/esprima": {
2037 "version": "4.0.1",
2038 "dev": true,
2039 "license": "BSD-2-Clause",
2040 "bin": {
2041 "esparse": "bin/esparse.js",
2042 "esvalidate": "bin/esvalidate.js"
2043 },
2044 "engines": {
2045 "node": ">=4"
2046 }
2047 },
2048 "node_modules/esquery": {
2049 "version": "1.5.0",
2050 "dev": true,
2051 "license": "BSD-3-Clause",
2052 "dependencies": {
2053 "estraverse": "^5.1.0"
2054 },
2055 "engines": {
2056 "node": ">=0.10"
2057 }
2058 },
2059 "node_modules/esrecurse": {
2060 "version": "4.3.0",
2061 "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
2062 "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
2063 "dev": true,
2064 "dependencies": {
2065 "estraverse": "^5.2.0"
2066 },
2067 "engines": {
2068 "node": ">=4.0"
2069 }
2070 },
2071 "node_modules/estraverse": {
2072 "version": "5.3.0",
2073 "dev": true,
2074 "license": "BSD-2-Clause",
2075 "engines": {
2076 "node": ">=4.0"
2077 }
2078 },
2079 "node_modules/esutils": {
2080 "version": "2.0.3",
2081 "dev": true,
2082 "license": "BSD-2-Clause",
2083 "engines": {
2084 "node": ">=0.10.0"
2085 }
2086 },
2087 "node_modules/expand-template": {
2088 "version": "2.0.3",
2089 "license": "(MIT OR WTFPL)",
2090 "engines": {
2091 "node": ">=6"
2092 }
2093 },
2094 "node_modules/fast-deep-equal": {
2095 "version": "3.1.3",
2096 "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
2097 "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
2098 "dev": true
2099 },
2100 "node_modules/fast-json-stable-stringify": {
2101 "version": "2.1.0",
2102 "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
2103 "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
2104 "dev": true
2105 },
2106 "node_modules/fast-levenshtein": {
2107 "version": "2.0.6",
2108 "dev": true,
2109 "license": "MIT"
2110 },
2111 "node_modules/fastq": {
2112 "version": "1.15.0",
2113 "dev": true,
2114 "license": "ISC",
2115 "dependencies": {
2116 "reusify": "^1.0.4"
2117 }
2118 },
2119 "node_modules/file-entry-cache": {
2120 "version": "6.0.1",
2121 "dev": true,
2122 "license": "MIT",
2123 "dependencies": {
2124 "flat-cache": "^3.0.4"
2125 },
2126 "engines": {
2127 "node": "^10.12.0 || >=12.0.0"
2128 }
2129 },
2130 "node_modules/file-uri-to-path": {
2131 "version": "1.0.0",
2132 "license": "MIT"
2133 },
2134 "node_modules/fill-range": {
2135 "version": "7.0.1",
2136 "dev": true,
2137 "license": "MIT",
2138 "dependencies": {
2139 "to-regex-range": "^5.0.1"
2140 },
2141 "engines": {
2142 "node": ">=8"
2143 }
2144 },
2145 "node_modules/find-cache-dir": {
2146 "version": "3.3.2",
2147 "dev": true,
2148 "license": "MIT",
2149 "dependencies": {
2150 "commondir": "^1.0.1",
2151 "make-dir": "^3.0.2",
2152 "pkg-dir": "^4.1.0"
2153 },
2154 "engines": {
2155 "node": ">=8"
2156 },
2157 "funding": {
2158 "url": "https://github.com/avajs/find-cache-dir?sponsor=1"
2159 }
2160 },
2161 "node_modules/find-up": {
2162 "version": "5.0.0",
2163 "dev": true,
2164 "license": "MIT",
2165 "dependencies": {
2166 "locate-path": "^6.0.0",
2167 "path-exists": "^4.0.0"
2168 },
2169 "engines": {
2170 "node": ">=10"
2171 },
2172 "funding": {
2173 "url": "https://github.com/sponsors/sindresorhus"
2174 }
2175 },
2176 "node_modules/flat": {
2177 "version": "5.0.2",
2178 "dev": true,
2179 "license": "BSD-3-Clause",
2180 "bin": {
2181 "flat": "cli.js"
2182 }
2183 },
2184 "node_modules/flat-cache": {
2185 "version": "3.0.4",
2186 "dev": true,
2187 "license": "MIT",
2188 "dependencies": {
2189 "flatted": "^3.1.0",
2190 "rimraf": "^3.0.2"
2191 },
2192 "engines": {
2193 "node": "^10.12.0 || >=12.0.0"
2194 }
2195 },
2196 "node_modules/flatted": {
2197 "version": "3.2.7",
2198 "dev": true,
2199 "license": "ISC"
2200 },
2201 "node_modules/foreground-child": {
2202 "version": "2.0.0",
2203 "dev": true,
2204 "license": "ISC",
2205 "dependencies": {
2206 "cross-spawn": "^7.0.0",
2207 "signal-exit": "^3.0.2"
2208 },
2209 "engines": {
2210 "node": ">=8.0.0"
2211 }
2212 },
2213 "node_modules/form-data-encoder": {
2214 "version": "2.1.4",
2215 "license": "MIT",
2216 "engines": {
2217 "node": ">= 14.17"
2218 }
2219 },
2220 "node_modules/fromentries": {
2221 "version": "1.3.2",
2222 "dev": true,
2223 "funding": [
2224 {
2225 "type": "github",
2226 "url": "https://github.com/sponsors/feross"
2227 },
2228 {
2229 "type": "patreon",
2230 "url": "https://www.patreon.com/feross"
2231 },
2232 {
2233 "type": "consulting",
2234 "url": "https://feross.org/support"
2235 }
2236 ],
2237 "license": "MIT"
2238 },
2239 "node_modules/fs-constants": {
2240 "version": "1.0.0",
2241 "license": "MIT"
2242 },
2243 "node_modules/fs-minipass": {
2244 "version": "2.1.0",
2245 "license": "ISC",
2246 "optional": true,
2247 "dependencies": {
2248 "minipass": "^3.0.0"
2249 },
2250 "engines": {
2251 "node": ">= 8"
2252 }
2253 },
2254 "node_modules/fs-minipass/node_modules/minipass": {
2255 "version": "3.3.6",
2256 "license": "ISC",
2257 "optional": true,
2258 "dependencies": {
2259 "yallist": "^4.0.0"
2260 },
2261 "engines": {
2262 "node": ">=8"
2263 }
2264 },
2265 "node_modules/fs-minipass/node_modules/yallist": {
2266 "version": "4.0.0",
2267 "license": "ISC",
2268 "optional": true
2269 },
2270 "node_modules/fs.realpath": {
2271 "version": "1.0.0",
2272 "devOptional": true,
2273 "license": "ISC"
2274 },
2275 "node_modules/function-bind": {
2276 "version": "1.1.1",
2277 "dev": true,
2278 "license": "MIT"
2279 },
2280 "node_modules/gauge": {
2281 "version": "3.0.2",
2282 "license": "ISC",
2283 "optional": true,
2284 "dependencies": {
2285 "aproba": "^1.0.3 || ^2.0.0",
2286 "color-support": "^1.1.2",
2287 "console-control-strings": "^1.0.0",
2288 "has-unicode": "^2.0.1",
2289 "object-assign": "^4.1.1",
2290 "signal-exit": "^3.0.0",
2291 "string-width": "^4.2.3",
2292 "strip-ansi": "^6.0.1",
2293 "wide-align": "^1.1.2"
2294 },
2295 "engines": {
2296 "node": ">=10"
2297 }
2298 },
2299 "node_modules/gensync": {
2300 "version": "1.0.0-beta.2",
2301 "dev": true,
2302 "license": "MIT",
2303 "engines": {
2304 "node": ">=6.9.0"
2305 }
2306 },
2307 "node_modules/get-caller-file": {
2308 "version": "2.0.5",
2309 "devOptional": true,
2310 "license": "ISC",
2311 "engines": {
2312 "node": "6.* || 8.* || >= 10.*"
2313 }
2314 },
2315 "node_modules/get-package-type": {
2316 "version": "0.1.0",
2317 "dev": true,
2318 "license": "MIT",
2319 "engines": {
2320 "node": ">=8.0.0"
2321 }
2322 },
2323 "node_modules/get-stream": {
2324 "version": "6.0.1",
2325 "license": "MIT",
2326 "engines": {
2327 "node": ">=10"
2328 },
2329 "funding": {
2330 "url": "https://github.com/sponsors/sindresorhus"
2331 }
2332 },
2333 "node_modules/github-from-package": {
2334 "version": "0.0.0",
2335 "license": "MIT"
2336 },
2337 "node_modules/glob": {
2338 "version": "7.2.0",
2339 "devOptional": true,
2340 "license": "ISC",
2341 "dependencies": {
2342 "fs.realpath": "^1.0.0",
2343 "inflight": "^1.0.4",
2344 "inherits": "2",
2345 "minimatch": "^3.0.4",
2346 "once": "^1.3.0",
2347 "path-is-absolute": "^1.0.0"
2348 },
2349 "engines": {
2350 "node": "*"
2351 },
2352 "funding": {
2353 "url": "https://github.com/sponsors/isaacs"
2354 }
2355 },
2356 "node_modules/glob-parent": {
2357 "version": "6.0.2",
2358 "dev": true,
2359 "license": "ISC",
2360 "dependencies": {
2361 "is-glob": "^4.0.3"
2362 },
2363 "engines": {
2364 "node": ">=10.13.0"
2365 }
2366 },
2367 "node_modules/globals": {
2368 "version": "13.20.0",
2369 "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz",
2370 "integrity": "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==",
2371 "dev": true,
2372 "dependencies": {
2373 "type-fest": "^0.20.2"
2374 },
2375 "engines": {
2376 "node": ">=8"
2377 },
2378 "funding": {
2379 "url": "https://github.com/sponsors/sindresorhus"
2380 }
2381 },
2382 "node_modules/got": {
2383 "version": "13.0.0",
2384 "license": "MIT",
2385 "dependencies": {
2386 "@sindresorhus/is": "^5.2.0",
2387 "@szmarczak/http-timer": "^5.0.1",
2388 "cacheable-lookup": "^7.0.0",
2389 "cacheable-request": "^10.2.8",
2390 "decompress-response": "^6.0.0",
2391 "form-data-encoder": "^2.1.2",
2392 "get-stream": "^6.0.1",
2393 "http2-wrapper": "^2.1.10",
2394 "lowercase-keys": "^3.0.0",
2395 "p-cancelable": "^3.0.0",
2396 "responselike": "^3.0.0"
2397 },
2398 "engines": {
2399 "node": ">=16"
2400 },
2401 "funding": {
2402 "url": "https://github.com/sindresorhus/got?sponsor=1"
2403 }
2404 },
2405 "node_modules/graceful-fs": {
2406 "version": "4.2.11",
2407 "dev": true,
2408 "license": "ISC"
2409 },
2410 "node_modules/graphemer": {
2411 "version": "1.4.0",
2412 "dev": true,
2413 "license": "MIT"
2414 },
2415 "node_modules/has": {
2416 "version": "1.0.3",
2417 "dev": true,
2418 "license": "MIT",
2419 "dependencies": {
2420 "function-bind": "^1.1.1"
2421 },
2422 "engines": {
2423 "node": ">= 0.4.0"
2424 }
2425 },
2426 "node_modules/has-flag": {
2427 "version": "4.0.0",
2428 "dev": true,
2429 "license": "MIT",
2430 "engines": {
2431 "node": ">=8"
2432 }
2433 },
2434 "node_modules/has-unicode": {
2435 "version": "2.0.1",
2436 "license": "ISC",
2437 "optional": true
2438 },
2439 "node_modules/hasha": {
2440 "version": "5.2.2",
2441 "dev": true,
2442 "license": "MIT",
2443 "dependencies": {
2444 "is-stream": "^2.0.0",
2445 "type-fest": "^0.8.0"
2446 },
2447 "engines": {
2448 "node": ">=8"
2449 },
2450 "funding": {
2451 "url": "https://github.com/sponsors/sindresorhus"
2452 }
2453 },
2454 "node_modules/hasha/node_modules/type-fest": {
2455 "version": "0.8.1",
2456 "dev": true,
2457 "license": "(MIT OR CC0-1.0)",
2458 "engines": {
2459 "node": ">=8"
2460 }
2461 },
2462 "node_modules/he": {
2463 "version": "1.2.0",
2464 "dev": true,
2465 "license": "MIT",
2466 "bin": {
2467 "he": "bin/he"
2468 }
2469 },
2470 "node_modules/html-escaper": {
2471 "version": "2.0.2",
2472 "dev": true,
2473 "license": "MIT"
2474 },
2475 "node_modules/html-minifier": {
2476 "version": "3.5.21",
2477 "dev": true,
2478 "license": "MIT",
2479 "dependencies": {
2480 "camel-case": "3.0.x",
2481 "clean-css": "4.2.x",
2482 "commander": "2.17.x",
2483 "he": "1.2.x",
2484 "param-case": "2.1.x",
2485 "relateurl": "0.2.x",
2486 "uglify-js": "3.4.x"
2487 },
2488 "bin": {
2489 "html-minifier": "cli.js"
2490 },
2491 "engines": {
2492 "node": ">=4"
2493 }
2494 },
2495 "node_modules/html-minifier-lint": {
2496 "version": "2.0.0",
2497 "dev": true,
2498 "license": "MIT",
2499 "dependencies": {
2500 "html-minifier": "3.x"
2501 },
2502 "bin": {
2503 "html-minifier-lint": "cli.js"
2504 },
2505 "engines": {
2506 "node": ">=0.10.0"
2507 }
2508 },
2509 "node_modules/http-cache-semantics": {
2510 "version": "4.1.1",
2511 "license": "BSD-2-Clause"
2512 },
2513 "node_modules/http2-wrapper": {
2514 "version": "2.2.0",
2515 "license": "MIT",
2516 "dependencies": {
2517 "quick-lru": "^5.1.1",
2518 "resolve-alpn": "^1.2.0"
2519 },
2520 "engines": {
2521 "node": ">=10.19.0"
2522 }
2523 },
2524 "node_modules/https-proxy-agent": {
2525 "version": "5.0.1",
2526 "license": "MIT",
2527 "optional": true,
2528 "dependencies": {
2529 "agent-base": "6",
2530 "debug": "4"
2531 },
2532 "engines": {
2533 "node": ">= 6"
2534 }
2535 },
2536 "node_modules/iconv": {
2537 "version": "3.0.1",
2538 "license": "ISC",
2539 "engines": {
2540 "node": ">=10.0.0"
2541 }
2542 },
2543 "node_modules/ieee754": {
2544 "version": "1.2.1",
2545 "funding": [
2546 {
2547 "type": "github",
2548 "url": "https://github.com/sponsors/feross"
2549 },
2550 {
2551 "type": "patreon",
2552 "url": "https://www.patreon.com/feross"
2553 },
2554 {
2555 "type": "consulting",
2556 "url": "https://feross.org/support"
2557 }
2558 ],
2559 "license": "BSD-3-Clause"
2560 },
2561 "node_modules/ignore": {
2562 "version": "5.2.4",
2563 "dev": true,
2564 "license": "MIT",
2565 "engines": {
2566 "node": ">= 4"
2567 }
2568 },
2569 "node_modules/import-fresh": {
2570 "version": "3.3.0",
2571 "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
2572 "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
2573 "dev": true,
2574 "dependencies": {
2575 "parent-module": "^1.0.0",
2576 "resolve-from": "^4.0.0"
2577 },
2578 "engines": {
2579 "node": ">=6"
2580 },
2581 "funding": {
2582 "url": "https://github.com/sponsors/sindresorhus"
2583 }
2584 },
2585 "node_modules/imurmurhash": {
2586 "version": "0.1.4",
2587 "dev": true,
2588 "license": "MIT",
2589 "engines": {
2590 "node": ">=0.8.19"
2591 }
2592 },
2593 "node_modules/indent-string": {
2594 "version": "4.0.0",
2595 "dev": true,
2596 "license": "MIT",
2597 "engines": {
2598 "node": ">=8"
2599 }
2600 },
2601 "node_modules/inflight": {
2602 "version": "1.0.6",
2603 "devOptional": true,
2604 "license": "ISC",
2605 "dependencies": {
2606 "once": "^1.3.0",
2607 "wrappy": "1"
2608 }
2609 },
2610 "node_modules/inherits": {
2611 "version": "2.0.4",
2612 "license": "ISC"
2613 },
2614 "node_modules/ini": {
2615 "version": "1.3.8",
2616 "license": "ISC"
2617 },
2618 "node_modules/ip-address": {
2619 "version": "8.1.0",
2620 "license": "MIT",
2621 "dependencies": {
2622 "jsbn": "1.1.0",
2623 "sprintf-js": "1.1.2"
2624 },
2625 "engines": {
2626 "node": ">= 12"
2627 }
2628 },
2629 "node_modules/is-binary-path": {
2630 "version": "2.1.0",
2631 "dev": true,
2632 "license": "MIT",
2633 "dependencies": {
2634 "binary-extensions": "^2.0.0"
2635 },
2636 "engines": {
2637 "node": ">=8"
2638 }
2639 },
2640 "node_modules/is-core-module": {
2641 "version": "2.12.1",
2642 "dev": true,
2643 "license": "MIT",
2644 "dependencies": {
2645 "has": "^1.0.3"
2646 },
2647 "funding": {
2648 "url": "https://github.com/sponsors/ljharb"
2649 }
2650 },
2651 "node_modules/is-extglob": {
2652 "version": "2.1.1",
2653 "dev": true,
2654 "license": "MIT",
2655 "engines": {
2656 "node": ">=0.10.0"
2657 }
2658 },
2659 "node_modules/is-fullwidth-code-point": {
2660 "version": "3.0.0",
2661 "devOptional": true,
2662 "license": "MIT",
2663 "engines": {
2664 "node": ">=8"
2665 }
2666 },
2667 "node_modules/is-glob": {
2668 "version": "4.0.3",
2669 "dev": true,
2670 "license": "MIT",
2671 "dependencies": {
2672 "is-extglob": "^2.1.1"
2673 },
2674 "engines": {
2675 "node": ">=0.10.0"
2676 }
2677 },
2678 "node_modules/is-number": {
2679 "version": "7.0.0",
2680 "dev": true,
2681 "license": "MIT",
2682 "engines": {
2683 "node": ">=0.12.0"
2684 }
2685 },
2686 "node_modules/is-path-inside": {
2687 "version": "3.0.3",
2688 "dev": true,
2689 "license": "MIT",
2690 "engines": {
2691 "node": ">=8"
2692 }
2693 },
2694 "node_modules/is-plain-obj": {
2695 "version": "2.1.0",
2696 "dev": true,
2697 "license": "MIT",
2698 "engines": {
2699 "node": ">=8"
2700 }
2701 },
2702 "node_modules/is-stream": {
2703 "version": "2.0.1",
2704 "dev": true,
2705 "license": "MIT",
2706 "engines": {
2707 "node": ">=8"
2708 },
2709 "funding": {
2710 "url": "https://github.com/sponsors/sindresorhus"
2711 }
2712 },
2713 "node_modules/is-typedarray": {
2714 "version": "1.0.0",
2715 "dev": true,
2716 "license": "MIT"
2717 },
2718 "node_modules/is-unicode-supported": {
2719 "version": "0.1.0",
2720 "dev": true,
2721 "license": "MIT",
2722 "engines": {
2723 "node": ">=10"
2724 },
2725 "funding": {
2726 "url": "https://github.com/sponsors/sindresorhus"
2727 }
2728 },
2729 "node_modules/is-windows": {
2730 "version": "1.0.2",
2731 "dev": true,
2732 "license": "MIT",
2733 "engines": {
2734 "node": ">=0.10.0"
2735 }
2736 },
2737 "node_modules/isarray": {
2738 "version": "0.0.1",
2739 "license": "MIT"
2740 },
2741 "node_modules/isexe": {
2742 "version": "2.0.0",
2743 "dev": true,
2744 "license": "ISC"
2745 },
2746 "node_modules/istanbul-lib-coverage": {
2747 "version": "3.2.0",
2748 "dev": true,
2749 "license": "BSD-3-Clause",
2750 "engines": {
2751 "node": ">=8"
2752 }
2753 },
2754 "node_modules/istanbul-lib-hook": {
2755 "version": "3.0.0",
2756 "dev": true,
2757 "license": "BSD-3-Clause",
2758 "dependencies": {
2759 "append-transform": "^2.0.0"
2760 },
2761 "engines": {
2762 "node": ">=8"
2763 }
2764 },
2765 "node_modules/istanbul-lib-instrument": {
2766 "version": "4.0.3",
2767 "dev": true,
2768 "license": "BSD-3-Clause",
2769 "dependencies": {
2770 "@babel/core": "^7.7.5",
2771 "@istanbuljs/schema": "^0.1.2",
2772 "istanbul-lib-coverage": "^3.0.0",
2773 "semver": "^6.3.0"
2774 },
2775 "engines": {
2776 "node": ">=8"
2777 }
2778 },
2779 "node_modules/istanbul-lib-instrument/node_modules/semver": {
2780 "version": "6.3.1",
2781 "dev": true,
2782 "license": "ISC",
2783 "bin": {
2784 "semver": "bin/semver.js"
2785 }
2786 },
2787 "node_modules/istanbul-lib-processinfo": {
2788 "version": "2.0.3",
2789 "dev": true,
2790 "license": "ISC",
2791 "dependencies": {
2792 "archy": "^1.0.0",
2793 "cross-spawn": "^7.0.3",
2794 "istanbul-lib-coverage": "^3.2.0",
2795 "p-map": "^3.0.0",
2796 "rimraf": "^3.0.0",
2797 "uuid": "^8.3.2"
2798 },
2799 "engines": {
2800 "node": ">=8"
2801 }
2802 },
2803 "node_modules/istanbul-lib-processinfo/node_modules/uuid": {
2804 "version": "8.3.2",
2805 "dev": true,
2806 "license": "MIT",
2807 "bin": {
2808 "uuid": "dist/bin/uuid"
2809 }
2810 },
2811 "node_modules/istanbul-lib-report": {
2812 "version": "3.0.0",
2813 "dev": true,
2814 "license": "BSD-3-Clause",
2815 "dependencies": {
2816 "istanbul-lib-coverage": "^3.0.0",
2817 "make-dir": "^3.0.0",
2818 "supports-color": "^7.1.0"
2819 },
2820 "engines": {
2821 "node": ">=8"
2822 }
2823 },
2824 "node_modules/istanbul-lib-source-maps": {
2825 "version": "4.0.1",
2826 "dev": true,
2827 "license": "BSD-3-Clause",
2828 "dependencies": {
2829 "debug": "^4.1.1",
2830 "istanbul-lib-coverage": "^3.0.0",
2831 "source-map": "^0.6.1"
2832 },
2833 "engines": {
2834 "node": ">=10"
2835 }
2836 },
2837 "node_modules/istanbul-reports": {
2838 "version": "3.1.5",
2839 "dev": true,
2840 "license": "BSD-3-Clause",
2841 "dependencies": {
2842 "html-escaper": "^2.0.0",
2843 "istanbul-lib-report": "^3.0.0"
2844 },
2845 "engines": {
2846 "node": ">=8"
2847 }
2848 },
2849 "node_modules/js-tokens": {
2850 "version": "4.0.0",
2851 "dev": true,
2852 "license": "MIT"
2853 },
2854 "node_modules/js-yaml": {
2855 "version": "4.1.0",
2856 "dev": true,
2857 "license": "MIT",
2858 "dependencies": {
2859 "argparse": "^2.0.1"
2860 },
2861 "bin": {
2862 "js-yaml": "bin/js-yaml.js"
2863 }
2864 },
2865 "node_modules/jsbn": {
2866 "version": "1.1.0",
2867 "license": "MIT"
2868 },
2869 "node_modules/jsesc": {
2870 "version": "2.5.2",
2871 "dev": true,
2872 "license": "MIT",
2873 "bin": {
2874 "jsesc": "bin/jsesc"
2875 },
2876 "engines": {
2877 "node": ">=4"
2878 }
2879 },
2880 "node_modules/json-buffer": {
2881 "version": "3.0.1",
2882 "license": "MIT"
2883 },
2884 "node_modules/json-schema-traverse": {
2885 "version": "0.4.1",
2886 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
2887 "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
2888 "dev": true
2889 },
2890 "node_modules/json-stable-stringify-without-jsonify": {
2891 "version": "1.0.1",
2892 "dev": true,
2893 "license": "MIT"
2894 },
2895 "node_modules/json5": {
2896 "version": "2.2.3",
2897 "dev": true,
2898 "license": "MIT",
2899 "bin": {
2900 "json5": "lib/cli.js"
2901 },
2902 "engines": {
2903 "node": ">=6"
2904 }
2905 },
2906 "node_modules/just-extend": {
2907 "version": "4.2.1",
2908 "dev": true,
2909 "license": "MIT"
2910 },
2911 "node_modules/keyv": {
2912 "version": "4.5.2",
2913 "license": "MIT",
2914 "dependencies": {
2915 "json-buffer": "3.0.1"
2916 }
2917 },
2918 "node_modules/levn": {
2919 "version": "0.4.1",
2920 "dev": true,
2921 "license": "MIT",
2922 "dependencies": {
2923 "prelude-ls": "^1.2.1",
2924 "type-check": "~0.4.0"
2925 },
2926 "engines": {
2927 "node": ">= 0.8.0"
2928 }
2929 },
2930 "node_modules/locate-path": {
2931 "version": "6.0.0",
2932 "dev": true,
2933 "license": "MIT",
2934 "dependencies": {
2935 "p-locate": "^5.0.0"
2936 },
2937 "engines": {
2938 "node": ">=10"
2939 },
2940 "funding": {
2941 "url": "https://github.com/sponsors/sindresorhus"
2942 }
2943 },
2944 "node_modules/lodash.flattendeep": {
2945 "version": "4.4.0",
2946 "dev": true,
2947 "license": "MIT"
2948 },
2949 "node_modules/lodash.get": {
2950 "version": "4.4.2",
2951 "dev": true,
2952 "license": "MIT"
2953 },
2954 "node_modules/lodash.merge": {
2955 "version": "4.6.2",
2956 "dev": true,
2957 "license": "MIT"
2958 },
2959 "node_modules/log-symbols": {
2960 "version": "4.1.0",
2961 "dev": true,
2962 "license": "MIT",
2963 "dependencies": {
2964 "chalk": "^4.1.0",
2965 "is-unicode-supported": "^0.1.0"
2966 },
2967 "engines": {
2968 "node": ">=10"
2969 },
2970 "funding": {
2971 "url": "https://github.com/sponsors/sindresorhus"
2972 }
2973 },
2974 "node_modules/lower-case": {
2975 "version": "1.1.4",
2976 "dev": true,
2977 "license": "MIT"
2978 },
2979 "node_modules/lowercase-keys": {
2980 "version": "3.0.0",
2981 "license": "MIT",
2982 "engines": {
2983 "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
2984 },
2985 "funding": {
2986 "url": "https://github.com/sponsors/sindresorhus"
2987 }
2988 },
2989 "node_modules/lru-cache": {
2990 "version": "5.1.1",
2991 "dev": true,
2992 "license": "ISC",
2993 "dependencies": {
2994 "yallist": "^3.0.2"
2995 }
2996 },
2997 "node_modules/make-dir": {
2998 "version": "3.1.0",
2999 "devOptional": true,
3000 "license": "MIT",
3001 "dependencies": {
3002 "semver": "^6.0.0"
3003 },
3004 "engines": {
3005 "node": ">=8"
3006 },
3007 "funding": {
3008 "url": "https://github.com/sponsors/sindresorhus"
3009 }
3010 },
3011 "node_modules/make-dir/node_modules/semver": {
3012 "version": "6.3.1",
3013 "devOptional": true,
3014 "license": "ISC",
3015 "bin": {
3016 "semver": "bin/semver.js"
3017 }
3018 },
3019 "node_modules/microformats-parser": {
3020 "version": "1.4.1",
3021 "license": "MIT",
3022 "dependencies": {
3023 "parse5": "^6.0.0"
3024 },
3025 "engines": {
3026 "node": ">=10"
3027 }
3028 },
3029 "node_modules/mime-db": {
3030 "version": "1.52.0",
3031 "license": "MIT",
3032 "engines": {
3033 "node": ">= 0.6"
3034 }
3035 },
3036 "node_modules/mimic-response": {
3037 "version": "4.0.0",
3038 "license": "MIT",
3039 "engines": {
3040 "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
3041 },
3042 "funding": {
3043 "url": "https://github.com/sponsors/sindresorhus"
3044 }
3045 },
3046 "node_modules/minimatch": {
3047 "version": "3.1.2",
3048 "devOptional": true,
3049 "license": "ISC",
3050 "dependencies": {
3051 "brace-expansion": "^1.1.7"
3052 },
3053 "engines": {
3054 "node": "*"
3055 }
3056 },
3057 "node_modules/minimist": {
3058 "version": "1.2.8",
3059 "license": "MIT",
3060 "funding": {
3061 "url": "https://github.com/sponsors/ljharb"
3062 }
3063 },
3064 "node_modules/minipass": {
3065 "version": "5.0.0",
3066 "license": "ISC",
3067 "optional": true,
3068 "engines": {
3069 "node": ">=8"
3070 }
3071 },
3072 "node_modules/minizlib": {
3073 "version": "2.1.2",
3074 "license": "MIT",
3075 "optional": true,
3076 "dependencies": {
3077 "minipass": "^3.0.0",
3078 "yallist": "^4.0.0"
3079 },
3080 "engines": {
3081 "node": ">= 8"
3082 }
3083 },
3084 "node_modules/minizlib/node_modules/minipass": {
3085 "version": "3.3.6",
3086 "license": "ISC",
3087 "optional": true,
3088 "dependencies": {
3089 "yallist": "^4.0.0"
3090 },
3091 "engines": {
3092 "node": ">=8"
3093 }
3094 },
3095 "node_modules/minizlib/node_modules/yallist": {
3096 "version": "4.0.0",
3097 "license": "ISC",
3098 "optional": true
3099 },
3100 "node_modules/mkdirp": {
3101 "version": "1.0.4",
3102 "license": "MIT",
3103 "optional": true,
3104 "bin": {
3105 "mkdirp": "bin/cmd.js"
3106 },
3107 "engines": {
3108 "node": ">=10"
3109 }
3110 },
3111 "node_modules/mkdirp-classic": {
3112 "version": "0.5.3",
3113 "license": "MIT"
3114 },
3115 "node_modules/mocha": {
3116 "version": "10.2.0",
3117 "dev": true,
3118 "license": "MIT",
3119 "dependencies": {
3120 "ansi-colors": "4.1.1",
3121 "browser-stdout": "1.3.1",
3122 "chokidar": "3.5.3",
3123 "debug": "4.3.4",
3124 "diff": "5.0.0",
3125 "escape-string-regexp": "4.0.0",
3126 "find-up": "5.0.0",
3127 "glob": "7.2.0",
3128 "he": "1.2.0",
3129 "js-yaml": "4.1.0",
3130 "log-symbols": "4.1.0",
3131 "minimatch": "5.0.1",
3132 "ms": "2.1.3",
3133 "nanoid": "3.3.3",
3134 "serialize-javascript": "6.0.0",
3135 "strip-json-comments": "3.1.1",
3136 "supports-color": "8.1.1",
3137 "workerpool": "6.2.1",
3138 "yargs": "16.2.0",
3139 "yargs-parser": "20.2.4",
3140 "yargs-unparser": "2.0.0"
3141 },
3142 "bin": {
3143 "_mocha": "bin/_mocha",
3144 "mocha": "bin/mocha.js"
3145 },
3146 "engines": {
3147 "node": ">= 14.0.0"
3148 },
3149 "funding": {
3150 "type": "opencollective",
3151 "url": "https://opencollective.com/mochajs"
3152 }
3153 },
3154 "node_modules/mocha-steps": {
3155 "version": "1.3.0",
3156 "dev": true,
3157 "license": "MIT"
3158 },
3159 "node_modules/mocha/node_modules/brace-expansion": {
3160 "version": "2.0.1",
3161 "dev": true,
3162 "license": "MIT",
3163 "dependencies": {
3164 "balanced-match": "^1.0.0"
3165 }
3166 },
3167 "node_modules/mocha/node_modules/minimatch": {
3168 "version": "5.0.1",
3169 "dev": true,
3170 "license": "ISC",
3171 "dependencies": {
3172 "brace-expansion": "^2.0.1"
3173 },
3174 "engines": {
3175 "node": ">=10"
3176 }
3177 },
3178 "node_modules/mocha/node_modules/ms": {
3179 "version": "2.1.3",
3180 "dev": true,
3181 "license": "MIT"
3182 },
3183 "node_modules/mocha/node_modules/supports-color": {
3184 "version": "8.1.1",
3185 "dev": true,
3186 "license": "MIT",
3187 "dependencies": {
3188 "has-flag": "^4.0.0"
3189 },
3190 "engines": {
3191 "node": ">=10"
3192 },
3193 "funding": {
3194 "url": "https://github.com/chalk/supports-color?sponsor=1"
3195 }
3196 },
3197 "node_modules/ms": {
3198 "version": "2.1.2",
3199 "license": "MIT"
3200 },
3201 "node_modules/nanoid": {
3202 "version": "3.3.3",
3203 "dev": true,
3204 "license": "MIT",
3205 "bin": {
3206 "nanoid": "bin/nanoid.cjs"
3207 },
3208 "engines": {
3209 "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
3210 }
3211 },
3212 "node_modules/napi-build-utils": {
3213 "version": "1.0.2",
3214 "license": "MIT"
3215 },
3216 "node_modules/natural-compare": {
3217 "version": "1.4.0",
3218 "dev": true,
3219 "license": "MIT"
3220 },
3221 "node_modules/nise": {
3222 "version": "5.1.4",
3223 "dev": true,
3224 "license": "BSD-3-Clause",
3225 "dependencies": {
3226 "@sinonjs/commons": "^2.0.0",
3227 "@sinonjs/fake-timers": "^10.0.2",
3228 "@sinonjs/text-encoding": "^0.7.1",
3229 "just-extend": "^4.0.2",
3230 "path-to-regexp": "^1.7.0"
3231 }
3232 },
3233 "node_modules/nise/node_modules/@sinonjs/commons": {
3234 "version": "2.0.0",
3235 "dev": true,
3236 "license": "BSD-3-Clause",
3237 "dependencies": {
3238 "type-detect": "4.0.8"
3239 }
3240 },
3241 "node_modules/no-case": {
3242 "version": "2.3.2",
3243 "dev": true,
3244 "license": "MIT",
3245 "dependencies": {
3246 "lower-case": "^1.1.1"
3247 }
3248 },
3249 "node_modules/node-abi": {
3250 "version": "3.45.0",
3251 "license": "MIT",
3252 "dependencies": {
3253 "semver": "^7.3.5"
3254 },
3255 "engines": {
3256 "node": ">=10"
3257 }
3258 },
3259 "node_modules/node-addon-api": {
3260 "version": "5.1.0",
3261 "license": "MIT",
3262 "optional": true
3263 },
3264 "node_modules/node-fetch": {
3265 "version": "2.6.11",
3266 "license": "MIT",
3267 "optional": true,
3268 "dependencies": {
3269 "whatwg-url": "^5.0.0"
3270 },
3271 "engines": {
3272 "node": "4.x || >=6.0.0"
3273 },
3274 "peerDependencies": {
3275 "encoding": "^0.1.0"
3276 },
3277 "peerDependenciesMeta": {
3278 "encoding": {
3279 "optional": true
3280 }
3281 }
3282 },
3283 "node_modules/node-linux-pam": {
3284 "version": "0.2.1",
3285 "hasInstallScript": true,
3286 "license": "MIT",
3287 "optional": true,
3288 "dependencies": {
3289 "@mapbox/node-pre-gyp": "1.0.5",
3290 "bindings": "1.5.0",
3291 "node-addon-api": "3.1.0",
3292 "string-template": "1.0.0",
3293 "yargs": "15.4.1"
3294 },
3295 "bin": {
3296 "nlp": "cli.js"
3297 },
3298 "engines": {
3299 "node": ">=8.6.0"
3300 }
3301 },
3302 "node_modules/node-linux-pam/node_modules/@mapbox/node-pre-gyp": {
3303 "version": "1.0.5",
3304 "license": "BSD-3-Clause",
3305 "optional": true,
3306 "dependencies": {
3307 "detect-libc": "^1.0.3",
3308 "https-proxy-agent": "^5.0.0",
3309 "make-dir": "^3.1.0",
3310 "node-fetch": "^2.6.1",
3311 "nopt": "^5.0.0",
3312 "npmlog": "^4.1.2",
3313 "rimraf": "^3.0.2",
3314 "semver": "^7.3.4",
3315 "tar": "^6.1.0"
3316 },
3317 "bin": {
3318 "node-pre-gyp": "bin/node-pre-gyp"
3319 }
3320 },
3321 "node_modules/node-linux-pam/node_modules/ansi-regex": {
3322 "version": "2.1.1",
3323 "license": "MIT",
3324 "optional": true,
3325 "engines": {
3326 "node": ">=0.10.0"
3327 }
3328 },
3329 "node_modules/node-linux-pam/node_modules/aproba": {
3330 "version": "1.2.0",
3331 "license": "ISC",
3332 "optional": true
3333 },
3334 "node_modules/node-linux-pam/node_modules/are-we-there-yet": {
3335 "version": "1.1.7",
3336 "license": "ISC",
3337 "optional": true,
3338 "dependencies": {
3339 "delegates": "^1.0.0",
3340 "readable-stream": "^2.0.6"
3341 }
3342 },
3343 "node_modules/node-linux-pam/node_modules/cliui": {
3344 "version": "6.0.0",
3345 "license": "ISC",
3346 "optional": true,
3347 "dependencies": {
3348 "string-width": "^4.2.0",
3349 "strip-ansi": "^6.0.0",
3350 "wrap-ansi": "^6.2.0"
3351 }
3352 },
3353 "node_modules/node-linux-pam/node_modules/cliui/node_modules/ansi-regex": {
3354 "version": "5.0.1",
3355 "license": "MIT",
3356 "optional": true,
3357 "engines": {
3358 "node": ">=8"
3359 }
3360 },
3361 "node_modules/node-linux-pam/node_modules/cliui/node_modules/strip-ansi": {
3362 "version": "6.0.1",
3363 "license": "MIT",
3364 "optional": true,
3365 "dependencies": {
3366 "ansi-regex": "^5.0.1"
3367 },
3368 "engines": {
3369 "node": ">=8"
3370 }
3371 },
3372 "node_modules/node-linux-pam/node_modules/detect-libc": {
3373 "version": "1.0.3",
3374 "license": "Apache-2.0",
3375 "optional": true,
3376 "bin": {
3377 "detect-libc": "bin/detect-libc.js"
3378 },
3379 "engines": {
3380 "node": ">=0.10"
3381 }
3382 },
3383 "node_modules/node-linux-pam/node_modules/find-up": {
3384 "version": "4.1.0",
3385 "license": "MIT",
3386 "optional": true,
3387 "dependencies": {
3388 "locate-path": "^5.0.0",
3389 "path-exists": "^4.0.0"
3390 },
3391 "engines": {
3392 "node": ">=8"
3393 }
3394 },
3395 "node_modules/node-linux-pam/node_modules/gauge": {
3396 "version": "2.7.4",
3397 "license": "ISC",
3398 "optional": true,
3399 "dependencies": {
3400 "aproba": "^1.0.3",
3401 "console-control-strings": "^1.0.0",
3402 "has-unicode": "^2.0.0",
3403 "object-assign": "^4.1.0",
3404 "signal-exit": "^3.0.0",
3405 "string-width": "^1.0.1",
3406 "strip-ansi": "^3.0.1",
3407 "wide-align": "^1.1.0"
3408 }
3409 },
3410 "node_modules/node-linux-pam/node_modules/gauge/node_modules/string-width": {
3411 "version": "1.0.2",
3412 "license": "MIT",
3413 "optional": true,
3414 "dependencies": {
3415 "code-point-at": "^1.0.0",
3416 "is-fullwidth-code-point": "^1.0.0",
3417 "strip-ansi": "^3.0.0"
3418 },
3419 "engines": {
3420 "node": ">=0.10.0"
3421 }
3422 },
3423 "node_modules/node-linux-pam/node_modules/is-fullwidth-code-point": {
3424 "version": "1.0.0",
3425 "license": "MIT",
3426 "optional": true,
3427 "dependencies": {
3428 "number-is-nan": "^1.0.0"
3429 },
3430 "engines": {
3431 "node": ">=0.10.0"
3432 }
3433 },
3434 "node_modules/node-linux-pam/node_modules/isarray": {
3435 "version": "1.0.0",
3436 "license": "MIT",
3437 "optional": true
3438 },
3439 "node_modules/node-linux-pam/node_modules/locate-path": {
3440 "version": "5.0.0",
3441 "license": "MIT",
3442 "optional": true,
3443 "dependencies": {
3444 "p-locate": "^4.1.0"
3445 },
3446 "engines": {
3447 "node": ">=8"
3448 }
3449 },
3450 "node_modules/node-linux-pam/node_modules/node-addon-api": {
3451 "version": "3.1.0",
3452 "license": "MIT",
3453 "optional": true
3454 },
3455 "node_modules/node-linux-pam/node_modules/npmlog": {
3456 "version": "4.1.2",
3457 "license": "ISC",
3458 "optional": true,
3459 "dependencies": {
3460 "are-we-there-yet": "~1.1.2",
3461 "console-control-strings": "~1.1.0",
3462 "gauge": "~2.7.3",
3463 "set-blocking": "~2.0.0"
3464 }
3465 },
3466 "node_modules/node-linux-pam/node_modules/p-limit": {
3467 "version": "2.3.0",
3468 "license": "MIT",
3469 "optional": true,
3470 "dependencies": {
3471 "p-try": "^2.0.0"
3472 },
3473 "engines": {
3474 "node": ">=6"
3475 },
3476 "funding": {
3477 "url": "https://github.com/sponsors/sindresorhus"
3478 }
3479 },
3480 "node_modules/node-linux-pam/node_modules/p-locate": {
3481 "version": "4.1.0",
3482 "license": "MIT",
3483 "optional": true,
3484 "dependencies": {
3485 "p-limit": "^2.2.0"
3486 },
3487 "engines": {
3488 "node": ">=8"
3489 }
3490 },
3491 "node_modules/node-linux-pam/node_modules/readable-stream": {
3492 "version": "2.3.8",
3493 "license": "MIT",
3494 "optional": true,
3495 "dependencies": {
3496 "core-util-is": "~1.0.0",
3497 "inherits": "~2.0.3",
3498 "isarray": "~1.0.0",
3499 "process-nextick-args": "~2.0.0",
3500 "safe-buffer": "~5.1.1",
3501 "string_decoder": "~1.1.1",
3502 "util-deprecate": "~1.0.1"
3503 }
3504 },
3505 "node_modules/node-linux-pam/node_modules/string_decoder": {
3506 "version": "1.1.1",
3507 "license": "MIT",
3508 "optional": true,
3509 "dependencies": {
3510 "safe-buffer": "~5.1.0"
3511 }
3512 },
3513 "node_modules/node-linux-pam/node_modules/strip-ansi": {
3514 "version": "3.0.1",
3515 "license": "MIT",
3516 "optional": true,
3517 "dependencies": {
3518 "ansi-regex": "^2.0.0"
3519 },
3520 "engines": {
3521 "node": ">=0.10.0"
3522 }
3523 },
3524 "node_modules/node-linux-pam/node_modules/wrap-ansi": {
3525 "version": "6.2.0",
3526 "license": "MIT",
3527 "optional": true,
3528 "dependencies": {
3529 "ansi-styles": "^4.0.0",
3530 "string-width": "^4.1.0",
3531 "strip-ansi": "^6.0.0"
3532 },
3533 "engines": {
3534 "node": ">=8"
3535 }
3536 },
3537 "node_modules/node-linux-pam/node_modules/wrap-ansi/node_modules/ansi-regex": {
3538 "version": "5.0.1",
3539 "license": "MIT",
3540 "optional": true,
3541 "engines": {
3542 "node": ">=8"
3543 }
3544 },
3545 "node_modules/node-linux-pam/node_modules/wrap-ansi/node_modules/strip-ansi": {
3546 "version": "6.0.1",
3547 "license": "MIT",
3548 "optional": true,
3549 "dependencies": {
3550 "ansi-regex": "^5.0.1"
3551 },
3552 "engines": {
3553 "node": ">=8"
3554 }
3555 },
3556 "node_modules/node-linux-pam/node_modules/y18n": {
3557 "version": "4.0.3",
3558 "license": "ISC",
3559 "optional": true
3560 },
3561 "node_modules/node-linux-pam/node_modules/yargs": {
3562 "version": "15.4.1",
3563 "license": "MIT",
3564 "optional": true,
3565 "dependencies": {
3566 "cliui": "^6.0.0",
3567 "decamelize": "^1.2.0",
3568 "find-up": "^4.1.0",
3569 "get-caller-file": "^2.0.1",
3570 "require-directory": "^2.1.1",
3571 "require-main-filename": "^2.0.0",
3572 "set-blocking": "^2.0.0",
3573 "string-width": "^4.2.0",
3574 "which-module": "^2.0.0",
3575 "y18n": "^4.0.0",
3576 "yargs-parser": "^18.1.2"
3577 },
3578 "engines": {
3579 "node": ">=8"
3580 }
3581 },
3582 "node_modules/node-linux-pam/node_modules/yargs-parser": {
3583 "version": "18.1.3",
3584 "license": "ISC",
3585 "optional": true,
3586 "dependencies": {
3587 "camelcase": "^5.0.0",
3588 "decamelize": "^1.2.0"
3589 },
3590 "engines": {
3591 "node": ">=6"
3592 }
3593 },
3594 "node_modules/node-preload": {
3595 "version": "0.2.1",
3596 "dev": true,
3597 "license": "MIT",
3598 "dependencies": {
3599 "process-on-spawn": "^1.0.0"
3600 },
3601 "engines": {
3602 "node": ">=8"
3603 }
3604 },
3605 "node_modules/node-releases": {
3606 "version": "2.0.12",
3607 "dev": true,
3608 "license": "MIT"
3609 },
3610 "node_modules/nopt": {
3611 "version": "5.0.0",
3612 "license": "ISC",
3613 "optional": true,
3614 "dependencies": {
3615 "abbrev": "1"
3616 },
3617 "bin": {
3618 "nopt": "bin/nopt.js"
3619 },
3620 "engines": {
3621 "node": ">=6"
3622 }
3623 },
3624 "node_modules/normalize-path": {
3625 "version": "3.0.0",
3626 "dev": true,
3627 "license": "MIT",
3628 "engines": {
3629 "node": ">=0.10.0"
3630 }
3631 },
3632 "node_modules/normalize-url": {
3633 "version": "8.0.0",
3634 "license": "MIT",
3635 "engines": {
3636 "node": ">=14.16"
3637 },
3638 "funding": {
3639 "url": "https://github.com/sponsors/sindresorhus"
3640 }
3641 },
3642 "node_modules/npmlog": {
3643 "version": "5.0.1",
3644 "license": "ISC",
3645 "optional": true,
3646 "dependencies": {
3647 "are-we-there-yet": "^2.0.0",
3648 "console-control-strings": "^1.1.0",
3649 "gauge": "^3.0.0",
3650 "set-blocking": "^2.0.0"
3651 }
3652 },
3653 "node_modules/number-is-nan": {
3654 "version": "1.0.1",
3655 "license": "MIT",
3656 "optional": true,
3657 "engines": {
3658 "node": ">=0.10.0"
3659 }
3660 },
3661 "node_modules/nyc": {
3662 "version": "15.1.0",
3663 "dev": true,
3664 "license": "ISC",
3665 "dependencies": {
3666 "@istanbuljs/load-nyc-config": "^1.0.0",
3667 "@istanbuljs/schema": "^0.1.2",
3668 "caching-transform": "^4.0.0",
3669 "convert-source-map": "^1.7.0",
3670 "decamelize": "^1.2.0",
3671 "find-cache-dir": "^3.2.0",
3672 "find-up": "^4.1.0",
3673 "foreground-child": "^2.0.0",
3674 "get-package-type": "^0.1.0",
3675 "glob": "^7.1.6",
3676 "istanbul-lib-coverage": "^3.0.0",
3677 "istanbul-lib-hook": "^3.0.0",
3678 "istanbul-lib-instrument": "^4.0.0",
3679 "istanbul-lib-processinfo": "^2.0.2",
3680 "istanbul-lib-report": "^3.0.0",
3681 "istanbul-lib-source-maps": "^4.0.0",
3682 "istanbul-reports": "^3.0.2",
3683 "make-dir": "^3.0.0",
3684 "node-preload": "^0.2.1",
3685 "p-map": "^3.0.0",
3686 "process-on-spawn": "^1.0.0",
3687 "resolve-from": "^5.0.0",
3688 "rimraf": "^3.0.0",
3689 "signal-exit": "^3.0.2",
3690 "spawn-wrap": "^2.0.0",
3691 "test-exclude": "^6.0.0",
3692 "yargs": "^15.0.2"
3693 },
3694 "bin": {
3695 "nyc": "bin/nyc.js"
3696 },
3697 "engines": {
3698 "node": ">=8.9"
3699 }
3700 },
3701 "node_modules/nyc/node_modules/cliui": {
3702 "version": "6.0.0",
3703 "dev": true,
3704 "license": "ISC",
3705 "dependencies": {
3706 "string-width": "^4.2.0",
3707 "strip-ansi": "^6.0.0",
3708 "wrap-ansi": "^6.2.0"
3709 }
3710 },
3711 "node_modules/nyc/node_modules/find-up": {
3712 "version": "4.1.0",
3713 "dev": true,
3714 "license": "MIT",
3715 "dependencies": {
3716 "locate-path": "^5.0.0",
3717 "path-exists": "^4.0.0"
3718 },
3719 "engines": {
3720 "node": ">=8"
3721 }
3722 },
3723 "node_modules/nyc/node_modules/locate-path": {
3724 "version": "5.0.0",
3725 "dev": true,
3726 "license": "MIT",
3727 "dependencies": {
3728 "p-locate": "^4.1.0"
3729 },
3730 "engines": {
3731 "node": ">=8"
3732 }
3733 },
3734 "node_modules/nyc/node_modules/p-limit": {
3735 "version": "2.3.0",
3736 "dev": true,
3737 "license": "MIT",
3738 "dependencies": {
3739 "p-try": "^2.0.0"
3740 },
3741 "engines": {
3742 "node": ">=6"
3743 },
3744 "funding": {
3745 "url": "https://github.com/sponsors/sindresorhus"
3746 }
3747 },
3748 "node_modules/nyc/node_modules/p-locate": {
3749 "version": "4.1.0",
3750 "dev": true,
3751 "license": "MIT",
3752 "dependencies": {
3753 "p-limit": "^2.2.0"
3754 },
3755 "engines": {
3756 "node": ">=8"
3757 }
3758 },
3759 "node_modules/nyc/node_modules/resolve-from": {
3760 "version": "5.0.0",
3761 "dev": true,
3762 "license": "MIT",
3763 "engines": {
3764 "node": ">=8"
3765 }
3766 },
3767 "node_modules/nyc/node_modules/wrap-ansi": {
3768 "version": "6.2.0",
3769 "dev": true,
3770 "license": "MIT",
3771 "dependencies": {
3772 "ansi-styles": "^4.0.0",
3773 "string-width": "^4.1.0",
3774 "strip-ansi": "^6.0.0"
3775 },
3776 "engines": {
3777 "node": ">=8"
3778 }
3779 },
3780 "node_modules/nyc/node_modules/y18n": {
3781 "version": "4.0.3",
3782 "dev": true,
3783 "license": "ISC"
3784 },
3785 "node_modules/nyc/node_modules/yargs": {
3786 "version": "15.4.1",
3787 "dev": true,
3788 "license": "MIT",
3789 "dependencies": {
3790 "cliui": "^6.0.0",
3791 "decamelize": "^1.2.0",
3792 "find-up": "^4.1.0",
3793 "get-caller-file": "^2.0.1",
3794 "require-directory": "^2.1.1",
3795 "require-main-filename": "^2.0.0",
3796 "set-blocking": "^2.0.0",
3797 "string-width": "^4.2.0",
3798 "which-module": "^2.0.0",
3799 "y18n": "^4.0.0",
3800 "yargs-parser": "^18.1.2"
3801 },
3802 "engines": {
3803 "node": ">=8"
3804 }
3805 },
3806 "node_modules/nyc/node_modules/yargs-parser": {
3807 "version": "18.1.3",
3808 "dev": true,
3809 "license": "ISC",
3810 "dependencies": {
3811 "camelcase": "^5.0.0",
3812 "decamelize": "^1.2.0"
3813 },
3814 "engines": {
3815 "node": ">=6"
3816 }
3817 },
3818 "node_modules/object-assign": {
3819 "version": "4.1.1",
3820 "license": "MIT",
3821 "optional": true,
3822 "engines": {
3823 "node": ">=0.10.0"
3824 }
3825 },
3826 "node_modules/once": {
3827 "version": "1.4.0",
3828 "license": "ISC",
3829 "dependencies": {
3830 "wrappy": "1"
3831 }
3832 },
3833 "node_modules/optionator": {
3834 "version": "0.9.3",
3835 "dev": true,
3836 "license": "MIT",
3837 "dependencies": {
3838 "@aashutoshrathi/word-wrap": "^1.2.3",
3839 "deep-is": "^0.1.3",
3840 "fast-levenshtein": "^2.0.6",
3841 "levn": "^0.4.1",
3842 "prelude-ls": "^1.2.1",
3843 "type-check": "^0.4.0"
3844 },
3845 "engines": {
3846 "node": ">= 0.8.0"
3847 }
3848 },
3849 "node_modules/os-shim": {
3850 "version": "0.1.3",
3851 "dev": true,
3852 "engines": {
3853 "node": ">= 0.4.0"
3854 }
3855 },
3856 "node_modules/p-cancelable": {
3857 "version": "3.0.0",
3858 "license": "MIT",
3859 "engines": {
3860 "node": ">=12.20"
3861 }
3862 },
3863 "node_modules/p-limit": {
3864 "version": "3.1.0",
3865 "dev": true,
3866 "license": "MIT",
3867 "dependencies": {
3868 "yocto-queue": "^0.1.0"
3869 },
3870 "engines": {
3871 "node": ">=10"
3872 },
3873 "funding": {
3874 "url": "https://github.com/sponsors/sindresorhus"
3875 }
3876 },
3877 "node_modules/p-locate": {
3878 "version": "5.0.0",
3879 "dev": true,
3880 "license": "MIT",
3881 "dependencies": {
3882 "p-limit": "^3.0.2"
3883 },
3884 "engines": {
3885 "node": ">=10"
3886 },
3887 "funding": {
3888 "url": "https://github.com/sponsors/sindresorhus"
3889 }
3890 },
3891 "node_modules/p-map": {
3892 "version": "3.0.0",
3893 "dev": true,
3894 "license": "MIT",
3895 "dependencies": {
3896 "aggregate-error": "^3.0.0"
3897 },
3898 "engines": {
3899 "node": ">=8"
3900 }
3901 },
3902 "node_modules/p-try": {
3903 "version": "2.2.0",
3904 "devOptional": true,
3905 "license": "MIT",
3906 "engines": {
3907 "node": ">=6"
3908 }
3909 },
3910 "node_modules/package-hash": {
3911 "version": "4.0.0",
3912 "dev": true,
3913 "license": "ISC",
3914 "dependencies": {
3915 "graceful-fs": "^4.1.15",
3916 "hasha": "^5.0.0",
3917 "lodash.flattendeep": "^4.4.0",
3918 "release-zalgo": "^1.0.0"
3919 },
3920 "engines": {
3921 "node": ">=8"
3922 }
3923 },
3924 "node_modules/packet-reader": {
3925 "version": "1.0.0",
3926 "resolved": "https://registry.npmjs.org/packet-reader/-/packet-reader-1.0.0.tgz",
3927 "integrity": "sha512-HAKu/fG3HpHFO0AA8WE8q2g+gBJaZ9MG7fcKk+IJPLTGAD6Psw4443l+9DGRbOIh3/aXr7Phy0TjilYivJo5XQ=="
3928 },
3929 "node_modules/param-case": {
3930 "version": "2.1.1",
3931 "dev": true,
3932 "license": "MIT",
3933 "dependencies": {
3934 "no-case": "^2.2.0"
3935 }
3936 },
3937 "node_modules/parent-module": {
3938 "version": "1.0.1",
3939 "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
3940 "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
3941 "dev": true,
3942 "dependencies": {
3943 "callsites": "^3.0.0"
3944 },
3945 "engines": {
3946 "node": ">=6"
3947 }
3948 },
3949 "node_modules/parse5": {
3950 "version": "6.0.1",
3951 "license": "MIT"
3952 },
3953 "node_modules/path-exists": {
3954 "version": "4.0.0",
3955 "devOptional": true,
3956 "license": "MIT",
3957 "engines": {
3958 "node": ">=8"
3959 }
3960 },
3961 "node_modules/path-is-absolute": {
3962 "version": "1.0.1",
3963 "devOptional": true,
3964 "license": "MIT",
3965 "engines": {
3966 "node": ">=0.10.0"
3967 }
3968 },
3969 "node_modules/path-key": {
3970 "version": "3.1.1",
3971 "dev": true,
3972 "license": "MIT",
3973 "engines": {
3974 "node": ">=8"
3975 }
3976 },
3977 "node_modules/path-parse": {
3978 "version": "1.0.7",
3979 "dev": true,
3980 "license": "MIT"
3981 },
3982 "node_modules/path-to-regexp": {
3983 "version": "1.8.0",
3984 "dev": true,
3985 "license": "MIT",
3986 "dependencies": {
3987 "isarray": "0.0.1"
3988 }
3989 },
3990 "node_modules/pg": {
3991 "version": "8.11.2",
3992 "resolved": "https://registry.npmjs.org/pg/-/pg-8.11.2.tgz",
3993 "integrity": "sha512-l4rmVeV8qTIrrPrIR3kZQqBgSN93331s9i6wiUiLOSk0Q7PmUxZD/m1rQI622l3NfqBby9Ar5PABfS/SulfieQ==",
3994 "dependencies": {
3995 "buffer-writer": "2.0.0",
3996 "packet-reader": "1.0.0",
3997 "pg-connection-string": "^2.6.2",
3998 "pg-pool": "^3.6.1",
3999 "pg-protocol": "^1.6.0",
4000 "pg-types": "^2.1.0",
4001 "pgpass": "1.x"
4002 },
4003 "engines": {
4004 "node": ">= 8.0.0"
4005 },
4006 "optionalDependencies": {
4007 "pg-cloudflare": "^1.1.1"
4008 },
4009 "peerDependencies": {
4010 "pg-native": ">=3.0.1"
4011 },
4012 "peerDependenciesMeta": {
4013 "pg-native": {
4014 "optional": true
4015 }
4016 }
4017 },
4018 "node_modules/pg-cloudflare": {
4019 "version": "1.1.1",
4020 "resolved": "https://registry.npmjs.org/pg-cloudflare/-/pg-cloudflare-1.1.1.tgz",
4021 "integrity": "sha512-xWPagP/4B6BgFO+EKz3JONXv3YDgvkbVrGw2mTo3D6tVDQRh1e7cqVGvyR3BE+eQgAvx1XhW/iEASj4/jCWl3Q==",
4022 "optional": true
4023 },
4024 "node_modules/pg-connection-string": {
4025 "version": "2.6.2",
4026 "resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.6.2.tgz",
4027 "integrity": "sha512-ch6OwaeaPYcova4kKZ15sbJ2hKb/VP48ZD2gE7i1J+L4MspCtBMAx8nMgz7bksc7IojCIIWuEhHibSMFH8m8oA=="
4028 },
4029 "node_modules/pg-int8": {
4030 "version": "1.0.1",
4031 "resolved": "https://registry.npmjs.org/pg-int8/-/pg-int8-1.0.1.tgz",
4032 "integrity": "sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==",
4033 "engines": {
4034 "node": ">=4.0.0"
4035 }
4036 },
4037 "node_modules/pg-minify": {
4038 "version": "1.6.3",
4039 "license": "MIT",
4040 "engines": {
4041 "node": ">=12.0.0"
4042 }
4043 },
4044 "node_modules/pg-pool": {
4045 "version": "3.6.1",
4046 "resolved": "https://registry.npmjs.org/pg-pool/-/pg-pool-3.6.1.tgz",
4047 "integrity": "sha512-jizsIzhkIitxCGfPRzJn1ZdcosIt3pz9Sh3V01fm1vZnbnCMgmGl5wvGGdNN2EL9Rmb0EcFoCkixH4Pu+sP9Og==",
4048 "peerDependencies": {
4049 "pg": ">=8.0"
4050 }
4051 },
4052 "node_modules/pg-promise": {
4053 "version": "11.5.3",
4054 "resolved": "https://registry.npmjs.org/pg-promise/-/pg-promise-11.5.3.tgz",
4055 "integrity": "sha512-OBrGa/fE8Sw9tGxXfI45+8sLsYXHLqc8nKWI9Kv7aFMXEWQhUNlCMBPe8m74ycjobnhYBnv4SM0/sFe35pyS8Q==",
4056 "dependencies": {
4057 "assert-options": "0.8.1",
4058 "pg": "8.11.2",
4059 "pg-minify": "1.6.3",
4060 "spex": "3.3.0"
4061 },
4062 "engines": {
4063 "node": ">=14.0"
4064 }
4065 },
4066 "node_modules/pg-protocol": {
4067 "version": "1.6.0",
4068 "resolved": "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.6.0.tgz",
4069 "integrity": "sha512-M+PDm637OY5WM307051+bsDia5Xej6d9IR4GwJse1qA1DIhiKlksvrneZOYQq42OM+spubpcNYEo2FcKQrDk+Q=="
4070 },
4071 "node_modules/pg-types": {
4072 "version": "2.2.0",
4073 "resolved": "https://registry.npmjs.org/pg-types/-/pg-types-2.2.0.tgz",
4074 "integrity": "sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==",
4075 "dependencies": {
4076 "pg-int8": "1.0.1",
4077 "postgres-array": "~2.0.0",
4078 "postgres-bytea": "~1.0.0",
4079 "postgres-date": "~1.0.4",
4080 "postgres-interval": "^1.1.0"
4081 },
4082 "engines": {
4083 "node": ">=4"
4084 }
4085 },
4086 "node_modules/pgpass": {
4087 "version": "1.0.5",
4088 "resolved": "https://registry.npmjs.org/pgpass/-/pgpass-1.0.5.tgz",
4089 "integrity": "sha512-FdW9r/jQZhSeohs1Z3sI1yxFQNFvMcnmfuj4WBMUTxOrAyLMaTcE1aAMBiTlbMNaXvBCQuVi0R7hd8udDSP7ug==",
4090 "dependencies": {
4091 "split2": "^4.1.0"
4092 }
4093 },
4094 "node_modules/picocolors": {
4095 "version": "1.0.0",
4096 "dev": true,
4097 "license": "ISC"
4098 },
4099 "node_modules/picomatch": {
4100 "version": "2.3.1",
4101 "dev": true,
4102 "license": "MIT",
4103 "engines": {
4104 "node": ">=8.6"
4105 },
4106 "funding": {
4107 "url": "https://github.com/sponsors/jonschlinkert"
4108 }
4109 },
4110 "node_modules/pkg-dir": {
4111 "version": "4.2.0",
4112 "dev": true,
4113 "license": "MIT",
4114 "dependencies": {
4115 "find-up": "^4.0.0"
4116 },
4117 "engines": {
4118 "node": ">=8"
4119 }
4120 },
4121 "node_modules/pkg-dir/node_modules/find-up": {
4122 "version": "4.1.0",
4123 "dev": true,
4124 "license": "MIT",
4125 "dependencies": {
4126 "locate-path": "^5.0.0",
4127 "path-exists": "^4.0.0"
4128 },
4129 "engines": {
4130 "node": ">=8"
4131 }
4132 },
4133 "node_modules/pkg-dir/node_modules/locate-path": {
4134 "version": "5.0.0",
4135 "dev": true,
4136 "license": "MIT",
4137 "dependencies": {
4138 "p-locate": "^4.1.0"
4139 },
4140 "engines": {
4141 "node": ">=8"
4142 }
4143 },
4144 "node_modules/pkg-dir/node_modules/p-limit": {
4145 "version": "2.3.0",
4146 "dev": true,
4147 "license": "MIT",
4148 "dependencies": {
4149 "p-try": "^2.0.0"
4150 },
4151 "engines": {
4152 "node": ">=6"
4153 },
4154 "funding": {
4155 "url": "https://github.com/sponsors/sindresorhus"
4156 }
4157 },
4158 "node_modules/pkg-dir/node_modules/p-locate": {
4159 "version": "4.1.0",
4160 "dev": true,
4161 "license": "MIT",
4162 "dependencies": {
4163 "p-limit": "^2.2.0"
4164 },
4165 "engines": {
4166 "node": ">=8"
4167 }
4168 },
4169 "node_modules/postgres-array": {
4170 "version": "2.0.0",
4171 "resolved": "https://registry.npmjs.org/postgres-array/-/postgres-array-2.0.0.tgz",
4172 "integrity": "sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==",
4173 "engines": {
4174 "node": ">=4"
4175 }
4176 },
4177 "node_modules/postgres-bytea": {
4178 "version": "1.0.0",
4179 "resolved": "https://registry.npmjs.org/postgres-bytea/-/postgres-bytea-1.0.0.tgz",
4180 "integrity": "sha512-xy3pmLuQqRBZBXDULy7KbaitYqLcmxigw14Q5sj8QBVLqEwXfeybIKVWiqAXTlcvdvb0+xkOtDbfQMOf4lST1w==",
4181 "engines": {
4182 "node": ">=0.10.0"
4183 }
4184 },
4185 "node_modules/postgres-date": {
4186 "version": "1.0.7",
4187 "resolved": "https://registry.npmjs.org/postgres-date/-/postgres-date-1.0.7.tgz",
4188 "integrity": "sha512-suDmjLVQg78nMK2UZ454hAG+OAW+HQPZ6n++TNDUX+L0+uUlLywnoxJKDou51Zm+zTCjrCl0Nq6J9C5hP9vK/Q==",
4189 "engines": {
4190 "node": ">=0.10.0"
4191 }
4192 },
4193 "node_modules/postgres-interval": {
4194 "version": "1.2.0",
4195 "resolved": "https://registry.npmjs.org/postgres-interval/-/postgres-interval-1.2.0.tgz",
4196 "integrity": "sha512-9ZhXKM/rw350N1ovuWHbGxnGh/SNJ4cnxHiM0rxE4VN41wsg8P8zWn9hv/buK00RP4WvlOyr/RBDiptyxVbkZQ==",
4197 "dependencies": {
4198 "xtend": "^4.0.0"
4199 },
4200 "engines": {
4201 "node": ">=0.10.0"
4202 }
4203 },
4204 "node_modules/pre-commit": {
4205 "version": "1.2.2",
4206 "dev": true,
4207 "hasInstallScript": true,
4208 "license": "MIT",
4209 "dependencies": {
4210 "cross-spawn": "^5.0.1",
4211 "spawn-sync": "^1.0.15",
4212 "which": "1.2.x"
4213 }
4214 },
4215 "node_modules/pre-commit/node_modules/cross-spawn": {
4216 "version": "5.1.0",
4217 "dev": true,
4218 "license": "MIT",
4219 "dependencies": {
4220 "lru-cache": "^4.0.1",
4221 "shebang-command": "^1.2.0",
4222 "which": "^1.2.9"
4223 }
4224 },
4225 "node_modules/pre-commit/node_modules/lru-cache": {
4226 "version": "4.1.5",
4227 "dev": true,
4228 "license": "ISC",
4229 "dependencies": {
4230 "pseudomap": "^1.0.2",
4231 "yallist": "^2.1.2"
4232 }
4233 },
4234 "node_modules/pre-commit/node_modules/shebang-command": {
4235 "version": "1.2.0",
4236 "dev": true,
4237 "license": "MIT",
4238 "dependencies": {
4239 "shebang-regex": "^1.0.0"
4240 },
4241 "engines": {
4242 "node": ">=0.10.0"
4243 }
4244 },
4245 "node_modules/pre-commit/node_modules/shebang-regex": {
4246 "version": "1.0.0",
4247 "dev": true,
4248 "license": "MIT",
4249 "engines": {
4250 "node": ">=0.10.0"
4251 }
4252 },
4253 "node_modules/pre-commit/node_modules/which": {
4254 "version": "1.2.14",
4255 "dev": true,
4256 "license": "ISC",
4257 "dependencies": {
4258 "isexe": "^2.0.0"
4259 },
4260 "bin": {
4261 "which": "bin/which"
4262 }
4263 },
4264 "node_modules/pre-commit/node_modules/yallist": {
4265 "version": "2.1.2",
4266 "dev": true,
4267 "license": "ISC"
4268 },
4269 "node_modules/prebuild-install": {
4270 "version": "7.1.1",
4271 "license": "MIT",
4272 "dependencies": {
4273 "detect-libc": "^2.0.0",
4274 "expand-template": "^2.0.3",
4275 "github-from-package": "0.0.0",
4276 "minimist": "^1.2.3",
4277 "mkdirp-classic": "^0.5.3",
4278 "napi-build-utils": "^1.0.1",
4279 "node-abi": "^3.3.0",
4280 "pump": "^3.0.0",
4281 "rc": "^1.2.7",
4282 "simple-get": "^4.0.0",
4283 "tar-fs": "^2.0.0",
4284 "tunnel-agent": "^0.6.0"
4285 },
4286 "bin": {
4287 "prebuild-install": "bin.js"
4288 },
4289 "engines": {
4290 "node": ">=10"
4291 }
4292 },
4293 "node_modules/prelude-ls": {
4294 "version": "1.2.1",
4295 "dev": true,
4296 "license": "MIT",
4297 "engines": {
4298 "node": ">= 0.8.0"
4299 }
4300 },
4301 "node_modules/process-nextick-args": {
4302 "version": "2.0.1",
4303 "devOptional": true,
4304 "license": "MIT"
4305 },
4306 "node_modules/process-on-spawn": {
4307 "version": "1.0.0",
4308 "dev": true,
4309 "license": "MIT",
4310 "dependencies": {
4311 "fromentries": "^1.2.0"
4312 },
4313 "engines": {
4314 "node": ">=8"
4315 }
4316 },
4317 "node_modules/pseudomap": {
4318 "version": "1.0.2",
4319 "dev": true,
4320 "license": "ISC"
4321 },
4322 "node_modules/pump": {
4323 "version": "3.0.0",
4324 "license": "MIT",
4325 "dependencies": {
4326 "end-of-stream": "^1.1.0",
4327 "once": "^1.3.1"
4328 }
4329 },
4330 "node_modules/punycode": {
4331 "version": "2.3.0",
4332 "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz",
4333 "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==",
4334 "dev": true,
4335 "engines": {
4336 "node": ">=6"
4337 }
4338 },
4339 "node_modules/querystringify": {
4340 "version": "2.2.0",
4341 "license": "MIT"
4342 },
4343 "node_modules/queue-microtask": {
4344 "version": "1.2.3",
4345 "dev": true,
4346 "funding": [
4347 {
4348 "type": "github",
4349 "url": "https://github.com/sponsors/feross"
4350 },
4351 {
4352 "type": "patreon",
4353 "url": "https://www.patreon.com/feross"
4354 },
4355 {
4356 "type": "consulting",
4357 "url": "https://feross.org/support"
4358 }
4359 ],
4360 "license": "MIT"
4361 },
4362 "node_modules/quick-lru": {
4363 "version": "5.1.1",
4364 "license": "MIT",
4365 "engines": {
4366 "node": ">=10"
4367 },
4368 "funding": {
4369 "url": "https://github.com/sponsors/sindresorhus"
4370 }
4371 },
4372 "node_modules/randombytes": {
4373 "version": "2.1.0",
4374 "dev": true,
4375 "license": "MIT",
4376 "dependencies": {
4377 "safe-buffer": "^5.1.0"
4378 }
4379 },
4380 "node_modules/rc": {
4381 "version": "1.2.8",
4382 "license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
4383 "dependencies": {
4384 "deep-extend": "^0.6.0",
4385 "ini": "~1.3.0",
4386 "minimist": "^1.2.0",
4387 "strip-json-comments": "~2.0.1"
4388 },
4389 "bin": {
4390 "rc": "cli.js"
4391 }
4392 },
4393 "node_modules/rc/node_modules/strip-json-comments": {
4394 "version": "2.0.1",
4395 "license": "MIT",
4396 "engines": {
4397 "node": ">=0.10.0"
4398 }
4399 },
4400 "node_modules/readable-stream": {
4401 "version": "1.1.14",
4402 "license": "MIT",
4403 "dependencies": {
4404 "core-util-is": "~1.0.0",
4405 "inherits": "~2.0.1",
4406 "isarray": "0.0.1",
4407 "string_decoder": "~0.10.x"
4408 }
4409 },
4410 "node_modules/readdirp": {
4411 "version": "3.6.0",
4412 "dev": true,
4413 "license": "MIT",
4414 "dependencies": {
4415 "picomatch": "^2.2.1"
4416 },
4417 "engines": {
4418 "node": ">=8.10.0"
4419 }
4420 },
4421 "node_modules/regexp-tree": {
4422 "version": "0.1.27",
4423 "dev": true,
4424 "license": "MIT",
4425 "bin": {
4426 "regexp-tree": "bin/regexp-tree"
4427 }
4428 },
4429 "node_modules/regexpp": {
4430 "version": "3.2.0",
4431 "dev": true,
4432 "license": "MIT",
4433 "engines": {
4434 "node": ">=8"
4435 },
4436 "funding": {
4437 "url": "https://github.com/sponsors/mysticatea"
4438 }
4439 },
4440 "node_modules/relateurl": {
4441 "version": "0.2.7",
4442 "dev": true,
4443 "license": "MIT",
4444 "engines": {
4445 "node": ">= 0.10"
4446 }
4447 },
4448 "node_modules/release-zalgo": {
4449 "version": "1.0.0",
4450 "dev": true,
4451 "license": "ISC",
4452 "dependencies": {
4453 "es6-error": "^4.0.1"
4454 },
4455 "engines": {
4456 "node": ">=4"
4457 }
4458 },
4459 "node_modules/require-directory": {
4460 "version": "2.1.1",
4461 "devOptional": true,
4462 "license": "MIT",
4463 "engines": {
4464 "node": ">=0.10.0"
4465 }
4466 },
4467 "node_modules/require-main-filename": {
4468 "version": "2.0.0",
4469 "devOptional": true,
4470 "license": "ISC"
4471 },
4472 "node_modules/requires-port": {
4473 "version": "1.0.0",
4474 "license": "MIT"
4475 },
4476 "node_modules/resolve": {
4477 "version": "1.22.2",
4478 "dev": true,
4479 "license": "MIT",
4480 "dependencies": {
4481 "is-core-module": "^2.11.0",
4482 "path-parse": "^1.0.7",
4483 "supports-preserve-symlinks-flag": "^1.0.0"
4484 },
4485 "bin": {
4486 "resolve": "bin/resolve"
4487 },
4488 "funding": {
4489 "url": "https://github.com/sponsors/ljharb"
4490 }
4491 },
4492 "node_modules/resolve-alpn": {
4493 "version": "1.2.1",
4494 "license": "MIT"
4495 },
4496 "node_modules/resolve-from": {
4497 "version": "4.0.0",
4498 "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
4499 "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
4500 "dev": true,
4501 "engines": {
4502 "node": ">=4"
4503 }
4504 },
4505 "node_modules/responselike": {
4506 "version": "3.0.0",
4507 "license": "MIT",
4508 "dependencies": {
4509 "lowercase-keys": "^3.0.0"
4510 },
4511 "engines": {
4512 "node": ">=14.16"
4513 },
4514 "funding": {
4515 "url": "https://github.com/sponsors/sindresorhus"
4516 }
4517 },
4518 "node_modules/reusify": {
4519 "version": "1.0.4",
4520 "dev": true,
4521 "license": "MIT",
4522 "engines": {
4523 "iojs": ">=1.0.0",
4524 "node": ">=0.10.0"
4525 }
4526 },
4527 "node_modules/rimraf": {
4528 "version": "3.0.2",
4529 "devOptional": true,
4530 "license": "ISC",
4531 "dependencies": {
4532 "glob": "^7.1.3"
4533 },
4534 "bin": {
4535 "rimraf": "bin.js"
4536 },
4537 "funding": {
4538 "url": "https://github.com/sponsors/isaacs"
4539 }
4540 },
4541 "node_modules/run-parallel": {
4542 "version": "1.2.0",
4543 "dev": true,
4544 "funding": [
4545 {
4546 "type": "github",
4547 "url": "https://github.com/sponsors/feross"
4548 },
4549 {
4550 "type": "patreon",
4551 "url": "https://www.patreon.com/feross"
4552 },
4553 {
4554 "type": "consulting",
4555 "url": "https://feross.org/support"
4556 }
4557 ],
4558 "license": "MIT",
4559 "dependencies": {
4560 "queue-microtask": "^1.2.2"
4561 }
4562 },
4563 "node_modules/safe-buffer": {
4564 "version": "5.1.2",
4565 "license": "MIT"
4566 },
4567 "node_modules/safe-regex": {
4568 "version": "2.1.1",
4569 "dev": true,
4570 "license": "MIT",
4571 "dependencies": {
4572 "regexp-tree": "~0.1.1"
4573 }
4574 },
4575 "node_modules/semver": {
4576 "version": "7.5.3",
4577 "license": "ISC",
4578 "dependencies": {
4579 "lru-cache": "^6.0.0"
4580 },
4581 "bin": {
4582 "semver": "bin/semver.js"
4583 },
4584 "engines": {
4585 "node": ">=10"
4586 }
4587 },
4588 "node_modules/semver/node_modules/lru-cache": {
4589 "version": "6.0.0",
4590 "license": "ISC",
4591 "dependencies": {
4592 "yallist": "^4.0.0"
4593 },
4594 "engines": {
4595 "node": ">=10"
4596 }
4597 },
4598 "node_modules/semver/node_modules/yallist": {
4599 "version": "4.0.0",
4600 "license": "ISC"
4601 },
4602 "node_modules/serialize-javascript": {
4603 "version": "6.0.0",
4604 "dev": true,
4605 "license": "BSD-3-Clause",
4606 "dependencies": {
4607 "randombytes": "^2.1.0"
4608 }
4609 },
4610 "node_modules/set-blocking": {
4611 "version": "2.0.0",
4612 "devOptional": true,
4613 "license": "ISC"
4614 },
4615 "node_modules/shebang-command": {
4616 "version": "2.0.0",
4617 "dev": true,
4618 "license": "MIT",
4619 "dependencies": {
4620 "shebang-regex": "^3.0.0"
4621 },
4622 "engines": {
4623 "node": ">=8"
4624 }
4625 },
4626 "node_modules/shebang-regex": {
4627 "version": "3.0.0",
4628 "dev": true,
4629 "license": "MIT",
4630 "engines": {
4631 "node": ">=8"
4632 }
4633 },
4634 "node_modules/signal-exit": {
4635 "version": "3.0.7",
4636 "devOptional": true,
4637 "license": "ISC"
4638 },
4639 "node_modules/simple-concat": {
4640 "version": "1.0.1",
4641 "funding": [
4642 {
4643 "type": "github",
4644 "url": "https://github.com/sponsors/feross"
4645 },
4646 {
4647 "type": "patreon",
4648 "url": "https://www.patreon.com/feross"
4649 },
4650 {
4651 "type": "consulting",
4652 "url": "https://feross.org/support"
4653 }
4654 ],
4655 "license": "MIT"
4656 },
4657 "node_modules/simple-get": {
4658 "version": "4.0.1",
4659 "funding": [
4660 {
4661 "type": "github",
4662 "url": "https://github.com/sponsors/feross"
4663 },
4664 {
4665 "type": "patreon",
4666 "url": "https://www.patreon.com/feross"
4667 },
4668 {
4669 "type": "consulting",
4670 "url": "https://feross.org/support"
4671 }
4672 ],
4673 "license": "MIT",
4674 "dependencies": {
4675 "decompress-response": "^6.0.0",
4676 "once": "^1.3.1",
4677 "simple-concat": "^1.0.0"
4678 }
4679 },
4680 "node_modules/sinon": {
4681 "version": "15.2.0",
4682 "dev": true,
4683 "license": "BSD-3-Clause",
4684 "dependencies": {
4685 "@sinonjs/commons": "^3.0.0",
4686 "@sinonjs/fake-timers": "^10.3.0",
4687 "@sinonjs/samsam": "^8.0.0",
4688 "diff": "^5.1.0",
4689 "nise": "^5.1.4",
4690 "supports-color": "^7.2.0"
4691 },
4692 "funding": {
4693 "type": "opencollective",
4694 "url": "https://opencollective.com/sinon"
4695 }
4696 },
4697 "node_modules/sinon/node_modules/diff": {
4698 "version": "5.1.0",
4699 "dev": true,
4700 "license": "BSD-3-Clause",
4701 "engines": {
4702 "node": ">=0.3.1"
4703 }
4704 },
4705 "node_modules/source-map": {
4706 "version": "0.6.1",
4707 "dev": true,
4708 "license": "BSD-3-Clause",
4709 "engines": {
4710 "node": ">=0.10.0"
4711 }
4712 },
4713 "node_modules/spawn-sync": {
4714 "version": "1.0.15",
4715 "dev": true,
4716 "hasInstallScript": true,
4717 "license": "MIT",
4718 "dependencies": {
4719 "concat-stream": "^1.4.7",
4720 "os-shim": "^0.1.2"
4721 }
4722 },
4723 "node_modules/spawn-wrap": {
4724 "version": "2.0.0",
4725 "dev": true,
4726 "license": "ISC",
4727 "dependencies": {
4728 "foreground-child": "^2.0.0",
4729 "is-windows": "^1.0.2",
4730 "make-dir": "^3.0.0",
4731 "rimraf": "^3.0.0",
4732 "signal-exit": "^3.0.2",
4733 "which": "^2.0.1"
4734 },
4735 "engines": {
4736 "node": ">=8"
4737 }
4738 },
4739 "node_modules/spex": {
4740 "version": "3.3.0",
4741 "license": "MIT",
4742 "engines": {
4743 "node": ">=10.0.0"
4744 }
4745 },
4746 "node_modules/split2": {
4747 "version": "4.2.0",
4748 "resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
4749 "integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
4750 "engines": {
4751 "node": ">= 10.x"
4752 }
4753 },
4754 "node_modules/sprintf-js": {
4755 "version": "1.1.2",
4756 "license": "BSD-3-Clause"
4757 },
4758 "node_modules/string_decoder": {
4759 "version": "0.10.31",
4760 "license": "MIT"
4761 },
4762 "node_modules/string-template": {
4763 "version": "1.0.0",
4764 "license": "MIT",
4765 "optional": true
4766 },
4767 "node_modules/string-width": {
4768 "version": "4.2.3",
4769 "devOptional": true,
4770 "license": "MIT",
4771 "dependencies": {
4772 "emoji-regex": "^8.0.0",
4773 "is-fullwidth-code-point": "^3.0.0",
4774 "strip-ansi": "^6.0.1"
4775 },
4776 "engines": {
4777 "node": ">=8"
4778 }
4779 },
4780 "node_modules/strip-ansi": {
4781 "version": "6.0.1",
4782 "devOptional": true,
4783 "license": "MIT",
4784 "dependencies": {
4785 "ansi-regex": "^5.0.1"
4786 },
4787 "engines": {
4788 "node": ">=8"
4789 }
4790 },
4791 "node_modules/strip-bom": {
4792 "version": "4.0.0",
4793 "dev": true,
4794 "license": "MIT",
4795 "engines": {
4796 "node": ">=8"
4797 }
4798 },
4799 "node_modules/strip-json-comments": {
4800 "version": "3.1.1",
4801 "dev": true,
4802 "license": "MIT",
4803 "engines": {
4804 "node": ">=8"
4805 },
4806 "funding": {
4807 "url": "https://github.com/sponsors/sindresorhus"
4808 }
4809 },
4810 "node_modules/supports-color": {
4811 "version": "7.2.0",
4812 "dev": true,
4813 "license": "MIT",
4814 "dependencies": {
4815 "has-flag": "^4.0.0"
4816 },
4817 "engines": {
4818 "node": ">=8"
4819 }
4820 },
4821 "node_modules/supports-preserve-symlinks-flag": {
4822 "version": "1.0.0",
4823 "dev": true,
4824 "license": "MIT",
4825 "engines": {
4826 "node": ">= 0.4"
4827 },
4828 "funding": {
4829 "url": "https://github.com/sponsors/ljharb"
4830 }
4831 },
4832 "node_modules/tar": {
4833 "version": "6.1.15",
4834 "license": "ISC",
4835 "optional": true,
4836 "dependencies": {
4837 "chownr": "^2.0.0",
4838 "fs-minipass": "^2.0.0",
4839 "minipass": "^5.0.0",
4840 "minizlib": "^2.1.1",
4841 "mkdirp": "^1.0.3",
4842 "yallist": "^4.0.0"
4843 },
4844 "engines": {
4845 "node": ">=10"
4846 }
4847 },
4848 "node_modules/tar-fs": {
4849 "version": "2.1.1",
4850 "license": "MIT",
4851 "dependencies": {
4852 "chownr": "^1.1.1",
4853 "mkdirp-classic": "^0.5.2",
4854 "pump": "^3.0.0",
4855 "tar-stream": "^2.1.4"
4856 }
4857 },
4858 "node_modules/tar-fs/node_modules/chownr": {
4859 "version": "1.1.4",
4860 "license": "ISC"
4861 },
4862 "node_modules/tar-stream": {
4863 "version": "2.2.0",
4864 "license": "MIT",
4865 "dependencies": {
4866 "bl": "^4.0.3",
4867 "end-of-stream": "^1.4.1",
4868 "fs-constants": "^1.0.0",
4869 "inherits": "^2.0.3",
4870 "readable-stream": "^3.1.1"
4871 },
4872 "engines": {
4873 "node": ">=6"
4874 }
4875 },
4876 "node_modules/tar-stream/node_modules/readable-stream": {
4877 "version": "3.6.2",
4878 "license": "MIT",
4879 "dependencies": {
4880 "inherits": "^2.0.3",
4881 "string_decoder": "^1.1.1",
4882 "util-deprecate": "^1.0.1"
4883 },
4884 "engines": {
4885 "node": ">= 6"
4886 }
4887 },
4888 "node_modules/tar-stream/node_modules/safe-buffer": {
4889 "version": "5.2.1",
4890 "funding": [
4891 {
4892 "type": "github",
4893 "url": "https://github.com/sponsors/feross"
4894 },
4895 {
4896 "type": "patreon",
4897 "url": "https://www.patreon.com/feross"
4898 },
4899 {
4900 "type": "consulting",
4901 "url": "https://feross.org/support"
4902 }
4903 ],
4904 "license": "MIT"
4905 },
4906 "node_modules/tar-stream/node_modules/string_decoder": {
4907 "version": "1.3.0",
4908 "license": "MIT",
4909 "dependencies": {
4910 "safe-buffer": "~5.2.0"
4911 }
4912 },
4913 "node_modules/tar/node_modules/yallist": {
4914 "version": "4.0.0",
4915 "license": "ISC",
4916 "optional": true
4917 },
4918 "node_modules/test-exclude": {
4919 "version": "6.0.0",
4920 "dev": true,
4921 "license": "ISC",
4922 "dependencies": {
4923 "@istanbuljs/schema": "^0.1.2",
4924 "glob": "^7.1.4",
4925 "minimatch": "^3.0.4"
4926 },
4927 "engines": {
4928 "node": ">=8"
4929 }
4930 },
4931 "node_modules/text-table": {
4932 "version": "0.2.0",
4933 "dev": true,
4934 "license": "MIT"
4935 },
4936 "node_modules/to-fast-properties": {
4937 "version": "2.0.0",
4938 "dev": true,
4939 "license": "MIT",
4940 "engines": {
4941 "node": ">=4"
4942 }
4943 },
4944 "node_modules/to-regex-range": {
4945 "version": "5.0.1",
4946 "dev": true,
4947 "license": "MIT",
4948 "dependencies": {
4949 "is-number": "^7.0.0"
4950 },
4951 "engines": {
4952 "node": ">=8.0"
4953 }
4954 },
4955 "node_modules/tr46": {
4956 "version": "0.0.3",
4957 "license": "MIT",
4958 "optional": true
4959 },
4960 "node_modules/tunnel-agent": {
4961 "version": "0.6.0",
4962 "license": "Apache-2.0",
4963 "dependencies": {
4964 "safe-buffer": "^5.0.1"
4965 },
4966 "engines": {
4967 "node": "*"
4968 }
4969 },
4970 "node_modules/type-check": {
4971 "version": "0.4.0",
4972 "dev": true,
4973 "license": "MIT",
4974 "dependencies": {
4975 "prelude-ls": "^1.2.1"
4976 },
4977 "engines": {
4978 "node": ">= 0.8.0"
4979 }
4980 },
4981 "node_modules/type-detect": {
4982 "version": "4.0.8",
4983 "dev": true,
4984 "license": "MIT",
4985 "engines": {
4986 "node": ">=4"
4987 }
4988 },
4989 "node_modules/type-fest": {
4990 "version": "0.20.2",
4991 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
4992 "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
4993 "dev": true,
4994 "engines": {
4995 "node": ">=10"
4996 },
4997 "funding": {
4998 "url": "https://github.com/sponsors/sindresorhus"
4999 }
5000 },
5001 "node_modules/typedarray": {
5002 "version": "0.0.6",
5003 "dev": true,
5004 "license": "MIT"
5005 },
5006 "node_modules/typedarray-to-buffer": {
5007 "version": "3.1.5",
5008 "dev": true,
5009 "license": "MIT",
5010 "dependencies": {
5011 "is-typedarray": "^1.0.0"
5012 }
5013 },
5014 "node_modules/uglify-js": {
5015 "version": "3.4.10",
5016 "dev": true,
5017 "license": "BSD-2-Clause",
5018 "dependencies": {
5019 "commander": "~2.19.0",
5020 "source-map": "~0.6.1"
5021 },
5022 "bin": {
5023 "uglifyjs": "bin/uglifyjs"
5024 },
5025 "engines": {
5026 "node": ">=0.8.0"
5027 }
5028 },
5029 "node_modules/uglify-js/node_modules/commander": {
5030 "version": "2.19.0",
5031 "dev": true,
5032 "license": "MIT"
5033 },
5034 "node_modules/update-browserslist-db": {
5035 "version": "1.0.11",
5036 "dev": true,
5037 "funding": [
5038 {
5039 "type": "opencollective",
5040 "url": "https://opencollective.com/browserslist"
5041 },
5042 {
5043 "type": "tidelift",
5044 "url": "https://tidelift.com/funding/github/npm/browserslist"
5045 },
5046 {
5047 "type": "github",
5048 "url": "https://github.com/sponsors/ai"
5049 }
5050 ],
5051 "license": "MIT",
5052 "dependencies": {
5053 "escalade": "^3.1.1",
5054 "picocolors": "^1.0.0"
5055 },
5056 "bin": {
5057 "update-browserslist-db": "cli.js"
5058 },
5059 "peerDependencies": {
5060 "browserslist": ">= 4.21.0"
5061 }
5062 },
5063 "node_modules/upper-case": {
5064 "version": "1.1.3",
5065 "dev": true,
5066 "license": "MIT"
5067 },
5068 "node_modules/uri-js": {
5069 "version": "4.4.1",
5070 "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
5071 "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
5072 "dev": true,
5073 "dependencies": {
5074 "punycode": "^2.1.0"
5075 }
5076 },
5077 "node_modules/url-parse": {
5078 "version": "1.5.10",
5079 "license": "MIT",
5080 "dependencies": {
5081 "querystringify": "^2.1.1",
5082 "requires-port": "^1.0.0"
5083 }
5084 },
5085 "node_modules/util-deprecate": {
5086 "version": "1.0.2",
5087 "license": "MIT"
5088 },
5089 "node_modules/uuid": {
5090 "version": "9.0.0",
5091 "license": "MIT",
5092 "bin": {
5093 "uuid": "dist/bin/uuid"
5094 }
5095 },
5096 "node_modules/webidl-conversions": {
5097 "version": "3.0.1",
5098 "license": "BSD-2-Clause",
5099 "optional": true
5100 },
5101 "node_modules/whatwg-url": {
5102 "version": "5.0.0",
5103 "license": "MIT",
5104 "optional": true,
5105 "dependencies": {
5106 "tr46": "~0.0.3",
5107 "webidl-conversions": "^3.0.0"
5108 }
5109 },
5110 "node_modules/which": {
5111 "version": "2.0.2",
5112 "dev": true,
5113 "license": "ISC",
5114 "dependencies": {
5115 "isexe": "^2.0.0"
5116 },
5117 "bin": {
5118 "node-which": "bin/node-which"
5119 },
5120 "engines": {
5121 "node": ">= 8"
5122 }
5123 },
5124 "node_modules/which-module": {
5125 "version": "2.0.1",
5126 "devOptional": true,
5127 "license": "ISC"
5128 },
5129 "node_modules/wide-align": {
5130 "version": "1.1.5",
5131 "license": "ISC",
5132 "optional": true,
5133 "dependencies": {
5134 "string-width": "^1.0.2 || 2 || 3 || 4"
5135 }
5136 },
5137 "node_modules/workerpool": {
5138 "version": "6.2.1",
5139 "dev": true,
5140 "license": "Apache-2.0"
5141 },
5142 "node_modules/wrap-ansi": {
5143 "version": "7.0.0",
5144 "dev": true,
5145 "license": "MIT",
5146 "dependencies": {
5147 "ansi-styles": "^4.0.0",
5148 "string-width": "^4.1.0",
5149 "strip-ansi": "^6.0.0"
5150 },
5151 "engines": {
5152 "node": ">=10"
5153 },
5154 "funding": {
5155 "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
5156 }
5157 },
5158 "node_modules/wrappy": {
5159 "version": "1.0.2",
5160 "license": "ISC"
5161 },
5162 "node_modules/write-file-atomic": {
5163 "version": "3.0.3",
5164 "dev": true,
5165 "license": "ISC",
5166 "dependencies": {
5167 "imurmurhash": "^0.1.4",
5168 "is-typedarray": "^1.0.0",
5169 "signal-exit": "^3.0.2",
5170 "typedarray-to-buffer": "^3.1.5"
5171 }
5172 },
5173 "node_modules/xtend": {
5174 "version": "4.0.2",
5175 "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
5176 "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
5177 "engines": {
5178 "node": ">=0.4"
5179 }
5180 },
5181 "node_modules/y18n": {
5182 "version": "5.0.8",
5183 "dev": true,
5184 "license": "ISC",
5185 "engines": {
5186 "node": ">=10"
5187 }
5188 },
5189 "node_modules/yallist": {
5190 "version": "3.1.1",
5191 "dev": true,
5192 "license": "ISC"
5193 },
5194 "node_modules/yargs": {
5195 "version": "16.2.0",
5196 "dev": true,
5197 "license": "MIT",
5198 "dependencies": {
5199 "cliui": "^7.0.2",
5200 "escalade": "^3.1.1",
5201 "get-caller-file": "^2.0.5",
5202 "require-directory": "^2.1.1",
5203 "string-width": "^4.2.0",
5204 "y18n": "^5.0.5",
5205 "yargs-parser": "^20.2.2"
5206 },
5207 "engines": {
5208 "node": ">=10"
5209 }
5210 },
5211 "node_modules/yargs-parser": {
5212 "version": "20.2.4",
5213 "dev": true,
5214 "license": "ISC",
5215 "engines": {
5216 "node": ">=10"
5217 }
5218 },
5219 "node_modules/yargs-unparser": {
5220 "version": "2.0.0",
5221 "dev": true,
5222 "license": "MIT",
5223 "dependencies": {
5224 "camelcase": "^6.0.0",
5225 "decamelize": "^4.0.0",
5226 "flat": "^5.0.2",
5227 "is-plain-obj": "^2.1.0"
5228 },
5229 "engines": {
5230 "node": ">=10"
5231 }
5232 },
5233 "node_modules/yargs-unparser/node_modules/camelcase": {
5234 "version": "6.3.0",
5235 "dev": true,
5236 "license": "MIT",
5237 "engines": {
5238 "node": ">=10"
5239 },
5240 "funding": {
5241 "url": "https://github.com/sponsors/sindresorhus"
5242 }
5243 },
5244 "node_modules/yargs-unparser/node_modules/decamelize": {
5245 "version": "4.0.0",
5246 "dev": true,
5247 "license": "MIT",
5248 "engines": {
5249 "node": ">=10"
5250 },
5251 "funding": {
5252 "url": "https://github.com/sponsors/sindresorhus"
5253 }
5254 },
5255 "node_modules/yocto-queue": {
5256 "version": "0.1.0",
5257 "dev": true,
5258 "license": "MIT",
5259 "engines": {
5260 "node": ">=10"
5261 },
5262 "funding": {
5263 "url": "https://github.com/sponsors/sindresorhus"
5264 }
5265 }
5266 },
5267 "dependencies": {
5268 "@aashutoshrathi/word-wrap": {
5269 "version": "1.2.6",
5270 "dev": true
5271 },
5272 "@acuminous/bitsyntax": {
5273 "version": "0.1.2",
5274 "requires": {
5275 "buffer-more-ints": "~1.0.0",
5276 "debug": "^4.3.4",
5277 "safe-buffer": "~5.1.2"
5278 }
5279 },
5280 "@ampproject/remapping": {
5281 "version": "2.2.1",
5282 "dev": true,
5283 "requires": {
5284 "@jridgewell/gen-mapping": "^0.3.0",
5285 "@jridgewell/trace-mapping": "^0.3.9"
5286 }
5287 },
5288 "@babel/code-frame": {
5289 "version": "7.22.5",
5290 "dev": true,
5291 "requires": {
5292 "@babel/highlight": "^7.22.5"
5293 }
5294 },
5295 "@babel/compat-data": {
5296 "version": "7.22.5",
5297 "dev": true
5298 },
5299 "@babel/core": {
5300 "version": "7.22.5",
5301 "dev": true,
5302 "requires": {
5303 "@ampproject/remapping": "^2.2.0",
5304 "@babel/code-frame": "^7.22.5",
5305 "@babel/generator": "^7.22.5",
5306 "@babel/helper-compilation-targets": "^7.22.5",
5307 "@babel/helper-module-transforms": "^7.22.5",
5308 "@babel/helpers": "^7.22.5",
5309 "@babel/parser": "^7.22.5",
5310 "@babel/template": "^7.22.5",
5311 "@babel/traverse": "^7.22.5",
5312 "@babel/types": "^7.22.5",
5313 "convert-source-map": "^1.7.0",
5314 "debug": "^4.1.0",
5315 "gensync": "^1.0.0-beta.2",
5316 "json5": "^2.2.2",
5317 "semver": "^6.3.0"
5318 },
5319 "dependencies": {
5320 "semver": {
5321 "version": "6.3.1",
5322 "dev": true
5323 }
5324 }
5325 },
5326 "@babel/generator": {
5327 "version": "7.22.5",
5328 "dev": true,
5329 "requires": {
5330 "@babel/types": "^7.22.5",
5331 "@jridgewell/gen-mapping": "^0.3.2",
5332 "@jridgewell/trace-mapping": "^0.3.17",
5333 "jsesc": "^2.5.1"
5334 }
5335 },
5336 "@babel/helper-compilation-targets": {
5337 "version": "7.22.5",
5338 "dev": true,
5339 "requires": {
5340 "@babel/compat-data": "^7.22.5",
5341 "@babel/helper-validator-option": "^7.22.5",
5342 "browserslist": "^4.21.3",
5343 "lru-cache": "^5.1.1",
5344 "semver": "^6.3.0"
5345 },
5346 "dependencies": {
5347 "semver": {
5348 "version": "6.3.1",
5349 "dev": true
5350 }
5351 }
5352 },
5353 "@babel/helper-environment-visitor": {
5354 "version": "7.22.5",
5355 "dev": true
5356 },
5357 "@babel/helper-function-name": {
5358 "version": "7.22.5",
5359 "dev": true,
5360 "requires": {
5361 "@babel/template": "^7.22.5",
5362 "@babel/types": "^7.22.5"
5363 }
5364 },
5365 "@babel/helper-hoist-variables": {
5366 "version": "7.22.5",
5367 "dev": true,
5368 "requires": {
5369 "@babel/types": "^7.22.5"
5370 }
5371 },
5372 "@babel/helper-module-imports": {
5373 "version": "7.22.5",
5374 "dev": true,
5375 "requires": {
5376 "@babel/types": "^7.22.5"
5377 }
5378 },
5379 "@babel/helper-module-transforms": {
5380 "version": "7.22.5",
5381 "dev": true,
5382 "requires": {
5383 "@babel/helper-environment-visitor": "^7.22.5",
5384 "@babel/helper-module-imports": "^7.22.5",
5385 "@babel/helper-simple-access": "^7.22.5",
5386 "@babel/helper-split-export-declaration": "^7.22.5",
5387 "@babel/helper-validator-identifier": "^7.22.5",
5388 "@babel/template": "^7.22.5",
5389 "@babel/traverse": "^7.22.5",
5390 "@babel/types": "^7.22.5"
5391 }
5392 },
5393 "@babel/helper-simple-access": {
5394 "version": "7.22.5",
5395 "dev": true,
5396 "requires": {
5397 "@babel/types": "^7.22.5"
5398 }
5399 },
5400 "@babel/helper-split-export-declaration": {
5401 "version": "7.22.5",
5402 "dev": true,
5403 "requires": {
5404 "@babel/types": "^7.22.5"
5405 }
5406 },
5407 "@babel/helper-string-parser": {
5408 "version": "7.22.5",
5409 "dev": true
5410 },
5411 "@babel/helper-validator-identifier": {
5412 "version": "7.22.5",
5413 "dev": true
5414 },
5415 "@babel/helper-validator-option": {
5416 "version": "7.22.5",
5417 "dev": true
5418 },
5419 "@babel/helpers": {
5420 "version": "7.22.5",
5421 "dev": true,
5422 "requires": {
5423 "@babel/template": "^7.22.5",
5424 "@babel/traverse": "^7.22.5",
5425 "@babel/types": "^7.22.5"
5426 }
5427 },
5428 "@babel/highlight": {
5429 "version": "7.22.5",
5430 "dev": true,
5431 "requires": {
5432 "@babel/helper-validator-identifier": "^7.22.5",
5433 "chalk": "^2.0.0",
5434 "js-tokens": "^4.0.0"
5435 },
5436 "dependencies": {
5437 "ansi-styles": {
5438 "version": "3.2.1",
5439 "dev": true,
5440 "requires": {
5441 "color-convert": "^1.9.0"
5442 }
5443 },
5444 "chalk": {
5445 "version": "2.4.2",
5446 "dev": true,
5447 "requires": {
5448 "ansi-styles": "^3.2.1",
5449 "escape-string-regexp": "^1.0.5",
5450 "supports-color": "^5.3.0"
5451 }
5452 },
5453 "color-convert": {
5454 "version": "1.9.3",
5455 "dev": true,
5456 "requires": {
5457 "color-name": "1.1.3"
5458 }
5459 },
5460 "color-name": {
5461 "version": "1.1.3",
5462 "dev": true
5463 },
5464 "escape-string-regexp": {
5465 "version": "1.0.5",
5466 "dev": true
5467 },
5468 "has-flag": {
5469 "version": "3.0.0",
5470 "dev": true
5471 },
5472 "supports-color": {
5473 "version": "5.5.0",
5474 "dev": true,
5475 "requires": {
5476 "has-flag": "^3.0.0"
5477 }
5478 }
5479 }
5480 },
5481 "@babel/parser": {
5482 "version": "7.22.5",
5483 "dev": true
5484 },
5485 "@babel/template": {
5486 "version": "7.22.5",
5487 "dev": true,
5488 "requires": {
5489 "@babel/code-frame": "^7.22.5",
5490 "@babel/parser": "^7.22.5",
5491 "@babel/types": "^7.22.5"
5492 }
5493 },
5494 "@babel/traverse": {
5495 "version": "7.22.5",
5496 "dev": true,
5497 "requires": {
5498 "@babel/code-frame": "^7.22.5",
5499 "@babel/generator": "^7.22.5",
5500 "@babel/helper-environment-visitor": "^7.22.5",
5501 "@babel/helper-function-name": "^7.22.5",
5502 "@babel/helper-hoist-variables": "^7.22.5",
5503 "@babel/helper-split-export-declaration": "^7.22.5",
5504 "@babel/parser": "^7.22.5",
5505 "@babel/types": "^7.22.5",
5506 "debug": "^4.1.0",
5507 "globals": "^11.1.0"
5508 },
5509 "dependencies": {
5510 "globals": {
5511 "version": "11.12.0",
5512 "dev": true
5513 }
5514 }
5515 },
5516 "@babel/types": {
5517 "version": "7.22.5",
5518 "dev": true,
5519 "requires": {
5520 "@babel/helper-string-parser": "^7.22.5",
5521 "@babel/helper-validator-identifier": "^7.22.5",
5522 "to-fast-properties": "^2.0.0"
5523 }
5524 },
5525 "@eslint-community/eslint-utils": {
5526 "version": "4.4.0",
5527 "dev": true,
5528 "requires": {
5529 "eslint-visitor-keys": "^3.3.0"
5530 }
5531 },
5532 "@eslint-community/regexpp": {
5533 "version": "4.6.2",
5534 "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.6.2.tgz",
5535 "integrity": "sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==",
5536 "dev": true
5537 },
5538 "@eslint/eslintrc": {
5539 "version": "2.1.1",
5540 "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.1.tgz",
5541 "integrity": "sha512-9t7ZA7NGGK8ckelF0PQCfcxIUzs1Md5rrO6U/c+FIQNanea5UZC0wqKXH4vHBccmu4ZJgZ2idtPeW7+Q2npOEA==",
5542 "dev": true,
5543 "requires": {
5544 "ajv": "^6.12.4",
5545 "debug": "^4.3.2",
5546 "espree": "^9.6.0",
5547 "globals": "^13.19.0",
5548 "ignore": "^5.2.0",
5549 "import-fresh": "^3.2.1",
5550 "js-yaml": "^4.1.0",
5551 "minimatch": "^3.1.2",
5552 "strip-json-comments": "^3.1.1"
5553 }
5554 },
5555 "@eslint/js": {
5556 "version": "8.46.0",
5557 "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.46.0.tgz",
5558 "integrity": "sha512-a8TLtmPi8xzPkCbp/OGFUo5yhRkHM2Ko9kOWP4znJr0WAhWyThaw3PnwX4vOTWOAMsV2uRt32PPDcEz63esSaA==",
5559 "dev": true
5560 },
5561 "@humanwhocodes/config-array": {
5562 "version": "0.11.10",
5563 "dev": true,
5564 "requires": {
5565 "@humanwhocodes/object-schema": "^1.2.1",
5566 "debug": "^4.1.1",
5567 "minimatch": "^3.0.5"
5568 }
5569 },
5570 "@humanwhocodes/module-importer": {
5571 "version": "1.0.1",
5572 "dev": true
5573 },
5574 "@humanwhocodes/object-schema": {
5575 "version": "1.2.1",
5576 "dev": true
5577 },
5578 "@istanbuljs/load-nyc-config": {
5579 "version": "1.1.0",
5580 "dev": true,
5581 "requires": {
5582 "camelcase": "^5.3.1",
5583 "find-up": "^4.1.0",
5584 "get-package-type": "^0.1.0",
5585 "js-yaml": "^3.13.1",
5586 "resolve-from": "^5.0.0"
5587 },
5588 "dependencies": {
5589 "argparse": {
5590 "version": "1.0.10",
5591 "dev": true,
5592 "requires": {
5593 "sprintf-js": "~1.0.2"
5594 }
5595 },
5596 "find-up": {
5597 "version": "4.1.0",
5598 "dev": true,
5599 "requires": {
5600 "locate-path": "^5.0.0",
5601 "path-exists": "^4.0.0"
5602 }
5603 },
5604 "js-yaml": {
5605 "version": "3.14.1",
5606 "dev": true,
5607 "requires": {
5608 "argparse": "^1.0.7",
5609 "esprima": "^4.0.0"
5610 }
5611 },
5612 "locate-path": {
5613 "version": "5.0.0",
5614 "dev": true,
5615 "requires": {
5616 "p-locate": "^4.1.0"
5617 }
5618 },
5619 "p-limit": {
5620 "version": "2.3.0",
5621 "dev": true,
5622 "requires": {
5623 "p-try": "^2.0.0"
5624 }
5625 },
5626 "p-locate": {
5627 "version": "4.1.0",
5628 "dev": true,
5629 "requires": {
5630 "p-limit": "^2.2.0"
5631 }
5632 },
5633 "resolve-from": {
5634 "version": "5.0.0",
5635 "dev": true
5636 },
5637 "sprintf-js": {
5638 "version": "1.0.3",
5639 "dev": true
5640 }
5641 }
5642 },
5643 "@istanbuljs/schema": {
5644 "version": "0.1.3",
5645 "dev": true
5646 },
5647 "@jridgewell/gen-mapping": {
5648 "version": "0.3.3",
5649 "dev": true,
5650 "requires": {
5651 "@jridgewell/set-array": "^1.0.1",
5652 "@jridgewell/sourcemap-codec": "^1.4.10",
5653 "@jridgewell/trace-mapping": "^0.3.9"
5654 }
5655 },
5656 "@jridgewell/resolve-uri": {
5657 "version": "3.1.0",
5658 "dev": true
5659 },
5660 "@jridgewell/set-array": {
5661 "version": "1.1.2",
5662 "dev": true
5663 },
5664 "@jridgewell/sourcemap-codec": {
5665 "version": "1.4.15",
5666 "dev": true
5667 },
5668 "@jridgewell/trace-mapping": {
5669 "version": "0.3.18",
5670 "dev": true,
5671 "requires": {
5672 "@jridgewell/resolve-uri": "3.1.0",
5673 "@jridgewell/sourcemap-codec": "1.4.14"
5674 },
5675 "dependencies": {
5676 "@jridgewell/sourcemap-codec": {
5677 "version": "1.4.14",
5678 "dev": true
5679 }
5680 }
5681 },
5682 "@mapbox/node-pre-gyp": {
5683 "version": "1.0.10",
5684 "optional": true,
5685 "requires": {
5686 "detect-libc": "^2.0.0",
5687 "https-proxy-agent": "^5.0.0",
5688 "make-dir": "^3.1.0",
5689 "node-fetch": "^2.6.7",
5690 "nopt": "^5.0.0",
5691 "npmlog": "^5.0.1",
5692 "rimraf": "^3.0.2",
5693 "semver": "^7.3.5",
5694 "tar": "^6.1.11"
5695 }
5696 },
5697 "@nodelib/fs.scandir": {
5698 "version": "2.1.5",
5699 "dev": true,
5700 "requires": {
5701 "@nodelib/fs.stat": "2.0.5",
5702 "run-parallel": "^1.1.9"
5703 }
5704 },
5705 "@nodelib/fs.stat": {
5706 "version": "2.0.5",
5707 "dev": true
5708 },
5709 "@nodelib/fs.walk": {
5710 "version": "1.2.8",
5711 "dev": true,
5712 "requires": {
5713 "@nodelib/fs.scandir": "2.1.5",
5714 "fastq": "^1.6.0"
5715 }
5716 },
5717 "@phc/format": {
5718 "version": "1.0.0",
5719 "optional": true
5720 },
5721 "@sindresorhus/is": {
5722 "version": "5.4.1"
5723 },
5724 "@sinonjs/commons": {
5725 "version": "3.0.0",
5726 "dev": true,
5727 "requires": {
5728 "type-detect": "4.0.8"
5729 }
5730 },
5731 "@sinonjs/fake-timers": {
5732 "version": "10.3.0",
5733 "dev": true,
5734 "requires": {
5735 "@sinonjs/commons": "^3.0.0"
5736 }
5737 },
5738 "@sinonjs/samsam": {
5739 "version": "8.0.0",
5740 "dev": true,
5741 "requires": {
5742 "@sinonjs/commons": "^2.0.0",
5743 "lodash.get": "^4.4.2",
5744 "type-detect": "^4.0.8"
5745 },
5746 "dependencies": {
5747 "@sinonjs/commons": {
5748 "version": "2.0.0",
5749 "dev": true,
5750 "requires": {
5751 "type-detect": "4.0.8"
5752 }
5753 }
5754 }
5755 },
5756 "@sinonjs/text-encoding": {
5757 "version": "0.7.2",
5758 "dev": true
5759 },
5760 "@squeep/amqp-helper": {
5761 "version": "git+https://git.squeep.com/squeep-amqp-helper#174280d3f44ba13dac0b26d42d968189a4f4fa93",
5762 "from": "@squeep/amqp-helper@git+https://git.squeep.com/squeep-amqp-helper#v1.0.0",
5763 "requires": {
5764 "amqplib": "^0.10.3"
5765 }
5766 },
5767 "@squeep/api-dingus": {
5768 "version": "git+https://git.squeep.com/squeep-api-dingus/#3b15b5ff792fc5d61be8337989058c297460cd99",
5769 "from": "@squeep/api-dingus@git+https://git.squeep.com/squeep-api-dingus/#v1.2.9",
5770 "requires": {
5771 "mime-db": "^1.52.0",
5772 "uuid": "^9.0.0"
5773 }
5774 },
5775 "@squeep/authentication-module": {
5776 "version": "git+https://git.squeep.com/squeep-authentication-module/#a821a0f79c42f8ea55aec503c992650113d82028",
5777 "from": "@squeep/authentication-module@git+https://git.squeep.com/squeep-authentication-module/#v1.3.1",
5778 "requires": {
5779 "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.9",
5780 "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.4.0",
5781 "@squeep/indieauth-helper": "^1.3.0",
5782 "@squeep/mystery-box": "^2.0.1",
5783 "argon2": "^0.30.3",
5784 "node-linux-pam": "^0.2.1"
5785 }
5786 },
5787 "@squeep/base64url": {
5788 "version": "1.0.5"
5789 },
5790 "@squeep/chores": {
5791 "version": "git+https://git.squeep.com/squeep-chores/#d98a3c114eb33bd68477c0ca750e6f82b4d02964",
5792 "from": "@squeep/chores@git+https://git.squeep.com/squeep-chores/#v1.0.0"
5793 },
5794 "@squeep/html-template-helper": {
5795 "version": "git+https://git.squeep.com/squeep-html-template-helper#100046316a87631fb8814f80b35647709e6c7319",
5796 "from": "@squeep/html-template-helper@git+https://git.squeep.com/squeep-html-template-helper#v1.4.0",
5797 "requires": {
5798 "@squeep/lazy-property": "^1.1.2"
5799 }
5800 },
5801 "@squeep/indieauth-helper": {
5802 "version": "1.3.0",
5803 "requires": {
5804 "@squeep/web-linking": "^1.0.8",
5805 "got": "^13.0.0",
5806 "iconv": "^3.0.1",
5807 "ip-address": "^8.1.0",
5808 "microformats-parser": "^1.4.1"
5809 }
5810 },
5811 "@squeep/lazy-property": {
5812 "version": "1.1.2",
5813 "resolved": "https://registry.npmjs.org/@squeep/lazy-property/-/lazy-property-1.1.2.tgz",
5814 "integrity": "sha512-wRdR4IOqWXoDMArx0HPo5MtM2Wk5wemAULbZ6PabVw1ylSQekkzKfoAUuupxsKuzjcRPjZvbpGDv+i04hBMnQw=="
5815 },
5816 "@squeep/logger-json-console": {
5817 "version": "2.0.1"
5818 },
5819 "@squeep/mystery-box": {
5820 "version": "2.0.1"
5821 },
5822 "@squeep/resource-authentication-module": {
5823 "version": "git+https://git.squeep.com/squeep-resource-authentication-module#69a2f5e7d73dd3f58e07b652c306daa8b253245d",
5824 "from": "@squeep/resource-authentication-module@git+https://git.squeep.com/squeep-resource-authentication-module#v1.0.0",
5825 "requires": {
5826 "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.8",
5827 "@squeep/base64url": "^1.0.5",
5828 "uuid": "^9.0.0"
5829 }
5830 },
5831 "@squeep/roman": {
5832 "version": "1.0.0"
5833 },
5834 "@squeep/test-helper": {
5835 "version": "git+https://git.squeep.com/squeep-test-helper#7a5a384abb99757b53c8898c508023f0ba9e94b1",
5836 "dev": true,
5837 "from": "@squeep/test-helper@git+https://git.squeep.com/squeep-test-helper#v1.0.0",
5838 "requires": {
5839 "eslint": "^8.23.1",
5840 "eslint-plugin-node": "^11.1.0",
5841 "eslint-plugin-security": "^1.5.0",
5842 "eslint-plugin-sonarjs": "^0.15.0",
5843 "mocha": "^10.0.0",
5844 "nyc": "^15.1.0",
5845 "pre-commit": "^1.2.2",
5846 "sinon": "^14.0.0"
5847 },
5848 "dependencies": {
5849 "@sinonjs/commons": {
5850 "version": "2.0.0",
5851 "dev": true,
5852 "requires": {
5853 "type-detect": "4.0.8"
5854 }
5855 },
5856 "@sinonjs/fake-timers": {
5857 "version": "9.1.2",
5858 "dev": true,
5859 "requires": {
5860 "@sinonjs/commons": "^1.7.0"
5861 },
5862 "dependencies": {
5863 "@sinonjs/commons": {
5864 "version": "1.8.6",
5865 "dev": true,
5866 "requires": {
5867 "type-detect": "4.0.8"
5868 }
5869 }
5870 }
5871 },
5872 "@sinonjs/samsam": {
5873 "version": "7.0.1",
5874 "dev": true,
5875 "requires": {
5876 "@sinonjs/commons": "^2.0.0",
5877 "lodash.get": "^4.4.2",
5878 "type-detect": "^4.0.8"
5879 }
5880 },
5881 "eslint-plugin-sonarjs": {
5882 "version": "0.15.0",
5883 "dev": true,
5884 "requires": {}
5885 },
5886 "sinon": {
5887 "version": "14.0.2",
5888 "dev": true,
5889 "requires": {
5890 "@sinonjs/commons": "^2.0.0",
5891 "@sinonjs/fake-timers": "^9.1.2",
5892 "@sinonjs/samsam": "^7.0.1",
5893 "diff": "^5.0.0",
5894 "nise": "^5.1.2",
5895 "supports-color": "^7.2.0"
5896 }
5897 }
5898 }
5899 },
5900 "@squeep/web-linking": {
5901 "version": "1.0.8"
5902 },
5903 "@szmarczak/http-timer": {
5904 "version": "5.0.1",
5905 "requires": {
5906 "defer-to-connect": "^2.0.1"
5907 }
5908 },
5909 "@types/http-cache-semantics": {
5910 "version": "4.0.1"
5911 },
5912 "abbrev": {
5913 "version": "1.1.1",
5914 "optional": true
5915 },
5916 "acorn": {
5917 "version": "8.10.0",
5918 "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.10.0.tgz",
5919 "integrity": "sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==",
5920 "dev": true
5921 },
5922 "acorn-jsx": {
5923 "version": "5.3.2",
5924 "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
5925 "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
5926 "dev": true,
5927 "requires": {}
5928 },
5929 "agent-base": {
5930 "version": "6.0.2",
5931 "optional": true,
5932 "requires": {
5933 "debug": "4"
5934 }
5935 },
5936 "aggregate-error": {
5937 "version": "3.1.0",
5938 "dev": true,
5939 "requires": {
5940 "clean-stack": "^2.0.0",
5941 "indent-string": "^4.0.0"
5942 }
5943 },
5944 "ajv": {
5945 "version": "6.12.6",
5946 "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
5947 "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
5948 "dev": true,
5949 "requires": {
5950 "fast-deep-equal": "^3.1.1",
5951 "fast-json-stable-stringify": "^2.0.0",
5952 "json-schema-traverse": "^0.4.1",
5953 "uri-js": "^4.2.2"
5954 }
5955 },
5956 "amqplib": {
5957 "version": "0.10.3",
5958 "requires": {
5959 "@acuminous/bitsyntax": "^0.1.2",
5960 "buffer-more-ints": "~1.0.0",
5961 "readable-stream": "1.x >=1.1.9",
5962 "url-parse": "~1.5.10"
5963 }
5964 },
5965 "ansi-colors": {
5966 "version": "4.1.1",
5967 "dev": true
5968 },
5969 "ansi-regex": {
5970 "version": "5.0.1",
5971 "devOptional": true
5972 },
5973 "ansi-styles": {
5974 "version": "4.3.0",
5975 "devOptional": true,
5976 "requires": {
5977 "color-convert": "^2.0.1"
5978 }
5979 },
5980 "anymatch": {
5981 "version": "3.1.3",
5982 "dev": true,
5983 "requires": {
5984 "normalize-path": "^3.0.0",
5985 "picomatch": "^2.0.4"
5986 }
5987 },
5988 "append-transform": {
5989 "version": "2.0.0",
5990 "dev": true,
5991 "requires": {
5992 "default-require-extensions": "^3.0.0"
5993 }
5994 },
5995 "aproba": {
5996 "version": "2.0.0",
5997 "optional": true
5998 },
5999 "archy": {
6000 "version": "1.0.0",
6001 "dev": true
6002 },
6003 "are-we-there-yet": {
6004 "version": "2.0.0",
6005 "optional": true,
6006 "requires": {
6007 "delegates": "^1.0.0",
6008 "readable-stream": "^3.6.0"
6009 },
6010 "dependencies": {
6011 "readable-stream": {
6012 "version": "3.6.2",
6013 "optional": true,
6014 "requires": {
6015 "inherits": "^2.0.3",
6016 "string_decoder": "^1.1.1",
6017 "util-deprecate": "^1.0.1"
6018 }
6019 },
6020 "safe-buffer": {
6021 "version": "5.2.1",
6022 "optional": true
6023 },
6024 "string_decoder": {
6025 "version": "1.3.0",
6026 "optional": true,
6027 "requires": {
6028 "safe-buffer": "~5.2.0"
6029 }
6030 }
6031 }
6032 },
6033 "argon2": {
6034 "version": "0.30.3",
6035 "optional": true,
6036 "requires": {
6037 "@mapbox/node-pre-gyp": "^1.0.10",
6038 "@phc/format": "^1.0.0",
6039 "node-addon-api": "^5.0.0"
6040 }
6041 },
6042 "argparse": {
6043 "version": "2.0.1",
6044 "dev": true
6045 },
6046 "assert-options": {
6047 "version": "0.8.1"
6048 },
6049 "balanced-match": {
6050 "version": "1.0.2",
6051 "devOptional": true
6052 },
6053 "base64-js": {
6054 "version": "1.5.1"
6055 },
6056 "better-sqlite3": {
6057 "version": "8.5.0",
6058 "requires": {
6059 "bindings": "^1.5.0",
6060 "prebuild-install": "^7.1.0"
6061 }
6062 },
6063 "binary-extensions": {
6064 "version": "2.2.0",
6065 "dev": true
6066 },
6067 "bindings": {
6068 "version": "1.5.0",
6069 "requires": {
6070 "file-uri-to-path": "1.0.0"
6071 }
6072 },
6073 "bl": {
6074 "version": "4.1.0",
6075 "requires": {
6076 "buffer": "^5.5.0",
6077 "inherits": "^2.0.4",
6078 "readable-stream": "^3.4.0"
6079 },
6080 "dependencies": {
6081 "readable-stream": {
6082 "version": "3.6.2",
6083 "requires": {
6084 "inherits": "^2.0.3",
6085 "string_decoder": "^1.1.1",
6086 "util-deprecate": "^1.0.1"
6087 }
6088 },
6089 "safe-buffer": {
6090 "version": "5.2.1"
6091 },
6092 "string_decoder": {
6093 "version": "1.3.0",
6094 "requires": {
6095 "safe-buffer": "~5.2.0"
6096 }
6097 }
6098 }
6099 },
6100 "brace-expansion": {
6101 "version": "1.1.11",
6102 "devOptional": true,
6103 "requires": {
6104 "balanced-match": "^1.0.0",
6105 "concat-map": "0.0.1"
6106 }
6107 },
6108 "braces": {
6109 "version": "3.0.2",
6110 "dev": true,
6111 "requires": {
6112 "fill-range": "^7.0.1"
6113 }
6114 },
6115 "browser-stdout": {
6116 "version": "1.3.1",
6117 "dev": true
6118 },
6119 "browserslist": {
6120 "version": "4.21.7",
6121 "dev": true,
6122 "requires": {
6123 "caniuse-lite": "^1.0.30001489",
6124 "electron-to-chromium": "^1.4.411",
6125 "node-releases": "^2.0.12",
6126 "update-browserslist-db": "^1.0.11"
6127 }
6128 },
6129 "buffer": {
6130 "version": "5.7.1",
6131 "requires": {
6132 "base64-js": "^1.3.1",
6133 "ieee754": "^1.1.13"
6134 }
6135 },
6136 "buffer-from": {
6137 "version": "1.1.2",
6138 "dev": true
6139 },
6140 "buffer-more-ints": {
6141 "version": "1.0.0"
6142 },
6143 "buffer-writer": {
6144 "version": "2.0.0",
6145 "resolved": "https://registry.npmjs.org/buffer-writer/-/buffer-writer-2.0.0.tgz",
6146 "integrity": "sha512-a7ZpuTZU1TRtnwyCNW3I5dc0wWNC3VR9S++Ewyk2HHZdrO3CQJqSpd+95Us590V6AL7JqUAH2IwZ/398PmNFgw=="
6147 },
6148 "cacheable-lookup": {
6149 "version": "7.0.0"
6150 },
6151 "cacheable-request": {
6152 "version": "10.2.10",
6153 "requires": {
6154 "@types/http-cache-semantics": "^4.0.1",
6155 "get-stream": "^6.0.1",
6156 "http-cache-semantics": "^4.1.1",
6157 "keyv": "^4.5.2",
6158 "mimic-response": "^4.0.0",
6159 "normalize-url": "^8.0.0",
6160 "responselike": "^3.0.0"
6161 }
6162 },
6163 "caching-transform": {
6164 "version": "4.0.0",
6165 "dev": true,
6166 "requires": {
6167 "hasha": "^5.0.0",
6168 "make-dir": "^3.0.0",
6169 "package-hash": "^4.0.0",
6170 "write-file-atomic": "^3.0.0"
6171 }
6172 },
6173 "callsites": {
6174 "version": "3.1.0",
6175 "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
6176 "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
6177 "dev": true
6178 },
6179 "camel-case": {
6180 "version": "3.0.0",
6181 "dev": true,
6182 "requires": {
6183 "no-case": "^2.2.0",
6184 "upper-case": "^1.1.1"
6185 }
6186 },
6187 "camelcase": {
6188 "version": "5.3.1",
6189 "devOptional": true
6190 },
6191 "caniuse-lite": {
6192 "version": "1.0.30001498",
6193 "dev": true
6194 },
6195 "chalk": {
6196 "version": "4.1.2",
6197 "dev": true,
6198 "requires": {
6199 "ansi-styles": "^4.1.0",
6200 "supports-color": "^7.1.0"
6201 }
6202 },
6203 "chokidar": {
6204 "version": "3.5.3",
6205 "dev": true,
6206 "requires": {
6207 "anymatch": "~3.1.2",
6208 "braces": "~3.0.2",
6209 "fsevents": "~2.3.2",
6210 "glob-parent": "~5.1.2",
6211 "is-binary-path": "~2.1.0",
6212 "is-glob": "~4.0.1",
6213 "normalize-path": "~3.0.0",
6214 "readdirp": "~3.6.0"
6215 },
6216 "dependencies": {
6217 "glob-parent": {
6218 "version": "5.1.2",
6219 "dev": true,
6220 "requires": {
6221 "is-glob": "^4.0.1"
6222 }
6223 }
6224 }
6225 },
6226 "chownr": {
6227 "version": "2.0.0",
6228 "optional": true
6229 },
6230 "clean-css": {
6231 "version": "4.2.4",
6232 "dev": true,
6233 "requires": {
6234 "source-map": "~0.6.0"
6235 }
6236 },
6237 "clean-stack": {
6238 "version": "2.2.0",
6239 "dev": true
6240 },
6241 "cliui": {
6242 "version": "7.0.4",
6243 "dev": true,
6244 "requires": {
6245 "string-width": "^4.2.0",
6246 "strip-ansi": "^6.0.0",
6247 "wrap-ansi": "^7.0.0"
6248 }
6249 },
6250 "code-point-at": {
6251 "version": "1.1.0",
6252 "optional": true
6253 },
6254 "color-convert": {
6255 "version": "2.0.1",
6256 "devOptional": true,
6257 "requires": {
6258 "color-name": "~1.1.4"
6259 }
6260 },
6261 "color-name": {
6262 "version": "1.1.4",
6263 "devOptional": true
6264 },
6265 "color-support": {
6266 "version": "1.1.3",
6267 "optional": true
6268 },
6269 "commander": {
6270 "version": "2.17.1",
6271 "dev": true
6272 },
6273 "commondir": {
6274 "version": "1.0.1",
6275 "dev": true
6276 },
6277 "concat-map": {
6278 "version": "0.0.1",
6279 "devOptional": true
6280 },
6281 "concat-stream": {
6282 "version": "1.6.2",
6283 "dev": true,
6284 "requires": {
6285 "buffer-from": "^1.0.0",
6286 "inherits": "^2.0.3",
6287 "readable-stream": "^2.2.2",
6288 "typedarray": "^0.0.6"
6289 },
6290 "dependencies": {
6291 "isarray": {
6292 "version": "1.0.0",
6293 "dev": true
6294 },
6295 "readable-stream": {
6296 "version": "2.3.8",
6297 "dev": true,
6298 "requires": {
6299 "core-util-is": "~1.0.0",
6300 "inherits": "~2.0.3",
6301 "isarray": "~1.0.0",
6302 "process-nextick-args": "~2.0.0",
6303 "safe-buffer": "~5.1.1",
6304 "string_decoder": "~1.1.1",
6305 "util-deprecate": "~1.0.1"
6306 }
6307 },
6308 "string_decoder": {
6309 "version": "1.1.1",
6310 "dev": true,
6311 "requires": {
6312 "safe-buffer": "~5.1.0"
6313 }
6314 }
6315 }
6316 },
6317 "console-control-strings": {
6318 "version": "1.1.0",
6319 "optional": true
6320 },
6321 "convert-source-map": {
6322 "version": "1.9.0",
6323 "dev": true
6324 },
6325 "core-util-is": {
6326 "version": "1.0.3"
6327 },
6328 "cross-spawn": {
6329 "version": "7.0.3",
6330 "dev": true,
6331 "requires": {
6332 "path-key": "^3.1.0",
6333 "shebang-command": "^2.0.0",
6334 "which": "^2.0.1"
6335 }
6336 },
6337 "debug": {
6338 "version": "4.3.4",
6339 "requires": {
6340 "ms": "2.1.2"
6341 }
6342 },
6343 "decamelize": {
6344 "version": "1.2.0",
6345 "devOptional": true
6346 },
6347 "decompress-response": {
6348 "version": "6.0.0",
6349 "requires": {
6350 "mimic-response": "^3.1.0"
6351 },
6352 "dependencies": {
6353 "mimic-response": {
6354 "version": "3.1.0"
6355 }
6356 }
6357 },
6358 "deep-extend": {
6359 "version": "0.6.0"
6360 },
6361 "deep-is": {
6362 "version": "0.1.4",
6363 "dev": true
6364 },
6365 "default-require-extensions": {
6366 "version": "3.0.1",
6367 "dev": true,
6368 "requires": {
6369 "strip-bom": "^4.0.0"
6370 }
6371 },
6372 "defer-to-connect": {
6373 "version": "2.0.1"
6374 },
6375 "delegates": {
6376 "version": "1.0.0",
6377 "optional": true
6378 },
6379 "detect-libc": {
6380 "version": "2.0.1"
6381 },
6382 "diff": {
6383 "version": "5.0.0",
6384 "dev": true
6385 },
6386 "doctrine": {
6387 "version": "3.0.0",
6388 "dev": true,
6389 "requires": {
6390 "esutils": "^2.0.2"
6391 }
6392 },
6393 "electron-to-chromium": {
6394 "version": "1.4.427",
6395 "dev": true
6396 },
6397 "emoji-regex": {
6398 "version": "8.0.0",
6399 "devOptional": true
6400 },
6401 "end-of-stream": {
6402 "version": "1.4.4",
6403 "requires": {
6404 "once": "^1.4.0"
6405 }
6406 },
6407 "es6-error": {
6408 "version": "4.1.1",
6409 "dev": true
6410 },
6411 "escalade": {
6412 "version": "3.1.1",
6413 "dev": true
6414 },
6415 "escape-string-regexp": {
6416 "version": "4.0.0",
6417 "dev": true
6418 },
6419 "eslint": {
6420 "version": "8.46.0",
6421 "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.46.0.tgz",
6422 "integrity": "sha512-cIO74PvbW0qU8e0mIvk5IV3ToWdCq5FYG6gWPHHkx6gNdjlbAYvtfHmlCMXxjcoVaIdwy/IAt3+mDkZkfvb2Dg==",
6423 "dev": true,
6424 "requires": {
6425 "@eslint-community/eslint-utils": "^4.2.0",
6426 "@eslint-community/regexpp": "^4.6.1",
6427 "@eslint/eslintrc": "^2.1.1",
6428 "@eslint/js": "^8.46.0",
6429 "@humanwhocodes/config-array": "^0.11.10",
6430 "@humanwhocodes/module-importer": "^1.0.1",
6431 "@nodelib/fs.walk": "^1.2.8",
6432 "ajv": "^6.12.4",
6433 "chalk": "^4.0.0",
6434 "cross-spawn": "^7.0.2",
6435 "debug": "^4.3.2",
6436 "doctrine": "^3.0.0",
6437 "escape-string-regexp": "^4.0.0",
6438 "eslint-scope": "^7.2.2",
6439 "eslint-visitor-keys": "^3.4.2",
6440 "espree": "^9.6.1",
6441 "esquery": "^1.4.2",
6442 "esutils": "^2.0.2",
6443 "fast-deep-equal": "^3.1.3",
6444 "file-entry-cache": "^6.0.1",
6445 "find-up": "^5.0.0",
6446 "glob-parent": "^6.0.2",
6447 "globals": "^13.19.0",
6448 "graphemer": "^1.4.0",
6449 "ignore": "^5.2.0",
6450 "imurmurhash": "^0.1.4",
6451 "is-glob": "^4.0.0",
6452 "is-path-inside": "^3.0.3",
6453 "js-yaml": "^4.1.0",
6454 "json-stable-stringify-without-jsonify": "^1.0.1",
6455 "levn": "^0.4.1",
6456 "lodash.merge": "^4.6.2",
6457 "minimatch": "^3.1.2",
6458 "natural-compare": "^1.4.0",
6459 "optionator": "^0.9.3",
6460 "strip-ansi": "^6.0.1",
6461 "text-table": "^0.2.0"
6462 }
6463 },
6464 "eslint-plugin-es": {
6465 "version": "3.0.1",
6466 "dev": true,
6467 "requires": {
6468 "eslint-utils": "^2.0.0",
6469 "regexpp": "^3.0.0"
6470 }
6471 },
6472 "eslint-plugin-node": {
6473 "version": "11.1.0",
6474 "dev": true,
6475 "requires": {
6476 "eslint-plugin-es": "^3.0.0",
6477 "eslint-utils": "^2.0.0",
6478 "ignore": "^5.1.1",
6479 "minimatch": "^3.0.4",
6480 "resolve": "^1.10.1",
6481 "semver": "^6.1.0"
6482 },
6483 "dependencies": {
6484 "semver": {
6485 "version": "6.3.1",
6486 "dev": true
6487 }
6488 }
6489 },
6490 "eslint-plugin-promise": {
6491 "version": "6.1.1",
6492 "dev": true,
6493 "requires": {}
6494 },
6495 "eslint-plugin-security": {
6496 "version": "1.7.1",
6497 "dev": true,
6498 "requires": {
6499 "safe-regex": "^2.1.1"
6500 }
6501 },
6502 "eslint-plugin-sonarjs": {
6503 "version": "0.20.0",
6504 "resolved": "https://registry.npmjs.org/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.20.0.tgz",
6505 "integrity": "sha512-BRhZ7BY/oTr6DDaxvx58ReTg7R+J8T+Y2ZVGgShgpml25IHBTIG7EudUtHuJD1zhtMgUEt59x3VNvUQRo2LV6w==",
6506 "dev": true,
6507 "requires": {}
6508 },
6509 "eslint-scope": {
6510 "version": "7.2.2",
6511 "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz",
6512 "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
6513 "dev": true,
6514 "requires": {
6515 "esrecurse": "^4.3.0",
6516 "estraverse": "^5.2.0"
6517 }
6518 },
6519 "eslint-utils": {
6520 "version": "2.1.0",
6521 "dev": true,
6522 "requires": {
6523 "eslint-visitor-keys": "^1.1.0"
6524 },
6525 "dependencies": {
6526 "eslint-visitor-keys": {
6527 "version": "1.3.0",
6528 "dev": true
6529 }
6530 }
6531 },
6532 "eslint-visitor-keys": {
6533 "version": "3.4.2",
6534 "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.2.tgz",
6535 "integrity": "sha512-8drBzUEyZ2llkpCA67iYrgEssKDUu68V8ChqqOfFupIaG/LCVPUT+CoGJpT77zJprs4T/W7p07LP7zAIMuweVw==",
6536 "dev": true
6537 },
6538 "espree": {
6539 "version": "9.6.1",
6540 "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
6541 "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
6542 "dev": true,
6543 "requires": {
6544 "acorn": "^8.9.0",
6545 "acorn-jsx": "^5.3.2",
6546 "eslint-visitor-keys": "^3.4.1"
6547 }
6548 },
6549 "esprima": {
6550 "version": "4.0.1",
6551 "dev": true
6552 },
6553 "esquery": {
6554 "version": "1.5.0",
6555 "dev": true,
6556 "requires": {
6557 "estraverse": "^5.1.0"
6558 }
6559 },
6560 "esrecurse": {
6561 "version": "4.3.0",
6562 "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
6563 "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
6564 "dev": true,
6565 "requires": {
6566 "estraverse": "^5.2.0"
6567 }
6568 },
6569 "estraverse": {
6570 "version": "5.3.0",
6571 "dev": true
6572 },
6573 "esutils": {
6574 "version": "2.0.3",
6575 "dev": true
6576 },
6577 "expand-template": {
6578 "version": "2.0.3"
6579 },
6580 "fast-deep-equal": {
6581 "version": "3.1.3",
6582 "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
6583 "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
6584 "dev": true
6585 },
6586 "fast-json-stable-stringify": {
6587 "version": "2.1.0",
6588 "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
6589 "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
6590 "dev": true
6591 },
6592 "fast-levenshtein": {
6593 "version": "2.0.6",
6594 "dev": true
6595 },
6596 "fastq": {
6597 "version": "1.15.0",
6598 "dev": true,
6599 "requires": {
6600 "reusify": "^1.0.4"
6601 }
6602 },
6603 "file-entry-cache": {
6604 "version": "6.0.1",
6605 "dev": true,
6606 "requires": {
6607 "flat-cache": "^3.0.4"
6608 }
6609 },
6610 "file-uri-to-path": {
6611 "version": "1.0.0"
6612 },
6613 "fill-range": {
6614 "version": "7.0.1",
6615 "dev": true,
6616 "requires": {
6617 "to-regex-range": "^5.0.1"
6618 }
6619 },
6620 "find-cache-dir": {
6621 "version": "3.3.2",
6622 "dev": true,
6623 "requires": {
6624 "commondir": "^1.0.1",
6625 "make-dir": "^3.0.2",
6626 "pkg-dir": "^4.1.0"
6627 }
6628 },
6629 "find-up": {
6630 "version": "5.0.0",
6631 "dev": true,
6632 "requires": {
6633 "locate-path": "^6.0.0",
6634 "path-exists": "^4.0.0"
6635 }
6636 },
6637 "flat": {
6638 "version": "5.0.2",
6639 "dev": true
6640 },
6641 "flat-cache": {
6642 "version": "3.0.4",
6643 "dev": true,
6644 "requires": {
6645 "flatted": "^3.1.0",
6646 "rimraf": "^3.0.2"
6647 }
6648 },
6649 "flatted": {
6650 "version": "3.2.7",
6651 "dev": true
6652 },
6653 "foreground-child": {
6654 "version": "2.0.0",
6655 "dev": true,
6656 "requires": {
6657 "cross-spawn": "^7.0.0",
6658 "signal-exit": "^3.0.2"
6659 }
6660 },
6661 "form-data-encoder": {
6662 "version": "2.1.4"
6663 },
6664 "fromentries": {
6665 "version": "1.3.2",
6666 "dev": true
6667 },
6668 "fs-constants": {
6669 "version": "1.0.0"
6670 },
6671 "fs-minipass": {
6672 "version": "2.1.0",
6673 "optional": true,
6674 "requires": {
6675 "minipass": "^3.0.0"
6676 },
6677 "dependencies": {
6678 "minipass": {
6679 "version": "3.3.6",
6680 "optional": true,
6681 "requires": {
6682 "yallist": "^4.0.0"
6683 }
6684 },
6685 "yallist": {
6686 "version": "4.0.0",
6687 "optional": true
6688 }
6689 }
6690 },
6691 "fs.realpath": {
6692 "version": "1.0.0",
6693 "devOptional": true
6694 },
6695 "function-bind": {
6696 "version": "1.1.1",
6697 "dev": true
6698 },
6699 "gauge": {
6700 "version": "3.0.2",
6701 "optional": true,
6702 "requires": {
6703 "aproba": "^1.0.3 || ^2.0.0",
6704 "color-support": "^1.1.2",
6705 "console-control-strings": "^1.0.0",
6706 "has-unicode": "^2.0.1",
6707 "object-assign": "^4.1.1",
6708 "signal-exit": "^3.0.0",
6709 "string-width": "^4.2.3",
6710 "strip-ansi": "^6.0.1",
6711 "wide-align": "^1.1.2"
6712 }
6713 },
6714 "gensync": {
6715 "version": "1.0.0-beta.2",
6716 "dev": true
6717 },
6718 "get-caller-file": {
6719 "version": "2.0.5",
6720 "devOptional": true
6721 },
6722 "get-package-type": {
6723 "version": "0.1.0",
6724 "dev": true
6725 },
6726 "get-stream": {
6727 "version": "6.0.1"
6728 },
6729 "github-from-package": {
6730 "version": "0.0.0"
6731 },
6732 "glob": {
6733 "version": "7.2.0",
6734 "devOptional": true,
6735 "requires": {
6736 "fs.realpath": "^1.0.0",
6737 "inflight": "^1.0.4",
6738 "inherits": "2",
6739 "minimatch": "^3.0.4",
6740 "once": "^1.3.0",
6741 "path-is-absolute": "^1.0.0"
6742 }
6743 },
6744 "glob-parent": {
6745 "version": "6.0.2",
6746 "dev": true,
6747 "requires": {
6748 "is-glob": "^4.0.3"
6749 }
6750 },
6751 "globals": {
6752 "version": "13.20.0",
6753 "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz",
6754 "integrity": "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==",
6755 "dev": true,
6756 "requires": {
6757 "type-fest": "^0.20.2"
6758 }
6759 },
6760 "got": {
6761 "version": "13.0.0",
6762 "requires": {
6763 "@sindresorhus/is": "^5.2.0",
6764 "@szmarczak/http-timer": "^5.0.1",
6765 "cacheable-lookup": "^7.0.0",
6766 "cacheable-request": "^10.2.8",
6767 "decompress-response": "^6.0.0",
6768 "form-data-encoder": "^2.1.2",
6769 "get-stream": "^6.0.1",
6770 "http2-wrapper": "^2.1.10",
6771 "lowercase-keys": "^3.0.0",
6772 "p-cancelable": "^3.0.0",
6773 "responselike": "^3.0.0"
6774 }
6775 },
6776 "graceful-fs": {
6777 "version": "4.2.11",
6778 "dev": true
6779 },
6780 "graphemer": {
6781 "version": "1.4.0",
6782 "dev": true
6783 },
6784 "has": {
6785 "version": "1.0.3",
6786 "dev": true,
6787 "requires": {
6788 "function-bind": "^1.1.1"
6789 }
6790 },
6791 "has-flag": {
6792 "version": "4.0.0",
6793 "dev": true
6794 },
6795 "has-unicode": {
6796 "version": "2.0.1",
6797 "optional": true
6798 },
6799 "hasha": {
6800 "version": "5.2.2",
6801 "dev": true,
6802 "requires": {
6803 "is-stream": "^2.0.0",
6804 "type-fest": "^0.8.0"
6805 },
6806 "dependencies": {
6807 "type-fest": {
6808 "version": "0.8.1",
6809 "dev": true
6810 }
6811 }
6812 },
6813 "he": {
6814 "version": "1.2.0",
6815 "dev": true
6816 },
6817 "html-escaper": {
6818 "version": "2.0.2",
6819 "dev": true
6820 },
6821 "html-minifier": {
6822 "version": "3.5.21",
6823 "dev": true,
6824 "requires": {
6825 "camel-case": "3.0.x",
6826 "clean-css": "4.2.x",
6827 "commander": "2.17.x",
6828 "he": "1.2.x",
6829 "param-case": "2.1.x",
6830 "relateurl": "0.2.x",
6831 "uglify-js": "3.4.x"
6832 }
6833 },
6834 "html-minifier-lint": {
6835 "version": "2.0.0",
6836 "dev": true,
6837 "requires": {
6838 "html-minifier": "3.x"
6839 }
6840 },
6841 "http-cache-semantics": {
6842 "version": "4.1.1"
6843 },
6844 "http2-wrapper": {
6845 "version": "2.2.0",
6846 "requires": {
6847 "quick-lru": "^5.1.1",
6848 "resolve-alpn": "^1.2.0"
6849 }
6850 },
6851 "https-proxy-agent": {
6852 "version": "5.0.1",
6853 "optional": true,
6854 "requires": {
6855 "agent-base": "6",
6856 "debug": "4"
6857 }
6858 },
6859 "iconv": {
6860 "version": "3.0.1"
6861 },
6862 "ieee754": {
6863 "version": "1.2.1"
6864 },
6865 "ignore": {
6866 "version": "5.2.4",
6867 "dev": true
6868 },
6869 "import-fresh": {
6870 "version": "3.3.0",
6871 "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
6872 "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
6873 "dev": true,
6874 "requires": {
6875 "parent-module": "^1.0.0",
6876 "resolve-from": "^4.0.0"
6877 }
6878 },
6879 "imurmurhash": {
6880 "version": "0.1.4",
6881 "dev": true
6882 },
6883 "indent-string": {
6884 "version": "4.0.0",
6885 "dev": true
6886 },
6887 "inflight": {
6888 "version": "1.0.6",
6889 "devOptional": true,
6890 "requires": {
6891 "once": "^1.3.0",
6892 "wrappy": "1"
6893 }
6894 },
6895 "inherits": {
6896 "version": "2.0.4"
6897 },
6898 "ini": {
6899 "version": "1.3.8"
6900 },
6901 "ip-address": {
6902 "version": "8.1.0",
6903 "requires": {
6904 "jsbn": "1.1.0",
6905 "sprintf-js": "1.1.2"
6906 }
6907 },
6908 "is-binary-path": {
6909 "version": "2.1.0",
6910 "dev": true,
6911 "requires": {
6912 "binary-extensions": "^2.0.0"
6913 }
6914 },
6915 "is-core-module": {
6916 "version": "2.12.1",
6917 "dev": true,
6918 "requires": {
6919 "has": "^1.0.3"
6920 }
6921 },
6922 "is-extglob": {
6923 "version": "2.1.1",
6924 "dev": true
6925 },
6926 "is-fullwidth-code-point": {
6927 "version": "3.0.0",
6928 "devOptional": true
6929 },
6930 "is-glob": {
6931 "version": "4.0.3",
6932 "dev": true,
6933 "requires": {
6934 "is-extglob": "^2.1.1"
6935 }
6936 },
6937 "is-number": {
6938 "version": "7.0.0",
6939 "dev": true
6940 },
6941 "is-path-inside": {
6942 "version": "3.0.3",
6943 "dev": true
6944 },
6945 "is-plain-obj": {
6946 "version": "2.1.0",
6947 "dev": true
6948 },
6949 "is-stream": {
6950 "version": "2.0.1",
6951 "dev": true
6952 },
6953 "is-typedarray": {
6954 "version": "1.0.0",
6955 "dev": true
6956 },
6957 "is-unicode-supported": {
6958 "version": "0.1.0",
6959 "dev": true
6960 },
6961 "is-windows": {
6962 "version": "1.0.2",
6963 "dev": true
6964 },
6965 "isarray": {
6966 "version": "0.0.1"
6967 },
6968 "isexe": {
6969 "version": "2.0.0",
6970 "dev": true
6971 },
6972 "istanbul-lib-coverage": {
6973 "version": "3.2.0",
6974 "dev": true
6975 },
6976 "istanbul-lib-hook": {
6977 "version": "3.0.0",
6978 "dev": true,
6979 "requires": {
6980 "append-transform": "^2.0.0"
6981 }
6982 },
6983 "istanbul-lib-instrument": {
6984 "version": "4.0.3",
6985 "dev": true,
6986 "requires": {
6987 "@babel/core": "^7.7.5",
6988 "@istanbuljs/schema": "^0.1.2",
6989 "istanbul-lib-coverage": "^3.0.0",
6990 "semver": "^6.3.0"
6991 },
6992 "dependencies": {
6993 "semver": {
6994 "version": "6.3.1",
6995 "dev": true
6996 }
6997 }
6998 },
6999 "istanbul-lib-processinfo": {
7000 "version": "2.0.3",
7001 "dev": true,
7002 "requires": {
7003 "archy": "^1.0.0",
7004 "cross-spawn": "^7.0.3",
7005 "istanbul-lib-coverage": "^3.2.0",
7006 "p-map": "^3.0.0",
7007 "rimraf": "^3.0.0",
7008 "uuid": "^8.3.2"
7009 },
7010 "dependencies": {
7011 "uuid": {
7012 "version": "8.3.2",
7013 "dev": true
7014 }
7015 }
7016 },
7017 "istanbul-lib-report": {
7018 "version": "3.0.0",
7019 "dev": true,
7020 "requires": {
7021 "istanbul-lib-coverage": "^3.0.0",
7022 "make-dir": "^3.0.0",
7023 "supports-color": "^7.1.0"
7024 }
7025 },
7026 "istanbul-lib-source-maps": {
7027 "version": "4.0.1",
7028 "dev": true,
7029 "requires": {
7030 "debug": "^4.1.1",
7031 "istanbul-lib-coverage": "^3.0.0",
7032 "source-map": "^0.6.1"
7033 }
7034 },
7035 "istanbul-reports": {
7036 "version": "3.1.5",
7037 "dev": true,
7038 "requires": {
7039 "html-escaper": "^2.0.0",
7040 "istanbul-lib-report": "^3.0.0"
7041 }
7042 },
7043 "js-tokens": {
7044 "version": "4.0.0",
7045 "dev": true
7046 },
7047 "js-yaml": {
7048 "version": "4.1.0",
7049 "dev": true,
7050 "requires": {
7051 "argparse": "^2.0.1"
7052 }
7053 },
7054 "jsbn": {
7055 "version": "1.1.0"
7056 },
7057 "jsesc": {
7058 "version": "2.5.2",
7059 "dev": true
7060 },
7061 "json-buffer": {
7062 "version": "3.0.1"
7063 },
7064 "json-schema-traverse": {
7065 "version": "0.4.1",
7066 "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
7067 "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
7068 "dev": true
7069 },
7070 "json-stable-stringify-without-jsonify": {
7071 "version": "1.0.1",
7072 "dev": true
7073 },
7074 "json5": {
7075 "version": "2.2.3",
7076 "dev": true
7077 },
7078 "just-extend": {
7079 "version": "4.2.1",
7080 "dev": true
7081 },
7082 "keyv": {
7083 "version": "4.5.2",
7084 "requires": {
7085 "json-buffer": "3.0.1"
7086 }
7087 },
7088 "levn": {
7089 "version": "0.4.1",
7090 "dev": true,
7091 "requires": {
7092 "prelude-ls": "^1.2.1",
7093 "type-check": "~0.4.0"
7094 }
7095 },
7096 "locate-path": {
7097 "version": "6.0.0",
7098 "dev": true,
7099 "requires": {
7100 "p-locate": "^5.0.0"
7101 }
7102 },
7103 "lodash.flattendeep": {
7104 "version": "4.4.0",
7105 "dev": true
7106 },
7107 "lodash.get": {
7108 "version": "4.4.2",
7109 "dev": true
7110 },
7111 "lodash.merge": {
7112 "version": "4.6.2",
7113 "dev": true
7114 },
7115 "log-symbols": {
7116 "version": "4.1.0",
7117 "dev": true,
7118 "requires": {
7119 "chalk": "^4.1.0",
7120 "is-unicode-supported": "^0.1.0"
7121 }
7122 },
7123 "lower-case": {
7124 "version": "1.1.4",
7125 "dev": true
7126 },
7127 "lowercase-keys": {
7128 "version": "3.0.0"
7129 },
7130 "lru-cache": {
7131 "version": "5.1.1",
7132 "dev": true,
7133 "requires": {
7134 "yallist": "^3.0.2"
7135 }
7136 },
7137 "make-dir": {
7138 "version": "3.1.0",
7139 "devOptional": true,
7140 "requires": {
7141 "semver": "^6.0.0"
7142 },
7143 "dependencies": {
7144 "semver": {
7145 "version": "6.3.1",
7146 "devOptional": true
7147 }
7148 }
7149 },
7150 "microformats-parser": {
7151 "version": "1.4.1",
7152 "requires": {
7153 "parse5": "^6.0.0"
7154 }
7155 },
7156 "mime-db": {
7157 "version": "1.52.0"
7158 },
7159 "mimic-response": {
7160 "version": "4.0.0"
7161 },
7162 "minimatch": {
7163 "version": "3.1.2",
7164 "devOptional": true,
7165 "requires": {
7166 "brace-expansion": "^1.1.7"
7167 }
7168 },
7169 "minimist": {
7170 "version": "1.2.8"
7171 },
7172 "minipass": {
7173 "version": "5.0.0",
7174 "optional": true
7175 },
7176 "minizlib": {
7177 "version": "2.1.2",
7178 "optional": true,
7179 "requires": {
7180 "minipass": "^3.0.0",
7181 "yallist": "^4.0.0"
7182 },
7183 "dependencies": {
7184 "minipass": {
7185 "version": "3.3.6",
7186 "optional": true,
7187 "requires": {
7188 "yallist": "^4.0.0"
7189 }
7190 },
7191 "yallist": {
7192 "version": "4.0.0",
7193 "optional": true
7194 }
7195 }
7196 },
7197 "mkdirp": {
7198 "version": "1.0.4",
7199 "optional": true
7200 },
7201 "mkdirp-classic": {
7202 "version": "0.5.3"
7203 },
7204 "mocha": {
7205 "version": "10.2.0",
7206 "dev": true,
7207 "requires": {
7208 "ansi-colors": "4.1.1",
7209 "browser-stdout": "1.3.1",
7210 "chokidar": "3.5.3",
7211 "debug": "4.3.4",
7212 "diff": "5.0.0",
7213 "escape-string-regexp": "4.0.0",
7214 "find-up": "5.0.0",
7215 "glob": "7.2.0",
7216 "he": "1.2.0",
7217 "js-yaml": "4.1.0",
7218 "log-symbols": "4.1.0",
7219 "minimatch": "5.0.1",
7220 "ms": "2.1.3",
7221 "nanoid": "3.3.3",
7222 "serialize-javascript": "6.0.0",
7223 "strip-json-comments": "3.1.1",
7224 "supports-color": "8.1.1",
7225 "workerpool": "6.2.1",
7226 "yargs": "16.2.0",
7227 "yargs-parser": "20.2.4",
7228 "yargs-unparser": "2.0.0"
7229 },
7230 "dependencies": {
7231 "brace-expansion": {
7232 "version": "2.0.1",
7233 "dev": true,
7234 "requires": {
7235 "balanced-match": "^1.0.0"
7236 }
7237 },
7238 "minimatch": {
7239 "version": "5.0.1",
7240 "dev": true,
7241 "requires": {
7242 "brace-expansion": "^2.0.1"
7243 }
7244 },
7245 "ms": {
7246 "version": "2.1.3",
7247 "dev": true
7248 },
7249 "supports-color": {
7250 "version": "8.1.1",
7251 "dev": true,
7252 "requires": {
7253 "has-flag": "^4.0.0"
7254 }
7255 }
7256 }
7257 },
7258 "mocha-steps": {
7259 "version": "1.3.0",
7260 "dev": true
7261 },
7262 "ms": {
7263 "version": "2.1.2"
7264 },
7265 "nanoid": {
7266 "version": "3.3.3",
7267 "dev": true
7268 },
7269 "napi-build-utils": {
7270 "version": "1.0.2"
7271 },
7272 "natural-compare": {
7273 "version": "1.4.0",
7274 "dev": true
7275 },
7276 "nise": {
7277 "version": "5.1.4",
7278 "dev": true,
7279 "requires": {
7280 "@sinonjs/commons": "^2.0.0",
7281 "@sinonjs/fake-timers": "^10.0.2",
7282 "@sinonjs/text-encoding": "^0.7.1",
7283 "just-extend": "^4.0.2",
7284 "path-to-regexp": "^1.7.0"
7285 },
7286 "dependencies": {
7287 "@sinonjs/commons": {
7288 "version": "2.0.0",
7289 "dev": true,
7290 "requires": {
7291 "type-detect": "4.0.8"
7292 }
7293 }
7294 }
7295 },
7296 "no-case": {
7297 "version": "2.3.2",
7298 "dev": true,
7299 "requires": {
7300 "lower-case": "^1.1.1"
7301 }
7302 },
7303 "node-abi": {
7304 "version": "3.45.0",
7305 "requires": {
7306 "semver": "^7.3.5"
7307 }
7308 },
7309 "node-addon-api": {
7310 "version": "5.1.0",
7311 "optional": true
7312 },
7313 "node-fetch": {
7314 "version": "2.6.11",
7315 "optional": true,
7316 "requires": {
7317 "whatwg-url": "^5.0.0"
7318 }
7319 },
7320 "node-linux-pam": {
7321 "version": "0.2.1",
7322 "optional": true,
7323 "requires": {
7324 "@mapbox/node-pre-gyp": "1.0.5",
7325 "bindings": "1.5.0",
7326 "node-addon-api": "3.1.0",
7327 "string-template": "1.0.0",
7328 "yargs": "15.4.1"
7329 },
7330 "dependencies": {
7331 "@mapbox/node-pre-gyp": {
7332 "version": "1.0.5",
7333 "optional": true,
7334 "requires": {
7335 "detect-libc": "^1.0.3",
7336 "https-proxy-agent": "^5.0.0",
7337 "make-dir": "^3.1.0",
7338 "node-fetch": "^2.6.1",
7339 "nopt": "^5.0.0",
7340 "npmlog": "^4.1.2",
7341 "rimraf": "^3.0.2",
7342 "semver": "^7.3.4",
7343 "tar": "^6.1.0"
7344 }
7345 },
7346 "ansi-regex": {
7347 "version": "2.1.1",
7348 "optional": true
7349 },
7350 "aproba": {
7351 "version": "1.2.0",
7352 "optional": true
7353 },
7354 "are-we-there-yet": {
7355 "version": "1.1.7",
7356 "optional": true,
7357 "requires": {
7358 "delegates": "^1.0.0",
7359 "readable-stream": "^2.0.6"
7360 }
7361 },
7362 "cliui": {
7363 "version": "6.0.0",
7364 "optional": true,
7365 "requires": {
7366 "string-width": "^4.2.0",
7367 "strip-ansi": "^6.0.0",
7368 "wrap-ansi": "^6.2.0"
7369 },
7370 "dependencies": {
7371 "ansi-regex": {
7372 "version": "5.0.1",
7373 "optional": true
7374 },
7375 "strip-ansi": {
7376 "version": "6.0.1",
7377 "optional": true,
7378 "requires": {
7379 "ansi-regex": "^5.0.1"
7380 }
7381 }
7382 }
7383 },
7384 "detect-libc": {
7385 "version": "1.0.3",
7386 "optional": true
7387 },
7388 "find-up": {
7389 "version": "4.1.0",
7390 "optional": true,
7391 "requires": {
7392 "locate-path": "^5.0.0",
7393 "path-exists": "^4.0.0"
7394 }
7395 },
7396 "gauge": {
7397 "version": "2.7.4",
7398 "optional": true,
7399 "requires": {
7400 "aproba": "^1.0.3",
7401 "console-control-strings": "^1.0.0",
7402 "has-unicode": "^2.0.0",
7403 "object-assign": "^4.1.0",
7404 "signal-exit": "^3.0.0",
7405 "string-width": "^1.0.1",
7406 "strip-ansi": "^3.0.1",
7407 "wide-align": "^1.1.0"
7408 },
7409 "dependencies": {
7410 "string-width": {
7411 "version": "1.0.2",
7412 "optional": true,
7413 "requires": {
7414 "code-point-at": "^1.0.0",
7415 "is-fullwidth-code-point": "^1.0.0",
7416 "strip-ansi": "^3.0.0"
7417 }
7418 }
7419 }
7420 },
7421 "is-fullwidth-code-point": {
7422 "version": "1.0.0",
7423 "optional": true,
7424 "requires": {
7425 "number-is-nan": "^1.0.0"
7426 }
7427 },
7428 "isarray": {
7429 "version": "1.0.0",
7430 "optional": true
7431 },
7432 "locate-path": {
7433 "version": "5.0.0",
7434 "optional": true,
7435 "requires": {
7436 "p-locate": "^4.1.0"
7437 }
7438 },
7439 "node-addon-api": {
7440 "version": "3.1.0",
7441 "optional": true
7442 },
7443 "npmlog": {
7444 "version": "4.1.2",
7445 "optional": true,
7446 "requires": {
7447 "are-we-there-yet": "~1.1.2",
7448 "console-control-strings": "~1.1.0",
7449 "gauge": "~2.7.3",
7450 "set-blocking": "~2.0.0"
7451 }
7452 },
7453 "p-limit": {
7454 "version": "2.3.0",
7455 "optional": true,
7456 "requires": {
7457 "p-try": "^2.0.0"
7458 }
7459 },
7460 "p-locate": {
7461 "version": "4.1.0",
7462 "optional": true,
7463 "requires": {
7464 "p-limit": "^2.2.0"
7465 }
7466 },
7467 "readable-stream": {
7468 "version": "2.3.8",
7469 "optional": true,
7470 "requires": {
7471 "core-util-is": "~1.0.0",
7472 "inherits": "~2.0.3",
7473 "isarray": "~1.0.0",
7474 "process-nextick-args": "~2.0.0",
7475 "safe-buffer": "~5.1.1",
7476 "string_decoder": "~1.1.1",
7477 "util-deprecate": "~1.0.1"
7478 }
7479 },
7480 "string_decoder": {
7481 "version": "1.1.1",
7482 "optional": true,
7483 "requires": {
7484 "safe-buffer": "~5.1.0"
7485 }
7486 },
7487 "strip-ansi": {
7488 "version": "3.0.1",
7489 "optional": true,
7490 "requires": {
7491 "ansi-regex": "^2.0.0"
7492 }
7493 },
7494 "wrap-ansi": {
7495 "version": "6.2.0",
7496 "optional": true,
7497 "requires": {
7498 "ansi-styles": "^4.0.0",
7499 "string-width": "^4.1.0",
7500 "strip-ansi": "^6.0.0"
7501 },
7502 "dependencies": {
7503 "ansi-regex": {
7504 "version": "5.0.1",
7505 "optional": true
7506 },
7507 "strip-ansi": {
7508 "version": "6.0.1",
7509 "optional": true,
7510 "requires": {
7511 "ansi-regex": "^5.0.1"
7512 }
7513 }
7514 }
7515 },
7516 "y18n": {
7517 "version": "4.0.3",
7518 "optional": true
7519 },
7520 "yargs": {
7521 "version": "15.4.1",
7522 "optional": true,
7523 "requires": {
7524 "cliui": "^6.0.0",
7525 "decamelize": "^1.2.0",
7526 "find-up": "^4.1.0",
7527 "get-caller-file": "^2.0.1",
7528 "require-directory": "^2.1.1",
7529 "require-main-filename": "^2.0.0",
7530 "set-blocking": "^2.0.0",
7531 "string-width": "^4.2.0",
7532 "which-module": "^2.0.0",
7533 "y18n": "^4.0.0",
7534 "yargs-parser": "^18.1.2"
7535 }
7536 },
7537 "yargs-parser": {
7538 "version": "18.1.3",
7539 "optional": true,
7540 "requires": {
7541 "camelcase": "^5.0.0",
7542 "decamelize": "^1.2.0"
7543 }
7544 }
7545 }
7546 },
7547 "node-preload": {
7548 "version": "0.2.1",
7549 "dev": true,
7550 "requires": {
7551 "process-on-spawn": "^1.0.0"
7552 }
7553 },
7554 "node-releases": {
7555 "version": "2.0.12",
7556 "dev": true
7557 },
7558 "nopt": {
7559 "version": "5.0.0",
7560 "optional": true,
7561 "requires": {
7562 "abbrev": "1"
7563 }
7564 },
7565 "normalize-path": {
7566 "version": "3.0.0",
7567 "dev": true
7568 },
7569 "normalize-url": {
7570 "version": "8.0.0"
7571 },
7572 "npmlog": {
7573 "version": "5.0.1",
7574 "optional": true,
7575 "requires": {
7576 "are-we-there-yet": "^2.0.0",
7577 "console-control-strings": "^1.1.0",
7578 "gauge": "^3.0.0",
7579 "set-blocking": "^2.0.0"
7580 }
7581 },
7582 "number-is-nan": {
7583 "version": "1.0.1",
7584 "optional": true
7585 },
7586 "nyc": {
7587 "version": "15.1.0",
7588 "dev": true,
7589 "requires": {
7590 "@istanbuljs/load-nyc-config": "^1.0.0",
7591 "@istanbuljs/schema": "^0.1.2",
7592 "caching-transform": "^4.0.0",
7593 "convert-source-map": "^1.7.0",
7594 "decamelize": "^1.2.0",
7595 "find-cache-dir": "^3.2.0",
7596 "find-up": "^4.1.0",
7597 "foreground-child": "^2.0.0",
7598 "get-package-type": "^0.1.0",
7599 "glob": "^7.1.6",
7600 "istanbul-lib-coverage": "^3.0.0",
7601 "istanbul-lib-hook": "^3.0.0",
7602 "istanbul-lib-instrument": "^4.0.0",
7603 "istanbul-lib-processinfo": "^2.0.2",
7604 "istanbul-lib-report": "^3.0.0",
7605 "istanbul-lib-source-maps": "^4.0.0",
7606 "istanbul-reports": "^3.0.2",
7607 "make-dir": "^3.0.0",
7608 "node-preload": "^0.2.1",
7609 "p-map": "^3.0.0",
7610 "process-on-spawn": "^1.0.0",
7611 "resolve-from": "^5.0.0",
7612 "rimraf": "^3.0.0",
7613 "signal-exit": "^3.0.2",
7614 "spawn-wrap": "^2.0.0",
7615 "test-exclude": "^6.0.0",
7616 "yargs": "^15.0.2"
7617 },
7618 "dependencies": {
7619 "cliui": {
7620 "version": "6.0.0",
7621 "dev": true,
7622 "requires": {
7623 "string-width": "^4.2.0",
7624 "strip-ansi": "^6.0.0",
7625 "wrap-ansi": "^6.2.0"
7626 }
7627 },
7628 "find-up": {
7629 "version": "4.1.0",
7630 "dev": true,
7631 "requires": {
7632 "locate-path": "^5.0.0",
7633 "path-exists": "^4.0.0"
7634 }
7635 },
7636 "locate-path": {
7637 "version": "5.0.0",
7638 "dev": true,
7639 "requires": {
7640 "p-locate": "^4.1.0"
7641 }
7642 },
7643 "p-limit": {
7644 "version": "2.3.0",
7645 "dev": true,
7646 "requires": {
7647 "p-try": "^2.0.0"
7648 }
7649 },
7650 "p-locate": {
7651 "version": "4.1.0",
7652 "dev": true,
7653 "requires": {
7654 "p-limit": "^2.2.0"
7655 }
7656 },
7657 "resolve-from": {
7658 "version": "5.0.0",
7659 "dev": true
7660 },
7661 "wrap-ansi": {
7662 "version": "6.2.0",
7663 "dev": true,
7664 "requires": {
7665 "ansi-styles": "^4.0.0",
7666 "string-width": "^4.1.0",
7667 "strip-ansi": "^6.0.0"
7668 }
7669 },
7670 "y18n": {
7671 "version": "4.0.3",
7672 "dev": true
7673 },
7674 "yargs": {
7675 "version": "15.4.1",
7676 "dev": true,
7677 "requires": {
7678 "cliui": "^6.0.0",
7679 "decamelize": "^1.2.0",
7680 "find-up": "^4.1.0",
7681 "get-caller-file": "^2.0.1",
7682 "require-directory": "^2.1.1",
7683 "require-main-filename": "^2.0.0",
7684 "set-blocking": "^2.0.0",
7685 "string-width": "^4.2.0",
7686 "which-module": "^2.0.0",
7687 "y18n": "^4.0.0",
7688 "yargs-parser": "^18.1.2"
7689 }
7690 },
7691 "yargs-parser": {
7692 "version": "18.1.3",
7693 "dev": true,
7694 "requires": {
7695 "camelcase": "^5.0.0",
7696 "decamelize": "^1.2.0"
7697 }
7698 }
7699 }
7700 },
7701 "object-assign": {
7702 "version": "4.1.1",
7703 "optional": true
7704 },
7705 "once": {
7706 "version": "1.4.0",
7707 "requires": {
7708 "wrappy": "1"
7709 }
7710 },
7711 "optionator": {
7712 "version": "0.9.3",
7713 "dev": true,
7714 "requires": {
7715 "@aashutoshrathi/word-wrap": "^1.2.3",
7716 "deep-is": "^0.1.3",
7717 "fast-levenshtein": "^2.0.6",
7718 "levn": "^0.4.1",
7719 "prelude-ls": "^1.2.1",
7720 "type-check": "^0.4.0"
7721 }
7722 },
7723 "os-shim": {
7724 "version": "0.1.3",
7725 "dev": true
7726 },
7727 "p-cancelable": {
7728 "version": "3.0.0"
7729 },
7730 "p-limit": {
7731 "version": "3.1.0",
7732 "dev": true,
7733 "requires": {
7734 "yocto-queue": "^0.1.0"
7735 }
7736 },
7737 "p-locate": {
7738 "version": "5.0.0",
7739 "dev": true,
7740 "requires": {
7741 "p-limit": "^3.0.2"
7742 }
7743 },
7744 "p-map": {
7745 "version": "3.0.0",
7746 "dev": true,
7747 "requires": {
7748 "aggregate-error": "^3.0.0"
7749 }
7750 },
7751 "p-try": {
7752 "version": "2.2.0",
7753 "devOptional": true
7754 },
7755 "package-hash": {
7756 "version": "4.0.0",
7757 "dev": true,
7758 "requires": {
7759 "graceful-fs": "^4.1.15",
7760 "hasha": "^5.0.0",
7761 "lodash.flattendeep": "^4.4.0",
7762 "release-zalgo": "^1.0.0"
7763 }
7764 },
7765 "packet-reader": {
7766 "version": "1.0.0",
7767 "resolved": "https://registry.npmjs.org/packet-reader/-/packet-reader-1.0.0.tgz",
7768 "integrity": "sha512-HAKu/fG3HpHFO0AA8WE8q2g+gBJaZ9MG7fcKk+IJPLTGAD6Psw4443l+9DGRbOIh3/aXr7Phy0TjilYivJo5XQ=="
7769 },
7770 "param-case": {
7771 "version": "2.1.1",
7772 "dev": true,
7773 "requires": {
7774 "no-case": "^2.2.0"
7775 }
7776 },
7777 "parent-module": {
7778 "version": "1.0.1",
7779 "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
7780 "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
7781 "dev": true,
7782 "requires": {
7783 "callsites": "^3.0.0"
7784 }
7785 },
7786 "parse5": {
7787 "version": "6.0.1"
7788 },
7789 "path-exists": {
7790 "version": "4.0.0",
7791 "devOptional": true
7792 },
7793 "path-is-absolute": {
7794 "version": "1.0.1",
7795 "devOptional": true
7796 },
7797 "path-key": {
7798 "version": "3.1.1",
7799 "dev": true
7800 },
7801 "path-parse": {
7802 "version": "1.0.7",
7803 "dev": true
7804 },
7805 "path-to-regexp": {
7806 "version": "1.8.0",
7807 "dev": true,
7808 "requires": {
7809 "isarray": "0.0.1"
7810 }
7811 },
7812 "pg": {
7813 "version": "8.11.2",
7814 "resolved": "https://registry.npmjs.org/pg/-/pg-8.11.2.tgz",
7815 "integrity": "sha512-l4rmVeV8qTIrrPrIR3kZQqBgSN93331s9i6wiUiLOSk0Q7PmUxZD/m1rQI622l3NfqBby9Ar5PABfS/SulfieQ==",
7816 "requires": {
7817 "buffer-writer": "2.0.0",
7818 "packet-reader": "1.0.0",
7819 "pg-cloudflare": "^1.1.1",
7820 "pg-connection-string": "^2.6.2",
7821 "pg-pool": "^3.6.1",
7822 "pg-protocol": "^1.6.0",
7823 "pg-types": "^2.1.0",
7824 "pgpass": "1.x"
7825 }
7826 },
7827 "pg-cloudflare": {
7828 "version": "1.1.1",
7829 "resolved": "https://registry.npmjs.org/pg-cloudflare/-/pg-cloudflare-1.1.1.tgz",
7830 "integrity": "sha512-xWPagP/4B6BgFO+EKz3JONXv3YDgvkbVrGw2mTo3D6tVDQRh1e7cqVGvyR3BE+eQgAvx1XhW/iEASj4/jCWl3Q==",
7831 "optional": true
7832 },
7833 "pg-connection-string": {
7834 "version": "2.6.2",
7835 "resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.6.2.tgz",
7836 "integrity": "sha512-ch6OwaeaPYcova4kKZ15sbJ2hKb/VP48ZD2gE7i1J+L4MspCtBMAx8nMgz7bksc7IojCIIWuEhHibSMFH8m8oA=="
7837 },
7838 "pg-int8": {
7839 "version": "1.0.1",
7840 "resolved": "https://registry.npmjs.org/pg-int8/-/pg-int8-1.0.1.tgz",
7841 "integrity": "sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw=="
7842 },
7843 "pg-minify": {
7844 "version": "1.6.3"
7845 },
7846 "pg-pool": {
7847 "version": "3.6.1",
7848 "resolved": "https://registry.npmjs.org/pg-pool/-/pg-pool-3.6.1.tgz",
7849 "integrity": "sha512-jizsIzhkIitxCGfPRzJn1ZdcosIt3pz9Sh3V01fm1vZnbnCMgmGl5wvGGdNN2EL9Rmb0EcFoCkixH4Pu+sP9Og==",
7850 "requires": {}
7851 },
7852 "pg-promise": {
7853 "version": "11.5.3",
7854 "resolved": "https://registry.npmjs.org/pg-promise/-/pg-promise-11.5.3.tgz",
7855 "integrity": "sha512-OBrGa/fE8Sw9tGxXfI45+8sLsYXHLqc8nKWI9Kv7aFMXEWQhUNlCMBPe8m74ycjobnhYBnv4SM0/sFe35pyS8Q==",
7856 "requires": {
7857 "assert-options": "0.8.1",
7858 "pg": "8.11.2",
7859 "pg-minify": "1.6.3",
7860 "spex": "3.3.0"
7861 }
7862 },
7863 "pg-protocol": {
7864 "version": "1.6.0",
7865 "resolved": "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.6.0.tgz",
7866 "integrity": "sha512-M+PDm637OY5WM307051+bsDia5Xej6d9IR4GwJse1qA1DIhiKlksvrneZOYQq42OM+spubpcNYEo2FcKQrDk+Q=="
7867 },
7868 "pg-types": {
7869 "version": "2.2.0",
7870 "resolved": "https://registry.npmjs.org/pg-types/-/pg-types-2.2.0.tgz",
7871 "integrity": "sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==",
7872 "requires": {
7873 "pg-int8": "1.0.1",
7874 "postgres-array": "~2.0.0",
7875 "postgres-bytea": "~1.0.0",
7876 "postgres-date": "~1.0.4",
7877 "postgres-interval": "^1.1.0"
7878 }
7879 },
7880 "pgpass": {
7881 "version": "1.0.5",
7882 "resolved": "https://registry.npmjs.org/pgpass/-/pgpass-1.0.5.tgz",
7883 "integrity": "sha512-FdW9r/jQZhSeohs1Z3sI1yxFQNFvMcnmfuj4WBMUTxOrAyLMaTcE1aAMBiTlbMNaXvBCQuVi0R7hd8udDSP7ug==",
7884 "requires": {
7885 "split2": "^4.1.0"
7886 }
7887 },
7888 "picocolors": {
7889 "version": "1.0.0",
7890 "dev": true
7891 },
7892 "picomatch": {
7893 "version": "2.3.1",
7894 "dev": true
7895 },
7896 "pkg-dir": {
7897 "version": "4.2.0",
7898 "dev": true,
7899 "requires": {
7900 "find-up": "^4.0.0"
7901 },
7902 "dependencies": {
7903 "find-up": {
7904 "version": "4.1.0",
7905 "dev": true,
7906 "requires": {
7907 "locate-path": "^5.0.0",
7908 "path-exists": "^4.0.0"
7909 }
7910 },
7911 "locate-path": {
7912 "version": "5.0.0",
7913 "dev": true,
7914 "requires": {
7915 "p-locate": "^4.1.0"
7916 }
7917 },
7918 "p-limit": {
7919 "version": "2.3.0",
7920 "dev": true,
7921 "requires": {
7922 "p-try": "^2.0.0"
7923 }
7924 },
7925 "p-locate": {
7926 "version": "4.1.0",
7927 "dev": true,
7928 "requires": {
7929 "p-limit": "^2.2.0"
7930 }
7931 }
7932 }
7933 },
7934 "postgres-array": {
7935 "version": "2.0.0",
7936 "resolved": "https://registry.npmjs.org/postgres-array/-/postgres-array-2.0.0.tgz",
7937 "integrity": "sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA=="
7938 },
7939 "postgres-bytea": {
7940 "version": "1.0.0",
7941 "resolved": "https://registry.npmjs.org/postgres-bytea/-/postgres-bytea-1.0.0.tgz",
7942 "integrity": "sha512-xy3pmLuQqRBZBXDULy7KbaitYqLcmxigw14Q5sj8QBVLqEwXfeybIKVWiqAXTlcvdvb0+xkOtDbfQMOf4lST1w=="
7943 },
7944 "postgres-date": {
7945 "version": "1.0.7",
7946 "resolved": "https://registry.npmjs.org/postgres-date/-/postgres-date-1.0.7.tgz",
7947 "integrity": "sha512-suDmjLVQg78nMK2UZ454hAG+OAW+HQPZ6n++TNDUX+L0+uUlLywnoxJKDou51Zm+zTCjrCl0Nq6J9C5hP9vK/Q=="
7948 },
7949 "postgres-interval": {
7950 "version": "1.2.0",
7951 "resolved": "https://registry.npmjs.org/postgres-interval/-/postgres-interval-1.2.0.tgz",
7952 "integrity": "sha512-9ZhXKM/rw350N1ovuWHbGxnGh/SNJ4cnxHiM0rxE4VN41wsg8P8zWn9hv/buK00RP4WvlOyr/RBDiptyxVbkZQ==",
7953 "requires": {
7954 "xtend": "^4.0.0"
7955 }
7956 },
7957 "pre-commit": {
7958 "version": "1.2.2",
7959 "dev": true,
7960 "requires": {
7961 "cross-spawn": "^5.0.1",
7962 "spawn-sync": "^1.0.15",
7963 "which": "1.2.x"
7964 },
7965 "dependencies": {
7966 "cross-spawn": {
7967 "version": "5.1.0",
7968 "dev": true,
7969 "requires": {
7970 "lru-cache": "^4.0.1",
7971 "shebang-command": "^1.2.0",
7972 "which": "^1.2.9"
7973 }
7974 },
7975 "lru-cache": {
7976 "version": "4.1.5",
7977 "dev": true,
7978 "requires": {
7979 "pseudomap": "^1.0.2",
7980 "yallist": "^2.1.2"
7981 }
7982 },
7983 "shebang-command": {
7984 "version": "1.2.0",
7985 "dev": true,
7986 "requires": {
7987 "shebang-regex": "^1.0.0"
7988 }
7989 },
7990 "shebang-regex": {
7991 "version": "1.0.0",
7992 "dev": true
7993 },
7994 "which": {
7995 "version": "1.2.14",
7996 "dev": true,
7997 "requires": {
7998 "isexe": "^2.0.0"
7999 }
8000 },
8001 "yallist": {
8002 "version": "2.1.2",
8003 "dev": true
8004 }
8005 }
8006 },
8007 "prebuild-install": {
8008 "version": "7.1.1",
8009 "requires": {
8010 "detect-libc": "^2.0.0",
8011 "expand-template": "^2.0.3",
8012 "github-from-package": "0.0.0",
8013 "minimist": "^1.2.3",
8014 "mkdirp-classic": "^0.5.3",
8015 "napi-build-utils": "^1.0.1",
8016 "node-abi": "^3.3.0",
8017 "pump": "^3.0.0",
8018 "rc": "^1.2.7",
8019 "simple-get": "^4.0.0",
8020 "tar-fs": "^2.0.0",
8021 "tunnel-agent": "^0.6.0"
8022 }
8023 },
8024 "prelude-ls": {
8025 "version": "1.2.1",
8026 "dev": true
8027 },
8028 "process-nextick-args": {
8029 "version": "2.0.1",
8030 "devOptional": true
8031 },
8032 "process-on-spawn": {
8033 "version": "1.0.0",
8034 "dev": true,
8035 "requires": {
8036 "fromentries": "^1.2.0"
8037 }
8038 },
8039 "pseudomap": {
8040 "version": "1.0.2",
8041 "dev": true
8042 },
8043 "pump": {
8044 "version": "3.0.0",
8045 "requires": {
8046 "end-of-stream": "^1.1.0",
8047 "once": "^1.3.1"
8048 }
8049 },
8050 "punycode": {
8051 "version": "2.3.0",
8052 "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz",
8053 "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==",
8054 "dev": true
8055 },
8056 "querystringify": {
8057 "version": "2.2.0"
8058 },
8059 "queue-microtask": {
8060 "version": "1.2.3",
8061 "dev": true
8062 },
8063 "quick-lru": {
8064 "version": "5.1.1"
8065 },
8066 "randombytes": {
8067 "version": "2.1.0",
8068 "dev": true,
8069 "requires": {
8070 "safe-buffer": "^5.1.0"
8071 }
8072 },
8073 "rc": {
8074 "version": "1.2.8",
8075 "requires": {
8076 "deep-extend": "^0.6.0",
8077 "ini": "~1.3.0",
8078 "minimist": "^1.2.0",
8079 "strip-json-comments": "~2.0.1"
8080 },
8081 "dependencies": {
8082 "strip-json-comments": {
8083 "version": "2.0.1"
8084 }
8085 }
8086 },
8087 "readable-stream": {
8088 "version": "1.1.14",
8089 "requires": {
8090 "core-util-is": "~1.0.0",
8091 "inherits": "~2.0.1",
8092 "isarray": "0.0.1",
8093 "string_decoder": "~0.10.x"
8094 }
8095 },
8096 "readdirp": {
8097 "version": "3.6.0",
8098 "dev": true,
8099 "requires": {
8100 "picomatch": "^2.2.1"
8101 }
8102 },
8103 "regexp-tree": {
8104 "version": "0.1.27",
8105 "dev": true
8106 },
8107 "regexpp": {
8108 "version": "3.2.0",
8109 "dev": true
8110 },
8111 "relateurl": {
8112 "version": "0.2.7",
8113 "dev": true
8114 },
8115 "release-zalgo": {
8116 "version": "1.0.0",
8117 "dev": true,
8118 "requires": {
8119 "es6-error": "^4.0.1"
8120 }
8121 },
8122 "require-directory": {
8123 "version": "2.1.1",
8124 "devOptional": true
8125 },
8126 "require-main-filename": {
8127 "version": "2.0.0",
8128 "devOptional": true
8129 },
8130 "requires-port": {
8131 "version": "1.0.0"
8132 },
8133 "resolve": {
8134 "version": "1.22.2",
8135 "dev": true,
8136 "requires": {
8137 "is-core-module": "^2.11.0",
8138 "path-parse": "^1.0.7",
8139 "supports-preserve-symlinks-flag": "^1.0.0"
8140 }
8141 },
8142 "resolve-alpn": {
8143 "version": "1.2.1"
8144 },
8145 "resolve-from": {
8146 "version": "4.0.0",
8147 "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
8148 "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
8149 "dev": true
8150 },
8151 "responselike": {
8152 "version": "3.0.0",
8153 "requires": {
8154 "lowercase-keys": "^3.0.0"
8155 }
8156 },
8157 "reusify": {
8158 "version": "1.0.4",
8159 "dev": true
8160 },
8161 "rimraf": {
8162 "version": "3.0.2",
8163 "devOptional": true,
8164 "requires": {
8165 "glob": "^7.1.3"
8166 }
8167 },
8168 "run-parallel": {
8169 "version": "1.2.0",
8170 "dev": true,
8171 "requires": {
8172 "queue-microtask": "^1.2.2"
8173 }
8174 },
8175 "safe-buffer": {
8176 "version": "5.1.2"
8177 },
8178 "safe-regex": {
8179 "version": "2.1.1",
8180 "dev": true,
8181 "requires": {
8182 "regexp-tree": "~0.1.1"
8183 }
8184 },
8185 "semver": {
8186 "version": "7.5.3",
8187 "requires": {
8188 "lru-cache": "^6.0.0"
8189 },
8190 "dependencies": {
8191 "lru-cache": {
8192 "version": "6.0.0",
8193 "requires": {
8194 "yallist": "^4.0.0"
8195 }
8196 },
8197 "yallist": {
8198 "version": "4.0.0"
8199 }
8200 }
8201 },
8202 "serialize-javascript": {
8203 "version": "6.0.0",
8204 "dev": true,
8205 "requires": {
8206 "randombytes": "^2.1.0"
8207 }
8208 },
8209 "set-blocking": {
8210 "version": "2.0.0",
8211 "devOptional": true
8212 },
8213 "shebang-command": {
8214 "version": "2.0.0",
8215 "dev": true,
8216 "requires": {
8217 "shebang-regex": "^3.0.0"
8218 }
8219 },
8220 "shebang-regex": {
8221 "version": "3.0.0",
8222 "dev": true
8223 },
8224 "signal-exit": {
8225 "version": "3.0.7",
8226 "devOptional": true
8227 },
8228 "simple-concat": {
8229 "version": "1.0.1"
8230 },
8231 "simple-get": {
8232 "version": "4.0.1",
8233 "requires": {
8234 "decompress-response": "^6.0.0",
8235 "once": "^1.3.1",
8236 "simple-concat": "^1.0.0"
8237 }
8238 },
8239 "sinon": {
8240 "version": "15.2.0",
8241 "dev": true,
8242 "requires": {
8243 "@sinonjs/commons": "^3.0.0",
8244 "@sinonjs/fake-timers": "^10.3.0",
8245 "@sinonjs/samsam": "^8.0.0",
8246 "diff": "^5.1.0",
8247 "nise": "^5.1.4",
8248 "supports-color": "^7.2.0"
8249 },
8250 "dependencies": {
8251 "diff": {
8252 "version": "5.1.0",
8253 "dev": true
8254 }
8255 }
8256 },
8257 "source-map": {
8258 "version": "0.6.1",
8259 "dev": true
8260 },
8261 "spawn-sync": {
8262 "version": "1.0.15",
8263 "dev": true,
8264 "requires": {
8265 "concat-stream": "^1.4.7",
8266 "os-shim": "^0.1.2"
8267 }
8268 },
8269 "spawn-wrap": {
8270 "version": "2.0.0",
8271 "dev": true,
8272 "requires": {
8273 "foreground-child": "^2.0.0",
8274 "is-windows": "^1.0.2",
8275 "make-dir": "^3.0.0",
8276 "rimraf": "^3.0.0",
8277 "signal-exit": "^3.0.2",
8278 "which": "^2.0.1"
8279 }
8280 },
8281 "spex": {
8282 "version": "3.3.0"
8283 },
8284 "split2": {
8285 "version": "4.2.0",
8286 "resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
8287 "integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg=="
8288 },
8289 "sprintf-js": {
8290 "version": "1.1.2"
8291 },
8292 "string_decoder": {
8293 "version": "0.10.31"
8294 },
8295 "string-template": {
8296 "version": "1.0.0",
8297 "optional": true
8298 },
8299 "string-width": {
8300 "version": "4.2.3",
8301 "devOptional": true,
8302 "requires": {
8303 "emoji-regex": "^8.0.0",
8304 "is-fullwidth-code-point": "^3.0.0",
8305 "strip-ansi": "^6.0.1"
8306 }
8307 },
8308 "strip-ansi": {
8309 "version": "6.0.1",
8310 "devOptional": true,
8311 "requires": {
8312 "ansi-regex": "^5.0.1"
8313 }
8314 },
8315 "strip-bom": {
8316 "version": "4.0.0",
8317 "dev": true
8318 },
8319 "strip-json-comments": {
8320 "version": "3.1.1",
8321 "dev": true
8322 },
8323 "supports-color": {
8324 "version": "7.2.0",
8325 "dev": true,
8326 "requires": {
8327 "has-flag": "^4.0.0"
8328 }
8329 },
8330 "supports-preserve-symlinks-flag": {
8331 "version": "1.0.0",
8332 "dev": true
8333 },
8334 "tar": {
8335 "version": "6.1.15",
8336 "optional": true,
8337 "requires": {
8338 "chownr": "^2.0.0",
8339 "fs-minipass": "^2.0.0",
8340 "minipass": "^5.0.0",
8341 "minizlib": "^2.1.1",
8342 "mkdirp": "^1.0.3",
8343 "yallist": "^4.0.0"
8344 },
8345 "dependencies": {
8346 "yallist": {
8347 "version": "4.0.0",
8348 "optional": true
8349 }
8350 }
8351 },
8352 "tar-fs": {
8353 "version": "2.1.1",
8354 "requires": {
8355 "chownr": "^1.1.1",
8356 "mkdirp-classic": "^0.5.2",
8357 "pump": "^3.0.0",
8358 "tar-stream": "^2.1.4"
8359 },
8360 "dependencies": {
8361 "chownr": {
8362 "version": "1.1.4"
8363 }
8364 }
8365 },
8366 "tar-stream": {
8367 "version": "2.2.0",
8368 "requires": {
8369 "bl": "^4.0.3",
8370 "end-of-stream": "^1.4.1",
8371 "fs-constants": "^1.0.0",
8372 "inherits": "^2.0.3",
8373 "readable-stream": "^3.1.1"
8374 },
8375 "dependencies": {
8376 "readable-stream": {
8377 "version": "3.6.2",
8378 "requires": {
8379 "inherits": "^2.0.3",
8380 "string_decoder": "^1.1.1",
8381 "util-deprecate": "^1.0.1"
8382 }
8383 },
8384 "safe-buffer": {
8385 "version": "5.2.1"
8386 },
8387 "string_decoder": {
8388 "version": "1.3.0",
8389 "requires": {
8390 "safe-buffer": "~5.2.0"
8391 }
8392 }
8393 }
8394 },
8395 "test-exclude": {
8396 "version": "6.0.0",
8397 "dev": true,
8398 "requires": {
8399 "@istanbuljs/schema": "^0.1.2",
8400 "glob": "^7.1.4",
8401 "minimatch": "^3.0.4"
8402 }
8403 },
8404 "text-table": {
8405 "version": "0.2.0",
8406 "dev": true
8407 },
8408 "to-fast-properties": {
8409 "version": "2.0.0",
8410 "dev": true
8411 },
8412 "to-regex-range": {
8413 "version": "5.0.1",
8414 "dev": true,
8415 "requires": {
8416 "is-number": "^7.0.0"
8417 }
8418 },
8419 "tr46": {
8420 "version": "0.0.3",
8421 "optional": true
8422 },
8423 "tunnel-agent": {
8424 "version": "0.6.0",
8425 "requires": {
8426 "safe-buffer": "^5.0.1"
8427 }
8428 },
8429 "type-check": {
8430 "version": "0.4.0",
8431 "dev": true,
8432 "requires": {
8433 "prelude-ls": "^1.2.1"
8434 }
8435 },
8436 "type-detect": {
8437 "version": "4.0.8",
8438 "dev": true
8439 },
8440 "type-fest": {
8441 "version": "0.20.2",
8442 "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
8443 "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
8444 "dev": true
8445 },
8446 "typedarray": {
8447 "version": "0.0.6",
8448 "dev": true
8449 },
8450 "typedarray-to-buffer": {
8451 "version": "3.1.5",
8452 "dev": true,
8453 "requires": {
8454 "is-typedarray": "^1.0.0"
8455 }
8456 },
8457 "uglify-js": {
8458 "version": "3.4.10",
8459 "dev": true,
8460 "requires": {
8461 "commander": "~2.19.0",
8462 "source-map": "~0.6.1"
8463 },
8464 "dependencies": {
8465 "commander": {
8466 "version": "2.19.0",
8467 "dev": true
8468 }
8469 }
8470 },
8471 "update-browserslist-db": {
8472 "version": "1.0.11",
8473 "dev": true,
8474 "requires": {
8475 "escalade": "^3.1.1",
8476 "picocolors": "^1.0.0"
8477 }
8478 },
8479 "upper-case": {
8480 "version": "1.1.3",
8481 "dev": true
8482 },
8483 "uri-js": {
8484 "version": "4.4.1",
8485 "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
8486 "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
8487 "dev": true,
8488 "requires": {
8489 "punycode": "^2.1.0"
8490 }
8491 },
8492 "url-parse": {
8493 "version": "1.5.10",
8494 "requires": {
8495 "querystringify": "^2.1.1",
8496 "requires-port": "^1.0.0"
8497 }
8498 },
8499 "util-deprecate": {
8500 "version": "1.0.2"
8501 },
8502 "uuid": {
8503 "version": "9.0.0"
8504 },
8505 "webidl-conversions": {
8506 "version": "3.0.1",
8507 "optional": true
8508 },
8509 "whatwg-url": {
8510 "version": "5.0.0",
8511 "optional": true,
8512 "requires": {
8513 "tr46": "~0.0.3",
8514 "webidl-conversions": "^3.0.0"
8515 }
8516 },
8517 "which": {
8518 "version": "2.0.2",
8519 "dev": true,
8520 "requires": {
8521 "isexe": "^2.0.0"
8522 }
8523 },
8524 "which-module": {
8525 "version": "2.0.1",
8526 "devOptional": true
8527 },
8528 "wide-align": {
8529 "version": "1.1.5",
8530 "optional": true,
8531 "requires": {
8532 "string-width": "^1.0.2 || 2 || 3 || 4"
8533 }
8534 },
8535 "workerpool": {
8536 "version": "6.2.1",
8537 "dev": true
8538 },
8539 "wrap-ansi": {
8540 "version": "7.0.0",
8541 "dev": true,
8542 "requires": {
8543 "ansi-styles": "^4.0.0",
8544 "string-width": "^4.1.0",
8545 "strip-ansi": "^6.0.0"
8546 }
8547 },
8548 "wrappy": {
8549 "version": "1.0.2"
8550 },
8551 "write-file-atomic": {
8552 "version": "3.0.3",
8553 "dev": true,
8554 "requires": {
8555 "imurmurhash": "^0.1.4",
8556 "is-typedarray": "^1.0.0",
8557 "signal-exit": "^3.0.2",
8558 "typedarray-to-buffer": "^3.1.5"
8559 }
8560 },
8561 "xtend": {
8562 "version": "4.0.2",
8563 "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
8564 "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ=="
8565 },
8566 "y18n": {
8567 "version": "5.0.8",
8568 "dev": true
8569 },
8570 "yallist": {
8571 "version": "3.1.1",
8572 "dev": true
8573 },
8574 "yargs": {
8575 "version": "16.2.0",
8576 "dev": true,
8577 "requires": {
8578 "cliui": "^7.0.2",
8579 "escalade": "^3.1.1",
8580 "get-caller-file": "^2.0.5",
8581 "require-directory": "^2.1.1",
8582 "string-width": "^4.2.0",
8583 "y18n": "^5.0.5",
8584 "yargs-parser": "^20.2.2"
8585 }
8586 },
8587 "yargs-parser": {
8588 "version": "20.2.4",
8589 "dev": true
8590 },
8591 "yargs-unparser": {
8592 "version": "2.0.0",
8593 "dev": true,
8594 "requires": {
8595 "camelcase": "^6.0.0",
8596 "decamelize": "^4.0.0",
8597 "flat": "^5.0.2",
8598 "is-plain-obj": "^2.1.0"
8599 },
8600 "dependencies": {
8601 "camelcase": {
8602 "version": "6.3.0",
8603 "dev": true
8604 },
8605 "decamelize": {
8606 "version": "4.0.0",
8607 "dev": true
8608 }
8609 }
8610 },
8611 "yocto-queue": {
8612 "version": "0.1.0",
8613 "dev": true
8614 }
8615 }
8616 }