cert-info.js/package.json

39 lines
881 B
JSON
Raw Permalink Normal View History

2016-08-11 15:43:11 +00:00
{
"name": "cert-info",
"version": "1.5.1",
2016-08-11 15:43:11 +00:00
"description": "Read basic info (subject, altnames, expiresAt, issuedAt) from a cert.pem / x509 certificate (tls / ssl / https) ",
"main": "index.js",
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "MPL-2.0",
"homepage": "https://git.coolaj86.com/coolaj86/cert-info.js",
2016-08-11 15:43:11 +00:00
"bin": {
"cert-info": "bin/cert-info.js"
2016-08-11 15:43:11 +00:00
},
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
2018-08-17 01:47:37 +00:00
"url": "https://git.coolaj86.com/coolaj86/cert-info.js.git"
2016-08-11 15:43:11 +00:00
},
"keywords": [
"cert.pem",
"cert",
"certificate",
"x509",
"subject",
"altnames",
"notBefore",
"notAfter",
"issuedAt",
"expiresAt",
"expired",
"expires",
"issued",
"asn1"
2016-08-11 15:43:11 +00:00
],
"bugs": {
2018-08-17 01:47:37 +00:00
"url": "https://git.coolaj86.com/coolaj86/cert-info.js/issues"
2016-08-11 15:43:11 +00:00
}
}