{
  "_from": "@azure/msal-common@^4.0.1",
  "_id": "@azure/msal-common@4.0.1",
  "_inBundle": false,
  "_integrity": "sha512-dHdTmLnRpqGasqAUCOzDt9Os8rke1cRk6Mo6yeI0ucis+G/CwLFQ2G08SEdPfZZnvemhTRP0l70UBPax1Gwxmw==",
  "_location": "/@azure/msal-common",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@azure/msal-common@^4.0.1",
    "name": "@azure/msal-common",
    "escapedName": "@azure%2fmsal-common",
    "scope": "@azure",
    "rawSpec": "^4.0.1",
    "saveSpec": null,
    "fetchSpec": "^4.0.1"
  },
  "_requiredBy": [
    "/@azure/msal-node"
  ],
  "_resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-4.0.1.tgz",
  "_shasum": "af71eb5ed72b051f9a9815fbabda5901a53b0f89",
  "_spec": "@azure/msal-common@^4.0.1",
  "_where": "/home/generalminion/public_html/node_modules/@azure/msal-node",
  "author": {
    "name": "Microsoft",
    "email": "nugetaad@microsoft.com",
    "url": "https://www.microsoft.com"
  },
  "browserslist": [
    "last 1 version",
    "> 1%",
    "maintained node versions",
    "not dead"
  ],
  "bugs": {
    "url": "https://github.com/AzureAD/microsoft-authentication-library-for-js/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "debug": "^4.1.1"
  },
  "deprecated": false,
  "description": "Microsoft Authentication Library for js",
  "devDependencies": {
    "@babel/core": "^7.7.2",
    "@babel/plugin-proposal-class-properties": "^7.7.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.6.2",
    "@babel/polyfill": "^7.7.0",
    "@babel/preset-env": "^7.7.1",
    "@babel/preset-typescript": "^7.7.2",
    "@babel/register": "^7.7.0",
    "@istanbuljs/nyc-config-babel": "^2.1.1",
    "@rollup/plugin-json": "^4.0.0",
    "@types/chai": "^4.2.5",
    "@types/chai-as-promised": "^7.1.2",
    "@types/debug": "^4.1.5",
    "@types/mocha": "^5.2.7",
    "@types/sinon": "^7.5.0",
    "babel-plugin-istanbul": "^5.2.0",
    "beachball": "^1.32.2",
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "husky": "^3.0.9",
    "mocha": "^6.2.2",
    "nyc": "^15.0.0",
    "rimraf": "^3.0.2",
    "rollup": "^1.24.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.29.0",
    "shx": "^0.3.2",
    "sinon": "^7.5.0",
    "tslib": "^1.10.0",
    "tslint": "^5.20.0",
    "typescript": "^3.7.5"
  },
  "directories": {
    "test": "test"
  },
  "engines": {
    "node": ">=0.8.0"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/AzureAD/microsoft-authentication-library-for-js#readme",
  "keywords": [
    "implicit",
    "authorization code",
    "PKCE",
    "js",
    "AAD",
    "msal",
    "oauth"
  ],
  "license": "MIT",
  "main": "./dist/index.js",
  "module": "./dist/index.es.js",
  "name": "@azure/msal-common",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AzureAD/microsoft-authentication-library-for-js.git"
  },
  "scripts": {
    "build": "npm run clean && npm run build:modules",
    "build:all": "npm run build",
    "build:modules": "rollup -c",
    "build:modules:watch": "rollup -cw",
    "clean": "shx rm -rf dist lib",
    "clean:coverage": "rimraf ../../.nyc_output/*",
    "lint": "cd ../../ && npm run lint:common",
    "lint:fix": "npm run lint -- -- --fix",
    "prepack": "npm run build",
    "test": "mocha",
    "test:coverage": "nyc mocha",
    "test:coverage:only": "npm run clean:coverage && npm run test:coverage"
  },
  "types": "./dist/index.d.ts",
  "version": "4.0.1"
}
