{
  "_from": "openid-client@^5.4.0",
  "_id": "openid-client@5.7.1",
  "_inBundle": false,
  "_integrity": "sha512-jDBPgSVfTnkIh71Hg9pRvtJc6wTwqjRkN88+gCFtYWrlP4Yx2Dsrow8uPi3qLr/aeymPF3o2+dS+wOpglK04ew==",
  "_location": "/openid-client",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "openid-client@^5.4.0",
    "name": "openid-client",
    "escapedName": "openid-client",
    "rawSpec": "^5.4.0",
    "saveSpec": null,
    "fetchSpec": "^5.4.0"
  },
  "_requiredBy": [
    "/next-auth"
  ],
  "_resolved": "https://registry.npmjs.org/openid-client/-/openid-client-5.7.1.tgz",
  "_shasum": "34cace862a3e6472ed7d0a8616ef73b7fb85a9c3",
  "_spec": "openid-client@^5.4.0",
  "_where": "/var/www/tecnibi/node_modules/next-auth",
  "author": {
    "name": "Filip Skokan",
    "email": "panva.ip@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/panva/openid-client/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "jose": "^4.15.9",
    "lru-cache": "^6.0.0",
    "object-hash": "^2.2.0",
    "oidc-token-hash": "^5.0.3"
  },
  "deprecated": false,
  "description": "OpenID Connect Relying Party (RP, Client) implementation for Node.js runtime, supports passportjs",
  "devDependencies": {
    "@types/node": "^16.18.106",
    "@types/passport": "^1.0.16",
    "base64url": "^3.0.1",
    "chai": "^4.5.0",
    "mocha": "^10.7.3",
    "nock": "^13.5.5",
    "prettier": "^2.8.8",
    "readable-mock-req": "^0.2.2",
    "sinon": "^9.2.4",
    "timekeeper": "^2.3.1"
  },
  "exports": {
    "types": "./types/index.d.ts",
    "import": "./lib/index.mjs",
    "require": "./lib/index.js"
  },
  "files": [
    "lib",
    "types/index.d.ts"
  ],
  "funding": {
    "url": "https://github.com/sponsors/panva"
  },
  "homepage": "https://github.com/panva/openid-client",
  "keywords": [
    "auth",
    "authentication",
    "basic",
    "certified",
    "client",
    "connect",
    "dynamic",
    "electron",
    "hybrid",
    "identity",
    "implicit",
    "oauth",
    "oauth2",
    "oidc",
    "openid",
    "passport",
    "relying party",
    "strategy"
  ],
  "license": "MIT",
  "main": "./lib/index.js",
  "name": "openid-client",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/panva/openid-client.git"
  },
  "scripts": {
    "format": "npx prettier --loglevel silent --write ./lib ./test ./certification ./types",
    "test": "mocha test/**/*.test.js"
  },
  "standard-version": {
    "scripts": {
      "postchangelog": "sed -i '' -e 's/### \\[/## [/g' CHANGELOG.md"
    },
    "types": [
      {
        "type": "feat",
        "section": "Features"
      },
      {
        "type": "fix",
        "section": "Fixes"
      },
      {
        "type": "chore",
        "hidden": true
      },
      {
        "type": "docs",
        "hidden": true
      },
      {
        "type": "style",
        "hidden": true
      },
      {
        "type": "refactor",
        "section": "Refactor",
        "hidden": false
      },
      {
        "type": "perf",
        "section": "Performance",
        "hidden": false
      },
      {
        "type": "test",
        "hidden": true
      }
    ]
  },
  "types": "./types/index.d.ts",
  "version": "5.7.1"
}
