{
  "$schema": "https://json.schemastore.org/package.json",
  "_args": [
    [
      "@azure/msal-node@2.13.1",
      "/var/www/html/sprbackend"
    ]
  ],
  "_from": "@azure/msal-node@2.13.1",
  "_id": "@azure/msal-node@2.13.1",
  "_inBundle": false,
  "_integrity": "sha512-sijfzPNorKt6+9g1/miHwhj6Iapff4mPQx1azmmZExgzUROqWTM1o3ACyxDja0g47VpowFy/sxTM/WsuCyXTiw==",
  "_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@2.13.1",
    "name": "@azure/msal-node",
    "escapedName": "@azure%2fmsal-node",
    "scope": "@azure",
    "rawSpec": "2.13.1",
    "saveSpec": null,
    "fetchSpec": "2.13.1"
  },
  "_requiredBy": [
    "/",
    "/@azure/identity"
  ],
  "_resolved": "https://registry.npmjs.org/@azure/msal-node/-/msal-node-2.13.1.tgz",
  "_spec": "2.13.1",
  "_where": "/var/www/html/sprbackend",
  "author": {
    "name": "Microsoft",
    "email": "nugetaad@microsoft.com",
    "url": "https://www.microsoft.com"
  },
  "beachball": {
    "disallowedChangeTypes": [
      "major"
    ]
  },
  "bugs": {
    "url": "https://github.com/AzureAD/microsoft-authentication-library-for-js/issues"
  },
  "dependencies": {
    "@azure/msal-common": "14.14.2",
    "jsonwebtoken": "^9.0.0",
    "uuid": "^8.3.0"
  },
  "description": "Microsoft Authentication Library for Node",
  "devDependencies": {
    "@microsoft/api-extractor": "^7.43.4",
    "@rollup/plugin-node-resolve": "^15.0.1",
    "@rollup/plugin-typescript": "^11.0.0",
    "@types/jest": "^29.5.0",
    "@types/jsonwebtoken": "^9.0.1",
    "@types/node": "^20.3.1",
    "@types/sinon": "^7.5.0",
    "@types/uuid": "^7.0.0",
    "eslint-config-msal": "file:../../shared-configs/eslint-config-msal",
    "jest": "^29.5.0",
    "prettier": "2.8.7",
    "rollup": "^3.20.1",
    "sinon": "^7.5.0",
    "ts-jest": "^29.1.0",
    "tslib": "^1.10.0",
    "typescript": "^4.9.5",
    "yargs": "^17.3.1"
  },
  "engines": {
    "node": ">=16"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "module": "./dist/index.mjs",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs",
      "default": "./dist/index.mjs"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "src"
  ],
  "homepage": "https://github.com/AzureAD/microsoft-authentication-library-for-js#readme",
  "keywords": [
    "js",
    "ts",
    "node",
    "AAD",
    "msal",
    "oauth"
  ],
  "license": "MIT",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "name": "@azure/msal-node",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AzureAD/microsoft-authentication-library-for-js.git"
  },
  "scripts": {
    "apiExtractor": "api-extractor run",
    "build": "npm run clean && rollup -c --strictDeprecations --bundleConfigAsCjs",
    "build:all": "cd ../.. && npm run build --workspace=@azure/msal-common --workspace=@azure/msal-node",
    "build:watch": "rollup -c --watch --strictDeprecations --bundleConfigAsCjs",
    "clean": "shx rm -rf dist lib",
    "format:check": "prettier --ignore-path .gitignore --check src test",
    "format:fix": "prettier --ignore-path .gitignore --write src test",
    "lint": "eslint src --ext .ts",
    "lint:fix": "npm run lint -- --fix",
    "prepack": "npm run build:all",
    "test": "jest",
    "test:coverage": "jest --coverage",
    "test:watch": "jest --watch"
  },
  "type": "module",
  "types": "dist/index.d.ts",
  "version": "2.13.1"
}
