package.json 2.38 KB
{
  "_from": "@root/acme@^3.0.8",
  "_id": "@root/acme@3.0.8",
  "_inBundle": false,
  "_integrity": "sha512-VmBvLvWdCDkolkanI9Dzm1ouSWPaAa2eCCwcDZcVQbWoNiUIOqbbd57fcMA/gZxLyuJPStD2WXFuEuSMPDxcww==",
  "_location": "/@root/acme",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@root/acme@^3.0.8",
    "name": "@root/acme",
    "escapedName": "@root%2facme",
    "scope": "@root",
    "rawSpec": "^3.0.8",
    "saveSpec": null,
    "fetchSpec": "^3.0.8"
  },
  "_requiredBy": [
    "/@root/greenlock"
  ],
  "_resolved": "https://registry.npmjs.org/@root/acme/-/acme-3.0.8.tgz",
  "_shasum": "7ab1501b7e9e7aa25c59f4833862fd078d8f39c4",
  "_spec": "@root/acme@^3.0.8",
  "_where": "C:\\Users\\USER\\Documents\\Desktop\\옵소팀플\\LINEBOT\\node_modules\\@root\\greenlock",
  "author": {
    "name": "AJ ONeal",
    "email": "coolaj86@gmail.com",
    "url": "https://coolaj86.com/"
  },
  "browser": {
    "./lib/native.js": "./lib/browser.js",
    "./lib/node/sha2.js": "./lib/browser/sha2.js",
    "./lib/node/http.js": "./lib/browser/http.js",
    "./lib/node/client-user-agent.js": "./lib/browser/client-user-agent.js"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@root/encoding": "^1.0.1",
    "@root/keypairs": "^0.9.0",
    "@root/pem": "^1.0.4",
    "@root/request": "^1.3.11",
    "@root/x509": "^0.7.2"
  },
  "deprecated": false,
  "description": "Free SSL certificates for Node.js and Browsers. Issued via Let's Encrypt",
  "devDependencies": {
    "@root/csr": "^0.8.1",
    "dig.js": "^1.3.9",
    "dns-suite": "^1.2.13",
    "dotenv": "^8.1.0",
    "punycode": "^1.4.1"
  },
  "files": [
    "*.js",
    "lib",
    "bin",
    "scripts",
    "dist"
  ],
  "homepage": "https://rootprojects.org/acme/",
  "keywords": [
    "ACME",
    "Let's Encrypt",
    "EC",
    "RSA",
    "CSR",
    "browser",
    "greenlock",
    "VanillaJS",
    "ZeroSSL"
  ],
  "license": "MPL-2.0",
  "main": "acme.js",
  "name": "@root/acme",
  "repository": {
    "type": "git",
    "url": "https://git.rootprojects.org/root/acme.js.git"
  },
  "scripts": {
    "build": "node_xxx bin/bundle.js",
    "lint": "jshint lib bin",
    "postinstall": "node scripts/postinstall",
    "start": "node server.js",
    "test": "node server.js"
  },
  "trulyOptionalDependencies": {
    "eslint": "^6.5.1",
    "webpack": "^4.41.0",
    "webpack-cli": "^3.3.9"
  },
  "version": "3.0.8"
}