quitando basura del index
[VSoRC/.git] / node_modules / forwarded / package.json
1 {
2   "_args": [
3     [
4       "forwarded@0.1.2",
5       "/home/josuer08/Documents/web"
6     ]
7   ],
8   "_from": "forwarded@0.1.2",
9   "_id": "forwarded@0.1.2",
10   "_inBundle": false,
11   "_integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=",
12   "_location": "/forwarded",
13   "_phantomChildren": {},
14   "_requested": {
15     "type": "version",
16     "registry": true,
17     "raw": "forwarded@0.1.2",
18     "name": "forwarded",
19     "escapedName": "forwarded",
20     "rawSpec": "0.1.2",
21     "saveSpec": null,
22     "fetchSpec": "0.1.2"
23   },
24   "_requiredBy": [
25     "/proxy-addr"
26   ],
27   "_resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz",
28   "_spec": "0.1.2",
29   "_where": "/home/josuer08/Documents/web",
30   "bugs": {
31     "url": "https://github.com/jshttp/forwarded/issues"
32   },
33   "contributors": [
34     {
35       "name": "Douglas Christopher Wilson",
36       "email": "doug@somethingdoug.com"
37     }
38   ],
39   "description": "Parse HTTP X-Forwarded-For header",
40   "devDependencies": {
41     "beautify-benchmark": "0.2.4",
42     "benchmark": "2.1.4",
43     "eslint": "3.19.0",
44     "eslint-config-standard": "10.2.1",
45     "eslint-plugin-import": "2.7.0",
46     "eslint-plugin-node": "5.1.1",
47     "eslint-plugin-promise": "3.5.0",
48     "eslint-plugin-standard": "3.0.1",
49     "istanbul": "0.4.5",
50     "mocha": "1.21.5"
51   },
52   "engines": {
53     "node": ">= 0.6"
54   },
55   "files": [
56     "LICENSE",
57     "HISTORY.md",
58     "README.md",
59     "index.js"
60   ],
61   "homepage": "https://github.com/jshttp/forwarded#readme",
62   "keywords": [
63     "x-forwarded-for",
64     "http",
65     "req"
66   ],
67   "license": "MIT",
68   "name": "forwarded",
69   "repository": {
70     "type": "git",
71     "url": "git+https://github.com/jshttp/forwarded.git"
72   },
73   "scripts": {
74     "bench": "node benchmark/index.js",
75     "lint": "eslint .",
76     "test": "mocha --reporter spec --bail --check-leaks test/",
77     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
78     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
79   },
80   "version": "0.1.2"
81 }