HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: //usr/share/opensearch-dashboards/node_modules/original-url/package.json
{
  "name": "original-url",
  "version": "1.2.3",
  "description": "Reconstruct the original URL used in an HTTP request based on the HTTP request headers",
  "main": "index.js",
  "dependencies": {
    "forwarded-parse": "^2.1.0"
  },
  "devDependencies": {
    "https-pem": "^2.0.0",
    "standard": "^11.0.1",
    "tape": "^4.9.1"
  },
  "scripts": {
    "format": "standard --fix",
    "bench": "node benchmark/benchmark.js",
    "test": "standard && node test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/watson/original-url.git"
  },
  "keywords": [
    "http",
    "https",
    "url",
    "original",
    "resolve",
    "parse",
    "reconstruct",
    "forward",
    "proxy",
    "rewrite",
    "host",
    "forwarded",
    "x-forwarded-proto",
    "X-forwarded-protocol",
    "x-url-scheme",
    "front-end-https",
    "x-forwarded-ssl",
    "x-forwarded-host",
    "x-forwarded-port"
  ],
  "author": "Thomas Watson <w@tson.dk> (https://twitter.com/wa7son)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/watson/original-url/issues"
  },
  "homepage": "https://github.com/watson/original-url#readme",
  "coordinates": [
    55.778257,
    12.593204
  ]
}