Server IP : 92.205.26.207 / Your IP : 216.73.216.16 Web Server : Apache System : Linux 207.26.205.92.host.secureserver.net 4.18.0-553.60.1.el8_10.x86_64 #1 SMP Thu Jul 10 04:01:16 EDT 2025 x86_64 User : zikryat ( 1002) PHP Version : 8.3.23 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/zikryat/public_html/node_modules/jwks-rsa/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
{ "name": "jwks-rsa", "version": "3.0.1", "description": "Library to retrieve RSA public keys from a JWKS endpoint", "main": "src/index.js", "files": [ "src", "index.d.ts" ], "types": "index.d.ts", "engines": { "node": ">=14" }, "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" }, "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", "jsonwebtoken": "^9.0.0", "jose2": "npm:jose@^2.0.6", "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" }, "scripts": { "clean:ts": "rimraf ts-output/", "lint": "eslint ./src ./tests", "test:ts": "npm run clean:ts && tsc && NODE_ENV=test mocha --exit --timeout 5000 $(find ./ts-output -name *.tests.js)", "test:js": "NODE_ENV=test mocha --exit --timeout 5000 $(find ./tests -name *.tests.js)", "test": "npm run test:js && npm run test:ts", "test:ci": "nyc --reporter=lcov npm test", "test-watch": "NODE_ENV=test mocha --exit --timeout 5000 $(find ./tests -name *.tests.js) --watch", "release": "git tag $npm_package_version && git push && git push --tags && npm publish" }, "repository": { "type": "git", "url": "git+https://github.com/auth0/node-jwks-rsa.git" }, "keywords": [ "jwks", "rsa", "jwt" ], "author": "Auth0", "license": "MIT", "bugs": { "url": "https://github.com/auth0/node-jwks-rsa/issues" }, "homepage": "https://github.com/auth0/node-jwks-rsa#readme" }