pseudomap : A thing that is a lot like ES6 `Map`, but without iterators, for use in environments where `for..of` syntax and `Map` are not available.. You can installing pseudomap 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 pseudomap $ sudo npm install -g pseudomap
If want to update the pseudomap package execute the command as below,
$ sudo npm update pseudomap
Update package globally,
$ npm install -g pseudomap
$ sudo git clone https://github.com/rektide/pseudomap.git
$ sudo npm install -g ./pseudomap
pseudomap@1.0.2 /usr/lib/node_modules/pseudomap
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall pseudomap
| Package Name | pseudomap |
| Version | 1.0.2 |
| Description | A thing that is a lot like ES6 `Map`, but without iterators, for use in environments where `for..of` syntax and `Map` are not available. |
| Released Date | 2016-01-05T03:03:55.449Z |
| Published by | isaacs |
| How to Learn | https://www.npmjs.com/package/pseudomap/tutorial |