A simple string template function based on named or indexed arguments
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.
Transform a string into title case following English rules
A replacement for process.exit that ensures stdio are fully drained before exiting.
Minimalistic tools for JS crypto modules
Creates a duplex stream
Redact sensitive npm information from output
Zero CPU overhead, zero dependency, true event-loop blocking sleep
ES2015 `Array#findIndex()` ponyfill
A fast function for calculating the visual width of a string once printed to the terminal.
Combine an array of streams into a single duplex stream using pump and duplexify
the path module from node core for browsers
Persistent ordered mapping from strings
A tiny warning function
Strip a byte order mark (BOM) from a string.
Node.js module to detect the C standard library (libc) implementation family and version
Determine the `package.json#type` which applies to a location
rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)
A minimal event emitter.
Escape string for use in HTML
Escape strings for use as JavaScript string literals
Write files in an atomic fashion w/configurable ownership
SASLprep: Stringprep Profile for User Names and Passwords, rfc4013
Inquirer input text prompt