Creates script and returns a promise.
Bare bones Promises/A+ implementation
A lightweight library that provides tools for organizing asynchronous code
A super-simple-small keyval store built on top of IndexedDB
Lightweight promise polyfill. A+ compliant
Screenshots with JavaScript
Create a deferred promise
Used in npm for command line application support
Check if something is a promise
A Promisified layer over rhea AMQP client
Run AppleScript and get the result
Tools for dealing with node-gyp packages
filesystem utilities for the npm cli
Recursively mkdir, like `mkdir -p`
The tmp package with promises support and disposers.
Resolve any installed ES6 compatible promise
Javascript module template.
Scan modules for global variables and injects `import` statements where necessary
Delay a promise a specified amount of time
Get callsites from the V8 stack trace API
Create a lazy promise that defers execution until it's awaited or when `.then()`, `.catch()`, or `.finally()` is called
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.