367 packages
1t
Ensures that only one instance of your module exists either serverside or in the browser.
6bit-encoder
Encodes 6bit numbers (0..63) to URL safe chars.
acorn-node
the acorn javascript parser, preloaded with plugins for syntax parity with recent node versions
active-handles
Prints out information about the process's active handles, including function source and location
ah-collector
Super light wrapper around async-hooks to collect information about resources created during async operations.
ah-deep-clone
Creates a deep clone of a map of collected async hooks activities.
ah-fs
Tracks async hook events related to file system operations.
ah-fs.processor
Analyzes ah-fs data specifically for fs.readFile cases.
ah-net
Tracks async hook events related to network operations.
ah-net.processor
Processes ah-net data obtained from async resources related to network operations.
ah-preprocessors
Preprocessors of data provided by ah-collector.
ah-processor.utils
Utilities used by the ah-*.processor modules.
ah-prune
Prune specific types of async hook resources from a collected map.
ah-stack-capturer
Captures async hook stack traces for specific resource types and events.
anchor-markdown-header
Generates an anchor for a markdown header.
ansicolors
Functions that surround a string with ansicolor codes so it prints in color.
ansistyles
Functions that surround a string with ansistyle codes so it prints in style.
apply-transform
Applies a transform to an input string and calls back with result, mostly useful for testing transforms
appup
CLI to launch apps that use an express main server and an optional restif api server.
assert
The assert module from Node.js, for the browser.
assert-cb
Assert that calls a function with an error instead of throwing it if the assert fails.
asyncreduce
Reduce an array of values via an asynchronous function.
async-through
Readable stream that ensures that onend is only called once no ondata items are pending, thus supporting async operations inside ondata.
async-worker.h
Light C++ wrapper around libuv's uv_queue_work.
awaitable-pool
Object pool with an async checkout function.