shama / napa

:wine_glass: A helper for installing stuff without a package.json with npm.
MIT License
412 stars 34 forks source link

Adding support for #72 single file download #85

Closed samypr100 closed 1 year ago

samypr100 commented 5 years ago

Hopefully a simple option works best for #72. Instead of blindly passing decompress options, it can be more specific by testing the url for supported extensions (if enabled). It's not perfect but this avoids having to use libmagic or some native dependency to actually verify the file type.