wishthis/node_modules/async-each/package.json

39 lines
797 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.",
2023-02-08 12:35:10 +00:00
"version": "1.0.6",
2022-04-08 10:55:35 +00:00
"license": "MIT",
2023-02-08 12:35:10 +00:00
"files": [
"index.js"
2022-01-21 08:28:41 +00:00
],
2022-04-08 10:55:35 +00:00
"homepage": "https://github.com/paulmillr/async-each/",
"author": "Paul Miller (https://paulmillr.com/)",
2023-02-08 12:35:10 +00:00
"repository": {
"type": "git",
"url": "git+https://github.com/paulmillr/async-each.git"
},
2022-01-21 08:28:41 +00:00
"main": "index.js",
2023-02-08 12:35:10 +00:00
"dependencies": {},
"keywords": [
"async",
"forEach",
"each",
"map",
"asynchronous",
"iteration",
"iterate",
"loop",
"parallel",
"concurrent",
"array",
"flow",
"control flow"
],
"funding": [
{
"type": "individual",
"url": "https://paulmillr.com/funding/"
}
]
2022-01-21 08:28:41 +00:00
}