parallel execution of ES6 Promises without Promise.all
Promisified version of cross-spawn
Used in npm for command line application support
Figure out what a cmd-shim is pointing at. This acts as the equivalent of fs.readlink.
spawn processes the way the npm cli likes to do
Checks whether a command line command exists in the current environment.
Scan modules for global variables and injects `import` statements where necessary
Resolve any installed ES6 compatible promise
Extensions to Node.js child_process module
Bare bones Promises/A+ implementation
Retries a function that returns a promise, leveraging the power of the retry module.
Creates a Promise that waits for a single event
A Promise-compatible abstraction that defers resolving/rejecting promises to another closure.
Test whether an object looks like a promises-a+ promise
A lightweight library that provides tools for organizing asynchronous code
Enforce best practices for JavaScript promises
Used in pnpm for command line application support
Check if something is a promise
Returns a promise with the results of a shell command
Let your JS API users either give you a callback or receive a promise
Returns a promise from a node-style callback function.
Timeout a promise after a specified amount of time
Get and validate the raw body of a readable stream.
Core Promise support implementation for the simplified HTTP request client 'request'.
No description provided.
No description provided.