imurmurhash : An incremental implementation of MurmurHash3. You can installing imurmurhash 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 imurmurhash $ sudo npm install -g imurmurhash
If want to update the imurmurhash package execute the command as below,
$ sudo npm update imurmurhash
Update package globally,
$ npm install -g imurmurhash
$ sudo git clone https://github.com/rektide/imurmurhash.git
$ sudo npm install -g ./imurmurhash
imurmurhash@0.1.4 /usr/lib/node_modules/imurmurhash
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall imurmurhash
Package Name | imurmurhash |
Version | 0.1.4 |
Description | An incremental implementation of MurmurHash3 |
Released Date | 2013-08-24T20:45:23.169Z |
Published by | jensyt |
How to Learn | https://www.npmjs.com/package/imurmurhash/tutorial |