qs : A querystring parser that supports nesting and arrays, with a depth limit. You can installing qs 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 qs $ sudo npm install -g qs
If want to update the qs package execute the command as below,
$ sudo npm update qs
Update package globally,
$ npm install -g qs
$ sudo git clone https://github.com/rektide/qs.git
$ sudo npm install -g ./qs
qs@6.5.1 /usr/lib/node_modules/qs
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall qs
| Package Name | qs |
| Version | 6.5.1 |
| Description | A querystring parser that supports nesting and arrays, with a depth limit |
| Released Date | 2017-09-09T07:54:59.287Z |
| Published by | ljharb |
| How to Learn | https://www.npmjs.com/package/qs/tutorial |