Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80538 views
1
{
2
"name": "inflight",
3
"version": "1.0.4",
4
"description": "Add callbacks to requests in flight to avoid async duplication",
5
"main": "inflight.js",
6
"dependencies": {
7
"once": "^1.3.0",
8
"wrappy": "1"
9
},
10
"devDependencies": {
11
"tap": "^0.4.10"
12
},
13
"scripts": {
14
"test": "tap test.js"
15
},
16
"repository": {
17
"type": "git",
18
"url": "git://github.com/isaacs/inflight.git"
19
},
20
"author": {
21
"name": "Isaac Z. Schlueter",
22
"email": "[email protected]",
23
"url": "http://blog.izs.me/"
24
},
25
"bugs": {
26
"url": "https://github.com/isaacs/inflight/issues"
27
},
28
"homepage": "https://github.com/isaacs/inflight",
29
"license": "ISC",
30
"gitHead": "c7b5531d572a867064d4a1da9e013e8910b7d1ba",
31
"_id": "[email protected]",
32
"_shasum": "6cbb4521ebd51ce0ec0a936bfd7657ef7e9b172a",
33
"_from": "inflight@>=1.0.4 <2.0.0",
34
"_npmVersion": "2.1.3",
35
"_nodeVersion": "0.10.32",
36
"_npmUser": {
37
"name": "othiym23",
38
"email": "[email protected]"
39
},
40
"maintainers": [
41
{
42
"name": "isaacs",
43
"email": "[email protected]"
44
},
45
{
46
"name": "othiym23",
47
"email": "[email protected]"
48
},
49
{
50
"name": "iarna",
51
"email": "[email protected]"
52
}
53
],
54
"dist": {
55
"shasum": "6cbb4521ebd51ce0ec0a936bfd7657ef7e9b172a",
56
"tarball": "http://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz"
57
},
58
"directories": {},
59
"_resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz",
60
"readme": "ERROR: No README data found!"
61
}
62
63