Allows a local ESLint rules directory to be used without a command-line flag
Events and more for arrays
Higher-order functions and common patterns for asynchronous code. Node specific port of async.
A tiny (183B to 210B) and fast utility to ascend parent directories
Matches strings against configurable strings, globs, regular expressions, and/or functions
Send asynchronous values across concurrent lines of execution
Simple Lazy Ranges for Node/Javascript
Create an array of unique values, in order, from the input arrays
Make array iteration easy when using async/await and Promises
Filter array elements with Promises
Attach comments to estree nodes
Keep require and import consistent after bundling or transpiling
Workaround a Safari bug where rest destructuring with an array literal on the rhs can yield incorrect results
A function that returns the normally hidden `AsyncGeneratorFunction` constructor
Constructor for creating arrays filled with pseudorandom values drawn from a nullary PRNG.
Async enabled each(), map(), filter() functions that work just like their standard counterparts, but can be used with async/await and also provide concurrency limiting. Includes built-in typings and JSDoc comments for IntelliSense documentation.
throttle async and promise-returning functions. Other packages don't do it right.
Constructor for creating arrays filled with pseudorandom values drawn from a binary PRNG.
Enforce that async functions use await
The iterable toolbox
Create a factory function for generating pseudorandom values drawn from a binary PRNG.
Like a Set, but provides the index of the `key` in the backing array
Create an array with values that are present in the first input array but not additional ones
Lazy-evaluating list of files, based on globs or regex patterns