João Vale
João Vale
Unless `--sort` was specified, sort output alphabetically in order to have consistent output
Adds initial support for Pipfiles, including: - Normal pacakge definitions - Wildcard definitions (any version will do) - Editable dependencies (e.g. git repos, these are ignored) - Complex package definitions...
Adds the possibility of disabling email reports by setting a specific environment variable, `GMVAULT_EMAIL_REPORT`, to `no`. Current behaviour is maintained if the variable is not defined or is set to...
When I run npm search it only returns results for the first registry. I think it should behave in a way consistent with the behaviour of npm install: get all...