summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/call-limit/package.json
blob: 631a123f123a3f7ea357f0add999af58f87bff75 (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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
  "_args": [
    [
      {
        "raw": "call-limit@latest",
        "scope": null,
        "escapedName": "call-limit",
        "name": "call-limit",
        "rawSpec": "latest",
        "spec": "latest",
        "type": "tag"
      },
      "/Users/rebecca/code/npm-latest"
    ]
  ],
  "_from": "call-limit@latest",
  "_id": "call-limit@1.1.0",
  "_inCache": true,
  "_location": "/call-limit",
  "_nodeVersion": "7.7.1",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/call-limit-1.1.0.tgz_1488849297527_0.29955350141972303"
  },
  "_npmUser": {
    "name": "iarna",
    "email": "me@re-becca.org"
  },
  "_npmVersion": "4.4.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "call-limit@latest",
    "scope": null,
    "escapedName": "call-limit",
    "name": "call-limit",
    "rawSpec": "latest",
    "spec": "latest",
    "type": "tag"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/call-limit/-/call-limit-1.1.0.tgz",
  "_shasum": "6fd61b03f3da42a2cd0ec2b60f02bd0e71991fea",
  "_shrinkwrap": null,
  "_spec": "call-limit@latest",
  "_where": "/Users/rebecca/code/npm-latest",
  "author": {
    "name": "Rebecca Turner",
    "email": "me@re-becca.org"
  },
  "bugs": {
    "url": "https://github.com/iarna/call-limit/issues"
  },
  "dependencies": {},
  "description": "Limit the number of simultaneous calls to an async function",
  "devDependencies": {
    "tap": "^1.0.0"
  },
  "directories": {},
  "dist": {
    "shasum": "6fd61b03f3da42a2cd0ec2b60f02bd0e71991fea",
    "tarball": "https://registry.npmjs.org/call-limit/-/call-limit-1.1.0.tgz"
  },
  "files": [
    "call-limit.js"
  ],
  "gitHead": "2b05fe72f0cf33a2aac951cd68dd949fccb0d9e9",
  "homepage": "https://npmjs.com/packages/call-limit",
  "license": "ISC",
  "main": "call-limit.js",
  "maintainers": [
    {
      "name": "iarna",
      "email": "me@re-becca.org"
    }
  ],
  "name": "call-limit",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iarna/call-limit.git"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "version": "1.1.0"
}