package.json
2.04 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": "greenlock@^2.8.8",
"_id": "greenlock@2.8.8",
"_inBundle": false,
"_integrity": "sha512-U2pqxXXf0naeZc2363Xe174C6/T9lXGZYQjXBqa/PMb1CYRQuHwXlAqFEUu75JkxyHAzFGj/uliqSyQwIc91Yg==",
"_location": "/greenlock",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "greenlock@^2.8.8",
"name": "greenlock",
"escapedName": "greenlock",
"rawSpec": "^2.8.8",
"saveSpec": null,
"fetchSpec": "^2.8.8"
},
"_requiredBy": [
"/greenlock-express"
],
"_resolved": "https://registry.npmjs.org/greenlock/-/greenlock-2.8.8.tgz",
"_shasum": "d4fafc8560b8c2bf7f8320b1d184881fb3cd41a1",
"_spec": "greenlock@^2.8.8",
"_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.js/issues"
},
"bundleDependencies": false,
"dependencies": {
"acme": "^1.3.5",
"acme-dns-01-cli": "^3.0.0",
"acme-v2": "^1.8.6",
"cert-info": "^1.5.1",
"greenlock-store-fs": "^3.0.2",
"keypairs": "^1.2.14",
"le-challenge-fs": "^2.0.2",
"le-sni-auto": "^2.1.9",
"le-store-certbot": "^2.2.3",
"rsa-compat": "^2.0.8"
},
"deprecated": false,
"description": "Greenlock is Let's Encrypt (ACME) client for node.js",
"engines": {
"node": ">=4.5"
},
"files": [
"lib"
],
"homepage": "https://greenlock.domains/",
"keywords": [
"Let's Encrypt",
"letsencrypt",
"ACME",
"v2",
"auto-sni",
"Free SSL",
"Automated HTTPS",
"tls",
"https"
],
"license": "MPL-2.0",
"main": "index.js",
"name": "greenlock",
"repository": {
"type": "git",
"url": "https://git.rootprojects.org/root/greenlock.js.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"trulyOptionalDependencies": {
"bluebird": "^3.5.1",
"le-acme-core": "^2.1.3"
},
"version": "2.8.8"
}