Initial commit for OpenECOMP SDN-C OA&M
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / express / node_modules / proxy-addr / node_modules / forwarded / package.json
1 {
2   "name": "forwarded",
3   "description": "Parse HTTP X-Forwarded-For header",
4   "version": "0.1.0",
5   "contributors": [
6     {
7       "name": "Douglas Christopher Wilson",
8       "email": "doug@somethingdoug.com"
9     }
10   ],
11   "license": "MIT",
12   "keywords": [
13     "x-forwarded-for",
14     "http",
15     "req"
16   ],
17   "repository": {
18     "type": "git",
19     "url": "https://github.com/jshttp/forwarded"
20   },
21   "devDependencies": {
22     "istanbul": "0.3.2",
23     "mocha": "~1.21.4"
24   },
25   "files": [
26     "LICENSE",
27     "HISTORY.md",
28     "README.md",
29     "index.js"
30   ],
31   "engines": {
32     "node": ">= 0.6"
33   },
34   "scripts": {
35     "test": "mocha --reporter spec --bail --check-leaks test/",
36     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
37     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
38   },
39   "gitHead": "e9a9faeb3cfaadf40eb57d144fff26bca9b818e8",
40   "bugs": {
41     "url": "https://github.com/jshttp/forwarded/issues"
42   },
43   "homepage": "https://github.com/jshttp/forwarded",
44   "_id": "forwarded@0.1.0",
45   "_shasum": "19ef9874c4ae1c297bcf078fde63a09b66a84363",
46   "_from": "forwarded@~0.1.0",
47   "_npmVersion": "1.4.21",
48   "_npmUser": {
49     "name": "dougwilson",
50     "email": "doug@somethingdoug.com"
51   },
52   "maintainers": [
53     {
54       "name": "dougwilson",
55       "email": "doug@somethingdoug.com"
56     }
57   ],
58   "dist": {
59     "shasum": "19ef9874c4ae1c297bcf078fde63a09b66a84363",
60     "tarball": "http://registry.npmjs.org/forwarded/-/forwarded-0.1.0.tgz"
61   },
62   "directories": {},
63   "_resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.0.tgz",
64   "readme": "ERROR: No README data found!"
65 }