package.json 1.86 KB
{
  "_from": "auto-sni@^2.3.2",
  "_id": "auto-sni@2.3.2",
  "_inBundle": false,
  "_integrity": "sha512-YKXTGRHbFSNg0gHzE3XVoYF+o10TvAg/WO/Cjm+urHtoDF/glv3RAG4/Jpile2sKqt6YPedRE2FYQRvFCYxXIw==",
  "_location": "/auto-sni",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "auto-sni@^2.3.2",
    "name": "auto-sni",
    "escapedName": "auto-sni",
    "rawSpec": "^2.3.2",
    "saveSpec": null,
    "fetchSpec": "^2.3.2"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/auto-sni/-/auto-sni-2.3.2.tgz",
  "_shasum": "e778c93f89e96e3bfc528b78d1db0002326a49d4",
  "_spec": "auto-sni@^2.3.2",
  "_where": "C:\\Users\\USER\\Documents\\Desktop\\옵소팀플\\LINEBOT",
  "author": {
    "name": "Dylan Piercey",
    "email": "pierceydylan@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/DylanPiercey/auto-sni/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "greenlock-express": "^2.0.9"
  },
  "deprecated": false,
  "description": "Automatically generate tls credentials using letsencrypt.",
  "devDependencies": {
    "hostile": "^1.3.0",
    "ngrok": "^2.2.6",
    "object-assign": "^4.1.1",
    "snazzy": "^7.0.0",
    "standard": "^10.0.1",
    "supertest": "^3.0.0",
    "tap-spec": "^4.1.1",
    "tape": "^4.6.3"
  },
  "homepage": "https://github.com/DylanPiercey/auto-sni",
  "keywords": [
    "auto",
    "auto-sni",
    "http",
    "https",
    "lets-encrypt",
    "letsencrypt",
    "letsencrypt-auto",
    "renew",
    "secure",
    "sni",
    "ssl",
    "tls",
    "web"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "auto-sni",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DylanPiercey/auto-sni.git"
  },
  "scripts": {
    "test": "standard --verbose | snazzy && sudo tape ./test/**/*.test.js | tap-spec"
  },
  "version": "2.3.2"
}