UNPKG

promise-all-forgiving

Version:
32 lines (31 loc) 702 B
{ "name": "promise-all-forgiving", "version": "1.0.5", "description": "Promise.all() without the fail-fast behavior", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/ngagne/promise-all-forgiving.git" }, "author": "Nick Gagne", "license": "MIT", "bugs": { "url": "https://github.com/ngagne/promise-all-forgiving/issues" }, "homepage": "https://github.com/ngagne/promise-all-forgiving#readme", "devDependencies": { "mocha": "^11.3.0" }, "overrides": { "diff": "8.0.3", "serialize-javascript": "7.0.4" }, "keywords": [ "Promise", "Promise.all", "fail-fast" ] }