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