async-array-iterator
Version:
a simple asyncronous iterator which can simplify processing arrays before assigning final arguments
29 lines (28 loc) • 744 B
JSON
{
"name": "async-array-iterator",
"version": "1.0.3",
"description": "a simple asyncronous iterator which can simplify processing arrays before assigning final arguments",
"main": "index.js",
"scripts": {
"test": "node test/test.js && node test/test2.js && node test/test3.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/syarul/async-array-iterator.git"
},
"keywords": [
"async",
"loop",
"iterator",
"forloop",
"array",
"simple"
],
"author": "Shahrul Nizam Selamat",
"license": "MIT",
"bugs": {
"url": "https://github.com/syarul/async-array-iterator/issues"
},
"homepage": "https://github.com/syarul/async-array-iterator#readme",
"dependencies": {}
}