Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « promise-all-reject-late « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1713db21fd28695f505c8d48b3c8047a7f55b2cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
  "_from": "promise-all-reject-late@^1.0.0",
  "_id": "promise-all-reject-late@1.0.1",
  "_inBundle": false,
  "_integrity": "sha512-vuf0Lf0lOxyQREH7GDIOUMLS7kz+gs8i6B+Yi8dC68a2sychGrHTJYghMBD6k7eUcH0H5P73EckCA48xijWqXw==",
  "_location": "/promise-all-reject-late",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "promise-all-reject-late@^1.0.0",
    "name": "promise-all-reject-late",
    "escapedName": "promise-all-reject-late",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/@npmcli/arborist"
  ],
  "_resolved": "https://registry.npmjs.org/promise-all-reject-late/-/promise-all-reject-late-1.0.1.tgz",
  "_shasum": "f8ebf13483e5ca91ad809ccc2fcf25f26f8643c2",
  "_spec": "promise-all-reject-late@^1.0.0",
  "_where": "/Users/claudiahdz/npm/cli/node_modules/@npmcli/arborist",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "https://izs.me"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Like Promise.all, but save rejections until all promises are resolved",
  "devDependencies": {
    "tap": "^14.10.5"
  },
  "funding": {
    "url": "https://github.com/sponsors/isaacs"
  },
  "license": "ISC",
  "name": "promise-all-reject-late",
  "scripts": {
    "postversion": "npm publish",
    "prepublishOnly": "git push origin --follow-tags",
    "preversion": "npm test",
    "test": "tap"
  },
  "tap": {
    "check-coverage": true
  },
  "version": "1.0.1"
}