{
  "_from": "is-https@^3.0.0",
  "_id": "is-https@3.0.2",
  "_inBundle": false,
  "_integrity": "sha512-jFgAKhbNF7J+lTMJxbq5z9bf1V9f8rXn9mP5RSY2GUEW5M0nOiVhVC9dNra96hQDjGpNzskIzusUnXwngqmhAA==",
  "_location": "/is-https",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "is-https@^3.0.0",
    "name": "is-https",
    "escapedName": "is-https",
    "rawSpec": "^3.0.0",
    "saveSpec": null,
    "fetchSpec": "^3.0.0"
  },
  "_requiredBy": [
    "/nuxt-i18n"
  ],
  "_resolved": "https://registry.npmjs.org/is-https/-/is-https-3.0.2.tgz",
  "_shasum": "4d24e002e47edd3f1b07f14bc722433354ccba49",
  "_spec": "is-https@^3.0.0",
  "_where": "D:\\Projects\\VueJS\\template\\minton-vue-template-v1.0.0\\Admin\\node_modules\\nuxt-i18n",
  "bugs": {
    "url": "https://github.com/nuxt-contrib/is-https/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Check if the given request is HTTPS",
  "devDependencies": {
    "@types/node": "^14.0.6",
    "rollup-plugin-typescript2": "^0.27.1",
    "siroc": "^0.6.0",
    "standard-version": "^8.0.0",
    "typescript": "^3.9.3"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/nuxt-contrib/is-https#readme",
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "name": "is-https",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nuxt-contrib/is-https.git"
  },
  "scripts": {
    "build": "siroc build",
    "release": "yarn build && standard-version && npm publish && git push --follow-tags"
  },
  "sideEffects": false,
  "types": "dist/index.d.ts",
  "version": "3.0.2"
}
