Blame view

node_modules/proxy-addr/package.json 2.12 KB
aaac7fed   liuqimichale   add
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
  {
    "_args": [
      [
        "proxy-addr@2.0.4",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "proxy-addr@2.0.4",
    "_id": "proxy-addr@2.0.4",
    "_inBundle": false,
    "_integrity": "sha1-7PxzO/Iv+Mb0B/onUye5q2fki5M=",
    "_location": "/proxy-addr",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "proxy-addr@2.0.4",
      "name": "proxy-addr",
      "escapedName": "proxy-addr",
      "rawSpec": "2.0.4",
      "saveSpec": null,
      "fetchSpec": "2.0.4"
    },
    "_requiredBy": [
      "/express"
    ],
    "_resolved": "http://registry.npm.taobao.org/proxy-addr/download/proxy-addr-2.0.4.tgz",
    "_spec": "2.0.4",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "author": {
      "name": "Douglas Christopher Wilson",
      "email": "doug@somethingdoug.com"
    },
    "bugs": {
      "url": "https://github.com/jshttp/proxy-addr/issues"
    },
    "dependencies": {
      "forwarded": "~0.1.2",
      "ipaddr.js": "1.8.0"
    },
    "description": "Determine address of proxied request",
    "devDependencies": {
      "beautify-benchmark": "0.2.4",
      "benchmark": "2.1.4",
      "eslint": "4.19.1",
      "eslint-config-standard": "11.0.0",
      "eslint-plugin-import": "2.13.0",
      "eslint-plugin-markdown": "1.0.0-beta.6",
      "eslint-plugin-node": "6.0.1",
      "eslint-plugin-promise": "3.8.0",
      "eslint-plugin-standard": "3.1.0",
      "mocha": "3.5.3",
      "nyc": "10.3.2"
    },
    "engines": {
      "node": ">= 0.10"
    },
    "files": [
      "LICENSE",
      "HISTORY.md",
      "README.md",
      "index.js"
    ],
    "homepage": "https://github.com/jshttp/proxy-addr#readme",
    "keywords": [
      "ip",
      "proxy",
      "x-forwarded-for"
    ],
    "license": "MIT",
    "name": "proxy-addr",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/jshttp/proxy-addr.git"
    },
    "scripts": {
      "bench": "node benchmark/index.js",
      "lint": "eslint --plugin markdown --ext js,md .",
      "test": "mocha --reporter spec --bail --check-leaks test/",
      "test-cov": "nyc --reporter=text npm test",
      "test-travis": "nyc --reporter=html --reporter=text npm test"
    },
    "version": "2.0.4"
  }