package.json
2.26 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"_from": "@root/greenlock-express@^3.1.1",
"_id": "@root/greenlock-express@3.1.1",
"_inBundle": false,
"_integrity": "sha512-avZvBEPeLfkauX09v8Lou/CVao6s9jN8fwHkv8ai1MM27P2MYq4ULIvX5YOQIHbZbygSDcVDIaRzTOrsrImFeg==",
"_location": "/@root/greenlock-express",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@root/greenlock-express@^3.1.1",
"name": "@root/greenlock-express",
"escapedName": "@root%2fgreenlock-express",
"scope": "@root",
"rawSpec": "^3.1.1",
"saveSpec": null,
"fetchSpec": "^3.1.1"
},
"_requiredBy": [
"/greenlock-express"
],
"_resolved": "https://registry.npmjs.org/@root/greenlock-express/-/greenlock-express-3.1.1.tgz",
"_shasum": "a9f0495b4c726224e31425e71da0ef4f13ba795a",
"_spec": "@root/greenlock-express@^3.1.1",
"_where": "C:\\Users\\USER\\Documents\\Desktop\\옵소팀플\\LINEBOT\\node_modules\\greenlock-express",
"author": {
"name": "AJ ONeal",
"email": "coolaj86@gmail.com",
"url": "https://solderjs.com/"
},
"bugs": {
"url": "https://git.rootprojects.org/root/greenlock-express.js/issues"
},
"bundleDependencies": false,
"dependencies": {
"@root/greenlock": "^3.1.3",
"redirect-https": "^1.1.5"
},
"deprecated": false,
"description": "Free SSL and managed or automatic HTTPS for node.js with Express, Koa, Connect, Hapi, and all other middleware systems.",
"devDependencies": {},
"directories": {
"example": "examples"
},
"files": [
"*.js",
"lib",
"scripts"
],
"homepage": "https://greenlock.domains",
"keywords": [
"Let's Encrypt",
"ACME",
"greenlock",
"Free SSL",
"Automated HTTPS",
"https",
"tls"
],
"license": "MPL-2.0",
"main": "greenlock-express.js",
"name": "@root/greenlock-express",
"repository": {
"type": "git",
"url": "https://git.rootprojects.org/root/greenlock-express.js.git"
},
"scripts": {
"start": "node_todo server.js ./config.js",
"test": "node_todo test/greenlock.js"
},
"trulyOptionalDependencies": {
"http-proxy": "^1.17.0",
"express": "^4.16.3",
"express-basic-auth": "^1.2.0",
"finalhandler": "^1.1.1",
"serve-index": "^1.9.1",
"serve-static": "^1.13.2",
"ws": "^5.2.1"
},
"version": "3.1.1"
}