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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
| {
| "_args": [
| [
| {
| "raw": "inflight@^1.0.4",
| "scope": null,
| "escapedName": "inflight",
| "name": "inflight",
| "rawSpec": "^1.0.4",
| "spec": ">=1.0.4 <2.0.0",
| "type": "range"
| },
| "/root/rushmail/node_modules/glob"
| ]
| ],
| "_from": "inflight@>=1.0.4 <2.0.0",
| "_id": "inflight@1.0.6",
| "_inCache": true,
| "_location": "/inflight",
| "_nodeVersion": "6.5.0",
| "_npmOperationalInternal": {
| "host": "packages-16-east.internal.npmjs.com",
| "tmp": "tmp/inflight-1.0.6.tgz_1476330807696_0.10388551792129874"
| },
| "_npmUser": {
| "name": "isaacs",
| "email": "i@izs.me"
| },
| "_npmVersion": "3.10.7",
| "_phantomChildren": {},
| "_requested": {
| "raw": "inflight@^1.0.4",
| "scope": null,
| "escapedName": "inflight",
| "name": "inflight",
| "rawSpec": "^1.0.4",
| "spec": ">=1.0.4 <2.0.0",
| "type": "range"
| },
| "_requiredBy": [
| "/glob"
| ],
| "_resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
| "_shasum": "49bd6331d7d02d0c09bc910a1075ba8165b56df9",
| "_shrinkwrap": null,
| "_spec": "inflight@^1.0.4",
| "_where": "/root/rushmail/node_modules/glob",
| "author": {
| "name": "Isaac Z. Schlueter",
| "email": "i@izs.me",
| "url": "http://blog.izs.me/"
| },
| "bugs": {
| "url": "https://github.com/isaacs/inflight/issues"
| },
| "dependencies": {
| "once": "^1.3.0",
| "wrappy": "1"
| },
| "description": "Add callbacks to requests in flight to avoid async duplication",
| "devDependencies": {
| "tap": "^7.1.2"
| },
| "directories": {},
| "dist": {
| "shasum": "49bd6331d7d02d0c09bc910a1075ba8165b56df9",
| "tarball": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz"
| },
| "files": [
| "inflight.js"
| ],
| "gitHead": "a547881738c8f57b27795e584071d67cf6ac1a57",
| "homepage": "https://github.com/isaacs/inflight",
| "license": "ISC",
| "main": "inflight.js",
| "maintainers": [
| {
| "name": "iarna",
| "email": "me@re-becca.org"
| },
| {
| "name": "isaacs",
| "email": "i@izs.me"
| },
| {
| "name": "othiym23",
| "email": "ogd@aoaioxxysz.net"
| },
| {
| "name": "zkat",
| "email": "kat@sykosomatic.org"
| }
| ],
| "name": "inflight",
| "optionalDependencies": {},
| "readme": "ERROR: No README data found!",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/npm/inflight.git"
| },
| "scripts": {
| "test": "tap test.js --100"
| },
| "version": "1.0.6"
| }
|
|