{
  "_from": "oidc-token-hash@^5.0.1",
  "_id": "oidc-token-hash@5.0.1",
  "_inBundle": false,
  "_integrity": "sha512-EvoOtz6FIEBzE+9q253HsLCVRiK/0doEJ2HCvvqMQb3dHZrP3WlJKYtJ55CRTw4jmYomzH4wkPuCj/I3ZvpKxQ==",
  "_location": "/oidc-token-hash",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "oidc-token-hash@^5.0.1",
    "name": "oidc-token-hash",
    "escapedName": "oidc-token-hash",
    "rawSpec": "^5.0.1",
    "saveSpec": null,
    "fetchSpec": "^5.0.1"
  },
  "_requiredBy": [
    "/openid-client"
  ],
  "_resolved": "https://registry.npmjs.org/oidc-token-hash/-/oidc-token-hash-5.0.1.tgz",
  "_shasum": "ae6beec3ec20f0fd885e5400d175191d6e2f10c6",
  "_spec": "oidc-token-hash@^5.0.1",
  "_where": "/home/iosx/opplionext.iosx.in/node_modules/openid-client",
  "author": {
    "name": "Filip Skokan"
  },
  "bugs": {
    "url": "https://github.com/panva/oidc-token-hash/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "oidc-token-hash validates (and generates) ID Token `_hash` claims such as `at_hash` or `c_hash`, shared component for [oidc-provider](https://github.com/panva/node-oidc-provider) and [openid-client](https://github.com/panva/node-openid-client).",
  "devDependencies": {
    "eslint": "^7.2.0",
    "eslint-config-airbnb-base": "^14.2.0",
    "eslint-plugin-import": "^2.21.2",
    "nyc": "^15.1.0"
  },
  "engines": {
    "node": "^10.13.0 || >=12.0.0"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/panva/oidc-token-hash",
  "license": "MIT",
  "main": "lib/index.js",
  "name": "oidc-token-hash",
  "nyc": {
    "reporter": [
      "lcov",
      "text-summary"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/panva/oidc-token-hash.git"
  },
  "scripts": {
    "coverage": "nyc node test",
    "lint": "eslint lib test",
    "lint-fix": "eslint lib test --fix",
    "test": "node test"
  },
  "version": "5.0.1"
}
