{ "_from": "jwk-to-pem", "_id": "jwk-to-pem@2.0.4", "_inBundle": false, "_integrity": "sha512-4CCK9UBHNWjWtfSHdyu3I6rA8vlN5cWqnVuwY0cOMyXtw6M1tP+yrM8GZpwk+P932Dc3cLag4d35B6CqyIf89A==", "_location": "/jwk-to-pem", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "jwk-to-pem", "name": "jwk-to-pem", "escapedName": "jwk-to-pem", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/jwk-to-pem/-/jwk-to-pem-2.0.4.tgz", "_shasum": "774e168697a0b52054e8cfb0bcd57e0f4c398e2d", "_spec": "jwk-to-pem", "_where": "E:\\pokemon3\\项目PK3\\server\\recharge", "author": { "name": "D2L Corporation" }, "bugs": { "url": "https://github.com/Brightspace/node-jwk-to-pem/issues" }, "bundleDependencies": false, "dependencies": { "asn1.js": "^5.3.0", "elliptic": "^6.5.3", "safe-buffer": "^5.0.1" }, "deprecated": false, "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.4" }