{
  "_from": "oidc-token-hash@^5.0.3",
  "_id": "oidc-token-hash@5.2.0",
  "_inBundle": false,
  "_integrity": "sha512-6gj2m8cJZ+iSW8bm0FXdGF0YhIQbKrfP4yWTNzxc31U6MOjfEmB1rHvlYvxI1B7t7BCi1F2vYTT6YhtQRG4hxw==",
  "_location": "/oidc-token-hash",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "oidc-token-hash@^5.0.3",
    "name": "oidc-token-hash",
    "escapedName": "oidc-token-hash",
    "rawSpec": "^5.0.3",
    "saveSpec": null,
    "fetchSpec": "^5.0.3"
  },
  "_requiredBy": [
    "/openid-client"
  ],
  "_resolved": "https://registry.npmjs.org/oidc-token-hash/-/oidc-token-hash-5.2.0.tgz",
  "_shasum": "be8a8885c7e2478d21a674e15afa31f1bcc4a61f",
  "_spec": "oidc-token-hash@^5.0.3",
  "_where": "/var/www/tecnibi/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`",
  "devDependencies": {
    "eslint": "^7.32.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-plugin-import": "^2.28.1",
    "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.2.0"
}
