zkat / pacote

programmatic npm package and metadata downloader (moved!)
https://github.com/npm/pacote
MIT License
280 stars 62 forks source link

fix(deps): move mkdirp and rimraf to dependencies #140

Closed evocateur closed 6 years ago

evocateur commented 6 years ago

This only hurts individuals on npm2, as both packages are transitive dependencies of many explicit dependencies already.

53899c7 added runtime require of mkdirp here 189cdd2 added runtime require of rimraf here

Fixes: #128