npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "each" 的结果(共 31 个)
require-directory

Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.

MIT
strip-indent

Strip leading whitespace from each line in a string

MIT
lodash.foreach

The lodash method `_.forEach` exported as a module.

MIT
streamroller

file streams that roll over when size limits, or dates are reached

MIT
json-schema-traverse

Traverse JSON Schema passing each schema object to callback

MIT
object.reduce

Reduces an object to a value that is the accumulated result of running each property in the object through a callback.

MIT
object.map

Similar to map for arrays, this creates a new object by calling the callback on each property of the original object.

MIT
foreachasync

A node- and browser-ready async (now with promises) counterpart of Array.prototype.forEach

(MIT OR Apache-2.0)
Array.prototype.forEachAsync

The Array.prototype.forEachAsync module of FuturesJS (Ender.JS and Node.JS)

foreach

foreach component + npm package

MIT
array-each

Loop over each item in an array and call the given function on every element.

MIT
now-and-later

Map over an array or object of values in parallel or series, passing each through the async iterator, with optional lifecycle hooks.

MIT
each-props

Processes each properties of an object deeply.

MIT
jest-each

Parameterised tests for Jest

MIT
beautify.hks

Beautify your javascript with each commit

BSD-2-Clause
forEachAsync

A node- and browser-ready async counterpart of Array.prototype.forEach

little-popo

will be retired when popo reaches v0.1

babel-plugin-minify-dead-code-elimination

Inlines bindings when possible. Tries to evaluate expressions and prunes unreachable as a result.

MIT
stream-each

Iterate all the data in a stream

MIT
frep

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

promise-make-counter

A simple function that makes a counter-based promise, which can be incremented and decremented, and it resolves once its counter reaches zero.

MIT
fastseries

Zero-overhead asynchronous series/each/map function calls

ISC
until-stream

A PassThrough stream that stops piping when a pattern is reached

slice-stream

Pipe data through a stream until some fixed length is reached, then callback.

MIT
eachr

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.

Artistic-2.0
chainy-plugin-each

Chainy action that iterates through each item in the array with an asynchronous or synchronous iterator

MIT
chainy-plugin-map

Chainy action that replaces each item in the array with the result of an asynchronous or synchronous iterator

MIT
p-waterfall

Run promise-returning & async functions in series, each passing its result to the next

MIT