package.json
2.24 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
82
83
84
85
86
87
88
{
"_from": "@root/greenlock@^3.1.3",
"_id": "@root/greenlock@3.1.5",
"_inBundle": false,
"_integrity": "sha512-qJ7OdHj6yQz8zdJCqurPtrUGF3j/L+Tz4cWFYRGN6+owCaAWhjc2rhafC6y/6asisBJWoZyGDypbaSfKh5097w==",
"_location": "/@root/greenlock",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@root/greenlock@^3.1.3",
"name": "@root/greenlock",
"escapedName": "@root%2fgreenlock",
"scope": "@root",
"rawSpec": "^3.1.3",
"saveSpec": null,
"fetchSpec": "^3.1.3"
},
"_requiredBy": [
"/@root/greenlock-express",
"/greenlock-express"
],
"_resolved": "https://registry.npmjs.org/@root/greenlock/-/greenlock-3.1.5.tgz",
"_shasum": "bb1777e64b3db022a9edb162c5a69400037d1bad",
"_spec": "@root/greenlock@^3.1.3",
"_where": "C:\\Users\\USER\\Documents\\Desktop\\옵소팀플\\LINEBOT\\node_modules\\greenlock-express",
"author": {
"name": "AJ ONeal",
"email": "coolaj86@gmail.com",
"url": "https://coolaj86.com/"
},
"bin": {
"greenlock": "bin/greenlock.js"
},
"browser": {},
"bundleDependencies": false,
"dependencies": {
"@greenlock/manager": "^3.0.0",
"@root/acme": "^3.0.8",
"@root/csr": "^0.8.1",
"@root/keypairs": "^0.9.0",
"@root/mkdirp": "^1.0.0",
"@root/request": "^1.3.10",
"acme-http-01-standalone": "^3.0.5",
"cert-info": "^1.5.1",
"greenlock-manager-fs": "^3.0.5",
"greenlock-store-fs": "^3.2.0",
"safe-replace": "^1.1.0"
},
"deprecated": false,
"description": "The easiest Let's Encrypt client for Node.js and Browsers",
"devDependencies": {
"dotenv": "^8.2.0",
"punycode": "^1.4.1"
},
"files": [
"*.js",
"lib",
"bin",
"dist"
],
"homepage": "https://rootprojects.org/greenlock/",
"keywords": [
"Let's Encrypt",
"ACME",
"browser",
"EC",
"RSA",
"CSR",
"greenlock",
"VanillaJS",
"ZeroSSL"
],
"license": "MPL-2.0",
"main": "greenlock.js",
"name": "@root/greenlock",
"repository": {
"type": "git",
"url": "https://git.rootprojects.org/root/greenlock.js.git"
},
"scripts": {
"build": "nodex bin/bundle.js",
"lint": "jshint lib bin",
"start": "node server.js",
"test": "node server.js"
},
"version": "3.1.5"
}