Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.
Check if a file is executable
Easy way to split a string on a given character unless it's quoted or escaped.
Babel compiler core.
Bitfield that allocates a series of small buffers to support sparse bits without allocating a massive buffer
Create random strings that match a given regular expression.
Install a transform to `require.extensions` that always runs last, even if additional extensions are added later.
Call a specified method on each value in the given object.
[](https://npmjs.org/package/stream-combiner) [](https://travis-ci.org/dominictarr/stream-combiner)
Is this value a JS SharedArrayBuffer?
Make unhandled promise rejections fail hard right away instead of the default silent fail
Remove leading directory components from a path, like tar's --strip-components option
A noop logger that conforms to the Log4j interface for modules to stub out internal logging
Unpipe a stream from all destinations
Node.js path.dirname() ponyfill
Visit a method over the items in an object, or map visit over the objects in an array.
Returns true if a file path is absolute. Does not rely on the path module and can be used as a polyfill for node.js native `path.isAbolute`.
Isomorphic PostgREST client
Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.
Regular expression for getting the root of a posix or windows filepath.
The lodash method `_.sortBy` exported as a module.
Replaces a file extension with another one.
Returns true if a value is a plain object, array or function.
Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.