{
  "_from": "@azure/msal-node@^1.0.0-beta.3",
  "_id": "@azure/msal-node@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-uc8B9n9U6IRVsCLOn1D39GhuA8CzbxP8MUl53Sr9hyAjJG4W7139dZSCnZ6VCBlgqm7VmtDSKOaOBWvbBjcJzg==",
  "_location": "/@azure/msal-node",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@azure/msal-node@^1.0.0-beta.3",
    "name": "@azure/msal-node",
    "escapedName": "@azure%2fmsal-node",
    "scope": "@azure",
    "rawSpec": "^1.0.0-beta.3",
    "saveSpec": null,
    "fetchSpec": "^1.0.0-beta.3"
  },
  "_requiredBy": [
    "/minecraft-protocol"
  ],
  "_resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-1.0.0.tgz",
  "_shasum": "1dff25e1e4041d8d9dc218f01060914cfeb2778b",
  "_spec": "@azure/msal-node@^1.0.0-beta.3",
  "_where": "/home/generalminion/public_html/node_modules/minecraft-protocol",
  "author": {
    "name": "Microsoft",
    "email": "nugetaad@microsoft.com",
    "url": "https://www.microsoft.com"
  },
  "bugs": {
    "url": "https://github.com/AzureAD/microsoft-authentication-library-for-js/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@azure/msal-common": "^4.0.1",
    "axios": "^0.21.1",
    "jsonwebtoken": "^8.5.1",
    "uuid": "^8.3.0"
  },
  "deprecated": false,
  "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"
  },
  "engines": {
    "node": "10 || 12 || 14"
  },
  "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"
}
