97 lines
2.7 KiB
JSON
97 lines
2.7 KiB
JSON
{
|
|
"_from": "jwks-rsa@^2.0.2",
|
|
"_id": "jwks-rsa@2.0.5",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-fliHfsiBRzEU0nXzSvwnh0hynzGB0WihF+CinKbSRlaqRxbqqKf2xbBPgwc8mzf18/WgwlG8e5eTpfSTBcU4DQ==",
|
|
"_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.5.tgz",
|
|
"_shasum": "5dc911cdade803a149b7d4d41404a7c1bf2c221a",
|
|
"_spec": "jwks-rsa@^2.0.2",
|
|
"_where": "/Users/talksik/Development/nirvana-server/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.3.2",
|
|
"jose": "^2.0.5",
|
|
"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/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",
|
|
"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.5"
|
|
}
|