{ "_args": [ [ "jwk-to-pem@2.0.5", "/home/freeclou/app.optimyar.com/backend" ] ], "_from": "jwk-to-pem@2.0.5", "_id": "jwk-to-pem@2.0.5", "_inBundle": false, "_integrity": "sha512-L90jwellhO8jRKYwbssU9ifaMVqajzj3fpRjDKcsDzrslU9syRbFqfkXtT4B89HYAap+xsxNcxgBSB09ig+a7A==", "_location": "/jwk-to-pem", "_optional": true, "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "jwk-to-pem@2.0.5", "name": "jwk-to-pem", "escapedName": "jwk-to-pem", "rawSpec": "2.0.5", "saveSpec": null, "fetchSpec": "2.0.5" }, "_requiredBy": [ "/grant" ], "_resolved": "https://registry.npmjs.org/jwk-to-pem/-/jwk-to-pem-2.0.5.tgz", "_spec": "2.0.5", "_where": "/home/freeclou/app.optimyar.com/backend", "author": { "name": "D2L Corporation" }, "bugs": { "url": "https://github.com/Brightspace/node-jwk-to-pem/issues" }, "dependencies": { "asn1.js": "^5.3.0", "elliptic": "^6.5.4", "safe-buffer": "^5.0.1" }, "description": "Convert a JSON Web Key to a PEM", "devDependencies": { "chai": "^4.2.0", "coveralls": "^3.0.5", "eslint": "^6.0.1", "eslint-config-brightspace": "^0.6.4", "jwa": "^1.1.4", "mocha": "^6.2.0", "nyc": "^14.1.1" }, "files": [ "LICENSE", "README.md", "src" ], "homepage": "https://github.com/Brightspace/node-jwk-to-pem#readme", "keywords": [ "jwt", "jwk", "jwa", "jsonwebtoken" ], "license": "Apache-2.0", "main": "src/jwk-to-pem.js", "name": "jwk-to-pem", "repository": { "type": "git", "url": "git+ssh://git@github.com/Brightspace/node-jwk-to-pem.git" }, "scripts": { "check-style": "eslint .", "pretest": "npm run check-style", "report-cov": "nyc report --reporter=text-lcov | coveralls", "test": "nyc --all --include src -- mocha spec" }, "version": "2.0.5" }