use-https : Determine whether scripts need to be loaded over HTTPS.. You can installing use-https 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 use-https $ sudo npm install -g use-https
If want to update the use-https package execute the command as below,
$ sudo npm update use-https
Update package globally,
$ npm install -g use-https
$ sudo git clone https://github.com/rektide/use-https.git
$ sudo npm install -g ./use-https
use-https@0.1.1 /usr/lib/node_modules/use-https
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall use-https
| Package Name | use-https |
| Version | 0.1.1 |
| Description | Determine whether scripts need to be loaded over HTTPS. |
| Released Date | 2015-05-13T02:34:34.538Z |
| Published by | ndhoule |
| How to Learn | https://www.npmjs.com/package/use-https/tutorial |