프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / proxy-addr / package.json

이력 | 보기 | 이력해설 | 다운로드 (2.22 KB)

1 39 HKM
{
2
  "_args": [
3
    [
4
      "proxy-addr@2.0.3",
5
      "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
6
    ]
7
  ],
8
  "_from": "proxy-addr@2.0.3",
9
  "_id": "proxy-addr@2.0.3",
10
  "_inBundle": false,
11
  "_integrity": "sha512-jQTChiCJteusULxjBp8+jftSQE5Obdl3k4cnmLA6WXtK6XFuWRnvVL7aCiBqaLPM8c4ph0S4tKna8XvmIwEnXQ==",
12
  "_location": "/proxy-addr",
13
  "_phantomChildren": {},
14
  "_requested": {
15
    "type": "version",
16
    "registry": true,
17
    "raw": "proxy-addr@2.0.3",
18
    "name": "proxy-addr",
19
    "escapedName": "proxy-addr",
20
    "rawSpec": "2.0.3",
21
    "saveSpec": null,
22
    "fetchSpec": "2.0.3"
23
  },
24
  "_requiredBy": [
25
    "/express"
26
  ],
27
  "_resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.3.tgz",
28
  "_spec": "2.0.3",
29
  "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program",
30
  "author": {
31
    "name": "Douglas Christopher Wilson",
32
    "email": "doug@somethingdoug.com"
33
  },
34
  "bugs": {
35
    "url": "https://github.com/jshttp/proxy-addr/issues"
36
  },
37
  "dependencies": {
38
    "forwarded": "~0.1.2",
39
    "ipaddr.js": "1.6.0"
40
  },
41
  "description": "Determine address of proxied request",
42
  "devDependencies": {
43
    "beautify-benchmark": "0.2.4",
44
    "benchmark": "2.1.4",
45
    "eslint": "4.18.0",
46
    "eslint-config-standard": "11.0.0",
47
    "eslint-plugin-import": "2.8.0",
48
    "eslint-plugin-markdown": "1.0.0-beta.6",
49
    "eslint-plugin-node": "6.0.0",
50
    "eslint-plugin-promise": "3.6.0",
51
    "eslint-plugin-standard": "3.0.1",
52
    "mocha": "3.5.3",
53
    "nyc": "10.3.2"
54
  },
55
  "engines": {
56
    "node": ">= 0.10"
57
  },
58
  "files": [
59
    "LICENSE",
60
    "HISTORY.md",
61
    "README.md",
62
    "index.js"
63
  ],
64
  "homepage": "https://github.com/jshttp/proxy-addr#readme",
65
  "keywords": [
66
    "ip",
67
    "proxy",
68
    "x-forwarded-for"
69
  ],
70
  "license": "MIT",
71
  "name": "proxy-addr",
72
  "repository": {
73
    "type": "git",
74
    "url": "git+https://github.com/jshttp/proxy-addr.git"
75
  },
76
  "scripts": {
77
    "bench": "node benchmark/index.js",
78
    "lint": "eslint --plugin markdown --ext js,md .",
79
    "test": "mocha --reporter spec --bail --check-leaks test/",
80
    "test-cov": "nyc --reporter=text npm test",
81
    "test-travis": "nyc --reporter=html --reporter=text npm test"
82
  },
83
  "version": "2.0.3"
84
}