murmurhash : A Node.js module for the optimized JavaScript implementation of the MurmurHash algorithms.. You can installing murmurhash 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 murmurhash $ sudo npm install -g murmurhash
If want to update the murmurhash package execute the command as below,
$ sudo npm update murmurhash
Update package globally,
$ npm install -g murmurhash
$ sudo git clone https://github.com/rektide/murmurhash.git
$ sudo npm install -g ./murmurhash
murmurhash@0.0.2 /usr/lib/node_modules/murmurhash
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall murmurhash
Package Name | murmurhash |
Version | 0.0.2 |
Description | A Node.js module for the optimized JavaScript implementation of the MurmurHash algorithms. |
Released Date | 2012-08-09T01:13:45.127Z |
Published by | perezd |
How to Learn | https://www.npmjs.com/package/murmurhash/tutorial |