package.json 1.87 KB
{
  "_from": "acme-http-01-standalone@^3.0.5",
  "_id": "acme-http-01-standalone@3.0.5",
  "_inBundle": false,
  "_integrity": "sha512-W4GfK+39GZ+u0mvxRVUcVFCG6gposfzEnSBF20T/NUwWAKG59wQT1dUbS1NixRIAsRuhpGc4Jx659cErFQH0Pg==",
  "_location": "/acme-http-01-standalone",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "acme-http-01-standalone@^3.0.5",
    "name": "acme-http-01-standalone",
    "escapedName": "acme-http-01-standalone",
    "rawSpec": "^3.0.5",
    "saveSpec": null,
    "fetchSpec": "^3.0.5"
  },
  "_requiredBy": [
    "/@root/greenlock"
  ],
  "_resolved": "https://registry.npmjs.org/acme-http-01-standalone/-/acme-http-01-standalone-3.0.5.tgz",
  "_shasum": "385a53e2da60cafc679fe7d9cf37f6625d442d03",
  "_spec": "acme-http-01-standalone@^3.0.5",
  "_where": "C:\\Users\\USER\\Documents\\Desktop\\옵소팀플\\LINEBOT\\node_modules\\@root\\greenlock",
  "author": {
    "name": "AJ ONeal",
    "email": "coolaj86@gmail.com",
    "url": "https://coolaj86.com/"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "AJ ONeal",
      "email": "coolaj86@gmail.com",
      "url": "https://coolaj86.com/"
    }
  ],
  "dependencies": {},
  "deprecated": false,
  "description": "HTTP Authentication (In-Memory) for Let's Encrypt for Node.js - ACME http-01 challenges w/ ACME.js and Greenlock.js",
  "devDependencies": {
    "acme-challenge-test": "^3.3.2",
    "dotenv": "^8.0.0"
  },
  "files": [
    "*.js",
    "lib",
    "test.js"
  ],
  "keywords": [
    "standalone",
    "memory",
    "http-01",
    "letsencrypt",
    "acme",
    "greenlock"
  ],
  "license": "MPL-2.0",
  "main": "index.js",
  "name": "acme-http-01-standalone",
  "repository": {
    "type": "git",
    "url": "https://git.coolaj86.com/coolaj86/acme-http-01-standalone.js.git"
  },
  "scripts": {
    "test": "node test.js"
  },
  "version": "3.0.5"
}