array-slice • 1.1.0Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.
INDIRECT
0
async-done • 1.3.2Allows libraries to handle various caller provided asynchronous functions uniformly. Maps promises, observables, child processes and streams, and callbacks to callback style.
fast-levenshtein • 1.1.4Efficient implementation of Levenshtein algorithm with asynchronous callback support
DIRECT
0
for-in • 1.0.2Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js
INDIRECT
0
for-own • 1.0.0Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js.
INDIRECT
1
is-number • 4.0.0Returns true if the value is a number. comprehensive tests.
INDIRECT
0
isobject • 3.0.1Returns true if the value is an object and not an array or null.
last-run • 1.1.1Capture and retrieve the last time a function was run
DIRECT
11
make-iterator • 1.0.1Convert an argument into a valid iterator. Based on the `.makeIterator()` implementation in mout https://github.com/mout/mout.
INDIRECT
1
now-and-later • 2.0.1Map over an array or object of values in parallel or series, passing each through the async iterator, with optional lifecycle hooks.
INDIRECT
2
object.defaults • 1.1.0Like `extend` but only copies missing properties/values to the target object.
DIRECT
5
object.reduce • 1.0.1Reduces an object to a value that is the accumulated result of running each property in the object through a callback.