filter-object : Filter an object by its keys or values. Returns a copy of an object filtered to have only keys or values that match the given glob patterns.. You can installing filter-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 filter-object $ sudo npm install -g filter-object
If want to update the filter-object package execute the command as below,
$ sudo npm update filter-object
Update package globally,
$ npm install -g filter-object
$ sudo git clone https://github.com/rektide/filter-object.git
$ sudo npm install -g ./filter-object
filter-object@3.0.0 /usr/lib/node_modules/filter-object
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall filter-object
Package Name | filter-object |
Version | 3.0.0 |
Description | Filter an object by its keys or values. Returns a copy of an object filtered to have only keys or values that match the given glob patterns. |
Released Date | 2017-06-19T14:33:35.470Z |
Published by | jonschlinkert |
How to Learn | https://www.npmjs.com/package/filter-object/tutorial |