loop-go
Version:
Basic asynchronous loop for an Array [] or Object {} that can return an accumulated object and modify it. Also, this has option to deep loop for complex Object.
35 lines (34 loc) • 776 B
JSON
{
"name": "loop-go",
"version": "2.0.4",
"description": "Basic asynchronous loop for an Array [] or Object {} that can return an accumulated object and modify it. Also, this has option to deep loop for complex Object.",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dat185/loop.git"
},
"keywords": [
"loop",
"iterate",
"array",
"object",
"async",
"queue",
"iterator",
"simple",
"deep",
"deep loop"
],
"author": "Davis Arosemena T.",
"license": "MIT",
"bugs": {
"url": "https://github.com/dat185/loop/issues"
},
"homepage": "https://github.com/dat185/loop#readme",
"devDependencies": {
"tap": "^14.10.7"
}
}