-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
66 lines (66 loc) · 2.54 KB
/
package-lock.json
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
{
"name": "server-ssl",
"version": "50.0.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "server-ssl",
"version": "50.0.2",
"license": "Apache-2.0",
"dependencies": {
"base-acme-client": "^30.0.3",
"lets-encrypt-acme-client": "^50.0.1",
"simple-api-router": "^1.1.1",
"simple-open-ssl": "^1.0.7"
}
},
"node_modules/base-acme-client": {
"version": "30.0.3",
"resolved": "https://registry.npmjs.org/base-acme-client/-/base-acme-client-30.0.3.tgz",
"integrity": "sha512-/DSt0KdrdQ0CAXZdIyCsmhLitakoI/O7wKZuGAdMVS21bF2JwFGJsyVIM2RVoUMp6CUrQvH1jZsJSEpgZvUqoA==",
"license": "Apache-2.0",
"dependencies": {
"simple-csr-generator": "^4.0.1"
}
},
"node_modules/lets-encrypt-acme-client": {
"version": "50.0.1",
"resolved": "https://registry.npmjs.org/lets-encrypt-acme-client/-/lets-encrypt-acme-client-50.0.1.tgz",
"integrity": "sha512-DjXksp5jpnZmxzvAhauTR2dvTogRZPmIZY2yf+iXA4ubTQNOi4HMcRcw0z39NZgBIbSMgzVHirpSfXVB5kXLfQ==",
"license": "Apache-2.0",
"dependencies": {
"base-acme-client": "^30.0.3",
"simple-asn1": "^4.0.1",
"simple-open-ssl": "^1.0.7"
}
},
"node_modules/simple-api-router": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/simple-api-router/-/simple-api-router-1.1.1.tgz",
"integrity": "sha512-586uO0JDl0U7LabGWAVrNG/Lm1kFHSLEiVykcBuym9reUFagz2f24ucskMjNcRSsX7ygdANgxWktH+BouRxTNw==",
"license": "Apache-2.0"
},
"node_modules/simple-asn1": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/simple-asn1/-/simple-asn1-4.0.1.tgz",
"integrity": "sha512-Dq2vJRYCEf+UziNg+2D0QbDDmFx4XjQDydbJrZ82FV8qsYOSU7gNtGM5GWjeK/3cQJYsFVjDm78CBRKYsAyaPg==",
"license": "Apache-2.0"
},
"node_modules/simple-csr-generator": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/simple-csr-generator/-/simple-csr-generator-4.0.1.tgz",
"integrity": "sha512-rFhihvNFEZYSVhpww5xV+K/mExynarL+Je7Y40ESom4NL6wbZdrbiKV6M3iYgF//OwAlRPphY8xfTaOo1yoC3Q==",
"license": "Apache-2.0",
"dependencies": {
"simple-asn1": "^4.0.1"
}
},
"node_modules/simple-open-ssl": {
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/simple-open-ssl/-/simple-open-ssl-1.0.7.tgz",
"integrity": "sha512-Y8nJan+SrqiYFfHx7IxqM+S7h8eDN7yk/dGkem0/klQvcM03YIR2Bc6MDDg3wGONjmJFuIJP5idBAks2Nl4drQ==",
"license": "Apache-2.0"
}
}
}