package.json
1.5 KB
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
{
"_from": "infinity-agent@^2.0.0",
"_id": "infinity-agent@2.0.3",
"_inBundle": false,
"_integrity": "sha1-ReDi/3qesDCyfWK3SzdEt6esQhY=",
"_location": "/infinity-agent",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "infinity-agent@^2.0.0",
"name": "infinity-agent",
"escapedName": "infinity-agent",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/got"
],
"_resolved": "https://registry.npmjs.org/infinity-agent/-/infinity-agent-2.0.3.tgz",
"_shasum": "45e0e2ff7a9eb030b27d62b74b3744b7a7ac4216",
"_spec": "infinity-agent@^2.0.0",
"_where": "/Users/fzy/project/efang/node_modules/got",
"author": {
"name": "Vsevolod Strukchinsky",
"email": "floatdrop@gmail.com"
},
"bugs": {
"url": "https://github.com/floatdrop/infinity-agent/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Creates HTTP/HTTPS Agent with Infinity maxSockets",
"devDependencies": {
"mocha": "^2.1.0"
},
"files": [
"index.js",
"http.js",
"https.js"
],
"homepage": "https://github.com/floatdrop/infinity-agent#readme",
"keywords": [
"http",
"https",
"agent",
"maxSockets"
],
"license": "MIT",
"name": "infinity-agent",
"repository": {
"type": "git",
"url": "git+https://github.com/floatdrop/infinity-agent.git"
},
"scripts": {
"test": "mocha -R spec"
},
"version": "2.0.3"
}