object.pick
Returns a filtered copy of an object with only the specified keys, similar to `_.pick` from lodash / underscore.
deep-pick-by
Recursively pick an object or an array by given criteria.
pick-util
Return a copy of the object only containing the whitelisted properties.