Create an object path from a list or array of strings.
Detect if a buffer is utf8 encoded.
Turn anything into an array
Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.
Computes the longest prefix string that is common to each path, excluding the base component
Node.js os.homedir polyfill for older versions of node.js.
Fast JavaScript array sorting by implementing Python's Timsort algorithm
node's constants module for the browser
Check if a protocol requires a certain port number to be added to an URL.
Standard library
Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js
Regular expression for testing if a file path is a windows UNC file path. Can also be used as a component of another regexp via the `.source` property.
A module which will endeavor to guess your terminal's level of color support.
Access memory using small fixed sized buffers
Module that helps you write generated functions in Node
This is a polyfill for Buffer#indexOf introduced in NodeJS 4.0.
HTTP response freshness testing
Fast line to line SourceMap generator.
string representations of objects in node and the browser
Bitfield that allocates a series of small buffers to support sparse bits without allocating a massive buffer
btoa for Node.JS (it's a one-liner)
Converts back a yargs argv object to its original array form
Easy way to split a string on a given character unless it's quoted or escaped.
Babel compiler core.