sha : Check and get file hashes. You can installing sha 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 sha $ sudo npm install -g sha
If want to update the sha package execute the command as below,
$ sudo npm update sha
Update package globally,
$ npm install -g sha
$ sudo git clone https://github.com/rektide/sha.git
$ sudo npm install -g ./sha
sha@2.0.1 /usr/lib/node_modules/sha
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall sha
| Package Name | sha |
| Version | 2.0.1 |
| Description | Check and get file hashes |
| Released Date | 2015-09-11T16:12:05.969Z |
| Published by | forbeslindesay |
| How to Learn | https://www.npmjs.com/package/sha/tutorial |