{
  "_args": [
    [
      "@azure/msal-common@4.5.1",
      "E:\\WEB_TESTING\\PROJECT_HOST\\asktek.dashboard.webapi"
    ]
  ],
  "_from": "@azure/msal-common@4.5.1",
  "_id": "@azure/msal-common@4.5.1",
  "_inBundle": false,
  "_integrity": "sha512-/i5dXM+QAtO+6atYd5oHGBAx48EGSISkXNXViheliOQe+SIFMDo3gSq3lL54W0suOSAsVPws3XnTaIHlla0PIQ==",
  "_location": "/@azure/msal-common",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@azure/msal-common@4.5.1",
    "name": "@azure/msal-common",
    "escapedName": "@azure%2fmsal-common",
    "scope": "@azure",
    "rawSpec": "4.5.1",
    "saveSpec": null,
    "fetchSpec": "4.5.1"
  },
  "_requiredBy": [
    "/@azure/msal-node"
  ],
  "_resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-4.5.1.tgz",
  "_spec": "4.5.1",
  "_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": {
    "debug": "^4.1.1"
  },
  "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/preset-env": "^7.7.1",
    "@babel/preset-typescript": "^7.7.2",
    "@types/debug": "^4.1.5",
    "@types/jest": "^26.0.23",
    "@types/sinon": "^7.5.0",
    "beachball": "^1.32.2",
    "husky": "^3.0.9",
    "jest": "^27.0.4",
    "rimraf": "^3.0.2",
    "rollup": "^2.46.0",
    "rollup-plugin-typescript2": "^0.29.0",
    "shx": "^0.3.2",
    "sinon": "^7.5.0",
    "ts-jest": "^27.0.2",
    "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.cjs.js",
  "module": "./dist/index.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": "jest",
    "test:coverage": "jest --coverage",
    "test:coverage:only": "npm run clean:coverage && npm run test:coverage"
  },
  "sideEffects": false,
  "types": "./dist/index.d.ts",
  "version": "4.5.1"
}
