filter-obj : Filter object keys and values into a new object. You can installing filter-obj 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-obj $ sudo npm install -g filter-obj
If want to update the filter-obj package execute the command as below,
$ sudo npm update filter-obj
Update package globally,
$ npm install -g filter-obj
$ sudo git clone https://github.com/rektide/filter-obj.git
$ sudo npm install -g ./filter-obj
filter-obj@1.1.0 /usr/lib/node_modules/filter-obj
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall filter-obj
Package Name | filter-obj |
Version | 1.1.0 |
Description | Filter object keys and values into a new object |
Released Date | 2015-08-12T18:03:25.799Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/filter-obj/tutorial |