hashtable : Native HashTable and ES6 compatible Map for Node.js. You can installing hashtable 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 hashtable $ sudo npm install -g hashtable
If want to update the hashtable package execute the command as below,
$ sudo npm update hashtable
Update package globally,
$ npm install -g hashtable
$ sudo git clone https://github.com/rektide/hashtable.git
$ sudo npm install -g ./hashtable
hashtable@2.0.2 /usr/lib/node_modules/hashtable
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall hashtable
Package Name | hashtable |
Version | 2.0.2 |
Description | Native HashTable and ES6 compatible Map for Node.js |
Released Date | 2016-08-09T21:51:37.071Z |
Published by | chad3814 |
How to Learn | https://www.npmjs.com/package/hashtable/tutorial |