package.json 1.72 KB
{
  "_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"
}