You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

69 lines
1.8 KiB

{
"_from": "forwarded@~0.1.0",
"_id": "forwarded@0.1.0",
"_inBundle": false,
"_integrity": "sha1-Ge+YdMSuHCl7zweP3mOgm2aoQ2M=",
"_location": "/forwarded",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "forwarded@~0.1.0",
"name": "forwarded",
"escapedName": "forwarded",
"rawSpec": "~0.1.0",
"saveSpec": null,
"fetchSpec": "~0.1.0"
},
"_requiredBy": [
"/proxy-addr"
],
"_resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.0.tgz",
"_shasum": "19ef9874c4ae1c297bcf078fde63a09b66a84363",
"_spec": "forwarded@~0.1.0",
"_where": "/Users/matthuntington/Documents/prompter/node_modules/proxy-addr",
"bugs": {
"url": "https://github.com/jshttp/forwarded/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
}
],
"deprecated": false,
"description": "Parse HTTP X-Forwarded-For header",
"devDependencies": {
"istanbul": "0.3.2",
"mocha": "~1.21.4"
},
"engines": {
"node": ">= 0.6"
},
"files": [
"LICENSE",
"HISTORY.md",
"README.md",
"index.js"
],
"homepage": "https://github.com/jshttp/forwarded#readme",
"keywords": [
"x-forwarded-for",
"http",
"req"
],
"license": "MIT",
"name": "forwarded",
"repository": {
"type": "git",
"url": "git+https://github.com/jshttp/forwarded.git"
},
"scripts": {
"test": "mocha --reporter spec --bail --check-leaks test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
},
"version": "0.1.0"
}