Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.
Strip leading whitespace from each line in a string
Traverse JSON Schema passing each schema object to callback
Reduces an object to a value that is the accumulated result of running each property in the object through a callback.
Similar to map for arrays, this creates a new object by calling the callback on each property of the original object.
A node- and browser-ready async (now with promises) counterpart of Array.prototype.forEach
The Array.prototype.forEachAsync module of FuturesJS (Ender.JS and Node.JS)
Loop over each item in an array and call the given function on every element.
Processes each properties of an object deeply.
Beautify your javascript with each commit
A node- and browser-ready async counterpart of Array.prototype.forEach
will be retired when popo reaches v0.1
Inlines bindings when possible. Tries to evaluate expressions and prunes unreachable as a result.
Iterate all the data in a stream
Find and replace utility for node.js. Transform strings by running multiple RegExp or string find-and-replace patterns on a string in sequence, reducing the final string to the accumulated result of each transformation. Patterns can be strings (or arrays
A simple function that makes a counter-based promise, which can be incremented and decremented, and it resolves once its counter reaches zero.
Browserify transform to remove unreachable code
A PassThrough stream that stops piping when a pattern is reached
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.
Chainy action that iterates through each item in the array with an asynchronous or synchronous iterator
Chainy action that replaces each item in the array with the result of an asynchronous or synchronous iterator