A replacement for process.exit that ensures stdio are fully drained before exiting.
rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)
Strip a byte order mark (BOM) from a string.
string-argv parses a string into an argument array to mimic process.argv. This is useful when testing Command Line Utilities that you want to pass arguments to.
Combine an array of streams into a single duplex stream using pump and duplexify
Redact sensitive npm information from output
Creates a duplex stream
Inquirer input text prompt
ES2015 `Array#findIndex()` ponyfill
Persistent ordered mapping from strings
A fast function for calculating the visual width of a string once printed to the terminal.
Write files in an atomic fashion w/configurable ownership
Expand placeholders in a template string
Node.js module to detect the C standard library (libc) implementation family and version
Removes separators from the end of the string.
A minimal event emitter.
SASLprep: Stringprep Profile for User Names and Passwords, rfc4013
A tool for parsing media query lists.
Escape strings for use as JavaScript string literals
Sanitize strings for use as JavaScript identifiers & property names
Escape string for use in HTML
Create a JSON-friendly object from an SVG string
Normalize wrapping quotes for CSS string literals.
Allows users to use generators in order to write common functions that can be both sync or async.