Search results

5703 packages found

A small Promises/A+ implementation

published 0.0.4 11 years ago
M
Q
P

Promises/A+ version of fs.readdir

published 1.0.1 9 years ago
M
Q
P

Transparent caching layer for node-github module

published 2.2.0 6 years ago
M
Q
P
M
Q
P
M
Q
P

Calls the iteratee function n times, and accumulates results in the same manner you would use with map.

published 3.0.3 6 years ago
M
Q
P

Delay a promise a minimum amount of time

published 4.0.2 a year ago
M
Q
P

Subscribe to value changes and call the onChange function. This make sure calls to the onChange method are done in changes order. The onChange method can be a promise, no additional on change method called if the promise is pending

published 0.2.2 2 years ago
M
Q
P

Repeatedly call fn until test returns true.

published 3.0.3 6 years ago
M
Q
P

Take a sync function and make it async. This is useful for plugging sync functions into a waterfall, series, or other async functions.

published 3.0.3 6 years ago
M
Q
P

Creates a continuation function with some arguments already applied.

published 3.0.3 6 years ago
M
Q
P

The opposite of filter. Removes values that pass an async truth test.

published 3.0.3 6 years ago
M
Q
P

Returns true if every element in coll satisfies an async test.

published 3.0.3 6 years ago
M
Q
P

Applies iteratee to each item in coll, concatenating the results. Returns the concatenated list.

published 3.0.3 6 years ago
M
Q
P

Creates a function which is a composition of the passed asynchronous functions. Each function consumes the return value of the function that follows. Composing functions f(), g(), and h() would produce the result of f(g(h())).

published 3.0.3 6 years ago
M
Q
P

Run the functions in the tasks in series, each one running once the previous function has completed.

published 3.0.3 6 years ago
M
Q
P

Version of the compose function that is more natural to read. Each function consumes the return value of the previous function. It is the equivalent of compose with the arguments reversed.

published 3.0.3 6 years ago
M
Q
P

Repeatedly call fn, while test returns true.

published 3.0.3 6 years ago
M
Q
P

Returns a promise that when called, then's with the values provided. Useful as the first function in a waterfall.

published 3.0.3 6 years ago
M
Q
P

Returns true if at least one element in the coll satisfies an async test.

published 3.0.3 6 years ago
M
Q
P