Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
es-iterator-helpers
An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.
traverse
traverse and transform objects by visiting every node on a recursive walk
async-each
No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.
foreach
foreach component + npm package
neotraverse
traverse and transform objects by visiting every node on a recursive walk
foreachasync
A node- and browser-ready async (now with promises) counterpart of Array.prototype.forEach
p-iteration
Make array iteration easy when using async/await and Promises
eachr
Give eachr an item to iterate (array, object or map) and an iterator, then in return eachr gives iterator the value and key of each item, and will stop if the iterator returned false.
array.prototype.foreach
An ES spec-compliant `Array.prototype.forEach` shim/polyfill/replacement that works as far down as ES3.
dank-each
A function for iterating over objects, arrays, strings and ranges
gl-vec3
gl-matrix's vec3, split into smaller pieces
each-parallel-async
Asynchronously calls a function on each element in an array in parallel.
mdn-polyfills
MDN polyfills
node-stream
Utilities for consuming, creating and manipulating node streams.
parallel-each
A parallel, asynchronous implementation of forEach in ES6 with a configurable maximum degree of parallelism.
nodelist-foreach-polyfill
Simple polyfill for the NodeList.forEach method.
array-foreach
Array#forEach ponyfill for older browsers
each-series-async
Asynchronously calls a function on each element in an array in series.
extra-array
An array is a collection of values, stored contiguously.
extra-iterable
An iterable is a sequence of values.