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
61
{
"_from": "le-sni-auto@^2.1.9",
"_id": "le-sni-auto@2.1.9",
"_inBundle": false,
"_integrity": "sha512-QmQHNwQDi/56GY8+qczFZ06FZbxaeJQjbjEhwwQHhkJ9IHhIQFkPfCT/OyDfLj4gqLIrg5ZX8CemxxVZnLEYfg==",
"_location": "/le-sni-auto",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "le-sni-auto@^2.1.9",
"name": "le-sni-auto",
"escapedName": "le-sni-auto",
"rawSpec": "^2.1.9",
"saveSpec": null,
"fetchSpec": "^2.1.9"
},
"_requiredBy": [
"/greenlock"
],
"_resolved": "https://registry.npmjs.org/le-sni-auto/-/le-sni-auto-2.1.9.tgz",
"_shasum": "0e394079113511129b9ae24afbb180df2c188584",
"_spec": "le-sni-auto@^2.1.9",
"_where": "C:\\Users\\USER\\Documents\\Desktop\\옵소팀플\\LINEBOT\\node_modules\\greenlock",
"author": {
"name": "AJ ONeal",
"email": "coolaj86@gmail.com",
"url": "https://coolaj86.com/"
},
"bugs": {
"url": "https://git.coolaj86.com/coolaj86/le-sni-auto.js/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "An auto-sni strategy for registering and renewing letsencrypt certificates using SNICallback",
"devDependencies": {},
"homepage": "https://git.coolaj86.com/coolaj86/le-sni-auto.js",
"keywords": [
"le-sni",
"le-sni-",
"auto-sni",
"sni-auto",
"SNICallback",
"letsencrypt",
"certbot"
],
"license": "(MIT OR Apache-2.0)",
"main": "index.js",
"name": "le-sni-auto",
"repository": {
"type": "git",
"url": "https://git.coolaj86.com/coolaj86/le-sni-auto.js.git"
},
"scripts": {
"test": "node test.js"
},
"trulyOptionalDependencies": {
"bluebird": "^3.5.1"
},
"version": "2.1.9"
}