1{
2  "name": "promise-all-reject-late",
3  "version": "1.0.1",
4  "description": "Like Promise.all, but save rejections until all promises are resolved",
5  "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",
6  "license": "ISC",
7  "scripts": {
8    "test": "tap",
9    "preversion": "npm test",
10    "postversion": "npm publish",
11    "prepublishOnly": "git push origin --follow-tags"
12  },
13  "tap": {
14    "check-coverage": true
15  },
16  "devDependencies": {
17    "tap": "^14.10.5"
18  },
19  "funding": {
20    "url": "https://github.com/sponsors/isaacs"
21  }
22}
23