throttle : Node.js Transform stream that passes data through at `n` bytes per second. You can installing throttle 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 throttle $ sudo npm install -g throttle
If want to update the throttle package execute the command as below,
$ sudo npm update throttle
Update package globally,
$ npm install -g throttle
$ sudo git clone https://github.com/rektide/throttle.git
$ sudo npm install -g ./throttle
throttle@1.0.3 /usr/lib/node_modules/throttle
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall throttle
| Package Name | throttle |
| Version | 1.0.3 |
| Description | Node.js Transform stream that passes data through at `n` bytes per second |
| Released Date | 2013-03-07T19:05:06.959Z |
| Published by | tootallnate |
| How to Learn | https://www.npmjs.com/package/throttle/tutorial |