extend-shallow
Extend an object with the properties of additional objects. node.js/javascript util.
Updated by @phated
normalize-path
Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.
Updated by @doowb
object.pick
Returns a filtered copy of an object with only the specified keys, similar to `_.pick` from lodash / underscore.
Updated by @phated