A tiny invariant function
Pretty options for minimist
Detect if a buffer is utf8 encoded.
A simple Node.js module to check if a TCP port is already bound.
Parse JSON safely without throwing
Use the color-mix function in CSS
Transform stream that lets you peek the first line before deciding how to parse it
Remove leading directory components from a path, like tar's --strip-components option
Get the OS/Distribution name of the environment you are working on
Like Promise.all, but save rejections until all promises are resolved
Distribute processing tasks to child processes with an über-simple API and baked-in durability & custom concurrency options.
is that thing a function? Use this module to find out
Turn async functions into ES2015 generators
Inspect the life of handle objects in node
ANSI escape codes for some terminal swag
rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)
Browser-friendly inheritance fully compatible with standard node.js inherits()
Easy method stubber.
Higher-order functions for easier error handling
Positioning library for floating elements: tooltips, popovers, dropdowns, and more
Memoize functions results using an lru-cache.
a set of utilities to work with JSON / JSON5 documents
Combine an array of streams into a single duplex stream using pump and duplexify
TypeScript implementation of debounce