shasum : Single function that return the sha1sum. Installing this is just a little bit quicker than reading the crypto documentation.. You can installing shasum 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 shasum $ sudo npm install -g shasum
If want to update the shasum package execute the command as below,
$ sudo npm update shasum
Update package globally,
$ npm install -g shasum
$ sudo git clone https://github.com/rektide/shasum.git
$ sudo npm install -g ./shasum
shasum@1.0.2 /usr/lib/node_modules/shasum
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall shasum
| Package Name | shasum |
| Version | 1.0.2 |
| Description | Single function that return the sha1sum. Installing this is just a little bit quicker than reading the crypto documentation. |
| Released Date | 2015-10-06T06:55:29.524Z |
| Published by | dominictarr |
| How to Learn | https://www.npmjs.com/package/shasum/tutorial |