This commit is contained in:
2020-08-20 11:44:32 +02:00
parent 4715fc1814
commit 6aceefeb2f
2891 changed files with 11239 additions and 347539 deletions

63
node_modules/proxy-addr/package.json generated vendored
View File

@@ -1,44 +1,22 @@
{
"_from": "proxy-addr@~2.0.5",
"_id": "proxy-addr@2.0.6",
"_inBundle": false,
"_integrity": "sha512-dh/frvCBVmSsDYzw6n926jv974gddhkFPfiN8hPOi30Wax25QZyZEGveluCgliBnqmuM+UJmBErbAUFIoDbjOw==",
"_location": "/proxy-addr",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "proxy-addr@~2.0.5",
"name": "proxy-addr",
"escapedName": "proxy-addr",
"rawSpec": "~2.0.5",
"saveSpec": null,
"fetchSpec": "~2.0.5"
},
"_requiredBy": [
"/express"
"name": "proxy-addr",
"description": "Determine address of proxied request",
"version": "2.0.6",
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
"license": "MIT",
"keywords": [
"ip",
"proxy",
"x-forwarded-for"
],
"_resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.6.tgz",
"_shasum": "fdc2336505447d3f2f2c638ed272caf614bbb2bf",
"_spec": "proxy-addr@~2.0.5",
"_where": "D:\\WORK\\Menui\\menui_backend\\node_modules\\express",
"author": {
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
"bugs": {
"url": "https://github.com/jshttp/proxy-addr/issues"
},
"bundleDependencies": false,
"repository": "jshttp/proxy-addr",
"dependencies": {
"forwarded": "~0.1.2",
"ipaddr.js": "1.9.1"
},
"deprecated": false,
"description": "Determine address of proxied request",
"devDependencies": {
"beautify-benchmark": "0.2.4",
"benchmark": "2.1.4",
"beautify-benchmark": "0.2.4",
"deep-equal": "1.0.1",
"eslint": "6.8.0",
"eslint-config-standard": "14.1.0",
@@ -50,26 +28,14 @@
"mocha": "7.0.1",
"nyc": "15.0.0"
},
"engines": {
"node": ">= 0.10"
},
"files": [
"LICENSE",
"HISTORY.md",
"README.md",
"index.js"
],
"homepage": "https://github.com/jshttp/proxy-addr#readme",
"keywords": [
"ip",
"proxy",
"x-forwarded-for"
],
"license": "MIT",
"name": "proxy-addr",
"repository": {
"type": "git",
"url": "git+https://github.com/jshttp/proxy-addr.git"
"engines": {
"node": ">= 0.10"
},
"scripts": {
"bench": "node benchmark/index.js",
@@ -77,6 +43,5 @@
"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.6"
}
}