|
6 | 6 | "dependencies": {
|
7 | 7 | "@reliverse/relico": "^1.0.2",
|
8 | 8 | "@reliverse/runtime": "^1.0.3",
|
| 9 | + "c12": "^3.0.2", |
9 | 10 | "defu": "^6.1.4",
|
| 11 | + "fs-extra": "^11.3.0", |
10 | 12 | "pathe": "^2.0.3",
|
11 | 13 | "printj": "^1.3.1",
|
12 | 14 | "std-env": "^3.8.1",
|
|
19 | 21 | "@stylistic/eslint-plugin": "^4.2.0",
|
20 | 22 | "@total-typescript/ts-reset": "^0.6.1",
|
21 | 23 | "@types/bun": "^1.2.8",
|
22 |
| - "@types/node": "^22.13.16", |
| 24 | + "@types/fs-extra": "^11.0.4", |
| 25 | + "@types/node": "^22.13.17", |
23 | 26 | "@types/sentencer": "^0.2.3",
|
24 | 27 | "eslint": "^9.23.0",
|
25 | 28 | "eslint-plugin-no-relative-import-paths": "^1.6.1",
|
|
196 | 199 |
|
197 | 200 | "@types/estree": [ "@types/[email protected]", "", {}, "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw=="],
|
198 | 201 |
|
| 202 | + "@types/fs-extra": [ "@types/[email protected]", "", { "dependencies": { "@types/jsonfile": "*", "@types/node": "*" } }, "sha512-yTbItCNreRooED33qjunPthRcSjERP1r4MqCZc7wv0u2sUkzTFp45tgUfS5+r7FrZPdmCCNflLhVSP/o+SemsQ=="], |
| 203 | + |
199 | 204 | "@types/json-schema": [ "@types/[email protected]", "", {}, "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA=="],
|
200 | 205 |
|
| 206 | + "@types/jsonfile": [ "@types/[email protected]", "", { "dependencies": { "@types/node": "*" } }, "sha512-D5qGUYwjvnNNextdU59/+fI+spnwtTFmyQP0h+PfIOSkNfpU6AOICUOkm4i0OnSk+NyjdPJrxCDro0sJsWlRpQ=="], |
| 207 | + |
201 | 208 | "@types/ms": [ "@types/[email protected]", "", {}, "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA=="],
|
202 | 209 |
|
203 |
| - "@types/node": [ "@types/[email protected].16", "", { "dependencies": { "undici-types": "~6.20.0" } }, "sha512-15tM+qA4Ypml/N7kyRdvfRjBQT2RL461uF1Bldn06K0Nzn1lY3nAPgHlsVrJxdZ9WhZiW0Fmc1lOYMtDsAuB3w=="], |
| 210 | + "@types/node": [ "@types/[email protected].17", "", { "dependencies": { "undici-types": "~6.20.0" } }, "sha512-nAJuQXoyPj04uLgu+obZcSmsfOenUg6DxPKogeUy6yNCFwWaj5sBF8/G/pNo8EtBJjAfSVgfIlugR/BCOleO+g=="], |
204 | 211 |
|
205 | 212 | "@types/sentencer": [ "@types/[email protected]", "", {}, "sha512-CT2Vpy/HTqpJhPvyCFfTgfCCO12AuxzrVuUwAyLSZVD+/0WSX7rVPsD0d17ZsI01Zfr+Bhvi35vaXBjpD1++rg=="],
|
206 | 213 |
|
|
632 | 639 |
|
633 | 640 | "@reliverse/relico/bun-types": [ "[email protected]", "", { "dependencies": { "@types/node": "*", "@types/ws": "*" } }, "sha512-D5npfxKIGuYe9dTHLK1hi4XFmbMdKYoLrgyd25rrUyCrnyU4ljmQW7vDdonvibKeyU72mZuixIhQ2J+q6uM0Mg=="],
|
634 | 641 |
|
| 642 | + "@types/fs-extra/@types/node": [ "@types/[email protected]", "", { "dependencies": { "undici-types": "~6.20.0" } }, "sha512-15tM+qA4Ypml/N7kyRdvfRjBQT2RL461uF1Bldn06K0Nzn1lY3nAPgHlsVrJxdZ9WhZiW0Fmc1lOYMtDsAuB3w=="], |
| 643 | + |
| 644 | + "@types/jsonfile/@types/node": [ "@types/[email protected]", "", { "dependencies": { "undici-types": "~6.20.0" } }, "sha512-15tM+qA4Ypml/N7kyRdvfRjBQT2RL461uF1Bldn06K0Nzn1lY3nAPgHlsVrJxdZ9WhZiW0Fmc1lOYMtDsAuB3w=="], |
| 645 | + |
635 | 646 | "@types/ws/@types/node": [ "@types/[email protected]", "", { "dependencies": { "undici-types": "~6.20.0" } }, "sha512-I6LPUvlRH+O6VRUqYOcMudhaIdUVWfsjnZavnsraHvpBwaEyMN29ry+0UVJhImYL16xsscu0aske3yA+uPOWfw=="],
|
636 | 647 |
|
637 | 648 | "@typescript-eslint/parser/@typescript-eslint/types": [ "@typescript-eslint/[email protected]", "", {}, "sha512-wcJL/+cOXV+RE3gjCyl/V2G877+2faqvlgtso/ZRbTCnZazh0gXhe+7gbAnfubzN2bNsBtZjDvlh7ero8uIbzg=="],
|
|
646 | 657 |
|
647 | 658 | "@typescript-eslint/visitor-keys/@typescript-eslint/types": [ "@typescript-eslint/[email protected]", "", {}, "sha512-wcJL/+cOXV+RE3gjCyl/V2G877+2faqvlgtso/ZRbTCnZazh0gXhe+7gbAnfubzN2bNsBtZjDvlh7ero8uIbzg=="],
|
648 | 659 |
|
| 660 | + "bun-types/@types/node": [ "@types/[email protected]", "", { "dependencies": { "undici-types": "~6.20.0" } }, "sha512-15tM+qA4Ypml/N7kyRdvfRjBQT2RL461uF1Bldn06K0Nzn1lY3nAPgHlsVrJxdZ9WhZiW0Fmc1lOYMtDsAuB3w=="], |
| 661 | + |
649 | 662 | "eslint-plugin-perfectionist/@typescript-eslint/utils": [ "@typescript-eslint/[email protected]", "", { "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", "@typescript-eslint/scope-manager": "8.26.1", "@typescript-eslint/types": "8.26.1", "@typescript-eslint/typescript-estree": "8.26.1" }, "peerDependencies": { "eslint": "^8.57.0 || ^9.0.0", "typescript": ">=4.8.4 <5.9.0" } }, "sha512-V4Urxa/XtSUroUrnI7q6yUTD3hDtfJ2jzVfeT3VK0ciizfK2q/zGC0iDh1lFMUZR8cImRrep6/q0xd/1ZGPQpg=="],
|
650 | 663 |
|
651 | 664 | "fast-glob/@nodelib/fs.walk": [ "@nodelib/[email protected]", "", { "dependencies": { "@nodelib/fs.scandir": "2.1.5", "fastq": "^1.6.0" } }, "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg=="],
|
|
660 | 673 |
|
661 | 674 | "strip-ansi/ansi-regex": [ "[email protected]", "", {}, "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA=="],
|
662 | 675 |
|
| 676 | + "@reliverse/relico/bun-types/@types/node": [ "@types/[email protected]", "", { "dependencies": { "undici-types": "~6.20.0" } }, "sha512-15tM+qA4Ypml/N7kyRdvfRjBQT2RL461uF1Bldn06K0Nzn1lY3nAPgHlsVrJxdZ9WhZiW0Fmc1lOYMtDsAuB3w=="], |
| 677 | + |
663 | 678 | "@typescript-eslint/typescript-estree/minimatch/brace-expansion": [ "[email protected]", "", { "dependencies": { "balanced-match": "^1.0.0" } }, "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA=="],
|
664 | 679 |
|
665 | 680 | "eslint-plugin-perfectionist/@typescript-eslint/utils/@typescript-eslint/scope-manager": [ "@typescript-eslint/[email protected]", "", { "dependencies": { "@typescript-eslint/types": "8.26.1", "@typescript-eslint/visitor-keys": "8.26.1" } }, "sha512-6EIvbE5cNER8sqBu6V7+KeMZIC1664d2Yjt+B9EWUXrsyWpxx4lEZrmvxgSKRC6gX+efDL/UY9OpPZ267io3mg=="],
|
|
0 commit comments