|
21 | 21 | "devDependencies": {
|
22 | 22 | "@biomejs/biome": "^1.9.4",
|
23 | 23 | "@types/bun": "latest",
|
| 24 | + "rimraf": "^6.0.1", |
24 | 25 | "typescript": "^5",
|
25 | 26 | },
|
26 | 27 | "peerDependencies": {
|
|
107 | 108 |
|
108 | 109 | "aggregate-error": [ "[email protected]", "", { "dependencies": { "clean-stack": "^2.0.0", "indent-string": "^4.0.0" } }, ""],
|
109 | 110 |
|
110 |
| - "ansi-regex": ["ansi-regex@5.0.1", "", {}, ""], |
| 111 | + "ansi-regex": ["ansi-regex@6.1.0", "", {}, ""], |
111 | 112 |
|
112 | 113 | "ansi-styles": [ "[email protected]", "", {}, ""],
|
113 | 114 |
|
|
129 | 130 |
|
130 | 131 | "body-parser": [ "[email protected]", "", { "dependencies": { "bytes": "^3.1.2", "content-type": "^1.0.5", "debug": "^4.4.0", "http-errors": "^2.0.0", "iconv-lite": "^0.5.2", "on-finished": "^2.4.1", "qs": "^6.14.0", "raw-body": "^3.0.0", "type-is": "^2.0.0" } }, ""],
|
131 | 132 |
|
132 |
| - "brace-expansion": ["brace-expansion@1.1.11", "", { "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" } }, ""], |
| 133 | + "brace-expansion": ["brace-expansion@2.0.1", "", { "dependencies": { "balanced-match": "^1.0.0" } }, ""], |
133 | 134 |
|
134 | 135 | "buffer": [ "[email protected]", "", { "dependencies": { "base64-js": "^1.0.2", "ieee754": "^1.1.4", "isarray": "^1.0.0" } }, ""],
|
135 | 136 |
|
|
199 | 200 |
|
200 | 201 | "ee-first": [ "[email protected]", "", {}, ""],
|
201 | 202 |
|
202 |
| - "emoji-regex": ["emoji-regex@8.0.0", "", {}, ""], |
| 203 | + "emoji-regex": ["emoji-regex@9.2.2", "", {}, ""], |
203 | 204 |
|
204 | 205 | "encodeurl": [ "[email protected]", "", {}, ""],
|
205 | 206 |
|
|
255 | 256 |
|
256 | 257 | "get-proto": [ "[email protected]", "", { "dependencies": { "dunder-proto": "^1.0.1", "es-object-atoms": "^1.0.0" } }, ""],
|
257 | 258 |
|
258 |
| - "glob": ["glob@7.2.3", "", { "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", "inherits": "2", "minimatch": "^3.1.1", "once": "^1.3.0", "path-is-absolute": "^1.0.0" } }, ""], |
| 259 | + "glob": ["glob@11.0.1", "", { "dependencies": { "foreground-child": "^3.1.0", "jackspeak": "^4.0.1", "minimatch": "^10.0.0", "minipass": "^7.1.2", "package-json-from-dist": "^1.0.0", "path-scurry": "^2.0.0" }, "bin": { "glob": "dist/esm/bin.mjs" } }, "sha512-zrQDm8XPnYEKawJScsnM0QzobJxlT/kHOOlRTio8IH/GrmxRE5fjllkzdaHclIuNjUQTJYH2xHNIGfdpJkDJUw=="], |
259 | 260 |
|
260 | 261 | "gopd": [ "[email protected]", "", {}, ""],
|
261 | 262 |
|
|
321 | 322 |
|
322 | 323 | "isexe": [ "[email protected]", "", {}, ""],
|
323 | 324 |
|
324 |
| - "jackspeak": ["jackspeak@3.4.3", "", { "dependencies": { "@isaacs/cliui": "^8.0.2" }, "optionalDependencies": { "@pkgjs/parseargs": "^0.11.0" } }, ""], |
| 325 | + "jackspeak": ["jackspeak@4.1.0", "", { "dependencies": { "@isaacs/cliui": "^8.0.2" } }, "sha512-9DDdhb5j6cpeitCbvLO7n7J4IxnbM6hoF6O1g4HQ5TfhvvKN8ywDM7668ZhMHRqVmxqhps/F6syWK2KcPxYlkw=="], |
325 | 326 |
|
326 | 327 | "jmespath": [ "[email protected]", "", {}, ""],
|
327 | 328 |
|
|
335 | 336 |
|
336 | 337 | "long": [ "[email protected]", "", {}, ""],
|
337 | 338 |
|
338 |
| - "lru-cache": ["lru-cache@7.18.3", "", {}, ""], |
| 339 | + "lru-cache": ["lru-cache@11.1.0", "", {}, "sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A=="], |
339 | 340 |
|
340 | 341 | "make-fetch-happen": [ "[email protected]", "", { "dependencies": { "agentkeepalive": "^4.2.1", "cacache": "^16.1.0", "http-cache-semantics": "^4.1.0", "http-proxy-agent": "^5.0.0", "https-proxy-agent": "^5.0.0", "is-lambda": "^1.0.1", "lru-cache": "^7.7.1", "minipass": "^3.1.6", "minipass-collect": "^1.0.2", "minipass-fetch": "^2.0.3", "minipass-flush": "^1.0.5", "minipass-pipeline": "^1.2.4", "negotiator": "^0.6.3", "promise-retry": "^2.0.1", "socks-proxy-agent": "^7.0.0", "ssri": "^9.0.0" } }, ""],
|
341 | 342 |
|
|
351 | 352 |
|
352 | 353 | "mime-types": [ "[email protected]", "", { "dependencies": { "mime-db": "^1.53.0" } }, ""],
|
353 | 354 |
|
354 |
| - "minimatch": ["minimatch@3.1.2", "", { "dependencies": { "brace-expansion": "^1.1.7" } }, ""], |
| 355 | + "minimatch": ["minimatch@10.0.1", "", { "dependencies": { "brace-expansion": "^2.0.1" } }, "sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ=="], |
355 | 356 |
|
356 | 357 | "minipass": [ "[email protected]", "", {}, ""],
|
357 | 358 |
|
|
411 | 412 |
|
412 | 413 | "path-key": [ "[email protected]", "", {}, ""],
|
413 | 414 |
|
414 |
| - "path-scurry": ["path-scurry@1.11.1", "", { "dependencies": { "lru-cache": "^10.2.0", "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" } }, ""], |
| 415 | + "path-scurry": ["path-scurry@2.0.0", "", { "dependencies": { "lru-cache": "^11.0.0", "minipass": "^7.1.2" } }, "sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg=="], |
415 | 416 |
|
416 | 417 | "path-to-regexp": [ "[email protected]", "", {}, ""],
|
417 | 418 |
|
|
443 | 444 |
|
444 | 445 | "retry": [ "[email protected]", "", {}, ""],
|
445 | 446 |
|
446 |
| - "rimraf": ["rimraf@3.0.2", "", { "dependencies": { "glob": "^7.1.3" }, "bin": "bin.js" }, ""], |
| 447 | + "rimraf": ["rimraf@6.0.1", "", { "dependencies": { "glob": "^11.0.0", "package-json-from-dist": "^1.0.0" }, "bin": { "rimraf": "dist/esm/bin.mjs" } }, "sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A=="], |
447 | 448 |
|
448 | 449 | "router": [ "[email protected]", "", { "dependencies": { "is-promise": "^4.0.0", "parseurl": "^1.3.3", "path-to-regexp": "^8.0.0" } }, ""],
|
449 | 450 |
|
|
481 | 482 |
|
482 | 483 | "side-channel-weakmap": [ "[email protected]", "", { "dependencies": { "call-bound": "^1.0.2", "es-errors": "^1.3.0", "get-intrinsic": "^1.2.5", "object-inspect": "^1.13.3", "side-channel-map": "^1.0.1" } }, ""],
|
483 | 484 |
|
484 |
| - "signal-exit": ["signal-exit@3.0.7", "", {}, ""], |
| 485 | + "signal-exit": ["signal-exit@4.1.0", "", {}, ""], |
485 | 486 |
|
486 | 487 | "smart-buffer": [ "[email protected]", "", {}, ""],
|
487 | 488 |
|
|
497 | 498 |
|
498 | 499 | "strict-event-emitter": [ "[email protected]", "", {}, ""],
|
499 | 500 |
|
500 |
| - "string-width": ["string-width@4.2.3", "", { "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", "strip-ansi": "^6.0.1" } }, ""], |
| 501 | + "string-width": ["string-width@5.1.2", "", { "dependencies": { "eastasianwidth": "^0.2.0", "emoji-regex": "^9.2.2", "strip-ansi": "^7.0.1" } }, ""], |
501 | 502 |
|
502 | 503 | "string-width-cjs": [ "[email protected]", "", { "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", "strip-ansi": "^6.0.1" } }, ""],
|
503 | 504 |
|
504 | 505 | "string_decoder": [ "[email protected]", "", { "dependencies": { "safe-buffer": "~5.2.0" } }, ""],
|
505 | 506 |
|
506 |
| - "strip-ansi": ["strip-ansi@6.0.1", "", { "dependencies": { "ansi-regex": "^5.0.1" } }, ""], |
| 507 | + "strip-ansi": ["strip-ansi@7.1.0", "", { "dependencies": { "ansi-regex": "^6.0.1" } }, ""], |
507 | 508 |
|
508 | 509 | "strip-ansi-cjs": [ "[email protected]", "", { "dependencies": { "ansi-regex": "^5.0.1" } }, ""],
|
509 | 510 |
|
|
575 | 576 |
|
576 | 577 | "zod-to-json-schema": [ "[email protected]", "", { "peerDependencies": { "zod": "^3.24.1" } }, ""],
|
577 | 578 |
|
578 |
| - "@isaacs/cliui/string-width": [ "[email protected]", "", { "dependencies": { "eastasianwidth": "^0.2.0", "emoji-regex": "^9.2.2", "strip-ansi": "^7.0.1" } }, ""], |
579 |
| - |
580 |
| - "@isaacs/cliui/strip-ansi": [ "[email protected]", "", { "dependencies": { "ansi-regex": "^6.0.1" } }, ""], |
581 |
| - |
582 | 579 | "@npmcli/move-file/mkdirp": [ "[email protected]", "", { "bin": "bin/cmd.js" }, ""],
|
583 | 580 |
|
| 581 | + "@npmcli/move-file/rimraf": [ "[email protected]", "", { "dependencies": { "glob": "^7.1.3" }, "bin": "bin.js" }, ""], |
| 582 | + |
584 | 583 | "body-parser/debug": [ "[email protected]", "", { "dependencies": { "ms": "^2.1.3" } }, ""],
|
585 | 584 |
|
586 | 585 | "body-parser/iconv-lite": [ "[email protected]", "", { "dependencies": { "safer-buffer": ">= 2.1.2 < 3" } }, ""],
|
|
591 | 590 |
|
592 | 591 | "cacache/glob": [ "[email protected]", "", { "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", "inherits": "2", "minimatch": "^5.0.1", "once": "^1.3.0" } }, ""],
|
593 | 592 |
|
| 593 | + "cacache/lru-cache": [ "[email protected]", "", {}, ""], |
| 594 | + |
594 | 595 | "cacache/minipass": [ "[email protected]", "", { "dependencies": { "yallist": "^4.0.0" } }, ""],
|
595 | 596 |
|
596 | 597 | "cacache/mkdirp": [ "[email protected]", "", { "bin": "bin/cmd.js" }, ""],
|
597 | 598 |
|
| 599 | + "cacache/rimraf": [ "[email protected]", "", { "dependencies": { "glob": "^7.1.3" }, "bin": "bin.js" }, ""], |
| 600 | + |
598 | 601 | "cacache/tar": [ "[email protected]", "", { "dependencies": { "chownr": "^2.0.0", "fs-minipass": "^2.0.0", "minipass": "^5.0.0", "minizlib": "^2.1.1", "mkdirp": "^1.0.3", "yallist": "^4.0.0" } }, ""],
|
599 | 602 |
|
600 | 603 | "cross-spawn/which": [ "[email protected]", "", { "dependencies": { "isexe": "^2.0.0" }, "bin": { "node-which": "bin/node-which" } }, ""],
|
601 | 604 |
|
602 | 605 | "finalhandler/debug": [ "[email protected]", "", { "dependencies": { "ms": "^2.1.3" } }, ""],
|
603 | 606 |
|
604 |
| - "foreground-child/signal-exit": [ "[email protected]", "", {}, ""], |
605 |
| - |
606 | 607 | "fs-minipass/minipass": [ "[email protected]", "", { "dependencies": { "yallist": "^4.0.0" } }, ""],
|
607 | 608 |
|
| 609 | + "gauge/signal-exit": [ "[email protected]", "", {}, ""], |
| 610 | + |
| 611 | + "gauge/string-width": [ "[email protected]", "", { "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", "strip-ansi": "^6.0.1" } }, ""], |
| 612 | + |
| 613 | + "gauge/strip-ansi": [ "[email protected]", "", { "dependencies": { "ansi-regex": "^5.0.1" } }, ""], |
| 614 | + |
608 | 615 | "http-proxy-agent/agent-base": [ "[email protected]", "", { "dependencies": { "debug": "4" } }, ""],
|
609 | 616 |
|
610 | 617 | "http-proxy-agent/debug": [ "[email protected]", "", { "dependencies": { "ms": "^2.1.3" } }, ""],
|
|
615 | 622 |
|
616 | 623 | "make-fetch-happen/https-proxy-agent": [ "[email protected]", "", { "dependencies": { "agent-base": "6", "debug": "4" } }, ""],
|
617 | 624 |
|
| 625 | + "make-fetch-happen/lru-cache": [ "[email protected]", "", {}, ""], |
| 626 | + |
618 | 627 | "make-fetch-happen/minipass": [ "[email protected]", "", { "dependencies": { "yallist": "^4.0.0" } }, ""],
|
619 | 628 |
|
620 | 629 | "make-fetch-happen/negotiator": [ "[email protected]", "", {}, ""],
|
|
633 | 642 |
|
634 | 643 | "minizlib/rimraf": [ "[email protected]", "", { "dependencies": { "glob": "^10.3.7" }, "bin": "dist/esm/bin.mjs" }, ""],
|
635 | 644 |
|
| 645 | + "node-gyp/glob": [ "[email protected]", "", { "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", "inherits": "2", "minimatch": "^3.1.1", "once": "^1.3.0", "path-is-absolute": "^1.0.0" } }, ""], |
| 646 | + |
636 | 647 | "node-gyp/nopt": [ "[email protected]", "", { "dependencies": { "abbrev": "^1.0.0" }, "bin": "bin/nopt.js" }, ""],
|
637 | 648 |
|
| 649 | + "node-gyp/rimraf": [ "[email protected]", "", { "dependencies": { "glob": "^7.1.3" }, "bin": "bin.js" }, ""], |
| 650 | + |
638 | 651 | "node-gyp/tar": [ "[email protected]", "", { "dependencies": { "chownr": "^2.0.0", "fs-minipass": "^2.0.0", "minipass": "^5.0.0", "minizlib": "^2.1.1", "mkdirp": "^1.0.3", "yallist": "^4.0.0" } }, ""],
|
639 | 652 |
|
640 | 653 | "node-gyp/which": [ "[email protected]", "", { "dependencies": { "isexe": "^2.0.0" }, "bin": { "node-which": "bin/node-which" } }, ""],
|
641 | 654 |
|
642 |
| - "path-scurry/lru-cache": [ "[email protected]", "", {}, ""], |
643 |
| - |
644 | 655 | "send/fresh": [ "[email protected]", "", {}, ""],
|
645 | 656 |
|
646 | 657 | "send/mime-types": [ "[email protected]", "", { "dependencies": { "mime-db": "1.52.0" } }, ""],
|
|
653 | 664 |
|
654 | 665 | "ssri/minipass": [ "[email protected]", "", { "dependencies": { "yallist": "^4.0.0" } }, ""],
|
655 | 666 |
|
656 |
| - "wrap-ansi/string-width": [ "[email protected]", "", { "dependencies": { "eastasianwidth": "^0.2.0", "emoji-regex": "^9.2.2", "strip-ansi": "^7.0.1" } }, ""], |
| 667 | + "string-width-cjs/emoji-regex": [ "[email protected]", "", {}, ""], |
| 668 | + |
| 669 | + "string-width-cjs/strip-ansi": [ "[email protected]", "", { "dependencies": { "ansi-regex": "^5.0.1" } }, ""], |
| 670 | + |
| 671 | + "strip-ansi-cjs/ansi-regex": [ "[email protected]", "", {}, ""], |
657 | 672 |
|
658 |
| - "wrap-ansi/strip-ansi": [ "[email protected]", "", { "dependencies": { "ansi-regex": "^6.0.1" } }, ""], |
| 673 | + "wide-align/string-width": [ "[email protected]", "", { "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", "strip-ansi": "^6.0.1" } }, ""], |
659 | 674 |
|
660 | 675 | "wrap-ansi-cjs/ansi-styles": [ "[email protected]", "", { "dependencies": { "color-convert": "^2.0.1" } }, ""],
|
661 | 676 |
|
662 |
| - "@isaacs/cliui/string-width/emoji-regex": ["emoji-regex@9.2.2", "", {}, ""], |
| 677 | + "wrap-ansi-cjs/string-width": ["string-width@4.2.3", "", { "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", "strip-ansi": "^6.0.1" } }, ""], |
663 | 678 |
|
664 |
| - "@isaacs/cliui/strip-ansi/ansi-regex": [ "[email protected]", "", {}, ""], |
| 679 | + "wrap-ansi-cjs/strip-ansi": [ "[email protected]", "", { "dependencies": { "ansi-regex": "^5.0.1" } }, ""], |
| 680 | + |
| 681 | + "@npmcli/move-file/rimraf/glob": [ "[email protected]", "", { "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", "inherits": "2", "minimatch": "^3.1.1", "once": "^1.3.0", "path-is-absolute": "^1.0.0" } }, ""], |
665 | 682 |
|
666 | 683 | "body-parser/debug/ms": [ "[email protected]", "", {}, ""],
|
667 | 684 |
|
668 | 685 | "cacache/glob/minimatch": [ "[email protected]", "", { "dependencies": { "brace-expansion": "^2.0.1" } }, ""],
|
669 | 686 |
|
670 | 687 | "cacache/minipass/yallist": [ "[email protected]", "", {}, ""],
|
671 | 688 |
|
| 689 | + "cacache/rimraf/glob": [ "[email protected]", "", { "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", "inherits": "2", "minimatch": "^3.1.1", "once": "^1.3.0", "path-is-absolute": "^1.0.0" } }, ""], |
| 690 | + |
672 | 691 | "cacache/tar/minipass": [ "[email protected]", "", {}, ""],
|
673 | 692 |
|
674 | 693 | "cacache/tar/minizlib": [ "[email protected]", "", { "dependencies": { "minipass": "^3.0.0", "yallist": "^4.0.0" } }, ""],
|
|
681 | 700 |
|
682 | 701 | "fs-minipass/minipass/yallist": [ "[email protected]", "", {}, ""],
|
683 | 702 |
|
| 703 | + "gauge/string-width/emoji-regex": [ "[email protected]", "", {}, ""], |
| 704 | + |
| 705 | + "gauge/strip-ansi/ansi-regex": [ "[email protected]", "", {}, ""], |
| 706 | + |
684 | 707 | "http-proxy-agent/debug/ms": [ "[email protected]", "", {}, ""],
|
685 | 708 |
|
686 | 709 | "https-proxy-agent/debug/ms": [ "[email protected]", "", {}, ""],
|
|
705 | 728 |
|
706 | 729 | "minizlib/rimraf/glob": [ "[email protected]", "", { "dependencies": { "foreground-child": "^3.1.0", "jackspeak": "^3.1.2", "minimatch": "^9.0.4", "minipass": "^7.1.2", "package-json-from-dist": "^1.0.0", "path-scurry": "^1.11.1" }, "bin": "dist/esm/bin.mjs" }, ""],
|
707 | 730 |
|
| 731 | + "node-gyp/glob/minimatch": [ "[email protected]", "", { "dependencies": { "brace-expansion": "^1.1.7" } }, ""], |
| 732 | + |
708 | 733 | "node-gyp/nopt/abbrev": [ "[email protected]", "", {}, ""],
|
709 | 734 |
|
710 | 735 | "node-gyp/tar/chownr": [ "[email protected]", "", {}, ""],
|
|
725 | 750 |
|
726 | 751 | "ssri/minipass/yallist": [ "[email protected]", "", {}, ""],
|
727 | 752 |
|
728 |
| - "wrap-ansi/string-width/emoji-regex": [ "[email protected]", "", {}, ""], |
| 753 | + "string-width-cjs/strip-ansi/ansi-regex": [ "[email protected]", "", {}, ""], |
| 754 | + |
| 755 | + "wide-align/string-width/emoji-regex": [ "[email protected]", "", {}, ""], |
| 756 | + |
| 757 | + "wide-align/string-width/strip-ansi": [ "[email protected]", "", { "dependencies": { "ansi-regex": "^5.0.1" } }, ""], |
| 758 | + |
| 759 | + "wrap-ansi-cjs/string-width/emoji-regex": [ "[email protected]", "", {}, ""], |
729 | 760 |
|
730 |
| - "wrap-ansi/strip-ansi/ansi-regex": ["ansi-regex@6.1.0", "", {}, ""], |
| 761 | + "wrap-ansi-cjs/strip-ansi/ansi-regex": ["ansi-regex@5.0.1", "", {}, ""], |
731 | 762 |
|
732 |
| - "cacache/glob/minimatch/brace-expansion": [ "[email protected]", "", { "dependencies": { "balanced-match": "^1.0.0" } }, ""], |
| 763 | + "@npmcli/move-file/rimraf/glob/minimatch": [ "[email protected]", "", { "dependencies": { "brace-expansion": "^1.1.7" } }, ""], |
| 764 | + |
| 765 | + "cacache/rimraf/glob/minimatch": [ "[email protected]", "", { "dependencies": { "brace-expansion": "^1.1.7" } }, ""], |
733 | 766 |
|
734 | 767 | "cacache/tar/minizlib/minipass": [ "[email protected]", "", { "dependencies": { "yallist": "^4.0.0" } }, ""],
|
735 | 768 |
|
736 | 769 | "make-fetch-happen/https-proxy-agent/debug/ms": [ "[email protected]", "", {}, ""],
|
737 | 770 |
|
| 771 | + "minizlib/rimraf/glob/jackspeak": [ "[email protected]", "", { "dependencies": { "@isaacs/cliui": "^8.0.2" }, "optionalDependencies": { "@pkgjs/parseargs": "^0.11.0" } }, ""], |
| 772 | + |
738 | 773 | "minizlib/rimraf/glob/minimatch": [ "[email protected]", "", { "dependencies": { "brace-expansion": "^2.0.1" } }, ""],
|
739 | 774 |
|
| 775 | + "minizlib/rimraf/glob/path-scurry": [ "[email protected]", "", { "dependencies": { "lru-cache": "^10.2.0", "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" } }, ""], |
| 776 | + |
| 777 | + "node-gyp/glob/minimatch/brace-expansion": [ "[email protected]", "", { "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" } }, ""], |
| 778 | + |
740 | 779 | "node-gyp/tar/minizlib/minipass": [ "[email protected]", "", { "dependencies": { "yallist": "^4.0.0" } }, ""],
|
741 | 780 |
|
742 |
| - "minizlib/rimraf/glob/minimatch/brace-expansion": [ "[email protected]", "", { "dependencies": { "balanced-match": "^1.0.0" } }, ""], |
| 781 | + "wide-align/string-width/strip-ansi/ansi-regex": [ "[email protected]", "", {}, ""], |
| 782 | + |
| 783 | + "@npmcli/move-file/rimraf/glob/minimatch/brace-expansion": [ "[email protected]", "", { "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" } }, ""], |
| 784 | + |
| 785 | + "cacache/rimraf/glob/minimatch/brace-expansion": [ "[email protected]", "", { "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" } }, ""], |
| 786 | + |
| 787 | + "minizlib/rimraf/glob/path-scurry/lru-cache": [ "[email protected]", "", {}, ""], |
743 | 788 | }
|
744 | 789 | }
|
0 commit comments