is-object : Checks whether a value is an object. You can installing is-object 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 is-object $ sudo npm install -g is-object
If want to update the is-object package execute the command as below,
$ sudo npm update is-object
Update package globally,
$ npm install -g is-object
$ sudo git clone https://github.com/rektide/is-object.git
$ sudo npm install -g ./is-object
is-object@1.0.1 /usr/lib/node_modules/is-object
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall is-object
| Package Name | is-object |
| Version | 1.0.1 |
| Description | Checks whether a value is an object |
| Released Date | 2014-09-02T07:25:15.758Z |
| Published by | ljharb |
| How to Learn | https://www.npmjs.com/package/is-object/tutorial |