dateformat
popularA node.js package for Steven Levithan's excellent dateFormat() function.
Updated by @felixge
micromatch
popularGlob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.
Updated by @doowb
ansi-colors
Easily add ANSI colors to your text and symbols in the terminal. A faster drop-in replacement for chalk, kleur and turbocolor (without the dependencies and rendering bugs).
Updated by @doowb
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
is-windows
Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.
Updated by @doowb
fill-range
Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`
Updated by @doowb
clone-deep
Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives.
Updated by @doowb
to-regex-range
Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.
Updated by @doowb
repeat-string
Repeat the given string n times. Fastest implementation for repeating a string.
Updated by @jonschlinkert