| 
									
										
										
										
											2019-06-13 17:36:25 -06:00
										 |  |  | { | 
					
						
							|  |  |  |   "name": "batchasync", | 
					
						
							| 
									
										
										
										
											2019-06-13 17:52:05 -06:00
										 |  |  |   "version": "1.0.2", | 
					
						
							| 
									
										
										
										
											2019-06-13 17:36:25 -06:00
										 |  |  |   "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" | 
					
						
							|  |  |  | } |