Recursively mkdir, like `mkdir -p`
Strip the final newline character from a string or Uint8Array
Make a function mimic another one
Sorts any JavaScript array in a predictable way (deep equal arrays are always sorted in the same order)
Create an array without duplicates
Invert the key/value of an object. Example: `{foo: 'bar'}` → `{bar: 'foo'}`
Map object keys and values into a new object
Utility functions for converting to and from URLs that encode query string data into URL paths
Check if argv has a specific flag
Utils for ESLint TypeScript rules
Stringify any JavaScript value.
Strip comments and string literals from JavaScript code
CLI tool to replace a property in a JSON file
Utilities for working with symlinked node_modules
CLI app helper
Fast and easy parser for declarations of import and export in ECMAScript/TypeScript
Extends Chai with assertions about promises.
A tiny (194B) utility for safely writing deep Object values~!
Run a lifecycle script for a package (descendant of npm-lifecycle)
Babel plugin for protecting against improper use of `t.throws()` in AVA
Tokenize CSS
Capitalize every word in a string: `unicorn cake` → `Unicorn Cake`
Parse JSON with more helpful errors
Inspect utility for Node.js and browsers