11cb0ef41Sopenharmony_ci{
21cb0ef41Sopenharmony_ci  "name": "promise-all-reject-late",
31cb0ef41Sopenharmony_ci  "version": "1.0.1",
41cb0ef41Sopenharmony_ci  "description": "Like Promise.all, but save rejections until all promises are resolved",
51cb0ef41Sopenharmony_ci  "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",
61cb0ef41Sopenharmony_ci  "license": "ISC",
71cb0ef41Sopenharmony_ci  "scripts": {
81cb0ef41Sopenharmony_ci    "test": "tap",
91cb0ef41Sopenharmony_ci    "preversion": "npm test",
101cb0ef41Sopenharmony_ci    "postversion": "npm publish",
111cb0ef41Sopenharmony_ci    "prepublishOnly": "git push origin --follow-tags"
121cb0ef41Sopenharmony_ci  },
131cb0ef41Sopenharmony_ci  "tap": {
141cb0ef41Sopenharmony_ci    "check-coverage": true
151cb0ef41Sopenharmony_ci  },
161cb0ef41Sopenharmony_ci  "devDependencies": {
171cb0ef41Sopenharmony_ci    "tap": "^14.10.5"
181cb0ef41Sopenharmony_ci  },
191cb0ef41Sopenharmony_ci  "funding": {
201cb0ef41Sopenharmony_ci    "url": "https://github.com/sponsors/isaacs"
211cb0ef41Sopenharmony_ci  }
221cb0ef41Sopenharmony_ci}
23