hasha : Hashing made simple. Get the hash of a buffer/string/stream/file.. You can installing hasha 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 hasha $ sudo npm install -g hasha
If want to update the hasha package execute the command as below,
$ sudo npm update hasha
Update package globally,
$ npm install -g hasha
$ sudo git clone https://github.com/rektide/hasha.git
$ sudo npm install -g ./hasha
hasha@3.0.0 /usr/lib/node_modules/hasha
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall hasha
Package Name | hasha |
Version | 3.0.0 |
Description | Hashing made simple. Get the hash of a buffer/string/stream/file. |
Released Date | 2017-05-10T02:07:13.229Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/hasha/tutorial |