object-omit : Return a copy of an object without the given key, or array of keys.. You can installing object-omit 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-omit $ sudo npm install -g object-omit
If want to update the object-omit package execute the command as below,
$ sudo npm update object-omit
Update package globally,
$ npm install -g object-omit
$ sudo git clone https://github.com/rektide/object-omit.git
$ sudo npm install -g ./object-omit
object-omit@1.0.0 /usr/lib/node_modules/object-omit
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall object-omit
| Package Name | object-omit |
| Version | 1.0.0 |
| Description | Return a copy of an object without the given key, or array of keys. |
| Released Date | 2015-02-14T04:52:00.241Z |
| Published by | jonschlinkert |
| How to Learn | https://www.npmjs.com/package/object-omit/tutorial |