{
  "_from": "jwks-rsa@^3.0.1",
  "_id": "jwks-rsa@3.0.1",
  "_inBundle": false,
  "_integrity": "sha512-UUOZ0CVReK1QVU3rbi9bC7N5/le8ziUj0A2ef1Q0M7OPD2KvjEYizptqIxGIo6fSLYDkqBrazILS18tYuRc8gw==",
  "_location": "/jwks-rsa",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "jwks-rsa@^3.0.1",
    "name": "jwks-rsa",
    "escapedName": "jwks-rsa",
    "rawSpec": "^3.0.1",
    "saveSpec": null,
    "fetchSpec": "^3.0.1"
  },
  "_requiredBy": [
    "/firebase-admin"
  ],
  "_resolved": "https://registry.npmjs.org/jwks-rsa/-/jwks-rsa-3.0.1.tgz",
  "_shasum": "ba79ddca7ee7520f7bb26b942ef1aee91df8d7e4",
  "_spec": "jwks-rsa@^3.0.1",
  "_where": "/home/bulletproofdev/public_html/BulletProof-Backend/node_modules/firebase-admin",
  "author": {
    "name": "Auth0"
  },
  "bugs": {
    "url": "https://github.com/auth0/node-jwks-rsa/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@types/express": "^4.17.14",
    "@types/jsonwebtoken": "^9.0.0",
    "debug": "^4.3.4",
    "jose": "^4.10.4",
    "limiter": "^1.1.5",
    "lru-memoizer": "^2.1.4"
  },
  "deprecated": false,
  "description": "Library to retrieve RSA public keys from a JWKS endpoint",
  "devDependencies": {
    "@types/chai": "^4.2.11",
    "@types/express-jwt": "^6.0.4",
    "@types/mocha": "^5.2.7",
    "@types/nock": "^11.0.0",
    "@types/node": "^14.14.12",
    "chai": "^3.5.0",
    "chai-as-promised": "^7.1.1",
    "eslint": "^5.16.0",
    "express": "^4.17.1",
    "express-jwt": "^6.0.0",
    "express-jwt-v7": "npm:express-jwt@^7.5.0",
    "jose2": "npm:jose@^2.0.6",
    "jsonwebtoken": "^9.0.0",
    "koa": "^2.12.1",
    "koa-jwt": "^3.6.0",
    "mocha": "^10.1.0",
    "nock": "^13.0.0",
    "nyc": "^15.1.0",
    "passport": "^0.6.0",
    "passport-jwt": "^4.0.0",
    "rimraf": "^2.7.1",
    "supertest": "^3.4.2",
    "ts-node": "^8.10.2",
    "typescript": "^3.9.5"
  },
  "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.0.1"
}
