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

package.json « promise-call-limit « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b9b6c484ada252a285e618b578362ae590df4ff8 (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
52
53
54
55
56
57
58
59
60
61
62
{
  "_from": "promise-call-limit@^1.0.1",
  "_id": "promise-call-limit@1.0.1",
  "_inBundle": false,
  "_integrity": "sha512-3+hgaa19jzCGLuSCbieeRsu5C2joKfYn8pY6JAuXFRVfF4IO+L7UPpFWNTeWT9pM7uhskvbPPd/oEOktCn317Q==",
  "_location": "/promise-call-limit",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "promise-call-limit@^1.0.1",
    "name": "promise-call-limit",
    "escapedName": "promise-call-limit",
    "rawSpec": "^1.0.1",
    "saveSpec": null,
    "fetchSpec": "^1.0.1"
  },
  "_requiredBy": [
    "/@npmcli/arborist"
  ],
  "_resolved": "https://registry.npmjs.org/promise-call-limit/-/promise-call-limit-1.0.1.tgz",
  "_shasum": "4bdee03aeb85674385ca934da7114e9bcd3c6e24",
  "_spec": "promise-call-limit@^1.0.1",
  "_where": "/Users/isaacs/dev/npm/cli/node_modules/@npmcli/arborist",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "https://izs.me"
  },
  "bugs": {
    "url": "https://github.com/isaacs/promise-call-limit/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Call an array of promise-returning functions, restricting concurrency to a specified limit.",
  "devDependencies": {
    "tap": "^14.10.6"
  },
  "files": [
    "index.js"
  ],
  "funding": {
    "url": "https://github.com/sponsors/isaacs"
  },
  "homepage": "https://github.com/isaacs/promise-call-limit#readme",
  "license": "ISC",
  "name": "promise-call-limit",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/isaacs/promise-call-limit.git"
  },
  "scripts": {
    "postversion": "npm publish",
    "prepublishOnly": "git push origin --follow-tags",
    "preversion": "npm test",
    "test": "tap"
  },
  "tap": {
    "check-coverage": true
  },
  "version": "1.0.1"
}