filter-object
Filter an object by its keys or values. Returns a copy of an object filtered to have only keys or values that match the given glob patterns.
deep-unfreeze
Unfreezes a JavaScript object/array/function etc. that has previously been frozen, by doing a deep copy.
kind-of
Get the native type of a value.
callsites
Get callsites from the V8 stack trace API