package.json 1.68 KB
{
  "_from": "redirect-https@^1.1.5",
  "_id": "redirect-https@1.3.0",
  "_inBundle": false,
  "_integrity": "sha512-9GzwI/+Cqw3jlSg0CW6TgBQbhiVhkHSDvW8wjgRQ9IK34wtxS71YJiQeazSCSEqbvowHCJuQZgmQFl1xUHKEgg==",
  "_location": "/redirect-https",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "redirect-https@^1.1.5",
    "name": "redirect-https",
    "escapedName": "redirect-https",
    "rawSpec": "^1.1.5",
    "saveSpec": null,
    "fetchSpec": "^1.1.5"
  },
  "_requiredBy": [
    "/greenlock-express"
  ],
  "_resolved": "https://registry.npmjs.org/redirect-https/-/redirect-https-1.3.0.tgz",
  "_shasum": "54a1bceacddad0c3178d435bcc8d6420b63f087a",
  "_spec": "redirect-https@^1.1.5",
  "_where": "C:\\Users\\USER\\Documents\\Desktop\\옵소팀플\\LINEBOT\\node_modules\\greenlock-express",
  "author": {
    "name": "AJ ONeal",
    "email": "coolaj86@gmail.com",
    "url": "https://coolaj86.com/"
  },
  "bugs": {
    "url": "https://git.coolaj86.com/coolaj86/redirect-https.js/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "escape-html": "^1.0.3"
  },
  "deprecated": false,
  "description": "Redirect from HTTP to HTTPS using meta redirects",
  "homepage": "https://git.coolaj86.com/coolaj86/redirect-https.js#readme",
  "keywords": [
    "https",
    "http",
    "redirect",
    "force",
    "upgrade",
    "location",
    "meta"
  ],
  "license": "(MIT OR Apache-2.0)",
  "main": "index.js",
  "name": "redirect-https",
  "repository": {
    "type": "git",
    "url": "git+https://git.coolaj86.com/coolaj86/redirect-https.js.git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "1.3.0"
}