24 lines
832 B
JSON
24 lines
832 B
JSON
{
|
|
"name": "async-each",
|
|
"description": "No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.",
|
|
"version": "1.0.3",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"async", "forEach", "each", "map",
|
|
"asynchronous",
|
|
"iteration", "iterate",
|
|
"loop", "parallel",
|
|
"concurrent", "array",
|
|
"flow", "control flow"
|
|
],
|
|
"files": ["index.js"],
|
|
"homepage": "https://github.com/paulmillr/async-each/",
|
|
"author": "Paul Miller (https://paulmillr.com/)",
|
|
"repository": "git://github.com/paulmillr/async-each.git",
|
|
"main": "index.js",
|
|
"dependencies": {}
|
|
|
|
,"_resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz"
|
|
,"_integrity": "sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ=="
|
|
,"_from": "async-each@1.0.3"
|
|
} |