gunzip-maybe : Transform stream that gunzips its input if it is gzipped and just echoes it if not. You can installing gunzip-maybe npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install gunzip-maybe $ sudo npm install -g gunzip-maybe
If want to update the gunzip-maybe package execute the command as below,
$ sudo npm update gunzip-maybe
Update package globally,
$ npm install -g gunzip-maybe
$ sudo git clone https://github.com/rektide/gunzip-maybe.git
$ sudo npm install -g ./gunzip-maybe
gunzip-maybe@1.4.1 /usr/lib/node_modules/gunzip-maybe
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gunzip-maybe
Package Name | gunzip-maybe |
Version | 1.4.1 |
Description | Transform stream that gunzips its input if it is gzipped and just echoes it if not |
Released Date | 2017-07-07T12:09:27.263Z |
Published by | mafintosh |
How to Learn | https://www.npmjs.com/package/gunzip-maybe/tutorial |