{
  "_from": "openid-client@^5.1.0",
  "_id": "openid-client@5.1.9",
  "_inBundle": false,
  "_integrity": "sha512-o/11Xos2fRPpK1zQrPfSIhIusFrAkqGSPwkD0UlUB+CCuRzd7zrrBJwIjgnVv3VUSif9ZGXh2d3GSJNH2Koh5g==",
  "_location": "/openid-client",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "openid-client@^5.1.0",
    "name": "openid-client",
    "escapedName": "openid-client",
    "rawSpec": "^5.1.0",
    "saveSpec": null,
    "fetchSpec": "^5.1.0"
  },
  "_requiredBy": [
    "/next-auth"
  ],
  "_resolved": "https://registry.npmjs.org/openid-client/-/openid-client-5.1.9.tgz",
  "_shasum": "6887e75ad3fa8d0c78d0ed693a5ea107d39b54de",
  "_spec": "openid-client@^5.1.0",
  "_where": "/home/iosx/opplionext.iosx.in/node_modules/next-auth",
  "author": {
    "name": "Filip Skokan",
    "email": "panva.ip@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/panva/node-openid-client/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "jose": "^4.1.4",
    "lru-cache": "^6.0.0",
    "object-hash": "^2.0.1",
    "oidc-token-hash": "^5.0.1"
  },
  "deprecated": false,
  "description": "OpenID Connect Relying Party (RP, Client) implementation for Node.js runtime, supports passportjs",
  "devDependencies": {
    "@types/node": "^16.11.5",
    "@types/passport": "^1.0.7",
    "base64url": "^3.0.1",
    "chai": "^4.2.0",
    "jose2": "npm:jose@^2.0.5",
    "mocha": "^8.2.0",
    "nock": "^13.0.2",
    "nyc": "^15.1.0",
    "prettier": "^2.4.1",
    "readable-mock-req": "^0.2.2",
    "sinon": "^9.2.0",
    "timekeeper": "^2.2.0"
  },
  "engines": {
    "node": "^12.19.0 || ^14.15.0 || ^16.13.0"
  },
  "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/node-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",
  "nyc": {
    "reporter": [
      "lcov",
      "text-summary"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/panva/node-openid-client.git"
  },
  "scripts": {
    "coverage": "nyc mocha test/**/*.test.js",
    "prettier": "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": true
      },
      {
        "type": "perf",
        "section": "Performance",
        "hidden": false
      },
      {
        "type": "test",
        "hidden": true
      }
    ]
  },
  "types": "./types/index.d.ts",
  "version": "5.1.9"
}
