-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
66 lines (66 loc) · 2.54 KB
/
package-lock.json
File metadata and controls
66 lines (66 loc) · 2.54 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
{
"name": "server-ssl",
"version": "41.0.6",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "server-ssl",
"version": "41.0.6",
"license": "Apache-2.0",
"dependencies": {
"base-acme-client": "^23.0.1",
"lets-encrypt-acme-client": "^24.0.2",
"simple-api-router": "^1.1.1",
"simple-open-ssl": "^1.0.6"
}
},
"node_modules/base-acme-client": {
"version": "23.0.1",
"resolved": "https://registry.npmjs.org/base-acme-client/-/base-acme-client-23.0.1.tgz",
"integrity": "sha512-ZSeGSJFjrFo9fkgOZeaqFTF24QxQWPsI13X74aH8acNDwV4CRGkDo2AOsoQ9OaoyLooeaHEIOekka9wJXVZH+g==",
"license": "Apache-2.0",
"dependencies": {
"simple-csr-generator": "^4.0.1"
}
},
"node_modules/lets-encrypt-acme-client": {
"version": "24.0.2",
"resolved": "https://registry.npmjs.org/lets-encrypt-acme-client/-/lets-encrypt-acme-client-24.0.2.tgz",
"integrity": "sha512-K2O0ziX0Ct8BhhJFvwPJ+bRMh/lu7HLuSy/8Bd7VJkRIRH5P7Pt+rPNmhz5Hsyno89KTv5n6SDAJZ1GCkcxy0A==",
"license": "Apache-2.0",
"dependencies": {
"base-acme-client": "^23.0.1",
"simple-asn1": "^4.0.1",
"simple-open-ssl": "^1.0.6"
}
},
"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.6",
"resolved": "https://registry.npmjs.org/simple-open-ssl/-/simple-open-ssl-1.0.6.tgz",
"integrity": "sha512-uzJ+L6apVGKFZmNydBmh8h+eOHjyg5TxHZqrkmA22jDmlt9s0nY7GVmk2zsIC2WDNCLwbivDTBwiW8U0kM+PBw==",
"license": "Apache-2.0"
}
}
}