tinyqueue : The smallest and simplest JavaScript priority queue. You can installing tinyqueue 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 tinyqueue $ sudo npm install -g tinyqueue
If want to update the tinyqueue package execute the command as below,
$ sudo npm update tinyqueue
Update package globally,
$ npm install -g tinyqueue
$ sudo git clone https://github.com/rektide/tinyqueue.git
$ sudo npm install -g ./tinyqueue
tinyqueue@1.2.3 /usr/lib/node_modules/tinyqueue
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall tinyqueue
| Package Name | tinyqueue |
| Version | 1.2.3 |
| Description | The smallest and simplest JavaScript priority queue |
| Released Date | 2017-10-10T13:37:50.315Z |
| Published by | mourner |
| How to Learn | https://www.npmjs.com/package/tinyqueue/tutorial |