26 lines
		
	
	
		
			580 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			580 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "batchasync",
 | |
|   "version": "1.0.0",
 | |
|   "description": "Like forEachAsync, or Promise.all(), but handling a bounded number of items at any given time.",
 | |
|   "main": "batchasync.js",
 | |
|   "scripts": {
 | |
|     "test": "node ./test.js"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "https://git.coolaj86.com/coolaj86/batchasync.js.git"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "batch",
 | |
|     "forEach",
 | |
|     "async",
 | |
|     "forEachAsync",
 | |
|     "Promise.all",
 | |
|     "Promise",
 | |
|     "task",
 | |
|     "queue"
 | |
|   ],
 | |
|   "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
 | |
|   "license": "MPL-2.0"
 | |
| }
 |