-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
54 lines (54 loc) · 1.19 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"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 <[email protected]> (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
]
}