forEachAsync - browser and node ready
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

38 lines
934 B

{
"name": "foreachasync",
"version": "5.1.3",
"description": "A node- and browser-ready async (now with promises) counterpart of Array.prototype.forEach",
"homepage": "https://git.coolaj86.com/coolaj86/foreachasync.js",
"main": "foreachasync.js",
"files": [],
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.coolaj86.com/coolaj86/foreachasync.js.git"
},
"keywords": [
"futuresjs",
"forEach",
"for",
"forEachAsync",
"async",
"futures",
"promise",
"promises",
"each"
],
"trulyOptionalDependencies": {
"bluebird": "^3.5.1"
},
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "(MIT OR Apache-2.0)",
"bugs": {
"url": "https://git.coolaj86.com/coolaj86/foreachasync.js/issues"
},
"dependencies": {}
}