{
  "_args": [
    [
      "jwk-to-pem@1.2.6",
      "/Users/kalyan/Downloads/aadoauth"
    ]
  ],
  "_from": "jwk-to-pem@1.2.6",
  "_id": "jwk-to-pem@1.2.6",
  "_inBundle": false,
  "_integrity": "sha1-1QfOzkAInFJI4J7GgmaiAwqcYyU=",
  "_location": "/jwk-to-pem",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "jwk-to-pem@1.2.6",
    "name": "jwk-to-pem",
    "escapedName": "jwk-to-pem",
    "rawSpec": "1.2.6",
    "saveSpec": null,
    "fetchSpec": "1.2.6"
  },
  "_requiredBy": [
    "/passport-azure-ad"
  ],
  "_resolved": "https://registry.npmjs.org/jwk-to-pem/-/jwk-to-pem-1.2.6.tgz",
  "_spec": "1.2.6",
  "_where": "/Users/kalyan/Downloads/aadoauth",
  "author": {
    "name": "D2L Corporation"
  },
  "bugs": {
    "url": "https://github.com/Brightspace/node-jwk-to-pem/issues"
  },
  "dependencies": {
    "asn1.js": "^4.5.2",
    "elliptic": "^6.2.3",
    "safe-buffer": "^5.0.1"
  },
  "description": "Convert a JSON Web Key to a PEM",
  "devDependencies": {
    "chai": "^3.5.0",
    "coveralls": "^2.11.15",
    "eslint": "^2.13.1",
    "eslint-config-brightspace": "^0.2.4",
    "istanbul": "^0.4.5",
    "jwa": "^1.1.4",
    "mocha": "^3.1.2"
  },
  "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": "cat ./coverage/lcov.info | coveralls",
    "test": "istanbul cover --root src _mocha -- spec"
  },
  "version": "1.2.6"
}
