UNPKG

promessinha

Version:

Resolves an array of promises in parallel and return an object with an array of 'successes' and an array of 'errors'.

28 lines (27 loc) 702 B
{ "name": "promessinha", "version": "1.0.0", "description": " Resolves an array of promises in parallel and return an object with an array of 'successes' and an array of 'errors'.", "main": "index.js", "dependencies": {}, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/eptaccio/promessinha.git" }, "keywords": [ "promise", "await", "async", "promises" ], "author": "@eptaccio", "license": "MIT", "bugs": { "url": "https://github.com/eptaccio/promessinha/issues" }, "homepage": "https://github.com/eptaccio/promessinha#readme" }