max-mapper / nugget

minimalist wget clone written in node. HTTP GET files and downloads them into the current directory
BSD 3-Clause "New" or "Revised" License
167 stars 30 forks source link

Migrate from minimist to gar #28

Closed ethanent closed 3 years ago

ethanent commented 6 years ago

Purpose

gar is less than 13% the size of minimist. (Just 4KB vs 31KB!) This PR should speed up installation time and improve storage efficiency.

ethanent commented 5 years ago

Hi, following up as this PR has been open for over a year now!

Here's a table, firstly: image

Also, the tests for my PR seem to fail only in Node version 4. I suggest disabling testing in nugget for Node versions below 6. (Node 6 is about to reach end-of-life in April.)