hash.js : Various hash functions that could be run by both browser and node. You can installing hash.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 hash.js $ sudo npm install -g hash.js
If want to update the hash.js package execute the command as below,
$ sudo npm update hash.js
Update package globally,
$ npm install -g hash.js
$ sudo git clone https://github.com/rektide/hash.js.git
$ sudo npm install -g ./hash.js
hash.js@1.1.3 /usr/lib/node_modules/hash.js
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall hash.js
Package Name | hash.js |
Version | 1.1.3 |
Description | Various hash functions that could be run by both browser and node |
Released Date | 2017-07-01T15:31:26.446Z |
Published by | indutny |
How to Learn | https://www.npmjs.com/package/hash.js/tutorial |