117 lines
3.1 KiB
JSON
117 lines
3.1 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "proxy-addr@~2.0.2",
|
|
"scope": null,
|
|
"escapedName": "proxy-addr",
|
|
"name": "proxy-addr",
|
|
"rawSpec": "~2.0.2",
|
|
"spec": ">=2.0.2 <2.1.0",
|
|
"type": "range"
|
|
},
|
|
"/Users/linnemann/Documents/dev/nodejs/microservices_boilerplate/service001/node_modules/express"
|
|
]
|
|
],
|
|
"_from": "proxy-addr@>=2.0.2 <2.1.0",
|
|
"_id": "proxy-addr@2.0.2",
|
|
"_inCache": true,
|
|
"_location": "/proxy-addr",
|
|
"_nodeVersion": "6.11.1",
|
|
"_npmOperationalInternal": {
|
|
"host": "s3://npm-registry-packages",
|
|
"tmp": "tmp/proxy-addr-2.0.2.tgz_1506303664796_0.10817809496074915"
|
|
},
|
|
"_npmUser": {
|
|
"name": "dougwilson",
|
|
"email": "doug@somethingdoug.com"
|
|
},
|
|
"_npmVersion": "3.10.10",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "proxy-addr@~2.0.2",
|
|
"scope": null,
|
|
"escapedName": "proxy-addr",
|
|
"name": "proxy-addr",
|
|
"rawSpec": "~2.0.2",
|
|
"spec": ">=2.0.2 <2.1.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/express"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.2.tgz",
|
|
"_shasum": "6571504f47bb988ec8180253f85dd7e14952bdec",
|
|
"_shrinkwrap": null,
|
|
"_spec": "proxy-addr@~2.0.2",
|
|
"_where": "/Users/linnemann/Documents/dev/nodejs/microservices_boilerplate/service001/node_modules/express",
|
|
"author": {
|
|
"name": "Douglas Christopher Wilson",
|
|
"email": "doug@somethingdoug.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jshttp/proxy-addr/issues"
|
|
},
|
|
"dependencies": {
|
|
"forwarded": "~0.1.2",
|
|
"ipaddr.js": "1.5.2"
|
|
},
|
|
"description": "Determine address of proxied request",
|
|
"devDependencies": {
|
|
"beautify-benchmark": "0.2.4",
|
|
"benchmark": "2.1.4",
|
|
"eslint": "3.19.0",
|
|
"eslint-config-standard": "10.2.1",
|
|
"eslint-plugin-import": "2.7.0",
|
|
"eslint-plugin-markdown": "1.0.0-beta.6",
|
|
"eslint-plugin-node": "5.1.1",
|
|
"eslint-plugin-promise": "3.5.0",
|
|
"eslint-plugin-standard": "3.0.1",
|
|
"mocha": "3.5.3",
|
|
"nyc": "10.3.2"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "6571504f47bb988ec8180253f85dd7e14952bdec",
|
|
"tarball": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.2.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"HISTORY.md",
|
|
"README.md",
|
|
"index.js"
|
|
],
|
|
"gitHead": "7c1bc4c5c05bd5285af710baabf87421d950f689",
|
|
"homepage": "https://github.com/jshttp/proxy-addr#readme",
|
|
"keywords": [
|
|
"ip",
|
|
"proxy",
|
|
"x-forwarded-for"
|
|
],
|
|
"license": "MIT",
|
|
"maintainers": [
|
|
{
|
|
"name": "dougwilson",
|
|
"email": "doug@somethingdoug.com"
|
|
}
|
|
],
|
|
"name": "proxy-addr",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jshttp/proxy-addr.git"
|
|
},
|
|
"scripts": {
|
|
"bench": "node benchmark/index.js",
|
|
"lint": "eslint --plugin markdown --ext js,md .",
|
|
"test": "mocha --reporter spec --bail --check-leaks test/",
|
|
"test-cov": "nyc --reporter=text npm test",
|
|
"test-travis": "nyc --reporter=html --reporter=text npm test"
|
|
},
|
|
"version": "2.0.2"
|
|
}
|