Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
fs-extra
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
promise-fs
Wraps FS methods using Promise
@redux-saga/deferred
Helper for creating "exposed" promise object (with resolve & reject methods).
write
Write data to a file, replacing the file if it already exists and creating any intermediate directories if they don't already exist. Thin wrapper around node's native fs methods.
penpal
Penpal simplifies communication with iframes, workers, and windows by using promise-based methods on top of postMessage.
@esri/arcgis-rest-request
Common methods and utilities for @esri/arcgis-rest-js packages.
stripe-as-promised
Wrap Stripe.js async methods to return promises
soap-as-promised
Convert all soap methods to promises. Inspired by soap-q.
nyro
A simple and effective promise-based HTTP & HTTP/2 request library that supports all HTTP methods.
async-hooks
Async 'will' and 'did' hooks for any methods
fs-nextra
Node.js fs next-gen extra (nextra) methods.
@b613/utils
Set of utility methods for common operations
promise-ring
Convenience methods for converting Node.js callbacks into native Promises.
bluebird-extra
Extra methods for bluebird promises library
async-class
Cleaner ES6 async class methods
single-batch
Low level utility to handle single or batch methods.
staggerjs
Light utility to stagger a stack of async methods
pify
Promisify a callback-style function
@j-o-r/asynctracker
Keep track on unresolved async methods/promises
es6-promisify
Converts callback-based functions to ES6 Promises