package.json 1.75 KB
{
  "_from": "acme-v2@^1.8.6",
  "_id": "acme-v2@1.8.6",
  "_inBundle": false,
  "_integrity": "sha512-LWdicUYHTGDtYX7LlgsQurmM9txwfAFydg7mQLPKHrFMnNNtfJEtHC2fWfr+pFGNb3XKIbvyFUoyFB6cOmWRpA==",
  "_location": "/acme-v2",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "acme-v2@^1.8.6",
    "name": "acme-v2",
    "escapedName": "acme-v2",
    "rawSpec": "^1.8.6",
    "saveSpec": null,
    "fetchSpec": "^1.8.6"
  },
  "_requiredBy": [
    "/acme",
    "/greenlock"
  ],
  "_resolved": "https://registry.npmjs.org/acme-v2/-/acme-v2-1.8.6.tgz",
  "_shasum": "6ace9de394beb6d0c170388f2ec0dea8e8e591f6",
  "_spec": "acme-v2@^1.8.6",
  "_where": "C:\\Users\\USER\\Documents\\Desktop\\옵소팀플\\LINEBOT\\node_modules\\greenlock",
  "author": {
    "name": "AJ ONeal",
    "email": "coolaj86@gmail.com",
    "url": "https://solderjs.com/"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@root/request": "^1.3.11",
    "rsa-compat": "^2.0.8"
  },
  "deprecated": false,
  "description": "A lightweight library for getting Free SSL certifications through Let's Encrypt, using the ACME protocol.",
  "devDependencies": {
    "dotenv": "^8.0.0"
  },
  "files": [
    "compat.js",
    "lib",
    "scripts"
  ],
  "homepage": "https://git.coolaj86.com/coolaj86/acme-v2.js",
  "keywords": [
    "Let's Encrypt",
    "ACME",
    "v02",
    "v2",
    "draft-11",
    "draft-12",
    "free ssl",
    "tls",
    "automated https",
    "letsencrypt"
  ],
  "license": "MPL-2.0",
  "main": "index.js",
  "name": "acme-v2",
  "repository": {
    "type": "git",
    "url": "https://git.coolaj86.com/coolaj86/acme-v2.js.git"
  },
  "scripts": {
    "postinstall": "node scripts/postinstall",
    "test": "node ./test.js"
  },
  "version": "1.8.6"
}