object.pick

Returns a filtered copy of an object with only the specified keys, similar to `_.pick` from lodash / underscore.

pick-util

Return a copy of the object only containing the whitelisted properties.