get-stream
Get a stream as a string, Buffer, ArrayBuffer or array
kind-of
Get the native type of a value.
extend-shallow
Extend an object with the properties of additional objects. node.js/javascript util.
define-property
Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.
object-inspect
string representations of objects in node and the browser