npm
Version:
a package manager for JavaScript
23 lines (22 loc) • 552 B
JSON
{
"name": "promise-all-reject-late",
"version": "1.0.1",
"description": "Like Promise.all, but save rejections until all promises are resolved",
"author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",
"license": "ISC",
"scripts": {
"test": "tap",
"preversion": "npm test",
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags"
},
"tap": {
"check-coverage": true
},
"devDependencies": {
"tap": "^14.10.5"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
}