object-inspect : string representations of objects in node and the browser. You can installing object-inspect 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 object-inspect $ sudo npm install -g object-inspect
If want to update the object-inspect package execute the command as below,
$ sudo npm update object-inspect
Update package globally,
$ npm install -g object-inspect
$ sudo git clone https://github.com/rektide/object-inspect.git
$ sudo npm install -g ./object-inspect
object-inspect@1.4.0 /usr/lib/node_modules/object-inspect
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall object-inspect
| Package Name | object-inspect |
| Version | 1.4.0 |
| Description | string representations of objects in node and the browser |
| Released Date | 2017-10-25T06:50:18.131Z |
| Published by | ljharb |
| How to Learn | https://www.npmjs.com/package/object-inspect/tutorial |