Skip to content

Commit

Permalink
refactor: reduce installation size by replacing pacote (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW authored Apr 13, 2024
1 parent bc3bcdb commit 5f966da
Show file tree
Hide file tree
Showing 5 changed files with 102 additions and 298 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,12 @@
"deepmerge": "^4.3.1",
"detect-indent": "^7.0.1",
"execa": "^8.0.1",
"pacote": "^17.0.6",
"npm-package-arg": "^11.0.2",
"npm-registry-fetch": "^16.2.1",
"picocolors": "^1.0.0",
"prompts": "^2.4.2",
"semver": "^7.6.0",
"ufo": "^1.5.3",
"unconfig": "^0.3.11",
"yargs": "^17.7.2"
},
Expand All @@ -53,7 +55,8 @@
"@types/cli-progress": "^3.11.5",
"@types/debug": "^4.1.12",
"@types/node": "^20.11.16",
"@types/pacote": "^11.1.8",
"@types/npm-package-arg": "^6.1.4",
"@types/npm-registry-fetch": "^8.0.7",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.5.6",
"@types/yargs": "^17.0.32",
Expand Down
Loading

0 comments on commit 5f966da

Please sign in to comment.