d6e02e18a94af56bcb170515fddc404efc704215
[VSoRC/.git] / node_modules / proxy-addr / package.json
1 {
2   "_from": "proxy-addr@~2.0.5",
3   "_id": "proxy-addr@2.0.5",
4   "_inBundle": false,
5   "_integrity": "sha512-t/7RxHXPH6cJtP0pRG6smSr9QJidhB+3kXu0KgXnbGYMgzEnUxRQ4/LDdfOwZEMyIh3/xHb8PX3t+lfL9z+YVQ==",
6   "_location": "/proxy-addr",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "proxy-addr@~2.0.5",
12     "name": "proxy-addr",
13     "escapedName": "proxy-addr",
14     "rawSpec": "~2.0.5",
15     "saveSpec": null,
16     "fetchSpec": "~2.0.5"
17   },
18   "_requiredBy": [
19     "/express"
20   ],
21   "_resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.5.tgz",
22   "_shasum": "34cbd64a2d81f4b1fd21e76f9f06c8a45299ee34",
23   "_spec": "proxy-addr@~2.0.5",
24   "_where": "/home/josuer08/Documents/web/node_modules/express",
25   "author": {
26     "name": "Douglas Christopher Wilson",
27     "email": "doug@somethingdoug.com"
28   },
29   "bugs": {
30     "url": "https://github.com/jshttp/proxy-addr/issues"
31   },
32   "bundleDependencies": false,
33   "dependencies": {
34     "forwarded": "~0.1.2",
35     "ipaddr.js": "1.9.0"
36   },
37   "deprecated": false,
38   "description": "Determine address of proxied request",
39   "devDependencies": {
40     "beautify-benchmark": "0.2.4",
41     "benchmark": "2.1.4",
42     "deep-equal": "1.0.1",
43     "eslint": "5.16.0",
44     "eslint-config-standard": "12.0.0",
45     "eslint-plugin-import": "2.17.1",
46     "eslint-plugin-markdown": "1.0.0",
47     "eslint-plugin-node": "8.0.1",
48     "eslint-plugin-promise": "4.1.1",
49     "eslint-plugin-standard": "4.0.0",
50     "mocha": "6.1.3",
51     "nyc": "13.3.0"
52   },
53   "engines": {
54     "node": ">= 0.10"
55   },
56   "files": [
57     "LICENSE",
58     "HISTORY.md",
59     "README.md",
60     "index.js"
61   ],
62   "homepage": "https://github.com/jshttp/proxy-addr#readme",
63   "keywords": [
64     "ip",
65     "proxy",
66     "x-forwarded-for"
67   ],
68   "license": "MIT",
69   "name": "proxy-addr",
70   "repository": {
71     "type": "git",
72     "url": "git+https://github.com/jshttp/proxy-addr.git"
73   },
74   "scripts": {
75     "bench": "node benchmark/index.js",
76     "lint": "eslint --plugin markdown --ext js,md .",
77     "test": "mocha --reporter spec --bail --check-leaks test/",
78     "test-cov": "nyc --reporter=text npm test",
79     "test-travis": "nyc --reporter=html --reporter=text npm test"
80   },
81   "version": "2.0.5"
82 }