wishthis/node_modules/async-each/package.json

21 lines
613 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "async-each",
2022-01-21 08:28:41 +00:00
"description": "No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.",
2022-04-08 10:55:35 +00:00
"version": "1.0.3",
"license": "MIT",
2022-01-21 08:28:41 +00:00
"keywords": [
2022-04-08 10:55:35 +00:00
"async", "forEach", "each", "map",
2022-01-21 08:28:41 +00:00
"asynchronous",
2022-04-08 10:55:35 +00:00
"iteration", "iterate",
"loop", "parallel",
"concurrent", "array",
"flow", "control flow"
2022-01-21 08:28:41 +00:00
],
2022-04-08 10:55:35 +00:00
"files": ["index.js"],
"homepage": "https://github.com/paulmillr/async-each/",
"author": "Paul Miller (https://paulmillr.com/)",
"repository": "git://github.com/paulmillr/async-each.git",
2022-01-21 08:28:41 +00:00
"main": "index.js",
2022-04-08 10:55:35 +00:00
"dependencies": {}
2022-01-21 08:28:41 +00:00
}