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: a776779a8dfb09ee0e722be7f0b9fc8b5c30ad36 (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
{
  "_from": "call-limit@~1.1.0",
  "_id": "call-limit@1.1.0",
  "_integrity": "sha1-b9YbA/PaQqLNDsK2DwK9DnGZH+o=",
  "_location": "/call-limit",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "call-limit@~1.1.0",
    "name": "call-limit",
    "escapedName": "call-limit",
    "rawSpec": "~1.1.0",
    "saveSpec": null,
    "fetchSpec": "~1.1.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/call-limit/-/call-limit-1.1.0.tgz",
  "_shasum": "6fd61b03f3da42a2cd0ec2b60f02bd0e71991fea",
  "_shrinkwrap": null,
  "_spec": "call-limit@~1.1.0",
  "_where": "/Users/zkat/Documents/code/npm",
  "author": {
    "name": "Rebecca Turner",
    "email": "me@re-becca.org"
  },
  "bin": null,
  "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": {
    "tap": "^1.0.0"
  },
  "files": [
    "call-limit.js"
  ],
  "homepage": "https://npmjs.com/packages/call-limit",
  "license": "ISC",
  "main": "call-limit.js",
  "name": "call-limit",
  "optionalDependencies": {},
  "peerDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iarna/call-limit.git"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "version": "1.1.0"
}