{
  "_from": "jwks-rsa@^3.1.0",
  "_id": "jwks-rsa@3.2.2",
  "_inBundle": false,
  "_integrity": "sha512-BqTyEDV+lS8F2trk3A+qJnxV5Q9EqKCBJOPti3W97r7qTympCZjb7h2X6f2kc+0K3rsSTY1/6YG2eaXKoj497w==",
  "_location": "/jwks-rsa",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "jwks-rsa@^3.1.0",
    "name": "jwks-rsa",
    "escapedName": "jwks-rsa",
    "rawSpec": "^3.1.0",
    "saveSpec": null,
    "fetchSpec": "^3.1.0"
  },
  "_requiredBy": [
    "/firebase-admin"
  ],
  "_resolved": "https://registry.npmjs.org/jwks-rsa/-/jwks-rsa-3.2.2.tgz",
  "_shasum": "f6d528306befacdbc62c8c0272761faac55ffbb3",
  "_spec": "jwks-rsa@^3.1.0",
  "_where": "/home/drmkononi/public_html/backend/node_modules/firebase-admin",
  "author": {
    "name": "Auth0"
  },
  "bugs": {
    "url": "https://github.com/auth0/node-jwks-rsa/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@types/jsonwebtoken": "^9.0.4",
    "debug": "^4.3.4",
    "jose": "^4.15.4",
    "limiter": "^1.1.5",
    "lru-memoizer": "^2.2.0"
  },
  "deprecated": false,
  "description": "Library to retrieve RSA public keys from a JWKS endpoint",
  "devDependencies": {
    "@types/chai": "^4.3.9",
    "@types/express": "^4.17.20",
    "@types/express-jwt-v6": "npm:@types/express-jwt@^6.0.4",
    "@types/mocha": "^10.0.3",
    "@types/nock": "^11.0.0",
    "@types/node": "^20.8.10",
    "chai": "^4.3.10",
    "chai-as-promised": "^7.1.1",
    "eslint": "^8.52.0",
    "express": "^4.18.2",
    "express-jwt": "^8.4.1",
    "express-jwt-v6": "npm:express-jwt@^6.1.2",
    "express-jwt-v7": "npm:express-jwt@^7.5.0",
    "jose2": "npm:jose@^2.0.6",
    "jsonwebtoken": "^9.0.2",
    "koa": "^2.14.2",
    "koa-jwt": "^4.0.4",
    "mocha": "^10.2.0",
    "nock": "^13.3.7",
    "nyc": "^15.1.0",
    "passport": "^0.6.0",
    "passport-jwt": "^4.0.1",
    "rimraf": "^5.0.5",
    "supertest": "^6.3.3",
    "ts-node": "^10.9.1",
    "typescript": "^5.2.2"
  },
  "engines": {
    "node": ">=14"
  },
  "files": [
    "src",
    "index.d.ts"
  ],
  "homepage": "https://github.com/auth0/node-jwks-rsa#readme",
  "keywords": [
    "jwks",
    "rsa",
    "jwt"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "name": "jwks-rsa",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/auth0/node-jwks-rsa.git"
  },
  "scripts": {
    "clean:ts": "rimraf ts-output/",
    "lint": "eslint ./src ./tests",
    "release": "git tag $npm_package_version && git push && git push --tags && npm publish",
    "test": "npm run test:js && npm run test:ts",
    "test-watch": "NODE_ENV=test mocha --exit --timeout 5000 $(find ./tests -name *.tests.js) --watch",
    "test:ci": "nyc --reporter=lcov npm test",
    "test:js": "NODE_ENV=test mocha --exit --timeout 5000 $(find ./tests -name *.tests.js)",
    "test:ts": "npm run clean:ts && tsc && NODE_ENV=test mocha --exit --timeout 5000 $(find ./ts-output -name *.tests.js)"
  },
  "types": "index.d.ts",
  "version": "3.2.2"
}
