package.json
2.83 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
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
106
107
108
{
"_args": [
[
{
"raw": "proxy-addr@~1.1.5",
"scope": null,
"escapedName": "proxy-addr",
"name": "proxy-addr",
"rawSpec": "~1.1.5",
"spec": ">=1.1.5 <1.2.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/express"
]
],
"_from": "proxy-addr@>=1.1.5 <1.2.0",
"_id": "proxy-addr@1.1.5",
"_inCache": true,
"_location": "/proxy-addr",
"_nodeVersion": "6.11.1",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/proxy-addr-1.1.5.tgz_1501030838206_0.9159589342307299"
},
"_npmUser": {
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
"_npmVersion": "3.10.10",
"_phantomChildren": {},
"_requested": {
"raw": "proxy-addr@~1.1.5",
"scope": null,
"escapedName": "proxy-addr",
"name": "proxy-addr",
"rawSpec": "~1.1.5",
"spec": ">=1.1.5 <1.2.0",
"type": "range"
},
"_requiredBy": [
"/express"
],
"_resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-1.1.5.tgz",
"_shasum": "71c0ee3b102de3f202f3b64f608d173fcba1a918",
"_shrinkwrap": null,
"_spec": "proxy-addr@~1.1.5",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/express",
"author": {
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
"bugs": {
"url": "https://github.com/jshttp/proxy-addr/issues"
},
"dependencies": {
"forwarded": "~0.1.0",
"ipaddr.js": "1.4.0"
},
"description": "Determine address of proxied request",
"devDependencies": {
"beautify-benchmark": "0.2.4",
"benchmark": "2.1.4",
"istanbul": "0.4.5",
"mocha": "~1.21.5"
},
"directories": {},
"dist": {
"shasum": "71c0ee3b102de3f202f3b64f608d173fcba1a918",
"tarball": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-1.1.5.tgz"
},
"engines": {
"node": ">= 0.6"
},
"files": [
"LICENSE",
"HISTORY.md",
"README.md",
"index.js"
],
"gitHead": "f40ceab074ec2f92399d112793d9ad1c9d96e146",
"homepage": "https://github.com/jshttp/proxy-addr#readme",
"keywords": [
"ip",
"proxy",
"x-forwarded-for"
],
"license": "MIT",
"maintainers": [
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
}
],
"name": "proxy-addr",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jshttp/proxy-addr.git"
},
"scripts": {
"bench": "node benchmark/index.js",
"test": "mocha --reporter spec --bail --check-leaks test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
},
"version": "1.1.5"
}