v1.1.1 re-add node.extend
This commit is contained in:
parent
fb4d599b25
commit
bf7a0ab7a3
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "certpem",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"description": "Read basic info (subject, altnames, expiresAt, issuedAt) from a cert.pem / x509 certificate (tls / ssl / https) ",
|
||||
"main": "index.js",
|
||||
"bin": {
|
||||
@ -39,9 +39,9 @@
|
||||
"homepage": "https://git.coolaj86.com/coolaj86/cert-info.js",
|
||||
"dependencies": {
|
||||
"asn1js": "^1.2.12",
|
||||
"node.extend": "^1.1.6",
|
||||
"pkijs": "^1.3.27"
|
||||
},
|
||||
"trulyOptionalDependencies": {
|
||||
"node.extend": "^1.1.6"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user