option parsing and help generation
Tool to turn functions with Node-style callback APIs into functions that return Promises
Promise that shares Node.js Stream interface
Utility method to run function either synchronously or asynchronously using the common `this.async()` style.
A yargs helper function that lets you define your commands structure via directory and file naming conventions.
A slight CLI framework
Create a debounced version of a promise returning function
Read/write pnpm-lock.yaml files
A basic but performant promise implementation
Cypress's fork of the simplified HTTP request client 'request' with Promise support. Powered by Bluebird.
```typescript export function getTempName(prefix?: string | null | undefined): string;
Retry a promise-returning or async function
Unparse parsed arguments back to the original argv array or a command string.
Promisify the node standard library.
A simple Node.js module to check if a TCP port is already bound.
Runs Promises in a pool that limits their concurrency.
Delay a promise a specified amount of time
Check if a path is a file, directory, or symlink
A utility that allows retrying a function with an exponential delay between attempts.
Extensions to Node.js child_process module
Recursively resolve promises within objects
Run multiple promise-returning & async functions with limited concurrency
PostgreSQL interface for Node.js
Promises are great! But, could they be even better?