package.json
1.86 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
{
"_from": "auto-sni@^2.3.2",
"_id": "auto-sni@2.3.2",
"_inBundle": false,
"_integrity": "sha512-YKXTGRHbFSNg0gHzE3XVoYF+o10TvAg/WO/Cjm+urHtoDF/glv3RAG4/Jpile2sKqt6YPedRE2FYQRvFCYxXIw==",
"_location": "/auto-sni",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "auto-sni@^2.3.2",
"name": "auto-sni",
"escapedName": "auto-sni",
"rawSpec": "^2.3.2",
"saveSpec": null,
"fetchSpec": "^2.3.2"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/auto-sni/-/auto-sni-2.3.2.tgz",
"_shasum": "e778c93f89e96e3bfc528b78d1db0002326a49d4",
"_spec": "auto-sni@^2.3.2",
"_where": "C:\\Users\\USER\\Documents\\Desktop\\옵소팀플\\LINEBOT",
"author": {
"name": "Dylan Piercey",
"email": "pierceydylan@gmail.com"
},
"bugs": {
"url": "https://github.com/DylanPiercey/auto-sni/issues"
},
"bundleDependencies": false,
"dependencies": {
"greenlock-express": "^2.0.9"
},
"deprecated": false,
"description": "Automatically generate tls credentials using letsencrypt.",
"devDependencies": {
"hostile": "^1.3.0",
"ngrok": "^2.2.6",
"object-assign": "^4.1.1",
"snazzy": "^7.0.0",
"standard": "^10.0.1",
"supertest": "^3.0.0",
"tap-spec": "^4.1.1",
"tape": "^4.6.3"
},
"homepage": "https://github.com/DylanPiercey/auto-sni",
"keywords": [
"auto",
"auto-sni",
"http",
"https",
"lets-encrypt",
"letsencrypt",
"letsencrypt-auto",
"renew",
"secure",
"sni",
"ssl",
"tls",
"web"
],
"license": "MIT",
"main": "lib/index.js",
"name": "auto-sni",
"repository": {
"type": "git",
"url": "git+https://github.com/DylanPiercey/auto-sni.git"
},
"scripts": {
"test": "standard --verbose | snazzy && sudo tape ./test/**/*.test.js | tap-spec"
},
"version": "2.3.2"
}