package.json
1.68 KB
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
55
56
57
58
59
60
{
"_from": "redirect-https@^1.1.5",
"_id": "redirect-https@1.3.0",
"_inBundle": false,
"_integrity": "sha512-9GzwI/+Cqw3jlSg0CW6TgBQbhiVhkHSDvW8wjgRQ9IK34wtxS71YJiQeazSCSEqbvowHCJuQZgmQFl1xUHKEgg==",
"_location": "/redirect-https",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "redirect-https@^1.1.5",
"name": "redirect-https",
"escapedName": "redirect-https",
"rawSpec": "^1.1.5",
"saveSpec": null,
"fetchSpec": "^1.1.5"
},
"_requiredBy": [
"/greenlock-express"
],
"_resolved": "https://registry.npmjs.org/redirect-https/-/redirect-https-1.3.0.tgz",
"_shasum": "54a1bceacddad0c3178d435bcc8d6420b63f087a",
"_spec": "redirect-https@^1.1.5",
"_where": "C:\\Users\\USER\\Documents\\Desktop\\옵소팀플\\LINEBOT\\node_modules\\greenlock-express",
"author": {
"name": "AJ ONeal",
"email": "coolaj86@gmail.com",
"url": "https://coolaj86.com/"
},
"bugs": {
"url": "https://git.coolaj86.com/coolaj86/redirect-https.js/issues"
},
"bundleDependencies": false,
"dependencies": {
"escape-html": "^1.0.3"
},
"deprecated": false,
"description": "Redirect from HTTP to HTTPS using meta redirects",
"homepage": "https://git.coolaj86.com/coolaj86/redirect-https.js#readme",
"keywords": [
"https",
"http",
"redirect",
"force",
"upgrade",
"location",
"meta"
],
"license": "(MIT OR Apache-2.0)",
"main": "index.js",
"name": "redirect-https",
"repository": {
"type": "git",
"url": "git+https://git.coolaj86.com/coolaj86/redirect-https.js.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.3.0"
}