Files
pole-book/server/node_modules/grant/node_modules/jwk-to-pem/package.json

46 lines
1.0 KiB
JSON

{
"name": "jwk-to-pem",
"version": "2.0.7",
"description": "Convert a JSON Web Key to a PEM",
"main": "src/jwk-to-pem.js",
"files": [
"LICENSE",
"README.md",
"src"
],
"scripts": {
"check-style": "eslint .",
"pretest": "npm run check-style",
"test": "nyc --all --include src --reporter=text-summary -- mocha spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Brightspace/node-jwk-to-pem"
},
"keywords": [
"jwt",
"jwk",
"jwa",
"jsonwebtoken"
],
"author": "D2L Corporation",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Brightspace/node-jwk-to-pem/issues"
},
"homepage": "https://github.com/Brightspace/node-jwk-to-pem#readme",
"dependencies": {
"asn1.js": "^5.3.0",
"elliptic": "^6.6.1",
"safe-buffer": "^5.0.1"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^6.0.1",
"eslint-config-brightspace": "^0.6.4",
"jwa": "^1.1.4",
"mocha": "^6.2.0",
"nyc": "^14.1.1"
}
}