object.pick : Returns a filtered copy of an object with only the specified keys, similar to `_.pick` from lodash / underscore.. You can installing object.pick 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.pick $ sudo npm install -g object.pick
If want to update the object.pick package execute the command as below,
$ sudo npm update object.pick
Update package globally,
$ npm install -g object.pick
$ sudo git clone https://github.com/rektide/object.pick.git
$ sudo npm install -g ./object.pick
object.pick@1.3.0 /usr/lib/node_modules/object.pick
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall object.pick
Package Name | object.pick |
Version | 1.3.0 |
Description | Returns a filtered copy of an object with only the specified keys, similar to `_.pick` from lodash / underscore. |
Released Date | 2017-08-19T02:34:34.023Z |
Published by | phated |
How to Learn | https://www.npmjs.com/package/object.pick/tutorial |