ambi • 3.2.0Execute a function ambidextrously (normalizes the differences between synchronous and asynchronous functions). Useful for treating synchronous functions as asynchronous functions (like supporting both synchronous and asynchronous event definitions automat
INDIRECT
4
eachr • 3.3.0Give 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.
INDIRECT
4
editions • 1.3.4Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)
DIRECT
0
editions • 2.3.1Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)
INDIRECT
2
errlop • 2.2.0An extended Error class that envelops a parent error, such that the stack trace contains the causation
INDIRECT
0
extendr • 3.5.0Utilities for cloning, extending, and de-referencing objects in shallow, deep, and safe ways
INDIRECT
4
extract-opts • 3.4.0Extract the options and callback from a function's arguments easily
DIRECT
5
safefs • 4.2.0Stop getting EMFILE errors! Open only as many files as the operating system supports.
DIRECT
4
taskgroup • 5.5.0Group together synchronous and asynchronous tasks and execute them with support for concurrency, naming, and nesting.
DIRECT
13
typechecker • 4.11.0Utilities to get and check variable types (isString, isPlainObject, isRegExp, etc)
DIRECT
3
unbounded • 1.3.0Function.prototype.bind replacement that provides an `unbounded` hidden property on the returned bounded function, that contains the original unbounded function