sha.js : Streamable SHA hashes in pure javascript. You can installing sha.js 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.js $ sudo npm install -g sha.js
If want to update the sha.js package execute the command as below,
$ sudo npm update sha.js
Update package globally,
$ npm install -g sha.js
$ sudo git clone https://github.com/rektide/sha.js.git
$ sudo npm install -g ./sha.js
sha.js@2.4.9 /usr/lib/node_modules/sha.js
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall sha.js
| Package Name | sha.js |
| Version | 2.4.9 |
| Description | Streamable SHA hashes in pure javascript |
| Released Date | 2017-09-25T13:57:17.311Z |
| Published by | dcousens |
| How to Learn | https://www.npmjs.com/package/sha.js/tutorial |