{
  "_args": [
    [
      "passport-azure-ad@4.2.1",
      "/Users/kalyan/Downloads/aadoauth"
    ]
  ],
  "_from": "passport-azure-ad@4.2.1",
  "_id": "passport-azure-ad@4.2.1",
  "_inBundle": false,
  "_integrity": "sha512-pyaGhuvxHTUu/jrCCBOtR3GoSC12+u7B/iEQVK7z+JdDQZE/I+3oMgN1Ls4umnb5TfPuVyM76kvjqwB9kAjBgw==",
  "_location": "/passport-azure-ad",
  "_phantomChildren": {
    "passport-strategy": "1.0.0",
    "pause": "0.0.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "passport-azure-ad@4.2.1",
    "name": "passport-azure-ad",
    "escapedName": "passport-azure-ad",
    "rawSpec": "4.2.1",
    "saveSpec": null,
    "fetchSpec": "4.2.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/passport-azure-ad/-/passport-azure-ad-4.2.1.tgz",
  "_spec": "4.2.1",
  "_where": "/Users/kalyan/Downloads/aadoauth",
  "author": {
    "name": "azuread",
    "email": "nugetaad@microsoft.com",
    "url": "http://microsoft.com/"
  },
  "bugs": {
    "url": "https://github.com/AzureAD/passport-azure-ad/issues"
  },
  "dependencies": {
    "async": "^1.5.2",
    "base64url": "^3.0.0",
    "bunyan": "^1.8.0",
    "cache-manager": "^2.0.0",
    "jwk-to-pem": "^1.2.6",
    "jws": "^3.1.3",
    "lodash": "^4.11.2",
    "oauth": "0.9.14",
    "passport": "^0.3.2",
    "request": "^2.72.0",
    "valid-url": "^1.0.6"
  },
  "description": "OIDC and Bearer Passport strategies for Azure Active Directory",
  "devDependencies": {
    "chai": "2.x.x",
    "chai-passport-strategy": "1.x.x",
    "grunt": "^1.0.1",
    "grunt-contrib-nodeunit": "^1.0.0",
    "grunt-mocha-test": "^0.12.7",
    "mocha": "^3.0.2",
    "nodeunit": "^0.9.1"
  },
  "engines": {
    "node": ">= 8.0.0"
  },
  "homepage": "https://github.com/AzureAD/passport-azure-ad#readme",
  "keywords": [
    "azure active directory",
    "aad",
    "adfs",
    "sso",
    "oidc",
    "bearer",
    "shibboleth"
  ],
  "license": "MIT",
  "main": "./lib",
  "name": "passport-azure-ad",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/AzureAD/passport-azure-ad.git"
  },
  "scripts": {
    "test": "grunt run_tests"
  },
  "version": "4.2.1"
}
