object.pick
Returns a filtered copy of an object with only the specified keys, similar to `_.pick` from lodash / underscore.
filter-obj
Filter object keys and values into a new object
get-object
Get a property from an object using dot (object path) notation.
pick-util
Return a copy of the object only containing the whitelisted properties.