{ "_from": "cert-info@^1.5.0", "_id": "cert-info@1.5.0", "_inBundle": false, "_integrity": "sha512-3fE0DDJJ7FWwMsUqLqBd+FY5LQACK24R1p129BTCYMEe00Nql2Q9Dkr6TEBlZ8XJnNaSbjzf3qBLjLrD8KLutw==", "_location": "/cert-info", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "cert-info@^1.5.0", "name": "cert-info", "escapedName": "cert-info", "rawSpec": "^1.5.0", "saveSpec": null, "fetchSpec": "^1.5.0" }, "_requiredBy": [ "/greenlock" ], "_resolved": "https://registry.npmjs.org/cert-info/-/cert-info-1.5.0.tgz", "_shasum": "d95d801688f06601402a5ed9305aa0bd82bd724d", "_spec": "cert-info@^1.5.0", "_where": "D:\\Desktop\\Git\\Firebase\\SmartShopperFirebase\\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.0" }