package.json
1.72 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
{
"_from": "cert-info@^1.5.1",
"_id": "cert-info@1.5.1",
"_inBundle": false,
"_integrity": "sha512-eoQC/yAgW3gKTKxjzyClvi+UzuY97YCjcl+lSqbsGIy7HeGaWxCPOQFivhUYm27hgsBMhsJJFya3kGvK6PMIcQ==",
"_location": "/cert-info",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "cert-info@^1.5.1",
"name": "cert-info",
"escapedName": "cert-info",
"rawSpec": "^1.5.1",
"saveSpec": null,
"fetchSpec": "^1.5.1"
},
"_requiredBy": [
"/greenlock"
],
"_resolved": "https://registry.npmjs.org/cert-info/-/cert-info-1.5.1.tgz",
"_shasum": "90078c9ea2d18abaa8a4ed9068a46320ecf0d519",
"_spec": "cert-info@^1.5.1",
"_where": "C:\\Users\\USER\\Documents\\Desktop\\옵소팀플\\LINEBOT\\node_modules\\greenlock",
"author": {
"name": "AJ ONeal",
"email": "coolaj86@gmail.com",
"url": "https://coolaj86.com/"
},
"bin": {
"cert-info": "bin/cert-info.js"
},
"bugs": {
"url": "https://git.coolaj86.com/coolaj86/cert-info.js/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Read basic info (subject, altnames, expiresAt, issuedAt) from a cert.pem / x509 certificate (tls / ssl / https) ",
"homepage": "https://git.coolaj86.com/coolaj86/cert-info.js",
"keywords": [
"cert.pem",
"cert",
"certificate",
"x509",
"subject",
"altnames",
"notBefore",
"notAfter",
"issuedAt",
"expiresAt",
"expired",
"expires",
"issued",
"asn1"
],
"license": "MPL-2.0",
"main": "index.js",
"name": "cert-info",
"repository": {
"type": "git",
"url": "https://git.coolaj86.com/coolaj86/cert-info.js.git"
},
"scripts": {
"test": "node test.js"
},
"version": "1.5.1"
}