Fast, in memory work queue
Ensure a function is only called once
No description provided.
Find files simply. Walks a directory tree emitting events based on what it finds. Presents a familiar callback/emitter/a+sync interface. Walk a tree of any depth.
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.
Convert a kebab-cased CSS property into a camelCased DOM property.
A tiny invariant function
The option type, also known as the maybe type, for JavaScript
Detect if a buffer is utf8 encoded.
Parse JSON safely without throwing
Browser-friendly inheritance fully compatible with standard node.js inherits()
Use the color-mix function in CSS
A simple Node.js module to check if a TCP port is already bound.
Distribute processing tasks to child processes with an über-simple API and baked-in durability & custom concurrency options.
A write stream constructor that supports a flush function that is called before finish is emitted
ANSI escape codes for some terminal swag
Transform stream that lets you peek the first line before deciding how to parse it
Memoize functions results using an lru-cache.
Fast deep equal
A simple directory tree walker.
Pretty options for minimist
Inspect the life of handle objects in node
Get the OS/Distribution name of the environment you are working on
rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)