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

package.json « call-limit « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2e3b264de115b14693dced5d5232d24acd1f35fa (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
63
64
65
{
  "_from": "call-limit@1.1.1",
  "_id": "call-limit@1.1.1",
  "_inBundle": false,
  "_integrity": "sha512-5twvci5b9eRBw2wCfPtN0GmlR2/gadZqyFpPhOK6CvMFoFgA+USnZ6Jpu1lhG9h85pQ3Ouil3PfXWRD4EUaRiQ==",
  "_location": "/call-limit",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "call-limit@1.1.1",
    "name": "call-limit",
    "escapedName": "call-limit",
    "rawSpec": "1.1.1",
    "saveSpec": null,
    "fetchSpec": "1.1.1"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/call-limit/-/call-limit-1.1.1.tgz",
  "_shasum": "ef15f2670db3f1992557e2d965abc459e6e358d4",
  "_spec": "call-limit@1.1.1",
  "_where": "/Users/isaacs/dev/npm/cli",
  "author": {
    "name": "Rebecca Turner",
    "email": "me@re-becca.org"
  },
  "bugs": {
    "url": "https://github.com/iarna/call-limit/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "Limit the number of simultaneous calls to an async function",
  "devDependencies": {
    "@iarna/standard": "*",
    "standard-version": "*",
    "tap": "^14.2.0",
    "weallbehave": "*",
    "weallcontribute": "*"
  },
  "files": [
    "call-limit.js"
  ],
  "homepage": "https://npmjs.com/packages/call-limit",
  "license": "ISC",
  "main": "call-limit.js",
  "name": "call-limit",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iarna/call-limit.git"
  },
  "scripts": {
    "postrelease": "npm publish && git push --follow-tags",
    "prerelease": "npm t",
    "pretest": "iarna-standard",
    "release": "standard-version -s",
    "test": "tap test/*.js",
    "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
    "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
  },
  "version": "1.1.1"
}