{
  "_args": [
    [
      "jwk-to-pem@2.0.7",
      "/home/control3/fundiherrajes"
    ]
  ],
  "_from": "jwk-to-pem@2.0.7",
  "_id": "jwk-to-pem@2.0.7",
  "_inBundle": false,
  "_integrity": "sha512-cSVphrmWr6reVchuKQZdfSs4U9c5Y4hwZggPoz6cbVnTpAVgGRpEuQng86IyqLeGZlhTh+c4MAreB6KbdQDKHQ==",
  "_location": "/jwk-to-pem",
  "_optional": true,
  "_phantomChildren": {
    "inherits": "2.0.3",
    "minimalistic-assert": "1.0.1",
    "safer-buffer": "2.1.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "jwk-to-pem@2.0.7",
    "name": "jwk-to-pem",
    "escapedName": "jwk-to-pem",
    "rawSpec": "2.0.7",
    "saveSpec": null,
    "fetchSpec": "2.0.7"
  },
  "_requiredBy": [
    "/grant"
  ],
  "_resolved": "https://registry.npmjs.org/jwk-to-pem/-/jwk-to-pem-2.0.7.tgz",
  "_spec": "2.0.7",
  "_where": "/home/control3/fundiherrajes",
  "author": {
    "name": "D2L Corporation"
  },
  "bugs": {
    "url": "https://github.com/Brightspace/node-jwk-to-pem/issues"
  },
  "dependencies": {
    "asn1.js": "^5.3.0",
    "elliptic": "^6.6.1",
    "safe-buffer": "^5.0.1"
  },
  "description": "Convert a JSON Web Key to a PEM",
  "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"
  },
  "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+https://github.com/Brightspace/node-jwk-to-pem.git"
  },
  "scripts": {
    "check-style": "eslint .",
    "pretest": "npm run check-style",
    "test": "nyc --all --include src --reporter=text-summary -- mocha spec"
  },
  "version": "2.0.7"
}
