{
  "_from": "jwks-rsa@^2.0.2",
  "_id": "jwks-rsa@2.0.3",
  "_inBundle": false,
  "_integrity": "sha512-/rkjXRWAp0cS00tunsHResw68P5iTQru8+jHufLNv3JHc4nObFEndfEUSuPugh09N+V9XYxKUqi7QrkmCHSSSg==",
  "_location": "/jwks-rsa",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "jwks-rsa@^2.0.2",
    "name": "jwks-rsa",
    "escapedName": "jwks-rsa",
    "rawSpec": "^2.0.2",
    "saveSpec": null,
    "fetchSpec": "^2.0.2"
  },
  "_requiredBy": [
    "/firebase-admin"
  ],
  "_resolved": "https://registry.npmjs.org/jwks-rsa/-/jwks-rsa-2.0.3.tgz",
  "_shasum": "4059f25e27f1d9cb5681dd12a98e46f8aa39fcbd",
  "_spec": "jwks-rsa@^2.0.2",
  "_where": "/home/ejaassac/nodevenv/public_html/qurbaniapi/14/lib/node_modules/firebase-admin",
  "author": {
    "name": "Auth0"
  },
  "bugs": {
    "url": "https://github.com/auth0/node-jwks-rsa/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@types/express-jwt": "0.0.42",
    "debug": "^4.1.0",
    "jose": "^2.0.5",
    "limiter": "^1.1.5",
    "lru-memoizer": "^2.1.2"
  },
  "deprecated": false,
  "description": "Library to retrieve RSA public keys from a JWKS endpoint",
  "devDependencies": {
    "@types/chai": "^4.2.11",
    "@types/mocha": "^5.2.7",
    "@types/nock": "^11.0.0",
    "@types/node": "^14.14.12",
    "chai": "^3.5.0",
    "eslint": "^5.16.0",
    "express": "^4.17.1",
    "express-jwt": "^6.0.0",
    "jsonwebtoken": "^8.5.1",
    "koa": "^2.12.1",
    "koa-jwt": "^3.6.0",
    "mocha": "^6.2.3",
    "nock": "^13.0.0",
    "nyc": "^15.1.0",
    "passport": "^0.4.1",
    "passport-jwt": "^4.0.0",
    "rimraf": "^2.7.1",
    "supertest": "^3.4.2",
    "ts-node": "^8.10.2",
    "typescript": "^3.9.5"
  },
  "engines": {
    "node": ">=10 < 13 || >=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": "2.0.3"
}
