{
  "_args": [
    [
      "@azure/msal-node@1.0.0-beta.6",
      "E:\\WEB_TESTING\\PROJECT_HOST\\asktek.dashboard.webapi"
    ]
  ],
  "_from": "@azure/msal-node@1.0.0-beta.6",
  "_id": "@azure/msal-node@1.0.0-beta.6",
  "_inBundle": false,
  "_integrity": "sha512-ZQI11Uz1j0HJohb9JZLRD8z0moVcPks1AFW4Q/Gcl67+QvH4aKEJti7fjCcipEEZYb/qzLSO8U6IZgPYytsiJQ==",
  "_location": "/@azure/msal-node",
  "_phantomChildren": {
    "jws": "3.2.2",
    "lodash.includes": "4.3.0",
    "lodash.isboolean": "3.0.3",
    "lodash.isinteger": "4.0.4",
    "lodash.isnumber": "3.0.3",
    "lodash.isplainobject": "4.0.6",
    "lodash.isstring": "4.0.1",
    "lodash.once": "4.1.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@azure/msal-node@1.0.0-beta.6",
    "name": "@azure/msal-node",
    "escapedName": "@azure%2fmsal-node",
    "scope": "@azure",
    "rawSpec": "1.0.0-beta.6",
    "saveSpec": null,
    "fetchSpec": "1.0.0-beta.6"
  },
  "_requiredBy": [
    "/@azure/identity"
  ],
  "_resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-1.0.0-beta.6.tgz",
  "_spec": "1.0.0-beta.6",
  "_where": "E:\\WEB_TESTING\\PROJECT_HOST\\asktek.dashboard.webapi",
  "author": {
    "name": "Microsoft",
    "email": "nugetaad@microsoft.com",
    "url": "https://www.microsoft.com"
  },
  "bugs": {
    "url": "https://github.com/AzureAD/microsoft-authentication-library-for-js/issues"
  },
  "dependencies": {
    "@azure/msal-common": "^4.0.0",
    "axios": "^0.21.1",
    "jsonwebtoken": "^8.5.1",
    "uuid": "^8.3.0"
  },
  "description": "Microsoft Authentication Library for Node",
  "devDependencies": {
    "@microsoft/api-extractor": "^7.13.0",
    "@types/jest": "^25.2.3",
    "@types/jsonwebtoken": "^8.5.0",
    "@types/node": "^13.13.4",
    "@types/uuid": "^7.0.0",
    "husky": "^4.2.3",
    "tsdx": "^0.14.1",
    "tslib": "^1.10.0",
    "typescript": "^3.8.3"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/AzureAD/microsoft-authentication-library-for-js#readme",
  "jest": {
    "verbose": true,
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "json",
      "jsx",
      "node"
    ],
    "testMatch": [
      "<rootDir>/test/**/*.spec.ts"
    ]
  },
  "keywords": [
    "js",
    "ts",
    "node",
    "AAD",
    "msal",
    "oauth"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/msal-node.esm.js",
  "name": "@azure/msal-node",
  "peerDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AzureAD/microsoft-authentication-library-for-js.git"
  },
  "scripts": {
    "build": "tsdx build --tsconfig ./tsconfig.build.json",
    "build:all": "npm run build:common && npm run build",
    "build:common": "cd ../msal-common && npm run build",
    "build:modules:watch": "tsdx watch --verbose",
    "lint": "cd ../../ && npm run lint:node",
    "lint:fix": "npm run lint -- -- --fix",
    "prepack": "npm run build:all",
    "start": "tsdx watch --tsconfig ./tsconfig.build.json",
    "test": "tsdx test .*.spec.*",
    "test:coverage": "tsdx test .*.spec.* --coverage",
    "test:watch": "tsdx test .*.spec.* --watch"
  },
  "types": "dist/index.d.ts",
  "version": "1.0.0-beta.6"
}
