sha3 : A Node.js C++ extension for SHA-3 (Keccak). You can installing sha3 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 sha3 $ sudo npm install -g sha3
If want to update the sha3 package execute the command as below,
$ sudo npm update sha3
Update package globally,
$ npm install -g sha3
$ sudo git clone https://github.com/rektide/sha3.git
$ sudo npm install -g ./sha3
sha3@1.2.0 /usr/lib/node_modules/sha3
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall sha3
| Package Name | sha3 |
| Version | 1.2.0 |
| Description | A Node.js C++ extension for SHA-3 (Keccak) |
| Released Date | 2015-08-24T21:14:27.293Z |
| Published by | parkr |
| How to Learn | https://www.npmjs.com/package/sha3/tutorial |