request-json : HTTP request client for JSON APIs. You can installing request-json 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 request-json $ sudo npm install -g request-json
If want to update the request-json package execute the command as below,
$ sudo npm update request-json
Update package globally,
$ npm install -g request-json
$ sudo git clone https://github.com/rektide/request-json.git
$ sudo npm install -g ./request-json
request-json@0.6.2 /usr/lib/node_modules/request-json
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall request-json
| Package Name | request-json |
| Version | 0.6.2 |
| Description | HTTP request client for JSON APIs |
| Released Date | 2017-04-27T18:28:13.043Z |
| Published by | frankrousseau |
| How to Learn | https://www.npmjs.com/package/request-json/tutorial |