package.json 2.04 KB
{
  "_from": "greenlock@^2.8.8",
  "_id": "greenlock@2.8.8",
  "_inBundle": false,
  "_integrity": "sha512-U2pqxXXf0naeZc2363Xe174C6/T9lXGZYQjXBqa/PMb1CYRQuHwXlAqFEUu75JkxyHAzFGj/uliqSyQwIc91Yg==",
  "_location": "/greenlock",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "greenlock@^2.8.8",
    "name": "greenlock",
    "escapedName": "greenlock",
    "rawSpec": "^2.8.8",
    "saveSpec": null,
    "fetchSpec": "^2.8.8"
  },
  "_requiredBy": [
    "/greenlock-express"
  ],
  "_resolved": "https://registry.npmjs.org/greenlock/-/greenlock-2.8.8.tgz",
  "_shasum": "d4fafc8560b8c2bf7f8320b1d184881fb3cd41a1",
  "_spec": "greenlock@^2.8.8",
  "_where": "C:\\Users\\USER\\Documents\\Desktop\\옵소팀플\\LINEBOT\\node_modules\\greenlock-express",
  "author": {
    "name": "AJ ONeal",
    "email": "coolaj86@gmail.com",
    "url": "https://solderjs.com/"
  },
  "bugs": {
    "url": "https://git.rootprojects.org/root/greenlock.js/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "acme": "^1.3.5",
    "acme-dns-01-cli": "^3.0.0",
    "acme-v2": "^1.8.6",
    "cert-info": "^1.5.1",
    "greenlock-store-fs": "^3.0.2",
    "keypairs": "^1.2.14",
    "le-challenge-fs": "^2.0.2",
    "le-sni-auto": "^2.1.9",
    "le-store-certbot": "^2.2.3",
    "rsa-compat": "^2.0.8"
  },
  "deprecated": false,
  "description": "Greenlock is Let's Encrypt (ACME) client for node.js",
  "engines": {
    "node": ">=4.5"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://greenlock.domains/",
  "keywords": [
    "Let's Encrypt",
    "letsencrypt",
    "ACME",
    "v2",
    "auto-sni",
    "Free SSL",
    "Automated HTTPS",
    "tls",
    "https"
  ],
  "license": "MPL-2.0",
  "main": "index.js",
  "name": "greenlock",
  "repository": {
    "type": "git",
    "url": "https://git.rootprojects.org/root/greenlock.js.git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "trulyOptionalDependencies": {
    "bluebird": "^3.5.1",
    "le-acme-core": "^2.1.3"
  },
  "version": "2.8.8"
}