{
  "_args": [
    [
      "adal-node@0.2.4",
      "E:\\WEB_TESTING\\PROJECT_HOST\\asktek.dashboard.webapi"
    ]
  ],
  "_from": "adal-node@0.2.4",
  "_id": "adal-node@0.2.4",
  "_inBundle": false,
  "_integrity": "sha512-zIcvbwQFKMUtKxxj8YMHeTT1o/TPXfVNsTXVgXD8sxwV6h4AFQgK77dRciGhuEF9/Sdm3UQPJVPc/6XxrccSeA==",
  "_location": "/adal-node",
  "_phantomChildren": {
    "lodash": "4.17.21"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "adal-node@0.2.4",
    "name": "adal-node",
    "escapedName": "adal-node",
    "rawSpec": "0.2.4",
    "saveSpec": null,
    "fetchSpec": "0.2.4"
  },
  "_requiredBy": [
    "/@azure/ms-rest-nodeauth",
    "/tedious"
  ],
  "_resolved": "https://registry.npmjs.org/adal-node/-/adal-node-0.2.4.tgz",
  "_spec": "0.2.4",
  "_where": "E:\\WEB_TESTING\\PROJECT_HOST\\asktek.dashboard.webapi",
  "author": {
    "name": "Microsoft Open Technologies Inc",
    "email": "msopentech@microsoft.com",
    "url": "http://msopentech.com/"
  },
  "bugs": {
    "url": "https://github.com/AzureAD/microsoft-authentication-library-for-js/issues"
  },
  "dependencies": {
    "@xmldom/xmldom": "^0.8.3",
    "async": "^2.6.3",
    "axios": "^0.21.1",
    "date-utils": "*",
    "jws": "3.x.x",
    "underscore": ">= 1.3.1",
    "uuid": "^3.1.0",
    "xpath.js": "~1.1.0"
  },
  "description": "Windows Azure Active Directory Client Library for node",
  "devDependencies": {
    "@types/mocha": "^2.2.44",
    "@types/nock": "^8.2.1",
    "@types/node": "^14.17.10",
    "@types/sinon": "^2.3.7",
    "@types/underscore": "^1.8.4",
    "jshint": "^2.10.2",
    "mocha": "*",
    "nock": "^10.0.6",
    "sinon": "^7.3.2",
    "typescript": "^3.9.10"
  },
  "engines": {
    "node": ">= 0.6.15"
  },
  "homepage": "https://github.com/AzureAD/microsoft-authentication-library-for-js#readme",
  "keywords": [
    "node",
    "azure",
    "AAD",
    "adal",
    "adfs",
    "oauth"
  ],
  "license": "Apache-2.0",
  "main": "./lib/adal.js",
  "name": "adal-node",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AzureAD/microsoft-authentication-library-for-js.git"
  },
  "scripts": {
    "cover": "./test/util/cover",
    "doc": "jsdoc lib",
    "test": "npm run tsc && mocha -R spec --ui tdd test",
    "tsc": "tsc -p tsconfig.json"
  },
  "types": "./lib/adal.d.ts",
  "version": "0.2.4"
}
