url-search-params : Simple polyfill for URLSearchParams standard. You can installing url-search-params 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 url-search-params $ sudo npm install -g url-search-params
If want to update the url-search-params package execute the command as below,
$ sudo npm update url-search-params
Update package globally,
$ npm install -g url-search-params
$ sudo git clone https://github.com/rektide/url-search-params.git
$ sudo npm install -g ./url-search-params
url-search-params@0.10.0 /usr/lib/node_modules/url-search-params
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall url-search-params
| Package Name | url-search-params |
| Version | 0.10.0 |
| Description | Simple polyfill for URLSearchParams standard |
| Released Date | 2017-07-28T08:34:21.154Z |
| Published by | webreflection |
| How to Learn | https://www.npmjs.com/package/url-search-params/tutorial |